/*  
Theme Name: eVision-by-ContentRobot-v1.2
Theme URI: http://www.contentrobot.com/
Description: This two column WordPress theme was created for <a href="http://www.evisionsem.com/">www.evisionsem.com</a> by <a href="http://www.contentrobot.com/">ContentRobot.</a>
Version: 1.2
Author: Dana Rockel
Author URI: http://www.contentrobot.com/
*/

/*
Colors Used In This Theme
grey (headlines, copy) - 666666
lt grey (nav) - B4B4B4
ltr grey (borders) - E5E5E5
med blue (links) - 0066CC
med blue alt (links hover) - 66FFFF
red - CC3333
*/


/* Common */
/*body {
	background-color: #fff;
	color: #000;
	font-size: 62.5%;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0px;
	padding: 0px; 
	}*/
ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, input, object, embed {
	margin: 0px;
	padding: 0px;
}
input#s, textarea#comment, input#log, input#pwd {
	width: 97%;
}
hr {
	display: none;
	/*clear:both;
	visibility:hidden;
	margin:0;
	display: block;*/
}

/* Spacers */
hr.five { display:block; width: 100%; height: 5px; background-color: #fff; border: none; color:#fff; }
hr.ten { display:block; width: 100%; height: 10px; background-color: #fff; border: none; color:#fff; }
hr.twenty { display:block; width: 100%; height: 20px; background-color: #fff; border: none; color:#fff; }
hr.fifty { display:block; width: 100%; height: 50px; background-color: #fff; border: none; color:#fff; }

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%;
}
.clearfix { /*IE7 fix*/
	display: inline-block;
}
.clearfix {
	display: block;
}

/*Shadows*/
#shadowwrapper {
	width: 995px;
	margin: 0px auto;
	padding: 0px;
}
#shadowtop {
	width: 995px;
	height: 20px;
	background-image: url(images/drop-shadow-top-ie.png);
	font-size:0px;
}
html>body #shadowtop {
	width: 995px;
	height: 20px;
	background-image: url(images/drop-shadow-top.png);
	font-size:0px;
}
#shadowmiddle {
	width: 995px;
	background-image: url(images/drop-shadow-middle-ie.png);
	background-repeat: repeat-y;
}
html>body #shadowmiddle {
	width: 995px;
	background-image: url(images/drop-shadow-middle.png);
	background-repeat: repeat-y;
}
#shadowbottom {
	width: 995px;
	height: 20px;
	background-image: url(images/drop-shadow-bottom-ie.png);
	font-size:0px;
}
html>body #shadowbottom {
	width: 995px;
	height: 20px;
	background-image: url(images/drop-shadow-bottom.png);
	font-size:0px;
}
	
/* Structure */
#pagewrapper {
	text-align: left;
	font-size: 12px;
	background-color: #fff;
	margin: 10px auto;
	margin: 0px 20px;
	/*margin: 10px auto;*/
	padding: 0px;
	width: 953px;
	border: 1px solid #666;
	}
#headerwrapper {
	padding: 0;
	}
#headerwrapper h1, #headerwrapper h1 a {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0;
	margin: 0;
}
#headerimg {
	height: 80px;
	padding: 10px;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;	
}
#mainwrapper {
	background-image: url(images/main-bg.png);
	background-repeat: repeat-y;
	padding: 0px;
	}
#leftsidebar {
	background-color: #fff;
	float: left;
	padding: 0px;
	width: 100%;
	}
#maincontent {
	background-color: #fff;
	/*float: left;*/
	padding: 0px;
	margin: 0px 35px;
	width: 453px;
	}
td.content #maincontent {
	color: #000;
	}
#rightsidebar {	
	background-color: #fff;
	float: left;
	padding: 0px;
	width: 100%;
	}
#footer {
	background-color: #777;
	padding: 10px;
	font-size: 10px;
	clear: both;
	}
#footer p {
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
#footer a {
	color: #ccc;
	margin: 0px 2px;
	}
#footer a:hover, #footer a:active {
	color: #000;
	}


/* Navigation */
#navwrapper {
	background-color: #777;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#nav { 
	padding: 10px; 
	margin: 0; 
	list-style: none;
	font-size: 12px;
}
#nav li { 
	display: inline;
}
#nav li a, #nav li a:visited { 
	color: #fff;
	padding: 10px;
	margin-right: 5px;
	background: #777;
	font-weight: bold;
	text-decoration: none;
	/*text-shadow: rgba(0,0,0,.6) 0px 2px 5px;*/
}
#nav li#current a { 
	background-color: #999;
	color: #000;
	text-decoration: none;
}
#nav li a:hover, #nav li#current a:hover, #nav li a:active, #nav li#current a:active { 
	background: #fff;
	color: #000;
	text-decoration: none;
	text-shadow: none;
}


/* Sidebars */
#leftsidebar h2, #rightsidebar h2 {
	background-color: #efefff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	margin: 15px 0px 5px;
	padding: 8px 10px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
}
#leftsidebar h2.notopborder, #rightsidebar h2.notopborder {
	margin-top: 0px;
	border-top: none;
	text-align: center;
}
#leftsidebar ul li, #rightsidebar ul li  {
	list-style-type: none;
	list-style-image: none;
}
html>body #leftsidebar ul li ul li {
	padding-bottom: 2px;
	list-style-type: none;
	margin-left: 0px;
}
#leftsidebar ul li ul li {
	padding-left: 10px;
	text-indent: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	list-style-image: none;
	background-image: url(images/doublearrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left: 15px;
}
#leftsidebar ul li ul, #rightsidebar ul li ul, #leftsidebar p, #rightsidebar p, #leftsidebar form, #rightsidebar form  {
	margin-bottom: 10px;
	padding: 0px 10px;
}
#leftsidebar a, #rightsidebar a {
	color: #0066CC;
	text-decoration: none;
	/*border-bottom: 1px dotted;*/
}
#leftsidebar a:hover, #rightsidebar a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#leftsidebar form, #rightsidebar form {
	padding: 0px 10px;
}
#rightsidebar input#s {
	width: 100%;
}

/* Main Content */
.entrytext h1 { font-size:24px!important; margin-bottom:10px!important; color: #0066CC!important; }
.entrytext h2 { font-size:18px!important; margin-bottom:6px!important; color: #0066CC!important; }
.entrytext h3 { font-size:14px!important; margin-bottom:4px!important; color: #800000!important; }
.entrytext h4 { font-size:12px!important; margin-bottom:2px!important; color: #800000!important; }
.entrytext h5 { font-size:10px!important; color: #0066CC!important; }
.entrytext h6 { font-size:9px!important; color: #0066CC!important; }

.contentlgblog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.contentlgblog h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	margin: 0px 0px 5px 30px;
	padding: 0px;
	font-size: 24px;
	color: #C33;
}
.description {
	margin-left: 30px;
}
.continuewrapper {
	padding: 0px;
}
a.continue, a.homestyle {
	padding-left: 10px;
	padding-bottom: 2px;
	background-image: url(images/arrow1red.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11px;
	font-weight: bold;
	color: #CC3333!important;
	text-decoration: none!important;
}
a.continue {
	float: right;
}
a.continue:hover{
	color: #CC3333!important;
	text-decoration: underline!important;
}
#maincontent .postpage h2 {
	display: block;
	color: #0066CC;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 10px;
}
#maincontent h2 a {
	display: block;
	color: #0066CC;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	margin-bottom: 0px;
}
#maincontent h2 a:hover, #maincontent h2 a:active {
	color: #0066CC;
	text-decoration: underline;
}
#maincontent a {
	color: #CC3333;
	text-decoration: underline;
}
#maincontent a:hover, #maincontent a:active {
	color: #CC3333;
	
	/*background-color: #ddd;*/
}
#maincontent p {
	margin-bottom: 10px;
}
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6 {
	margin-bottom: 0px;
}
#maincontent ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
#maincontent ol {
	margin-left: 25px;
	margin-bottom: 10px;
}
#maincontent .postinfo {
	color: #666;
	font-size: 10px;
	margin-bottom: 15px;
}
#maincontent .postmetadata {
	color: #000;
	background-color: #efefff;
	font-size: 10px;
	border-top: 1px solid #b5cde6;
	border-bottom: 1px solid #b5cde6;
	padding: 4px 10px;
	margin-bottom: 40px;
	margin-top: 10px;
}
#maincontent .postmetadata a {
	text-decoration: none;
	color: #0066CC;
}
#maincontent .postmetadata a:hover, #maincontent .postmetadata a:active {
	text-decoration: underline;
}
#maincontent .commentmetadata {
	color: #666;
	margin-bottom: 5px;
	font-size: 9px;
}
#maincontent ol.commentlist li.alt {
	background-color: #eee;
}
#maincontent blockquote {
	color: #000;
	/*font-style: italic;*/
}
#maincontent textarea#comment {
	width: 100%;
}
#maincontent .navigation {
	margin-bottom: 10px;
}
table .content h2 {
	margin-top: 0px;
}
h2.pagetitle {
	margin-bottom: 10px!important;
}


/* Tables */
/*table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	border-collapse: collapse;
}
tr {
	padding: 0px;
	margin: 0px;
}
td {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
th {
	font-size: 1.2em;
	padding: 5px 2px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background-color: #ccc;
}
.rowTint {
	background-color: #eee;
}*/

table.simple {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	border-collapse: collapse;
	font-size: 12px;
	width:100%;
	margin-bottom:10px;
}
table.simple tr {
	padding: 0px;
	margin: 0px;
}
table.simple td {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
table.simple th {
	font-size: 1.2em;
	padding: 5px 2px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background-color: #ccc;
}
table.simple .rowTint {
	/*background-color: #fae5e5;*/
	background-color: #eee;
}



/* Images */
.leftimg, img.alignleft {
	margin: 0 10px 5px 0 !important;
	padding: 3px;
	border: 1px solid #B4B4B4;
	float: left;
	}
.rightimg, img.alignright {
	margin: 0 0 5px 10px !important;
	padding: 3px;
	border: 1px solid #B4B4B4;
	float: right;
	}
.nowrapimg {
	margin: 10px 10px 10px 0px !important;
	padding: 3px;
	border: 1px solid #B4B4B4;
	}	
.featuredimg {
	margin: 10px !important;
	padding: 3px;
	border: 1px solid #B4B4B4;
	}		
.plainimg {
	margin: 0px !important;
	padding: 3px;
	border: 1px solid #B4B4B4;
	}
img.aligncenter { 
	display:block;
	/*padding: 3px;
	border:1px solid #B4B4B4;*/
	margin:0 auto 10px;
	}
img.noborder { 
	border:none !important;
	}
img.addborder { 
	padding: 3px;
	border:1px solid #B4B4B4;
	}


/*Design Elements*/
hr.divider {
	display: block;
	line-height: .1em;
	height: 1px;
	border: 0;
	color: #666;
	background: #999;
	margin: 10px 0px;
}
.singledivider {
	display: block;
	line-height: .1em;
	height: 1px;
	border-top: 1px solid #999;
	margin: 10px 0px;
}
.rsschicklet {
	padding-left: 20px;
	padding-bottom: 2px;
	background-image: url(images/rss-chicklet.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.avatararea {
	float: left;
	margin: 0 10px 10px 0;
}


/* Cloud */
#cloud li {
	display: inline;
	list-style-type: none;	
	font-size: 10px;
	text-align: center;
}
#cloud li h2 {
	text-align: left	;
}
#cloud a {
	/*color: #AACCEE;*/
	text-decoration: none;
	text-transform: lowercase;
	padding-right: 2px;
	padding-left: 2px;
}
#cloud a:hover {
	/*color: #333366;
	background-color: #FFFFFF;*/
	text-decoration: underline;
}


/* spacers */
.twopixelspacer { width: 100%; height: 2px; font-size:0px; }
.fivepixelspacer { width: 100%; height: 5px; font-size:0px; }
.tenpixelspacer { width: 100%; height: 10px; font-size:0px; }
.fiftypixelspacer { width: 100%; height: 50px; font-size:0px; }


/* ContentRobot */
#poweredbycr {
	width: 180px;
	height: 26px;
	position: relative;
	left: 7px;
	bottom: 7px;
	margin-top: -6px;
	clear: right;
}
#poweredbycr a {
	display:block;
	text-align: left;
	padding-left: 30px;
	color: #666!important;
	background-image: url(images/cr-bot.gif);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 12px;
	font-size: 10px;
	text-decoration: none;
}
#poweredbycr a:hover, #poweredbycr a:active {
	background-position: 0 -26px;
	color: #000!important;
	text-decoration: none;
}

.socialicons { padding: 0; text-align: center; }
.socialicons a { display: inline-block; width: 36px; height: 36px; background-color: #ccc; font-size: 7px; border: 1px solid #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; line-height: 10px; text-align: center; margin: 2px 0; text-decoration: none!important; text-indent: -2000em; overflow: hidden; }
.socialicons a.twitterlg { margin-left: 0; background: url(images/twitter36x36.png) no-repeat; }
.socialicons a.facebooklg { background: url(images/facebook36x36.png) no-repeat; }
.socialicons a.linkedinlg { background: url(images/linkedin36x36.png) no-repeat; }
.socialicons a.digglg { background: url(images/digg36x36.png) no-repeat; border: 1px solid #ccc; }
.socialicons a.deliciouslg { background: url(images/delicious36x36.png) no-repeat; border: 1px solid #ccc; }
.socialicons a.stumbleuponlg { background: url(images/stumbleupon36x36.png) no-repeat; border: 1px solid #ccc; }
.socialicons a.technoratilg { background: url(images/technorati36x36.png) no-repeat; border: 1px solid #ccc; }
.socialicons a.emaillg { background: url(images/email36x36.png) no-repeat; border: 1px solid #ccc; }
.socialicons a:hover { border: 1px solid #336699; }
.socialicons .socialtext { display: inline-block; margin: 0 8px 0 0; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 8px; line-height: 10px; text-align: center; text-decoration: none!important; overflow: hidden; }