/*
Theme Name: Speak Stocks
Description: Wordpress Theme For Speak Stocks
Version: 3.0
Author: ASANT Media
*/

/* Reset */
* {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {
	line-height: 1;
}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
ol {margin: 0 0 0 20px}
.clear {clear:both}
a, a:visited {color: #2264BF;}
a:hover {text-decoration:underline;}
p {margin-bottom: 15px;line-height:1.5em}


/* Page Layout */
body {
	width: 100%;
	text-align: center;
	cursor: default;
	color: #222;
}

#pagei {
	width: 1000px;
	height: auto;
	padding: 0px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.75em;
}

/*** Header ***/
#header {
	width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
	font-size: 0.75em;
	color: #666;
	padding: 0px;
}

#hdr {
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
}

#logo {
	float: left;
	padding: 0px;
}

#logo a {
	display: block;
	width: 269px;
	height: 49px;
	background: url(images/logo.gif) no-repeat;
}

/*** Search Form ***/
.searchform {
	float: right;
	margin: 0px;
	border: none;
	font-size: 16px;
	padding: 10px 0px 10px 10px;
}

.searchform fieldset {
	border: none;
}

.searchinput {
	padding: 2px;
	width: 200px;
	color: #999;
	vertical-align: middle;
}

.searchbuttonblack {
	width: 50px;
	height: 18px;
	background: url(images/find_black.gif) no-repeat top;
	cursor: pointer;
	margin: 0 0 0 3px;
	border: none;
	vertical-align: middle;
}

.searchbuttonblack:hover {
	background: url(images/find_black.gif) no-repeat bottom;
}

/*** Menu ***/
#menu {
	margin: 0px 0px 20px;
	height: 30px;
	background: #F2F2F2;
	border-top: 3px solid #235811;
}

#menu li {
	float: left;
	display: block;
	position: relative;
	font-size: 11px;
}

#menu li a {
	float: left;
	display: block;
	color: #666;
	padding: 0 10px 0 10px;
	height: 24px;
	line-height: 24px;
	position: relative;
	text-transform: uppercase;
	margin: 4px 10px 0px;
	font-weight: bold;
}

#menu li.current_page_item a {
	background: #FFF;
	color: #000;
	font-weight: bold;
	padding-bottom: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#menu li.current_page_item a:hover {
	text-decoration: none;
}

#menu li.current-cat a {
	background: #FFF;
	color: #000;
	font-weight: bold;
	padding-bottom: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#menu li.current-cat a:hover {
	text-decoration: none;
}

/*** Containers ***/

#body-left {
	float: left;
	width: 214px;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 15px;
	border-right: 1px solid #DDD;
}

#body-right {
	float: left;
	width: 210px;
	background: #F2F2F2;
	padding: 0px;
	margin: 0px;
}

#content-b {
	float: left;
	width: 530px;
	padding: 0px 15px;
	margin-bottom: 20px;
}

/*** Sidebar ***/
#sidebar_r {
	padding: 0px 10px;
	margin: 0px;
}

#sidebar_l h3, #sidebar_r h3 {
	font-size: 1.1em;
	padding: 7px 0px;
	text-transform: uppercase;
}

#sidebar_l ul, #sidebar_r ul {
	margin: 0px 0 15px 0;
	padding: 0px;
	border-bottom: none;
}

#sidebar_l li, #sidebar_r li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#sidebar_l li ul li, #sidebar_r li ul li {
	border-top: 1px dotted #DDD;
	padding: 5px 0px;
	margin: 0px;
	line-height: 1.4;
	list-style: none;
}

#homeinput {
	padding: 4px;
	border: 1px solid #ddd;
	width: 200px;
	color: #999;
	font-size: 1.3em;
	margin-bottom: 10px;
}

#homebutton {
	font-family: Georgia;
	cursor: pointer;
	margin: 0px;
	padding: 5px 10px;
	background: #EEE;
	border: 1px solid #DDD;
	font-style: italic;
	color: #999;
	font-size: 1.2em;
}

/*** Single Post ***/
/* Aligning for Images */
.nav {padding:10px 0 0 0}
.alignleft {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}

.aligncenter {
	margin: 0 auto 0 auto;
	display: block;
	text-align: center;
}

.wp-caption img {
	margin: 0 0 5px 0;
	background-color: #FFFFFF;
}

.wp-caption-text {
	color: #999;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
}

/* Major Styles */
.sitenav {
	padding: 0 0 5px 0;
	margin: -10px 0 20px 0;
	font-size: 0.9em;
	float:left;
	font-style: italic;
}

h1 {
	font-size: 22px;
	line-height: 1.1em;
	margin: 0 0 10px 0;
	display: block;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	text-transform: uppercase;
}

h1 a, h1 a:visited {
	line-height: 1.1em;
	margin: 0px;
	color: #444;
}

.post h2 {
	font-size: 1.4em;
	line-height: 1.1;
	margin: 15px 0px;
}

.post h3 {
	font-size: 1.2em;
	line-height: 1.1;
	margin: 0 0 15px 0;
}

.post h4 {
	line-height: 1.4em;
	color: #235811;
	margin: 10px 0 5px 0;
}

.post h5 {
	line-height: 1.4em;
	color: #CCC;
	margin: 10px 0 5px 0;
	font-size: 0.9em;
}

.post h6 {
	line-height: 1.4em;
	color: #333;
	margin: 10px 0 5px 0;
	font-size: 0.9em;
}

.post img {
	margin-bottom: 15px;
}

/* entry specific css */
.entry {
	display: block;
	padding: 0px;
}

.entry ul {margin: 0 0 15px 0}
.entry ol {margin: 0 0 15px 20px}
.entry ul ul {margin: 0 0 0 20px}
.entry ol ol {margin: 0 0 0 40px}

.entry ul li, .entry ol li {
	line-height: 1.5em;
	list-style:square;
	margin-left: 25px;
	padding: 2px 0 2px 0;
}

.entry ol li li {
	line-height: 1.5em;
	padding: 2px 0 2px 0;
	border: 0;
	margin-left: 25px;
	color: #777;	
}

.entry ul li li {
	line-height: 1.5em;
	padding: 2px 0 2px 18px;
	border: 0;
	background: url(images/postbullet.gif) no-repeat left;
	background-position: left 7px;
	color: #777;
}

.entry blockquote {
	background: #f7f7f1;
	border: 1px solid #e7e7e1;
	padding: 10px;
	display: block;
	overflow: hidden;
	color: #333;
	line-height: 1.5em;
	margin: 0 0 15px 0;
}

.entry blockquote blockquote {
	background: #fff;
	font-weight: normal;
	color: #333;
}

.entry del {
	text-decoration: line-through;
	color: #999;
}

.entry ins {
	font-weight: bold;
	text-decoration: underline;
}

/* Specific classes */
.relatedtags {
	margin-top:10px;
	font-size: .85em;
}
		
/* Archives */
.archived {
	padding: 0px 0 15px 0;
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #ccc;
}

.archived h3 {
	font-size: 16px;
	line-height: 1.1;
	margin: 0px;
	font-weight: bold;
}

.archived p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
}

.archived .fullstory:hover {
	color: #000;
}

#morepost {
	float:right;
	margin-top:20px;
}

/* Footer */

#footer {
	height: 30px;
	padding: 10px 0px 0px 0px;
	margin: 20px 0px;
	font-size: 0.87em;
	color: #999;
	line-height: 1.5em;
	text-transform: uppercase;
	border-top: 1px solid #DDE2DE;
	text-align: center;
}

#footer li {
	display: inline;
	padding: 0px 2px;
}

/**** Miscellaneous *****/

.smalltext {
	text-transform: uppercase;
	font-size: .75em;
	color: #999;
	letter-spacing: 1px;
}

.large-text {
	margin: 0px 0px 10px;
	font-size: 1.3em;
	line-height: 1.4;
	color: #555;
	text-align: left;
}

.readmore {
	margin: 10px 0px 40px;
}

.readmore a {
	font-family: Georgia;
	cursor: pointer;
	margin: 0px;
	padding: 5px 10px;
	background: #EEE;
	border: 1px solid #DDD;
	font-style: italic;
	color: #999;
	font-size: 1.2em;
}

.broker-table {
	margin-bottom: 15px;
	border-collapse:collapse;
}

.broker-table-header {
	padding: 10px;
	border: 1px solid #DDD;
	text-transform: uppercase;
	text-align: center;
	color: #999;
}

.broker-table-content {
	vertical-align: middle;
	font-size: 1.7em;
	text-align: center;
	border: 1px solid #DDD;
}

.broker-table-image {
	padding: 10px;
	background: #E4F1F5;
	border: 1px solid #DDD;
}

.broker-table-image img {
	padding: 0px;
	margin: 0px;
}

