/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* MODULES FOR COURSES PAGES */

.wide-module {
margin-bottom:10px;
}

.newmodule {
padding-bottom:10px;
margin:0 0 20px 10px;
width:592px;
}


.newmodule .contentbox p {
margin:10px 0;
text-align:justify;
}

.modsheader {
height:30px;
background: #003366 url('images/header-background.png') repeat-x;
margin:0 0 10px 0;
}

.newmodule .modheader {
background: #003366 url('images/header-background.png') repeat-x;
height:30px;
margin:0 0 10px 0;
}

.newmodule .modheader h3 {
color:#FFFFFF;
float:left;
font-size:16px;
font-weight:normal;
line-height:32px;
padding:0 10px;
position:relative;
text-shadow:0 -1px 0 #081F36;
}

.newmodule .modheader a {
border-bottom-color:#FFFFFF;
color:#FFFFFF;
float:right;
margin:11px 10px 9px;
text-shadow:0 -1px 0 #000000;
font-weight:bold;
text-decoration:none;
}

.modsheaderg {
height:30px;
background: #003366 url('images/header-background.png') repeat-x;
margin:0 0 10px 0;
}

.newmodule .modheaderg {
background: #003366 url('images/header-background.png') repeat-x;
height:30px;
margin:0 0 10px 0;
}

.newmodule .modheaderg h3 {
color:#FFFFFF;
float:left;
font-size:16px;
font-weight:normal;
line-height:32px;
padding:0 10px;
position:relative;
text-shadow:0 -1px 0 #081F36;
}

.newmodule .modheader a {
border-bottom-color:#FFFFFF;
color:#FFFFFF;
float:right;
margin:11px 10px 9px;
text-shadow:0 -1px 0 #000000;
font-weight:bold;
text-decoration:none;
}

.wide-module ul.modthumbnail {
float:left;
clear:both;
margin:0 0 0 0px;
}


.wide-module ul {
margin:0;
}

.wide-module .modthumbnail li {
float:left;
margin:10px 10px 0 0;
width:150px;
}

.ie67 .module li.modthumbnail, .newmodule .modthumbnail li {
}

.newmodule li.modthumbnail, .newmodule .modthumbnail li {
border-bottom-style:none;
list-style-image:none;
margin-left:-20px;
}

.newmodule li {
border-bottom:1px dotted #999999;
list-style-image:url("images/bullet-module4.gif");
margin-top:7px;
padding-bottom:4px;
list-style-type:none;

}

.newmodule li, p, textarea {

}

.newmodule a.no-decoration {
border-bottom-style:none;
}

.newmodule a {
color:#0C2A75;
font-weight:bold;
text-decoration:none;
}

.wide-module .modthumbnail img {
margin-bottom:0px;
}

.newmodule .modthumbnail img {
float:left;
margin:0 0 7px 0;
border:1px solid #ccc;
padding:0px;
}

.wide-module .modthumbnail .last {
margin-right:0;
}

.wide-module .modthumbnail li {
float:left;
margin:10px 10px 0 0;
width:150px;
list-style:none;
}

.ie67 .module li.modthumbnail, .module .modthumbnail li {
}

.newmodule li.modthumbnail, .module .modthumbnail li {
border-bottom-style:none;
list-style-image:none;
margin:0 20px 0 0;
}

.newmodule .last {
border-bottom-style:none;
padding-bottom:0;
}

.newmodule li {
border-bottom:1px dotted #999999;
list-style-image:url("images/bullet-module4.gif");
margin-top:7px;
padding-bottom:4px;
}

.wide-module .right {
float:right;
width:240px;
margin:0 14px 0 5px;
}

.wide-module ul {
margin:0;
}


/*AFF BOX SHI */

.affbox1 {
float:right;border:1px solid #ccc;height:auto;width:568px;margin:0px -33px 20px 0px;padding:5px 10px;font-size:12px;
}

.affboxleft {
float:left;width:50%;
}

.affboxriight{
float:right;width:50%;text-align:center;margin:12px auto;font-size:14px;
}

/*http://propro.s3.amazonaws.com/thesis/ */

body { background: #fff url('images/backgradient.png') repeat-x top left; color: #111; font-size: 62.5%; }
* { padding: 0; margin: 0; }

 #content_area {
	/*background: url(http://cleverplugins.com/templates/mystore_plazza/http://propro.s3.amazonaws.com/thesis/images/back.jpg) repeat-y;*/
 }



.bonusbox1 {
border:5px dashed #CC3333;
margin:15px auto;
padding:15px;
width:70%;
}

#conarticle h1{
color:#000066;
font-family:tahoma;
line-height:36px;
margin-bottom:10px;
margin-left:0;
margin-right:0;
margin-top:10px;
text-align:center;
}

#conarticle h1.red{
color:#cc3333;
font-family:tahoma;
line-height:36px;
margin-bottom:10px;
margin-left:0;
margin-right:0;
margin-top:10px;
text-align:center;
}

#conarticle .headline_area {
border-bottom:1px solid #CCCCCC;
display:none;
margin-bottom:2.2em;
padding-bottom:10px;
}

.conarticle #content {

	background:#fff;
	border:1px solid #fff;
	height:100%;
	margin:0px;
	width:830px;
}

.conarticle .entry-content {
	
	font-family:georgia;
font-size:1.6em;
width:755px;
margin:0 0 0 50px;
}

.conarticle .bonusbox1 {

background:none repeat scroll 0 0 #FEFEFE;
border:5px solid #CCCCCC;
margin:15px auto;
padding:15px;
width:85%;

}

.conarticle h1{
color:#cc3333;
font-family:georgia;
line-height:36px;
margin-bottom:10px;
margin-left:0;
margin-right:0;
margin-top:10px;
text-align:center;

}

.conarticle h1.red{
color:#cc3333;
font-family:tahoma;
line-height:36px;
margin-bottom:10px;
margin-left:0;
margin-right:0;
margin-top:10px;
text-align:center;
}

.conarticle .headline_area h1{
color:#000066;
font-family:tahoma;
line-height:36px;
margin-bottom:10px;
margin-left:0;
margin-right:0;
margin-top:10px;
text-align:center;
}

.conarticle h3{
color:#cc3333;
font-size:1.5em;
line-height:1.5em;
margin:20px auto;
text-align:center;
}

.conarticle .headline_area h1.red{
color:#cc3333;
font-family:tahoma;
line-height:36px;
margin-bottom:10px;
margin-left:0;
margin-right:0;
margin-top:10px;
text-align:center;
}

.conarticle .headline_area {
border-bottom:1px solid #CCCCCC;
display:none;
margin-bottom:2.2em;
padding-bottom:10px;
}



.conarticle .inner {
	
	padding:0px;
}

.conarticle h3 {



}

.conarticle a.blend, .conarticle a:visited.blend  {
	color:#000;
	text-decoration:none;
	cursor:text;
}

/***** Optin Box Styles ****/

#dynamicoptinhome {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
float:right;
height:auto;
margin-bottom:20px;
margin-top:-0px;
padding:3px 9px 0 3px;
width:310px;
}

#dynamicoptin {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
float:right;
height:auto;
margin-bottom:20px;
margin-top:-50px;
padding:3px 9px 0 3px;
width:310px;
}
/*http://propro.s3.amazonaws.com/thesis/ */
#rightside2 {
background:transparent url(images/video-bg.gif) repeat-y scroll 0 0;
border:0 solid #CCCCCC;
float:right;
height:560px;
margin-bottom:20px;
padding:3px 0 0 3px;
width:330px;
}

.fill2 {
background-color:#FFFFFF;
font-size:12px;
height:551px;
padding:3px 0 4px 3px;
width:325px;
}

.LoginBox {
margin:9px 23px 9px 60px;
}



#btnSubmit {
margin:10px 0 4px 105px;
}
/*http://propro.s3.amazonaws.com/thesis/ */
#btnSubmit {
background:transparent url(images/subbut1.jpg) no-repeat scroll 0 0;
border:0 none;
cursor:pointer;
height:59px;
margin:10px 0 4px 5px;
width:185px;
}



/***** Optin LightBox Styles ****/
/*http://propro.s3.amazonaws.com/thesis/ */
#lb_wrap {
background:transparent url(images/video-bg.gif) repeat-y scroll 0 0;
border:0 solid #CCCCCC;
float:right;
height:560px;
margin-bottom:20px;
padding:3px 0 0 3px;
width:330px;
}

.lb_fill2 {
background-color:#FFFFFF;
font-size:12px;
height:551px;
padding:3px 0 4px 3px;
width:325px;
}

.lb_LoginBox {
margin:9px 23px 9px 60px;
}

.lb_LoginBox input[type="text"] {
border:1px solid #A0A0A0;
font-size:12px;
height:19px;
padding:2px;
width:170px;
margin:0 0 0 13px;
}



#lb_btnSubmit {
margin:10px 0 4px 105px;
}
/*http://propro.s3.amazonaws.com/thesis/ */
#lb_btnSubmit {
background:transparent url(images/lboptin1button.png) no-repeat scroll 0 0;
border:0 none;
cursor:pointer;
height:59px;
margin:10px 0 4px 5px;
width:135px;
}



.ddet_div {
  margin: 8px 0 0 12px;
  padding: 8px;
  background: #F4F4F4;
  border: 1px solid #DDDDDD;
}



.format_text img.frame, .format_text .wp-caption {
border-width:0.071em;
clear:none;
margin:0px 10px 10px 0;
padding:0.714em;
}

.format_text p {
margin-bottom:1.571em;
text-align:justify;
}

.teaser .format_teaser {
font-size:1.2em;
line-height:1.5em;
margin-bottom:1.5em;
margin-left:-13px;
margin-top:1.5em;
text-align:justify;
width:270px;
}

#page {
/*http://propro.s3.amazonaws.com/thesis/ */
		background: #000 url('images/backgradient.jpg') repeat-x top left; color: #111; font-size: 62.5%;
}

#header {
	
	height:112px;

}

#header_area {
	height:132px;
}

#seoheader0{
	position:absolute;
	top:44px;
	margin:0 auto;
}


/*http://propro.s3.amazonaws.com/thesis/ */
#prologo {
	background: url('images/prologo.jpg') no-repeat top left;
	margin:0;
	float:left;
	position:absolute;
	top:27px;
}

#prologo h4 a { display:block; height:0px; text-indent:-9999px;  }
/*http://propro.s3.amazonaws.com/thesis/ */
#topart {

	height:83px;
	width:401px;
	background: url('images/topart.png') no-repeat top left;
	/*background-image: url(http://propro.s3.amazonaws.com/images/sprite1.png);
	background-position: -10px -157px;*/
	float:left;
	margin:0 0 0 366px;
	padding:5px 2px 0 40px;
	color:#fff;
	position:absolute;
	top:29px;
}

#topart .left {
	width:55px;
}

#topart .right {
	width:301px;
}

#topart .title a {
	
	color:#ff9900;
	font-size:12px;
	font-weight:bold;
	padding:0 0 5px;
}

#topart .excerpt {
	clear:both;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	padding:0 0 0 5px;
	
}
/*http://propro.s3.amazonaws.com/thesis/ */
#topsub {

	height:85px;
	width:43px;
	background: url('images/topsub.png') top left;
	float:left;
	margin:0 0 0 767px;
	position:absolute;
	top:27px;
}

.full_width .page {
margin:0 auto;
padding-left:2.2em;
padding-right:2.2em;
width:93.9em;
}

#content {
margin:0px 0 0 0;
}	
/*http://propro.s3.amazonaws.com/thesis/ */
#content_box {

	background:#fff url(images/dot-ddd.gif) repeat-y scroll 62.3em 0;
width:100%;
	margin-top:25px;
}



#imnews, #communityAndSummits {
clear:both;
margin:0 0 0 10px;
}

.section {
margin:0 auto 30px;
}

.gridlined4 {
background:url("images/bg_grid4.gif") repeat-y scroll 10px 0 transparent;
}



.section {
clear:both;
margin:0 auto;
overflow:hidden;
width:630px;
}

#imnews .sectionContent, #communityAndSummits .sectionContent {
padding-bottom:0;
}

.section .sectionContent {
padding:0;
}

.section .sectionContent {
clear:both;
float:left;
padding:0 0 10px;
width:100%;
}

.gridlined8 {
background:url("/resources_v2/images/bg_grid8.gif") repeat-y scroll 10px 0 transparent;
}

#imnews .sectionColumns {
background:url("images/imnewsheader.png") no-repeat scroll left top transparent;
float:left;
}

.column1, .column2 {
position:relative;
}

.grid4 {
width:300px;
}

.grid5 {
width:253px;
}



.gridPanel {
display:inline;
float:left;
margin:0 10px;
overflow:hidden;
}

#imnews .module, #communityAndSummits .module, #imnews .module .moduleBody, #communityAndSummits .module .moduleBody, #imnews ul, #communityAndSummits ul {
margin:0;
}

#imnews .module {
padding-top:52px;
}

.module {
float:left;
margin:0 0 20px;
width:100%;
}

#imnews .module .moduleHeader, #communityAndSummits .module .moduleHeader {
padding:0 0 10px;
}

.module .moduleHeader {
background-image:none;
border-top:medium none;
}

.module .moduleHeader {
background:url("images/dotsHorizontal.gif") repeat-x scroll left bottom transparent;
border-top:4px solid #000000;
float:left;
margin:0;
padding:8px 0;
width:100%;
}

#imnews h3 {
font-size:11px;
}

.module .moduleHeader h3 {
text-align:left;
}

.module .moduleHeader h3 {
font-size:12px;
font-weight:bold;
margin:4px 0 0 0;
padding:0;
text-align:center;
text-transform:uppercase;

}

#imnews .module, #communityAndSummits .module, #imnews .module .moduleBody, #communityAndSummits .module .moduleBody, #imnews ul, #communityAndSummits ul {
margin:0;
}

.module .moduleBody {
float:left;
margin:0;
padding:0;
width:100%;
}

.module .moduleBody ul, .module .moduleBody ol {
clear:both;
float:left;
margin:0 0 5px;
padding:0;
width:100%;
list-style:none;
}

#imnews ul li {
background-image:none;
color:#999999;
font-size:11px;
margin:0;
padding:0 0 10px;
}

.module .moduleBody ul li {
background:url("images/dotsHorizontal.gif") repeat-x scroll left bottom transparent;
font-size:11px;
font-weight:bold;
list-style-type:none;
margin:0;
padding:8px 0;
}

#breadcrumb  {
background:none repeat scroll 0 0 #EFEFEF;
border:1px solid #CCCCCC;
color:#000000;
font-size:1em;
margin:10px 0;
padding:3px 2px;
position:absolute;
top:122px;
width:587px;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover {
	font-weight:bold;
	font-size:1em;
}

#feature_con {

	background:#ededed;
	border:1px solid #ccc;
	height:180px;
margin:10px 0 10px 10px;
width:590px;
}

#feature_con .inner .thumbnail a:link, .thumbnail a:visited {display:block; float:left; padding:0px; background:#e2e2e2; margin:0px 5px 0 0;}
#feature_con .inner .thumbnail a:hover, .thumbnail a:active {background:#C4C4C4;}

#feature_con .inner .title a:link, .title a:visited {display:block; float:left; padding:0px; background:transparent; margin:0px 5px 0 5px;font-size:13px;} 

#feature_con .inner .excerpt {
	
	color:#333;
	font-size:12px;
	font-weight:normal;
	float:left;
	display:block;
	width:400px;
	margin:10px 5px 0 5px;
}
#feature_con .inner {
	
	padding:10px;
}

#feature_con .featurebanner {
/*http://propro.s3.amazonaws.com/thesis/ */
/*background:transparent url(images/featuredbanner.gif) no-repeat scroll 0 0;*/
background-image: url(http://propro.s3.amazonaws.com/images/sprite1.png);
background-position: -10px -10px;
height:28px;
left:-3px;
top:-2px;
position:relative;
text-indent:-5000px;
top:0;
width:192px;
}

#mainpanel {
	background:#fff;
	border:1px solid #ccc; 
	height:500px;
	margin:20px 0 10px 10px;
	width:590px;

}
/*http://propro.s3.amazonaws.com/thesis/ */
#mainpanel .inner .left .icon, .inner .right .icon {
	background:transparent url(images/icon-shadow.gif) no-repeat scroll 0 100%;
	font-size:0;
	padding:0 0 5px;
	float:left;
	}



#mainpanel img {
	
	border:1px solid #ededed;
	padding:1px;
	float:left;
	padding:0 4px 2px 0px;
}

#mainpanel .inner .left h3, .inner .left a:link, .inner .left a:visited, .inner .right h3, .inner .right a:link, .inner .right a:visited 
	{display:block; float:left; padding:0px; background:transparent; margin:0px 5px 0 5px;font-size:11px;font-weight:bold;width:135px;} 

#mainpanel .inner .left .desc, .inner .right .desc {display:inline;float:right;margin:7px 5px 0 5px;font-size:11px;width:135px;text-align:left;}

#mainpanel h2 {
 
width:97%;
padding:10px 0 2px 5px;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid #999;
color:#999;
margin:0 0 0 5px;
}

#mainpanel .inner {
	
	padding:5px;
}

#mainpanel .inner .left {
	
	width:49%;
	float:left;
}

#mainpanel .inner .right {
	
	width:49%;
	float:right;
}
.clear {
display:block;
clear:both;

}

.panel-container {
margin:10px 0 10px 0;
height:100px;
}



#feeddisplay {
	background:#fff;
	border:1px solid #ccc; 
	height:500px;
	margin:20px 0 10px 10px;
	width:590px;

}
/*http://propro.s3.amazonaws.com/thesis/ */
#feeddisplay .inner .left .icon, .inner .right .icon {
	background:transparent url(images/icon-shadow.gif) no-repeat scroll 0 100%;
	font-size:0;
	padding:0 0 5px;
	float:left;
	}



#feeddisplay img {
	
	border:1px solid #ededed;
	padding:1px;
	float:left;
	padding:0 4px 2px 0px;
}

#feeddisplay .inner .left h3, .inner .left a:link, .inner .left a:visited, .inner .right h3, .inner .right a:link, .inner .right a:visited 
	{display:block; float:left; padding:0px; background:transparent; margin:0px 5px 0 5px;font-size:11px;font-weight:bold;width:135px;} 

#feeddisplay .inner .left .desc, .inner .right .desc {display:inline;float:right;margin:7px 5px 0 5px;font-size:11px;width:135px;text-align:left;}

#feeddisplay h2 {
 
width:97%;
padding:10px 0 2px 5px;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid #999;
color:#999;
margin:0 0 0 5px;
}

#feeddisplay .title {
 
width:97%;
padding:10px 0 2px 5px;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid #999;
color:#999;
margin:0 0 0 5px;
}

#feeddisplay .inner {
	
	padding:5px;
}

#feeddisplay .inner .left {
	
	width:49%;
	float:left;
}

#feeddisplay .inner .right {
	
	width:49%;
	float:right;
}
#feeddisplay .clear {
display:block;
clear:both;

}

#feeddisplay .panel-container {
margin:10px 0 10px 0;
height:100%;
}



#provideo {

	background:#ededed;
	border:1px solid #ccc;
	height:250px;
margin:10px 0 10px 10px;
width:590px;
}

#provideo .inner .thumbnailvid, .thumbnailvid a:link, .thumbnailvid a:visited {display:block; float:left; padding:0px; background:#e2e2e2; margin:0px 5px 0 0;}
#provideo .inner .thumbnailvid, .thumbnailvid a:hover, .thumbnailvid a:active {background:#C4C4C4;}
#provideo .inner .titlevid a:link, .titlevid a:visited {width:220px;display:block; float:right; padding:0px; background:transparent; margin:0px 5px 0 5px;font-size:14px;} 
#provideo .inner .excerptvid {
	
	color:#333;
	font-size:12px;
	font-weight:normal;
	float:right;
	display:block;
	width:220px;
	margin:10px 5px 0 5px;
}
#provideo .inner {
	
	padding:10px;
}

#provideo .videobanner {

/*background:transparent url(http://propro.s3.amazonaws.com/thesis/images/provideobanner.gif) no-repeat scroll 0 0;*/
/*http://propro.s3.amazonaws.com/images/ */
  background-image: url(images/sprite1.png);
  background-position: -10px -59px;
height:28px;
left:-3px;
top:-2px;
position:relative;
text-indent:-5000px;
top:0;
width:192px;
}



.frontpost .excerpt {
	padding:10px;
}

.frontpost .format_text, .entry-content {
	padding:10px;
	width:550px;
}

.fptitlearea {

border-bottom:1px solid #999999;
height:75px;
margin:0 10px;
padding:10px 0 2px 5px;
}

.fpmeta {
	width:50%;
	float:left;
	clear:both;
	margin:10px 0;
	font-size:1.2em;
}

.fpsharethis {
float:right; clear:none;margin:5px -27px 0px 10px;

}

.frontpost h2 {
 
width:95%;
font-size:1.2em;
font-weight:bold;
text-transform:uppercase;

color:#000;
margin:0 0 10px 0px;
}

.frontpost h3 {
 
width:95%;
font-size:1.2em;
font-weight:bold;
text-transform:uppercase;

color:#000;
margin:0 0 0 0px;
}

.frontpost {
	background:#fff;
	border:1px solid #ccc; 
	
	margin:20px 0 10px 10px;
	width:590px;

}

#morecontent {
	background:#fff;
	border:1px solid #ccc; 
	
	margin:20px 0 10px 10px;
	width:590px;

}

.clear {
display:block;
clear:both;

}

.panel-container {
margin:10px 0 10px 0;
height:100px;
}


/*http://propro.s3.amazonaws.com/thesis/ */
#morecontent .inner .icon, .right .icon {
	background:transparent url(images/icon-shadow.gif) no-repeat scroll 0 100%;
	font-size:0;
	padding:0 0 5px;
	float:left;
	}


/*http://propro.s3.amazonaws.com/thesis/ */
#morecontent img {
	
	background:transparent url(images/icon-shadow.gif) no-repeat scroll 0 100%;
	font-size:0;
	float:left;
	padding:0 4px 5px 0px;
}

#morecontent .inner h3, .inner a:link, .inner a:visited, .inner h3, .inner a:link, .inner a:visited 
	{display:block; float:left; padding:0px; background:transparent; margin:0px 5px 0 5px;font-size:13px;font-weight:bold;} 

#morecontent .inner .desc, .inner .desc {display:inline;float:left;margin:7px 5px 0 5px;font-size:11px;width:445px;text-align:left;}

#morecontent h2 {
 
width:97%;
padding:10px 0 2px 5px;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid #999;
color:#999;
margin:0 0 0 5px;
}

#morecontent .inner {
	
	padding:5px;
}

#morecontent .clear {
display:block;
clear:both;

}

#morecontent .panel-container {
margin:10px 0 10px 0;
height:115px;
}



/* ######## CUSTOM REVIEW HUB STYLES ################ */

.margin20 {
	clear:both;
	margin:5px 0;
}

#conarticle {

	background:#fff;
	border:1px solid #fff;
	height:100%;
	margin:0px;
	width:630px;
}



#conarticle .inner {
	
	padding:0px;
}

#conarticle h3 {



}



#revprovideo {

	background:#ededed;
	border:1px solid #ccc;
	height:100%;
	margin:10px 0 10px 10px;
	width:590px;
}

#revprovideo .inner h3, .inner a:link, .inner a:visited, .inner h3, .inner a:link, .inner a:visited 
	{display:block; float:none; padding:0px; background:transparent; margin:0px 5px 0 5px;font-size:13px;font-weight:bold;} 
#revprovideo .inner .thumbnailvid, .thumbnailvid a:link, .thumbnailvid a:visited 
	{display:block; float:left; padding:0px; background:#e2e2e2; margin:0px 5px 0 0;}
#revprovideo .inner .thumbnailvid, .thumbnailvid a:hover, .thumbnailvid a:active 
	{background:#C4C4C4;}
#revprovideo .inner .titlevid a:link, .titlevid a:visited 
	{width:220px;display:block; float:right; padding:0px; background:transparent; margin:0px 5px 0 5px;font-size:14px;} 
#revprovideo .inner .titlevid 
	{width:220px;display:block; float:right; padding:0px; background:transparent; margin:0px 5px 0 5px;font-size:14px;font-weight:bold;} 
#revprovideo .inner .excerptvid {	
	color:#333;
	font-size:12px;
	font-weight:normal;
	float:right;
	display:block;
	width:220px;
	margin:10px 5px 0 5px;
}
#revprovideo .inner {
	
	padding:10px;
}

#revprovideo h3 {

/*background:transparent url(http://propro.s3.amazonaws.com/thesis/images/provideobanner.gif) no-repeat scroll 0 0;*/
/*http://propro.s3.amazonaws.com/images/ */
  background-image: url(images/sprite1.png);
  background-position: -10px -59px;
height:28px;
left:-3px;
top:-2px;
position:relative;
text-indent:-5000px;
top:0;
width:192px;
}



#revprovideo2 {

	background:#ededed;
	border:1px solid #ccc;
	height:475px;
margin:10px 0 10px 10px;
width:590px;
}

#revprovideo2 .inner .thumbnailvid, .thumbnailvid a:link, .thumbnailvid a:visited {display:block; float:left; padding:0px; background:#e2e2e2; margin:0px 5px 0 0;}
#revprovideo2 .inner .thumbnailvid, .thumbnailvid a:hover, .thumbnailvid a:active {background:#C4C4C4;}
#revprovideo2 .inner .titlevid a:link, .titlevid a:visited {width:220px;display:block; float:right; padding:0px; background:transparent; margin:0px 5px 0 5px;font-size:14px;} 
#revprovideo2 .inner .titlevid {width:220px;display:block; float:right; padding:0px; background:transparent; margin:0px 5px 0 5px;font-size:14px;font-weight:bold;} 
#revprovideo2 .inner .excerptvid {
	
	color:#333;
	font-size:12px;
	font-weight:normal;
	float:right;
	display:block;
	width:220px;
	margin:10px 5px 0 5px;
}
#revprovideo2 .inner {
	
	padding:10px;
}

#revprovideo2 h3 {

/*background:transparent url(http://propro.s3.amazonaws.com/thesis/images/provideobanner.gif) no-repeat scroll 0 0;*/
/*http://propro.s3.amazonaws.com/images/ */
  background-image: url(images/sprite1.png);
  background-position: -10px -59px;
height:28px;
left:-3px;
top:-2px;
position:relative;
text-indent:-5000px;
top:0;
width:192px;
}



/* Review Hub Sidebar Styles */

#sidebars p {

	line-height:18px;
	margin:10px 0 0 0;
	font-size:1.1em;
}

#sidebars li {
	font-size:1.1em;
}
/*
h3.sbanner  {

background:transparent url(http://propro.s3.amazonaws.com/thesis/images/sbanner.png) no-repeat scroll 0 0;
background-image: url(http://propro.s3.amazonaws.com/images/sprite1.png);
  background-position: -10px -108px;
clear:both;
color:#FFFFFF;
font-family:tahoma,arial;
font-weight:bold;
height:28px;
padding:6px 0 0;
text-indent:15px;
width:192px;
font-size:1.2em;
}*/

h3.sbanner  {
background-image:url("images/link-block.gif");
clear:both;
color:#FFFFFF;
font-family:arial;
font-size:1.2em;
font-weight:bold;
height:32px;
margin:0 0 0 -10px;
padding:9px 0 0;
text-indent:15px;
width:335px;
}

.quickfact ul li, ul li.block {
	margin:15px 0 0 25px;
	font-size:1.1em;
}

.quickfact p {
	margin-left:25px;
	margin-bottom:1.571em;
	font-size:1.2em;
}

.quickfact img {
	margin:3px 5px 5px 25px;
	
}



img.lfeed {
	margin:0 0 20px 24px;
}
/*http://propro.s3.amazonaws.com/thesis/ */
#rightside {

background:transparent url(images/video-bg.gif) no-repeat scroll 0 0;
border:0 solid #CCCCCC;
float:none;
height:371px;
margin:20px 10px;
padding:3px 0 0 3px;
width:300px;
}

.fill {
background-color:#FFFFFF;
font-size:12px;
height:363px;
padding:3px 7px 4px 7px;
width:285px;
}

.LoginBox {
margin:9px 23px 9px 15px;
}
/*http://propro.s3.amazonaws.com/thesis/ */
.actarrow1 {
	height:100px;
	background:transparent url(images/junkgarrows.png) no-repeat scroll 0 0;
	margin:3px auto;
}

.subhead {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
}

.boxbg_fname {
margin:8px 0 2px;
text-align:left;
width:190px;
}

.LoginBox input[type="text"] {
border:1px solid #A0A0A0;
font-size:12px;
height:19px;
padding:2px;
width:170px;
margin:0 0 0 5px;
}
/*http://propro.s3.amazonaws.com/thesis/ */
#btnSubmit {
background:transparent url(images/subbut1.jpg) no-repeat scroll 0 0;
border:0 none;
cursor:pointer;
height:59px;
margin:25px 0 4px 55px;
width:185px;
}

.conarticle #sidebars {
border:0 none;
float:right;
margin:8px 0 15px;
width:32.2em;
display:none;
}


#sidebars {
border:0 none;
float:right;
margin:8px 0 15px;
width:32.2em;
}

#sidebars .title {
	display:block;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px;
	padding:0;
}

#sidebars .title2 {

	width:100%;
	display:block;
	float:none;
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 10px;
	padding:0;
	text-transform:capitalize;
}

#sidebars .desc {

	width:230px;
	display:inline;
	clear:both;
	float:left;
	font-size:1.2em;
	font-weight:normal;
	margin:0 0 10px;
	padding:0;

}

#sidebars ul li, ul li.block {
	font-size:1.2em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:15px 0 0 25px;
}



.dblockprofile {
background:#fff none repeat scroll 0 0;
border-bottom:0px dashed #ccc;/*66CC00*/
height:auto;
margin:10px 0;
padding:5px;
clear:both;
}

.dblockprofile img {
/*background:url("http://propro.s3.amazonaws.com/thesis/images/icon-shadow.gif") no-repeat scroll 0 100% transparent;*/
border:0px solid #ccc;
float:none;
font-size:0;
padding:0 0 3px;
}

.dblockprofile .dblockleft {
float:left;
width:77px;
}

.dblockprofile .dblockright {
float:right;
width:220px;
}

#sidebars .dblockprofile .dblockright a.title {
border-bottom:1px solid #CCCCCC;
font-size:1.2em;
font-weight:bold;
margin:3px 0 10px;
padding:0 0 3px;
text-transform:none;
width:220px;
}

#sidebars .dblockprofile .dblockright a.revtitle {
border-bottom:0px solid #CCCCCC;
font-size:1.2em;
font-weight:bold;
margin:3px 0 10px;
padding:0 0 3px;
text-transform:none;
width:220px;
}

#sidebars .dblockprofile .dblockright .title {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 5px;
	padding:0;
	width:220px;
}



.dblockprofile .dblockunder {
border-bottom:0px solid #ccc;
}



#sidebars .dblockprofile .dblockunder .desc {
	font-size:1.2em;
	font-weight:normal;
	margin:0 0 10px;
	padding:0;
	float:left;

}

#sidebars .dblockprofile .dblockunder a.title {
border-bottom:1px solid #CCCCCC;
font-size:1.2em;
font-weight:bold;
margin:3px 0 10px;
padding:0 0 3px;
text-transform:none;
width:220px;
}



#sidebars .dblockprofile .dblockunder a.revtitle {
border-bottom:1px solid #CCCCCC;
float:right;
font-size:1.2em;
font-weight:bold;
margin:3px 0 10px;
padding:0 0 10px;
text-transform:none;
width:312px;
}



#sidebars .dblockprofile .dblockunder .title {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0px;
	padding:0;
}



.recstuff ul li, ul li.block {
	margin:15px 0 0 25px;
	font-size:1.4em;
}

.recstuff p {
	margin-left:25px;
	margin-bottom:1.571em;
	font-size:1.4em;
}

.recstuff img {
	margin:3px 5px 5px 0px;
	
}

.dblockreview {
background:#fff none repeat scroll 0 0;
border:0px dashed #0066CC;/*66CC00*/
height:67px;
margin:10px 0 55px 0;
padding:5px;
}

.dblockreview img {
/*background:url("http://propro.s3.amazonaws.com/thesis/images/icon-shadow.gif") no-repeat scroll 0 100% transparent;*/
border:0px solid #ccc;
float:left;
font-size:0;
padding:0 0 5px;
}

.dblockleft {
float:none;
width:77px;
}

.dblockright {
float:right;
width:220px;
}



/* Post Sidebar Styles */

.sidebar ul.sidebar_list {
	padding:0;
}

#sidebars ul li, ul li.block {
font-size:1.2em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:15px 0 0 10px;
}

.sidebar h3.postside {
border-bottom:1px solid #CCCCCC;
border-top:1px solid #000000;
font-size:1.2em;
line-height:1.385em;
margin-bottom:0.692em;
margin-top:10px;
padding:2px 0;
}

.sidebar h3 {
border-bottom:1px solid #CCCCCC;
border-top:1px solid #000000;
font-size:1em;
line-height:1.385em;
margin-bottom:0.692em;
margin-top:10px;
padding:2px 0;
}
/*
#sidebars li h3 {
border-bottom:1px solid #CCCCCC;
border-top:1px solid #000000;
font-size:1.1em;
line-height:1.385em;
margin-bottom:0.692em;
margin-top:10px;
padding:2px 0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}*/



#sidebar_1 .title {

	
	display:block;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px;
	padding:0;
	width:247px;
}



#sidebar_1 .desc {

	
	display:inline;
	float:none;
	font-size:1em;
	font-weight:normal;
	margin:0 0 10px;
	padding:0;
	width:247px;
	
}

.post_box, .teasers_box, .full_width #content_box .page {
margin:0 2.3em 0 0;
}



/* Profile Page CSS Styles */

#mquickpro {

	background:#ededed;
	border:1px solid #ccc;
	height:180px;
margin:10px 0 10px 0px;
width:590px;
}

#mquickpro .thumbnail {
	
	margin:0 15px 0 7px;
}

#mquickpro .inner .thumbnail a:link, .thumbnail a:visited {display:block; float:left; padding:0px; background:#e2e2e2; margin:0px 5px 0 0;}
#mquickpro .inner .thumbnail a:hover, .thumbnail a:active {background:#C4C4C4;}

#mquickpro .inner .title a:link, .title a:visited {display:inline; float:left; padding:0px; background:transparent; margin:0px 5px 0 5px;font-size:13px;width:430px;} 

#mquickpro .inner .excerpt {
	
	color:#333;
	font-size:12px;
	font-weight:normal;
	float:left;
	display:block;
	width:450px;
	margin:10px 5px 0 5px;
}

#mquickpro .inner .excerpt p {
	padding:0 0 10px 0;
}

#mquickpro .inner {
	
	padding:10px;
}
/*http://propro.s3.amazonaws.com/thesis/ */
#mquickpro h3 {

background:transparent url(images/mquickpro.gif) no-repeat scroll 0 0;
height:28px;
left:-3px;
top:-2px;
position:relative;
text-indent:-5000px;
top:0;
width:192px;
}



#socialbox {
	background:#fff;
	border:1px solid #ccc; 
	height:305px;
	margin:20px 0 10px 0px;
	width:590px;

}
/*http://propro.s3.amazonaws.com/thesis/ */
#socialbox .inner .proleft .icon, .inner .proright .icon {
	background:transparent url(images/icon-shadow.gif) no-repeat scroll 0 100%;
	font-size:0;
	padding:0 0 5px;
	float:left;
	}



#socialbox img {
border:0 solid #EDEDED;
float:left;
padding:0 45px 2px 0;
}

#socialbox .inner .proleft h3, .inner .proright h3 {

padding:0 0 4px 0;font-size:13px;font-weight:bold;float:left;margin:2px 0;border-bottom:1px solid #ccc;width:267px;
}

#socialbox .inner .proleft a:link, .inner .proleft a:visited, .inner .proright a:link, .inner .proright a:visited 	
	{padding:0px;font-size:11px;font-weight:bold;float:right;margin:15px;} 
	



#socialbox .inner .proleft .desc, .inner .proright .desc {margin:7px 0;font-size:11px;width:97%;color:#666;}

#socialbox h2 {
 
width:97%;
padding:10px 0 2px 5px;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid #999;
color:#999;
margin:0 0 0 5px;

}

#socialbox .inner {
	
	padding:5px;
}

#socialbox .inner .proleft {
	
	width:49%;
	float:left;
}

#socialbox .inner .proright {
	border-left:1px solid #CCCCCC;
float:right;
padding:0 0 0 4px;
width:49%;
}
.clear {
display:block;
clear:both;
 
}

#socialbox .panel-container {
margin:10px 0 10px 0;
height:50px;
}



.prorating table {
border:0 none;
margin:-295px 0 135px 12px;
width:271px;

}

.headline_areas h1 {

	clear:both;
}

.headline_area  {
border-bottom:1px solid #CCCCCC;
margin-bottom:2.2em;
padding-bottom:10px;
}



/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-PostRatings 1.50								|
|	Copyright (c) 2009 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Post Ratings CSS File															|
|	- wp-content/plugins/wp-postratings/postratings-css.css			|
|																							|
+----------------------------------------------------------------+
*/



.post-ratings {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.post-ratings-text {
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/*----------------------------------------------------------------*																				
	WordPress 2.8 Plugin: WP-PageNavi 2.60									
	Copyright (c) 2009 Lester "GaMerZ" Chan											

	File Written By:																
	- Lester "GaMerZ" Chan															
	- http://lesterchan.net
														
	File Information:																
	- Page Navigation CSS Style														
	- wp-content/plugins/wp-pagenavi/pagenavi-css.css								
 *----------------------------------------------------------------*/



.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* container for closelink */
.wps_closewin_text {float:right;padding:5px;}
.wps_closewin_text a{text-decoration:underline;font-size:small;}
.wps_closewin_text a:hover{}
/* container for content */
.wps_content {border:thin dotted black;padding:3mm;} 
.wps_body{padding:10px;}
.wps_popup {border:thin solid #000000;}
/* container for headline */
.wps_headline {margin:0px 10px;clear:both;}
.wps_headline h2{}



.iframe {
position: absolute;
top: 110px;
left: 712px;
z-index:2;
filter:"progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0)";
}

.wsjreadmore a, .wsjreadmore a:visited {
background:url("http://s.wsj.net/img/icon_readmorearrow_se.gif") no-repeat scroll right top #B2D800;
color:#FFFFFF;
float:left;
height:16px;
line-height:1em;
margin-top:20px;
padding:4px 36px 0 8px;
border:0px solid #333;
}

.wsjreadmore2 a, .wsjreadmore2 a:visited {
background:url("http://s.wsj.net/img/icon_readmorearrow_se.gif") no-repeat scroll right top #B2D800;
color:#FFFFFF;
float:left;
height:16px;
line-height:1em;
margin-top:25px;
padding:4px 36px 0 8px;
border:0px solid #333;
margin:30px 20px 25px 0;
}

/*---:[ tags are not targeted further because these styles need to cascade to teasers as well ]:---*/
.post_tags { color: #666;text-transform:capitalize; }
	.post_tags a { text-decoration: none; }
	.post_tags a:hover { text-decoration: underline; }