/*
Theme Name: PCGuides.com Theme
Theme URI: http://webdissect.com/
Description: The default theme for pcguides.com.
Version: v1
Author: Dheer Gupta
Author URI: http://webdissect.com/
*/

	#featured-block {
		height: 250px;
		margin-bottom: 25px;
		width: 960px;
	}
	
		#featured-block .left-col {
			float: left;
			width: 300px;
		}
		
			#featured-block .left-col div.block {
				/*-moz-border-radius: 6px;*/
				/*background-color: #FFF;*/
				/*border:1px solid;*/
				height: 121px; /* 119px */
				width: 300px;
			}
			
			#featured-block div.clear {
				height: 10px;
				width: 300px;
			}
		
		#featured-block .right-col {
			/*-moz-border-radius: 6px;*/
			/*border:1px solid;*/
			float: right;
			height: 250px;
			width: 646px;
		}
	
	#splashbox {
		-moz-border-radius: 10px;
		background: url(images/splash-bg.png) no-repeat;
		/*border:1px solid;*/
		position: relative;
		height: 316px;
		margin: 0 0 23px;
		width: 966px;
	}
	
	#splashbox h1 {
		font-size: 24px;
		float: left;
		margin:27px 18px 0;
	}
	
		#splashbox .container {
			background: url(images/splash-container.jpg) no-repeat;
			left: 13px;
			overflow:hidden;
			position: absolute;
			top: 70px;
			width: 938px;
			height: 233px;
		}
	
			#splashbox .left-col {
				height: 231px;
				left: 0;
				position: absolute;
				top: 0;
				width: 200px;
			}
			
				#splashbox .left-col ul {
					left:0;
					overflow:hidden;
					position:absolute;
					top:1px;
				}
				
				#splashbox .left-col ul li {
					height:59px;
					margin: 0;
					padding: 0;
				}
				
				#splashbox .left-col ul li a {
					background-color:#C7CCD0;
					border-bottom:1px solid;
					color:#282828;
					display:block;
					font-size: 14px;
					margin: 0 0 0 5px;
					padding:22px 0 22px 5px;
					text-decoration:none;
					width:190px;
				}
				
				#splashbox .left-col ul li a.active {
					background-color:#FFFFFF;
					border: none;
					margin:0;
					padding:22px 0 22px 10px;
				}
			
			#splashbox .right-col {
				height:222px;
				left:205px;
				position:absolute;
				top:5px;
				width:727px;
			}
			
				.tabdetails {float: left; position:absolute; display: none;}
				
				#splashbox .right-col div.other-topics { width: 158px; float: right; font-size: 0.8em; line-height: 1.25em;}
				
					.other-topics h3 {padding: 14px 0 10px; font-size:13px;}
					
					.other-topics ol {padding:0 0 0 24px;}
					
					.other-topics ol li {
						list-style-image:none;
						list-style-position:outside;
						list-style-type:lower-roman;
						margin-bottom: 5px;
					}
					
					.other-topics ol li a {}
				
				#splashbox .right-col div.featured-post {width: 550px; float: left; height: 222px; padding-right:10px; border-right: 1px solid #E8E8E8;}
					
					.featured-post a img {float: left; border: none; margin: 10px 10px 10px 0;}
					
					.featured-post h2, .featured-post h2 a {color: #000; padding-top:12px; font-size:25px; text-decoration: none;}
					
					.featured-post h2 a:hover {color: #000; background: none;}