/*	
	Author Name	: Evan Meagher
	Author Site	: NA
	Style Name	: Solid V1
	Style URI	: NA
	Version		: 1
	Comments	: Subsidiary of SolidlyStated theme
*/

/*  Page Heirarchy- body > #page > .content > #primary-wrapper > #primary  */

body, #pagewrapper {
	background: url(../../images/bodydark.gif) repeat-x #e3e3e3;	
}

#pagewrapper {
     width: 100%;
	 height: 100%;
}

#page, .columns-two #page {
	width: 1010px;
	background: none;
}

.content {
	padding: 0px 0px 10px 0px;
}

#header {
	height: 182px;
	position: relative;
	overflow: hidden;
}

#header a.rss img, .donate-shout {
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

.logo-h1 {
	display: none;
}

.logo {
	position: absolute;
	top: 84px;
	left: 20px;
	width: 501px;
	height: 70px;
	background: url(../../images/logo2.png) no-repeat;
	cursor: pointer;
}

#primary {
	width: 768px;
	padding: 0px;
	margin-top: 20px;
	border: 1px solid #999999;
	border-bottom: 0px;
	background: #ffffff;
}

.hentry {
	margin: 0px;
	padding: 20px;
	position: relative;
}


.thread-odd {	background: #f6f7f8; /*eaeaea, ecf0f4*/}
.thread-odd, .thread-even { border-bottom: 1px solid #aaaaaa; }

.post.hentry.even { background: #eaeaea; border-bottom: 1px solid #999; }
.post.hentry.odd { border-bottom: 1px solid #999; }

#sidebar-1, #sidebar-2 {
	padding: 0px;
}

.nav-table tr {
	height: 38px;
}

.nav-table td {
	width: 50%;
}

#footer {
	position: relative;
	top: 10px;
	min-height: 150px;
	background: url(../../images/footer.gif) repeat-x #142b4d;
	padding: 0px;
	color: #c0d1de;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer-wrapper {
	width: 1008px;
	margin: 0 auto;
}

.footercontent {
	width: 708px;
	margin: 0 auto 20px auto;
	position: relative;
	top: 50px;
	height: 70px;
}

#footer a {
	color: #c0d1de;
	font-weight: normal;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.ie7 #s {
    top: -1px;
	padding-top: 2px;
}

.footerstats {
	display: none;
}

.footerlogo {
	height: 50px;
	margin: 40px auto 0 auto;
	padding: 20px 0;
	border-top: 1px solid #2a5481;
}

.footersection {
	float: left;
	text-align: left;
	width: 206px;
}

/* POST STYLING */

.quoter_comment {
	padding: 2px 0 2px 20px;
	background: url(../../images/comment.png) left center no-repeat;
	margin-left: 5px;
}

.post-cat {
	background: url(../../images/mini-category.gif) no-repeat;
	margin-left: 30px;
	padding-left: 22px;
	padding-top: 1px;
	float: left;
	font-size: 95%;
	color: #999999;
}

.entry-tags {
	max-width: 450px;
	display: inline-block;
	margin-top: 15px;
	padding: 0px;	
	font-size: 110%;
	clear: none;
}

.tag-icon {
	min-width: 60px;
	min-height: 24px;
	margin-right: 10px;
	background: url(../../images/tags.png) left center no-repeat;
	float: left;
	display: block;
}

.entry-head {
	width: 764px;
	height: 52px;
	min-height: 52px;
	position: relative;
	left: -31px;
	background: url('../../images/header.png') no-repeat;
	margin-right: 0px;
}

.four04 .entry-head, .page .entry-head {
	background: url(../../images/header404.png) no-repeat;
}

.entry-head .entry-title, .four04 .entry-head .entry-title {
	position: absolute;
	left: 222px;
	top: 10px;
}

.four04 .entry-head .entry-title, .page .entry-head .entry-title {
	left: 30px;
	color: #FFFFFF !important;
}

.entry-head .entry-title a { 
	color: #ffffff !important; 
	display: inline-block; 
	max-width: 550px;
	font-size: 0.9em;
}

.entry-head .entry-title a:hover { text-decoration: none; }

.entry-foot { clear: both; }

.tab-category {
	width: 96px;
	height: 30px;
	text-align: center;
	float: left;
	position: relative;
	display: block;
	left: 3px;
	top: 9px;
}

.cat-hardware { background: url(../../images/cat-green-wide.gif) top; }
.cat-software { background: url(../../images/cat-blue-wide.gif) top; }
.cat-design { background: url(../../images/cat-red-wide.gif) top; }
.cat-scripting { background: url(../../images/cat-orange-wide.gif) top; }

.cat-hardware:hover { cursor: pointer; background: url(../../images/cat-green-wide.gif) bottom; }
.cat-software:hover { cursor: pointer; background: url(../../images/cat-blue-wide.gif) bottom; }
.cat-design:hover { cursor: pointer; background: url(../../images/cat-red-wide.gif) bottom; }
.cat-scripting:hover { cursor: pointer; background: url(../../images/cat-orange-wide.gif) bottom; }

.splitcat-hardware { width: 48px; background: url(../../images/cat-green-half.gif) top; }
.splitcat-software { width: 48px; background: url(../../images/cat-blue-half.gif) top; }
.splitcat-design { width: 48px; background: url(../../images/cat-red-half.gif) top; }
.splitcat-scripting { width: 48px; background: url(../../images/cat-orange-half.gif) top; }

.splitcat-hardware:hover { cursor: pointer; background: url(../../images/cat-green-half.gif) bottom; }
.splitcat-software:hover { cursor: pointer; background: url(../../images/cat-blue-half.gif) bottom; }
.splitcat-design:hover { cursor: pointer; background: url(../../images/cat-red-half.gif) bottom; }
.splitcat-scripting:hover { cursor: pointer; background: url(../../images/cat-orange-half.gif) bottom; }

.tab-gray {
	position: relative;
	top: 14px;
	width: 110px;
	height: 22px;
	text-align: center;
	color: #ffffff;
	float: left;
}

.tab-gray2 {
	float: right !important;
	position: relative;
	top: -26px;
	margin-right: 6px;
	width: 107px;
	height: 21px;
	background: url(../../images/tab-gray2.gif) top;
	text-align: center;
	color: #ffffff;
	float: left;
}

.tab-gray2:hover { background: url(../../images/tab-gray2.gif) bottom; }

.tab-gray.left { float: left; }

.ie .tab-gray, .webkit .tab-gray { top: 13px; }

.tab-category a, .tab-gray a, .tab-gray abbr {
	color: #ffffff;	
	font-size: 12px;
}

.tab-gray abbr {
	position: absolute;
	top: 4px;
	left: 10px;
	z-index: 2;
	font-size: 12px;
	line-height: 12px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}


.xds .tab-gray abbr { left: 14px; }

.ie8 .tab-gray abbr, .webkit .tab-gray abbr { top: 5px; }

.commentslink {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 26px;
	height: 26px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	line-height: 16px;
	font-size: 16px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	z-index: 2;
}

.ie8 .entry-date-shad, .webkit .entry-date-shad  { top: 6px; }

.entry-date-shad {
	color: #444444;
	position: absolute;
	z-index: 1;
	left: 11px;
	top: 5px;
	font-size: 12px;
	line-height: 12px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}

.xds .entry-date-shad { left: 15px; }

a.commentslink { color: #ffffff; }

a.commentslink:hover, a.commentslink-shad:hover { text-decoration: none; }

.two-digit { margin-left: -3px; }
.three-digit { margin-left: -6px; }

.comments { 
	position: relative;
	padding: 20px;
	clear: both;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background: #eaeaea;
	text-align: left;
}

.comments h4 {
	/*padding: 20px 20px 0px 0;*/
}

.wp-post-image { /*post thumb*/
	background-color: #dddddd;
	border: 1px solid #999999;
	padding: 4px;
	margin: 6px 15px 4px 0 !important;
}

.ie7 .wp-post-image {
	margin: 18px 15px 4px 0 !important;
}

.wp-caption  {
	background: #dddddd;
	border: 1px solid #999999;
	padding: 4px 1px;	
	font-size: 11px;
	line-height:16px;
}

.wp-caption:hover {
	padding: 4px 1px;	
	border: 1px solid #006699;
}

.wp-caption .wp-caption-text {
	margin: 0px;	
}

.wp-caption a img, .wp-caption a img:hover  {
	border: 1px solid #aaaaaa;
	padding: 0px;
}

/* PAGINATION STYLES FOR 'multi-page toolkit' */

span.contentjumplink {	
	font-size: 1em; 
	color: #aaaaaa !important; 
	vertical-align: middle; 
	font-weight: bold; 
	padding: 1px 4px;
	border: 1px #ddd solid; 
	border-top-color: #a7a7a7; 
	margin-left: 4px;
	background: #ffffff;
}
							  
a.contentjumplink {
	font-size: 1em; 
	color: #3371A3 !important; 
	vertical-align: middle; 
	font-weight: bold; 
	padding: 1px 4px;
	border: 1px #ddd solid; 
	border-top-color: #a7a7a7;
	margin-left: 4px;
	background: #ffffff;
}
	
a.contentjumpall {  }
	
span.contentjumpall {   }	

span.contentjumptitle { 
	vertical-align: middle; 
	color: #aaa; 
	font-weight: bold;
	border: 1px #ddd solid;
	border-top-color: #a7a7a7;
	padding: 3px 3px 3px 3px;
}

a.contentjumptitle { 	
	vertical-align: middle;
	border: 1px #ddd solid ; 
	border-top-color: #a7a7a7; 
	padding: 3px 3px 3px 3px;
}

select.contentjumpddl { 
	vertical-align: middle; 
	margin: 0px 0px 0px 0px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.gecko select.contentjumpddl {
	font-size: 11px;
	padding-top: 2px;
}

select.contentjumpddl option{ padding: 1px 0px 2px; }

ol.contentlist { background-color:#f5f5f5; width: 20%; text-align:left; line-height: 3px; padding: 0px; }

ol.contentlist li { padding: 0px; }

span.contentlist { color: #aaa; font-weight: bold; }

a.contentlist { padding: 0px; }

li.contentlistall { }

span.contentjumpnumber { 	
	vertical-align: middle;
	color: #ffffff; 
	font-weight: bold;
	border: 1px #ddd solid ; 
	border-top-color: #a7a7a7; 
	background: #3371A3; 
	padding: 1px 4px;
}

a.contentjumpnumber { 	
	vertical-align: middle; 
	border: 1px #ddd solid; 
	border-top-color: #a7a7a7; 
	padding: 1px 4px;
	color: #3371A3 !important;
	background: #ffffff;
}

a.contentjumpnumber:hover { 
	border-color: #3371A3;
	background: #eeeeee;
}

.contentjumpnumber, .contentjumplink {
	position: relative;
	top: 3px;
	display: inline-block;
}

.commentsrsslink a {
	background:url(../../images/feed.png) no-repeat scroll left top transparent;
	height: 16px;
	margin-right: 10px;
	padding: 2px 0 2px 20px;
}

.trackbacklink a {
	height: 16px;
	padding: 2px 0 2px 20px;
	background: url(../../images/arrow_refresh.png) no-repeat scroll left top transparent;
}

#wp-calendar caption {
    font-size: 14px;
    font-weight: normal;
	font-family: "Segoe UI", Tahoma, Arial;
	padding: 5px;
}

#calendar_wrap {
    border: 1px solid #3371A3;
	-moz-border-radius: 2px;
}

table .graytable { 
	width: 100%; 
	margin-top: 5px;
}

.graytable td {
	background: #eaeaea;
	padding: 0 10px;
	font-size: 90%;
}

.graytable th {
	height: 28px;
	background: #2F6796;
	padding: 0 10px;
	color: #fff;
	font-size: 90%;
}

.graytable .current {
	background: #d2dcef;
	font-weight: bold;
}

.graytable a:visited {
	color: #2277DD;
}

.widget h4, .widget h2 {	
	width: 207px;
	height: 20px;
	padding: 7px 5px 3px 5px;
	background: url(../../images/sidebar-header.gif) no-repeat #ffffff;
	border: 1px solid #0c273b;
	font-size: 14px;
	font-weight: 100;
	color: #ffffff;
	font-family: Helvetica, Verdana,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	text-transform: uppercase;
	text-align: right;
}

.widget ul {
	background: #ffffff;
	border: 1px solid #999999;
	border-top: 0px;
	padding: 5px;
}

.category-head {
	position: relative;
	top: -1px;
	left: -1px;
	width: 730px;
	height: 21px;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 0px;
}

.category-head h1 {
	font-size: 22px;
}

.ch4 { background: url(../../images/category-green.gif) no-repeat; color: #258227; }
.ch5 { background: url(../../images/category-red.gif) no-repeat; color: #960000; }
.ch3 { background: url(../../images/category-blue.gif) no-repeat; color: #0f4b77; }
.ch6 { background: url(../../images/category-orange.gif) no-repeat; color: #b24700; }

.page-head { padding: 20px 20px 0px; }

.four04 { border-bottom: 1px solid #aaaaaa; }

.solid {
	font-weight: bold;
	color: #003366;
	border-bottom: 1px solid orange;
}

.wp_codebox pre {
	margin: 4px;	
}

blockquote p {
	color: #1d5a9a;	
}

blockquote p a {
	text-decoration: underline;
}

/* EVANS YARPP PLUGIN STYLES */
.related-template {
	width: 764px;
	height: 135px;
	position: relative;
	left: -31px;
	background: url(../../images/related-bg.png) no-repeat;
	padding-top: 20px;
}

.related-template div {
	width: 551px;
	line-height: 19px;
	height: 19px;
	position: relative;
	left: 200px;
}

.related-template div.nob {
	border-bottom: 0px solid #e4e4e4;
}

.related-template div.yesb {
	border-bottom: 1px solid #e4e4e4;
}

.related-template div a {
	padding: 0px;
	margin: 0px 0px 0px 0px;
    font-size: 11px;
	color: #BB4411;
}

.related-template span {
	color: #666666;
	font-weight: bold;
}

/* EVANS YOU MIGHT LIKE SECTION */

.youmightlike.games {
	width: 764px;
	height: 194px;
	position: relative;
	left: -31px;
	padding-top: 20px;
}

.youmightlike.games {
	background: url(../../images/mightlike-bg.png) no-repeat;
}

.youmightlike.parts {
	background: url(../../images/upgradenow-bg.png) no-repeat;
}

.youmightlike .items {
	position: absolute;
	top: 50px;
	left: 3px;
}

.youmightlike .items a {
	color: white;
	font-size: 11px;
	font-weight: bold;
}

.youmightlike .items div {
	width: 182px;
	height: 21px;
	margin-top: 4px;
	padding-left: 10px;
	line-height: 18px;
	background: url(../../images/mightlike-title.gif) no-repeat;
}

.youmightlike .pics {
	height: 144px;
	position: absolute;
	top: 27px;
	left: 192px;
}

.youmightlike .pics td {
	width: 112px;
}

.youmightlike .pics img {
	border: 1px solid #000000;
}

/* EVANS CUSTOM IMAGE CODE */

.addthis_toolbox .custom_images { margin: 0px; }
.addthis_toolbox .custom_images a { width: 24px; height: 24px; margin: 0 1px; padding: 0; }
.addthis_toolbox .custom_images a:hover img{ opacity: .8; }
.addthis_toolbox .custom_images a img{ opacity: 1; }

.addthis_container { position: absolute; right: 17px; bottom: 0px; min-width: 206px; margin: 0px 0px 20px 0px; }
.ie7 .addthis_container { float: right; height: 24px; }

.at300bs.at15t_compact { margin-top: 4px !important; }
/* END EVANS CUSTOM IMAGE CODE */


/* EVANS CUSTOM AD STYLES */
.home-728x90-top-ad { margin: 20px; }

.amzn_wdgt .wdgt_hd { padding: 0px 0px 5px 0px !important; height: 0px !important; }
.wdgt_tl { height: auto !important; }

.widget ul.amazon-ul {
	padding: 0px;
}

.widget ul.cjnewegg-ul {
	padding: 0px;
	border-bottom: 0px;
}

.widget ul.amazon-ul li, .widget ul.cjnewegg-ul li {
	background: none;
	padding: 0px;
	list-style: none;
}

.widget ul.amazon-ul p, .widget ul.cjnewegg-ul p {
	margin: 0px 10px 10px;
}

.widget ul.amazon-mag {
	height: 920px;
	background: url(../../images/sidebar-bluebg.gif) repeat-x #254965;
	padding: 0px;
}

.widget ul.amazon-mag a {
	height: 174px;
	display: block;
	padding-top: 10px;
}

.widget ul.amazon-mag img {
	width: 116px;
	height: 160px;
	border: 1px solid #d1e2f0;
}

/* CUSTOM CONTENT FOR INDIVIDUAL POSTS */

.custom-list1 {
	color: #666;
	font-family: Arial, Tahoma, sans-serif;
}

.custom-list1 h4 {
	position: relative;
	margin: 10px 0 0 0;
	padding: 8px 6px;
	border: 1px solid #bbb;
	border-bottom: 2px solid #004f8f;
	background: #efefef;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}

.custom-list1 h4 span {
	float: right;
	font-size: 11px;
	font-weight: 100;
	margin-top: 6px;
	color: #999;
}

.custom-list1 .info {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eff5f9;
	font-size: 14px;
}

.custom-list1 .info .title {
	width: 150px;
	color: #004f8f;
}

.custom-list1 .info span {
	color: #959595;
}

.custom-list1 .info td {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
}

.custom-list1 .info .altrow {
	background: #E5EEF5;
}

.custom-list1 .data {
	margin: 10px 0 30px 0;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #fff;
	font-size: 12px;
}

.custom-list1 .data th {
	padding: 6px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: 100;
	text-align: left;
	background: #EFEFEF;
}

.custom-list1 .data td {
	padding: 3px 6px;
	vertical-align: top;
}

.custom-list1 .data .altrow {
	border-top: 1px solid #ddd;
}

.custom-list1 .data .altrowb {
	background: #f4f4f4;
}

.custom-list1 .data .brgt {
	border-right: 1px solid #ddd;
}

.custom-list1 .data .bbot {
	border-bottom: 1px solid #bbb;
}

.custom-list1 .data .add { 
	padding: 4px 6px 0px 6px;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	background: #d1eed8;
}

.custom-list1 .data .remove {
	padding: 3px 6px 0px 6px;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	background: #eed1d1;
}

.dark {
	font-family: "Courier New", Courier, monospace;
	color: #444;
	letter-spacing: 0.25px;
}
