/*
Theme Name: Wall Street Journal
Theme URI: http://www.free-wordpress-theme.net/
Description: A free magazine style WP theme, finance, Wall Street related---See the readme file for theme setup---Need help? Ask for support at <a href="http://www.free-wordpress-theme.net/">Free Wordpress Themes</a>
Version: 1.1
Author: V
Author URI: http://www.wordpress-solutions.net/
Tags: 3 columns layout, widget ready, fixed width, ads ready.	
*/


/*============================================================
	General Specifications
==============================================================*/

* :focus { outline: 0; }

body {
  	font-size: 12px;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	background: #dbd4cd url(imafes/bg.html) top repeat;	
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	overflow: hidden;
	color: #000;
	}

.depth-1 {
	border: 1px solid #ddd;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Palatino Linotype', Arial, Georgia, Verdana, Sans-Serif;
	}

h1.main, h1.main a, h1.main a:hover, h1.main a:visited {
	font-size: 48px;
	font-weight: normal;
	margin: 0px 0 0 10px;
	text-decoration: none;
	color: #372f20;
	}

h2.title, h2.title a, h2.title a:hover, h2.title a:visited{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#890402;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

a, a:visited{
	color: #750202;
	text-decoration: none;
	}

a:hover {
	color: #4b4b4b;
	text-decoration: none;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 1px 15px;
	border-left: 5px solid #850000;
	font-style: oblique;
	background: #efefef;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	width: 630px;
	float: right;
  	display: block;
	text-align: center;
	margin: 10px;
    	font-weight: bold;
    	}

#search{
	width: 200px;
	height: 50px;
	float: left;
	}

#searchform {
    	width:200px;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 20px 5px 10px 0;
	padding: 2px 2px 1px 2px;
	}

#submit {
	width: 32px;
	height: 32px;
	background: url(images/go.png) left no-repeat;
	margin: 12px 20px 0 5px;
	padding: 0;
	border: none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/*==========================================================
	Header
============================================================*/

#src{
	width: 1000px;
	height: 145px;
	float: left;
	background: url(images/search.png) top no-repeat;
	margin: 0;
	}

#header {
	background: url(images/header.png) top no-repeat;
	width: 1000px;
	height: 160px;
	margin: 0px;
	padding: 0;
	float: left;
	}

#description {
	width: 440px;
	height: 70px;
	float: left;
	margin: 70px 0 0 250px;
	padding: 0;
	}

#searchh{
	float: right;
	width:150px;
	height: 22px;
	background: none;
	border: none;
	color: #5a4b33;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 122px 45px 0 0;
	padding: 0px;
	text-align: center;
	}

#rss{
	position: absolute;
	margin: 50px 0 0 780px;
	}

/*===================================================================
	Menu bar
=====================================================================*/

#menu{
	float: left;
	width: 1000px;
	height: 60px;
	margin: 0;
	background: url(images/menu.png) top no-repeat;
	}
	
ul#navlist {
	margin: 0 10px;
	padding: 0;
	white-space: nowrap;
	float:right;
	width:680px;
	font-size: 18px;
	text-transform: uppercase;
	}

ul#navlist li {
	display:inline;
	list-style-type: none;
	}

ul#navlist li a:hover {
	background: #9a0603 url(images/hover.png) top repeat-x;
	color: #eae2d6;
	}

ul#navlist li.current_page_item a {
	color: #a9a298;
	}

ul#navlist a {
	text-align:center;
	color: #decfb4;
	margin:0px;
	border-right:1px solid #840302;
	padding: 16px 10px;
	display:block;
	float:left;
	text-decoration: none;
	}



/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	background: url(images/pbody.png) top repeat-y;
	width:1000px;
	padding: 0;
	margin:0px;
	float: left;
	}

#content {
	width:695px;
	margin:10px 0 0 0;
	float:right;
	overflow: hidden;
	}


/*=================================================================
	Home
===================================================================*/

#featured{
	background: #f7f2ea;
	width:655px;
	height: 220px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 10px;
	border-bottom: 5px solid #b10804;
	}

#myslides{
	background: none;
	}

.stepcarousel{
	padding: 0;
	position: relative; 
	overflow: scroll;
	width: 655px; 
	height: 220px; 
	margin: 0px;
	}

.stepcarousel .belt{
	position: absolute; 
	left: 0;
	top: 0;
	}

.stepcarousel .panel{
	float: left; 
	overflow: hidden; 
	margin: 0px ;
	width:655px; 
	height:220px;
	font-size: 16px;
	line-height: 100%;
	text-align: justify;
	}

.galthumb{
	float: left;
	height: 170px;
	overflow: hidden;
	margin: 20px 10px 0 0;
	}

.gallery{
	background: #a59e94 url(images/halftone.png) top repeat;
	padding: 5px;
	}

h2.gallery, h2.gallery a, h2.gallery a:visited, h2.gallery a:hover{
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	padding: 7px 5px;
	color:#890402 !important;
	}

.posthome{
	width: 315px;
	float: left;
	padding: 8px 10px 10px 8px;
	margin: 0px 0 10px 10px;
	text-align: justify;	
	background: #f7f2ea;
	border-bottom: 5px solid #b10804;
	}

.htitle{
	padding: 5px;
	background: #a59e94 url(images/halftone.png) top repeat;
	}

h2.home, h2.home a, h2.home a:hover, h2.home a:visited{
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#890402;
	}

.homentry{
	height: 220px;
	margin: 0;
	padding: 0;
	}

.more, .date, .com {
	background: #bab3a9;
	padding: 2px 5px;
	margin: 0 0 0 5px;
	float: right;
	font-size: 12px;
	}

.more a, .more a:visited, .com a, .com a:visited{
	color: #000;
	}

.more a:hover, .com a:hover{
	color: #fff;
	}

/*==========================================================================
	The actual Blog post look
============================================================================*/

.post {
	background: #f7f2ea;
	width:655px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 8px 10px 10px 10px;
	text-align: justify;
	font-size:14px;
	border-bottom: 5px solid #b10804;
	}

.ptitle{
	background: #a59e94 url(images/halftone.png) top repeat;
	width: 635px;
	float: left;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	}

.entry {
	padding: 0;
	margin: 0;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 15px 0px;
	}

.clear {
	clear: both;
	}

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style-type: disc;
	list-style-image: url(images/bhover.png);
	list-style-position: inside;
	text-indent: 5px;
	}

.entry li {
	margin: 5px 0 5px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/*===================================================
	Sidebar
=====================================================*/

#sidebar{
	width: 287px;
	float:left;
	padding: 0;
	margin: -20px 0 0 10px;
	font-family: georgia;
	font-size: 12px;
	overflow: hidden;
	}

.ads_small {
	margin: 0 0 0 7px;
	}

.ads_small img {
	padding: 5px;
	}

.addthis_toolbox{
	margin: 0 0 0 5px;
	}


#sidebar h2 {
	background: #750202 url(images/stitle.png) top repeat-y;
	border-top: 1px solid #750202;
	border-bottom: 1px solid #750202;
	float: left;
	width: 277px;
	font-weight: bold;
	color:#f7f2ea;
	padding: 5px;
	margin: 0;
	font-size:19px;
	text-align: center;
	}

.widget {
	width: 287px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	}

#sidebar a, #sidebar a:visited{
	color: #aea933;
	}

#sidebar a:hover{
	color: #f6e3a5;
	}

#sidebar li{
	list-style-type: none;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

#sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
#sidebar ul li {
	height:100%;
	line-height:14px;
	}

#sidebar p {
	padding: 7px 10px;
	margin:0;	
	}

#sidebar table {
	width:100%;
	text-align:center;
	}	

#sidebar ul li {
	list-style-type: none;
	}

#sidebar ul li a:link, #sidebar ul li a:visited {
	background: url(images/bullet.png) left no-repeat;
	color: #000;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
	display:block;
	border-bottom: 1px dashed #dbd4cd;
	margin: 0 2px;
	}

#sidebar ul li a:hover {	
	background: url(images/bhover.png) left no-repeat;
	color: #750202;
	}


/* Calendar */

#wp-calendar {
	width: 90%;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	width: 90%;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}


/*================================================================
    Begin Comments
==================================================================*/

#replies {
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	}

#respond{
	float: left;
	padding: 0;
	margin: 0px;
	}

h3.comments{
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin: 0 10px;
	padding: 15px 15px 0 15px;
	color: #850000;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	float: left;
	}

.commentlist cite {
	background: url(images/cite.png) top right no-repeat;
	float: left;
	width: 140px;
	padding: 10px;
	display:block;
	font-style:normal;
	margin: 0 -1px 0 0;
	color: #000;
	}	

.commentlist cite img {
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	}

.commenttext {
	background: #fff;
	float: left;
	width: 460px;
	padding: 10px;
	display:block;
	font-style:normal;
	margin: 0px;
	}

.commenttext a, .commenttext a:visited{
	color: #efefef;
	}

.commenttext a:hover{
	color: #ccc;
	}

#commentform input {
    	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 15px;
	}

#commentform {
    	margin: 5px 10px 0 0;
	color: #d2d2d2;
	}

#commentform textarea {
    	width: 500px;
	height: 200px;
	margin: 5px 0 10px 5px;
	}


#commentform input, #commentform textarea {
	border: 1px solid #850000;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	}

#commentform input:focus, #commentform textarea:focus { 
	background-color: #efefef; 
	border-color: #4b4b4b; 
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: -5px 0 10px 15px;
	width: 104px;
	height: 35px;
	background: url(images/submit.png) top no-repeat;
	border: none;
	}

#commentform p {
	margin: 5px 10px;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: Georgia,'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #495253;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*=======================================================================
	Contact Form
=======================================================================*/

.screenReader { 
	left: -9999px; 
	position: absolute; 
	top: -9999px; 
	}

.thanks { 
	background: #f8f1e4; 
	border: 1px solid #850000; 
	padding:10px; 
	}

/*****Forms*****/

ol.forms { 
	float: left; 
	list-style: none; 
	margin: 20px 0 0 0; 
	width: 100%; 
	}

ol.forms li {
	clear: both;
	float: left;
	margin-bottom: 18px;
	position: relative;
	width: 100%;
	}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
	}

ol.forms input, ol.forms textarea {
	border: 1px solid #850000;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
	}

ol.forms textarea { 
	height: 300px; 
	width: 334px; 
	}

ol.forms input:focus, ol.forms textarea:focus { 
	background-color: #efefef; 
	border-color: #4b4b4b;  
	}

.error { 
	color: #f00; 
	}

ol.forms li .error { 
	font-size: 12px; 
	margin-left: 20px; 
	}

ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	}

ol.forms li.screenReader { 
	margin-bottom: 0; 
	}

ol.forms li.buttons button {
	cursor: pointer;
	width: 104px;
	height: 35px;
	margin: 15px 0 10px 15px;
	background: url(images/submit.png);
	border: none;
	}

ol.forms li.buttons button:hover { 
	color: #222; 
	}

ol.forms li.buttons button:active { 
	left: -1px; 
	position: relative; 
	top: -1px; 
	}

ol.forms li.buttons, ol.forms li.inline { 
	float: left;
	margin: 0 0 0 50px;
	}

ol.forms li.inline input { 
	width: auto; 
	}

ol.forms li.inline label { 
	display: inline; 
	float: none; 
	width: auto; 
	}


/*=======================================================================
	Footer
=========================================================================*/

#footer {
	background: url(images/footer.png) top no-repeat;
	width:960px;
	float:left;
   	padding: 30px 20px 5px 20px;
	text-align: center;
	}

/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    Captions
===================================================================*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
