/*  
Theme Name: Tech Blog
Theme URL: http://wordpress.org/
Description: A theme from 5 Shades Templates Collection 
Version: 2.2
Author: 5 Shades Templates 
Author URL: http://www.5shadestemplates.com/ 
*/

/* CSS Document */

* {
	margin:0; padding:0;
}

body{
	background:#FFFFFF;
}


a:hover{text-decoration:none;}

a img { border:0;}

.column { float:left;}
.clear { clear:both;}


html, input, textarea
	{
		font-family:Times New Roman; 
		font-size:12px;		
		color:#5B5B5B;		
	}

a {color:#154DBD;}

input, select { vertical-align:middle; font-weight:normal;}

.search .input {border-color:#D4D0C8; border-bottom-width:1px; border-right-width:1px; padding-top:2px; padding-bottom:2px; background:#FFFFFF;}
.search .submit { margin:0;}

#main { width:920px; margin:0 auto; background:url(images/side-tall.gif) repeat-y left; border:2px #3D3D3D solid; border-top:0; border-bottom:0;}

#main .top { background:url(images/top.png) no-repeat; top text-indent: -9999px;;}
#main .bot { background:url(images/side-bot.gif) no-repeat bottom left;}

#header { height:184px;}

#logo {margin:70px 0 0 35px; position:absolute; no-repeat left; padding-left:0px;}

#logo span { font-size:1.41em; color:#AD825B; font-family:"Times New Roman", Times, serif; font-weight:bold;}

#body { background:url(images/side-dr.gif) repeat-y left top;}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
 
.alignleft {
   float: left;
   margin-right: 12px;

}
 
.alignright {
   float: right;
    margin-left: 12px;

}
 
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
 
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
 
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* side bar */
#side_bar { width:229px; float:left; color:#B6B6B6;}
#side_bar a { color:#B6B6B6;}
#side_bar .indent { padding:15px 30px 35px 60px;}

#side_bar .search { text-align:right;}
#side_bar .search .input { width:80%; }
#side_bar .search .submit {margin:5px 0px 0px 4px;}

.widget_style { background:url(images/side-h-l.gif) repeat-x bottom; width:100%; padding-bottom:17px; margin-bottom:15px;}
.widget_style h2 { color:#FFFFFF; font-size:1.01em; font-weight:bold;}
.widget_style ul { margin:10px 0 0 5px; list-style:none;}
.widget_style li { background:url(images/side-a.gif) no-repeat 0px 5px; padding:0px 0 0px 15px; font-size:1.01em; margin-top:5px;}
.widget_style li a { text-decoration:none;}
.widget_style li a:hover { text-decoration:underline;}

.widget_style ul.children { margin:0;}

#links_with_style ul {margin:0;}
#links_with_style ul ul {margin:15px 0 0 8px;}
#links_with_style ul li {list-style:none;background:none;margin:0;padding:0;}
#links_with_style ul li ul li { background:url(images/side-a.gif) no-repeat 0px 5px; padding:0px 0 0px 15px; font-size:1.01em; margin-top:5px;}

#categories { vertical-align:top;}

#meta { vertical-align:top;}

#archives { vertical-align:top;}

#recent-comments  {
	vertical-align:top;
}
#recent-posts  {
	vertical-align:top;
}
#calendar {
	vertical-align:top;
}
#google-search  {
	vertical-align:top;
}
#gsearch {
	text-align:left;
}
#pages  {
	vertical-align:top;
}
#text-1 {
	vertical-align:top;
}
#delicious {
	vertical-align:top;
}
#delicious-box {
	text-align:left;
}
#calendar_wrap {
	vertical-align:top;
	padding:0px 0px 0px 0px;
}
#calendar_wrap a {	
	font-weight:bold;
}
.textwidget {	
	padding:0px 0px 0px 0px;
}
#statusbar {
	padding:0px 0px 0px 0px;
	text-align:justify;
}
#statusbar p {
	padding:0px 0px 0px 0px; 
	margin:0px;
}
#statusbar a {		
	font-weight:bold;
}

/* side bar end */


/* Navigation menu */

ul#topnav {
	position: absolute; left:191px; top:190px;
	margin: 0; 
	float: left;
	width: 695px;
	list-style: none;
	position: relative;
	font-family: Tahoma;
	font-size: 1.2em;
	background: url(images/topnav_stretch.gif) repeat-x;
	
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
	
}
ul#topnav li a {
	padding: 9px 15px;
	display: block;
	text-decoration: none;
	color: #f0f0f0;
}

ul#topnav li span {
	float: left;
	padding: 10px 0;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 695px;
	font-size: 1.2em;
	background: #f7bfcd;
	
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
ul#topnav li:hover span {text-align:center; display: block; }
ul#topnav li span a {display: inline; color: black;}
ul#topnav li span a:hover {color: #f0f0f0}


/* End Navigation Menu */

/* content */
#content {width:690px;}
#content .bread { float:left; padding:110px 0 5px 20px; font-size:1.2em;margin-left:20px;}

#content .indent {padding:140px 11px 0 20px;}
#content .title { background:url(images/title.gif) repeat-y; width:100%;}
#content .title .left { float:left; padding:14px 0 11px 20px;}
#content .title .right { float:right; padding:18px 40px; text-align:center; margin-top:5px; }

h1 { color:#9a202f; font-size:2.00em; font-weight:bold;}
h1 a {color:#9a202f; text-decoration:none;}
h2 { color:#154DBD; font-size:1.1em; margin-top:1.5em; margin-bottom:2em;}
h2 a {color:#1271BF; text-decoration:none;}
h3 { color:#ee2036; font-size:1.1em; margin-top:1.5em; margin-bottom:2em;}
h3 a {color:#ee2036; text-decoration:italic;}

.author { color:#6E6E6E; font-size:1.01em;}

.date { color:#3D3D3D; font-size:1.11em;}

.content_leftcol {float:left; width:250px;padding:120px 0 5px 20px;border-right: 1px solid red;;}
.content_rightcol {float:right; width:250px;padding:120px 0 5px 20px;}
.content_text { padding:16px 10px 27px 12px; font-size:1.3em;  background:#FFFFFF}

.content_text ol { margin-left:20px; margin-top:15px;}

.content_text ul { list-style:none;}
.content_text ul li { background:url(images/cont-a.gif) no-repeat 0px 5px; padding-left:13px; color:#333333; margin-top:8px;}
.content_text ul li a { color:#333333;}

.comment { background:#F9F9F9; padding:12px 18px; color:#353535; font-size:1.11em; text-align:right;}
.comment a { background:url(images/comment-a.gif) no-repeat 0px 3px; padding:3px 0 3px 26px; color:#353535;}

.postmetadataalt {
	font-size:0.81em; 
}

.pagetitle {
	 color:#931E2B; font-size:1.01em; font-weight:bold; text-transform:uppercase;
	padding:10px 0px 10px 20px;	
}

p {	
	padding:10px 0px 10px 0px;
}

.article {
	padding:0;
}

.post {
	padding:0px 5px 0px 5px;
}


.text {color:#9b9b9b; font-size:1.11em; font-weight:normal; text-allign:left;}


/* content end */


#threecol {
	float: left;
	padding: 0;
	background: url(images/line.gif) repeat-y 67% 0;
	width: 100%;
}

	#threecol img {
		margin: 0px 5px 5px 0;
		}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #eee;
	padding-top: 10px;
	}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		border-left 1px solid #eee;
		border-right 1px solid #eee;
		}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}
		
	.threepost1, .threepost4 {
		clear: left;
		}

/* footer */
#footer { color:#919191; background:url(images/foot-tall.gif) repeat-y; float:right; margin-right:80px; width:529px; text-align:center;}
#footer .t { background:url(images/foot-top.gif) no-repeat top;}
#footer .b { background:url(images/foot-bot.gif) no-repeat bottom;}
#footer .indent { padding:26px 45px;}
#footer a { color:#931E2B;}
/* footer end */


a.xl{
        display: none !important;
}

