/*
Theme Name: Speaker Training Videos
Version: 1.0
*/

/* RESETS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
b, strong {
	font-weight: bold;
}
/* DEFAULT */
a {
	color: #2c6288;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.hidden {
	display: none;
}
.fix1 {
	display: block;
	height: 100%;
	overflow: hidden;
}
.fix2 {
	display: inline;
	height: 100%;
	overflow: hidden;
}
img.alignleft {
	padding: 0 5px 0 0;
}
img.alignright {
	padding: 0 0 0 5px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.center {
	text-align: center;
}
.last {
	border: none !important;
	background: none;
}
/* LAYOUT */
body {
	background: url(images/wrapbg.png) #c7d2d5 repeat-x 0 0;
	color: #565656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container{ width:1050px; height:auto; margin:0 auto; position:relative;}



.wrap {
	margin: 0 auto;
	width: 1050px;
}
#header1 {
}
#header2 {
}
#header3 {
}
#contentwrap { float:left;
	background: url(images/contentwrapbg.png) repeat 0 0;
	margin: 25px 0 0;
	padding: 10px;
}
#contentwrapinside {
	background: url(images/contentwrapinside.png) #fff repeat-y 100% 0;
	padding: 0 420px 0 0;
}
#sidebarright {
	margin: 0 -420px 0 0;
	width: 420px;
}
#content {
	width: 100%;
}
#sidebarrightinside {
}
#contentinside {
}
#footer1 {
	background-color: #172a40;
	color: #cecece;
	font-size: 11px;
	margin: 30px 0 0;
	padding: 30px 0;
}
/* HEADER 1*/

#header1 ul {
	float: right;
	padding: 4px 0;
}
#header1 ul li {
	background: url(images/sep1.png) no-repeat 0 6px;
	float: left;
}
#header1 ul li a {
	color: #cbcbcb;
	display: block;
	font-size: 11px;
	padding: 2px 8px;
}
#header1 ul li a.rss {
	background: url(images/rssicon.png) no-repeat 0 0;
	padding: 2px 8px 2px 25px;
}

/* HEADER 2*/
#header2 h1, #header2 h2 {
	display: inline;
	float: left;
	padding: 28px 0 29px;
}
#header2 h1 a, #header2 h2 a {
	background: url(images/logo.png) no-repeat 0 0;
	display: block;
	height: 76px;
	text-indent: -9999px;
	width: 547px;
}
#header2 #cartoon {
	background: url(images/cartoon.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 133px;
	margin: 0 0 0 10px;
	text-indent: -9999px;
	width: 86px;
}
/* HEADER 3*/

#header3 ul#pages {
	float: left;
}
#header3 ul#pages li {
	float: left;
}
#header3 ul#pages li a {
	color: #212121;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px 11px;
}
#header3 ul#pages li a:hover, li.current_page_item a {
	background-color: #e1e1e1;
}

/* BLOCK */

.block {
	background: url(images/blockdivider.png) repeat-x 0 100%;
	color: #1c5276;
	font-size: 12px;
	padding: 20px;
}
.block h3 {
	background-color: #616e77;
	color: #fff;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 10px;
}
.block ul {
}
.block li {
	border-bottom: 1px solid #cfd0c7;
	display: block;
	height: 100%;
	overflow: hidden;
}
.block li a {
	color: #636363;
	display: block;
	float: left;
	padding: 5px;
}
.block li a:hover {
	color: #000;
	text-decoration: underline;
}
.block .blockcontent {
	float: left;
	width: 100%;
}
/* POST */

#postlist {
	padding: 35px;
}
.postitem {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 25px;
	padding: 0 0 25px;
}
/* POST TOP */

.posttop {
	padding: 0 0 10px;
}
.posttop h1, .posttop h2 {
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 10px;
}
.posttop h1 a, .posttop h2 a {
	color: #2a2a2a;
}
.posttop .postcomm {
	background: url(images/commenticon.gif) no-repeat 0 0;
	color: #5d5d5d;
	display: block;
	float: right;
	height: 27px;
	padding: 5px 0 0;
	text-align: center;
	width: 31px;
}
.posttop .info {
	color: #6d6d6d;
	font-size: 11px;
	padding: 0 0 10px;
}
.posttop .info span {
	color: #2c6288;
}
/* POST CONTENT */
.postcontent {
}
.postcontent a:hover {
	text-decoration: underline;
}
.postcontent p {
	line-height: 20px;
	padding: 0 0 10px;
}
.postcontent blockquote {
	background-color: #ffc;
	padding: 5px 10px 5px 40px;
	margin: 0 0 10px 30px;
}
.postcontent blockquote p {
	margin: 0;
}
.postcontent h2 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
.postcontent h3 {
	color: #000;
	font-size: 27px;
}
.postcontent h4 {
	color: #000;
	font-size: 20px;
}
.postcontent ul {
	list-style: square outside;
	padding: 5px 0 15px 30px;
}
.postcontent ol {
	list-style: decimal outside;
	padding: 5px 0 15px 30px;
}
.postcontent em {
	font-style: italic;
	font-weight: bold;
}
.postcontent img {
	padding: 5px;
}
.postcontent .more-link {
	background-color: #2c6288;
	color: #fff;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding:  4px 8px;
}
/* NAVIGATION */
.navigation {
	float: left;
	font-size: 13px;
	padding: 15px 30px;
	width: 550px;
}
.navigation a {
	font-weight: bold;
}
/* COMMENT */
h3#comments {
	background: url(images/blockdivider.png) #f7f6f6 repeat-x 0 0;
	color: #565656;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 25px 25px 15px;
}
ol.commentlist {
	background-color: #f7f6f6;
	padding: 0 25px 15px;
}
ol.commentlist li {
	padding: 0 0 20px;
}
ol.commentlist .info {
	float: left;
}
ol.commentlist .content {
	background: url(images/commentcontent.png) repeat-y 0 0;
	float: right;
	width: 455px;
}
ol.commentlist .contenttop {
	background: url(images/commentcontenttop.png) no-repeat 0 0;
}
ol.commentlist .contentbottom {
	background: url(images/commentcontentbottom.png) no-repeat 0 100%;
	padding: 30px;
}
ol.commentlist .info .avatar img {
	border: 5px solid #ededed;
}
ol.commentlist .info .date {
	font-size: 10px;
}
h4#respond {
	background: url(images/blockdivider.png) #f7f6f6 repeat-x 0 0;
	color: #565656;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 30px 25px 20px;
}
#commentform {
	background-color: #f7f6f6;
	padding: 0 25px 20px;
}
#commentform p {
	padding: 4px 0;
}
#commentform #comment {
	border: 1px solid #c5c3c3;
	width: 550px;
}
/* FOOTER */
#footer1 .copyright {
	float: left;
	padding: 0 0 0 40px;
}
#footer1 .footerpages {
	float: left;
	padding: 0 0 0 10px;
}
#footer1 .footerpages li {
	border-right: 1px solid #fff;
	float: left;
	padding: 0 5px;
}
#footer1 .footerpages li a {
}

.block .blockcontent .formwrap {
	padding:0 0 10px 20px;
}

.block .blockcontent .formwrap .arrow{
	float:left;
	width:60px;
}

.block .blockcontent .formwrap .optin{
	float:left;
}

.block .blockcontent .formwrap .optin input#emailbox{
	padding:10px 5px 10px 5px;
	border:2px solid #dcdcdc;
	font-weight:bold;
	font-size:1.2em;
	font-family:Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	color:#909090;
}

.block .blockcontent .formwrap input#submitbutton{
	padding:5px 0 0 58px;
}
.top_div{ float:left; width:930px; height:auto; margin:20px 0px 20px 20px; padding:0px; background-color:#EDF8FE;}
.top_box{ float:right; width:930px; height:219px; background:url(images/top_box.png) no-repeat; margin:0px; padding:10px 0 0 0px; }

.style1 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.mid_box{ float:left; width:550px; height:140px; background:url(images/mid.png) no-repeat; margin:20px 10px 20px 0px; padding:0px; }
.mid_box_text{ float:right; width:445px; height:auto; margin:0px; padding:30px 0px 0 0;}


.b:link { color:#0068CB; text-decoration:underline;}
.b:visited { color:#0068CB; text-decoration:underline;}
.b:hover { color:#0068CB; text-decoration:underline;}
.b:active { color:#0068CB; text-decoration:underline;}