/*
Theme Name: codescheme_blue
Theme URI: http://www.codescheme.net/2008/04/11/wordpress-free-theme-codescheme-blue/
Description: 2 column, with doubled RHSidebars and widgets
Version: 1.3
Tags: fixed width, 2 columns, business, technology
Author: Codescheme
Author URI: http://www.codescheme.net/
*/


body {
margin: 0;
padding:0;  
color: #333;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100.1%;
}

#wrapper{
width: 100%;
margin: 0px auto;
padding: 0;
text-align:left;
background: #F4F4F4;
font-size: 78%;
line-height:18px;
}

#surheader{
margin: 0;
padding: 5px 20px 5px 0;
text-align:right;
background: #666;
border-bottom: 2px solid #D6EEF5;
}


#header{
background: #CEDEEF url(images/top1.gif) top left repeat-x;
height: 60px;
}	

#subheader{
border-top:2px solid white;
background: #fff;
line-height:4px;
border-bottom: 2px solid #D6EEF5;
clear: both;
}
		
#content{
clear:both;
padding: 1%;
margin-top:40px;
}	


#main {
width: 64%; 
float:left;
margin: 0;
padding: 0 0 10px 0;
overflow:hidden;
}

#sidebar {
width:18%;
float:left;
padding:0;
margin: 0;
background: #fff;
}

#left{
	margin: 0;
	padding: 4px;
}

#left_right{
        float:left;
        width:3px;
	margin: 0;
	padding:0;
}
#right{
        float:left;
        width:17%;
	margin: 0;
	padding:0;
}

#footer {
clear: both;
background: #F4F4F4;
border-top:2px solid white;
padding: 0;
text-align: center;
font-size: 85%;
}

#footer p{
margin: 0px 0;
padding: 10px 0;
}

.rct, .rct2, 
.rcb, .rcb2 {
   width: 100%;
   height: 9px;
   font-size: 1px;
   background:no-repeat url(images/roundwhite.png);
}
/* IE6 */
* html .rct, * html .rct2 ,
* html .rcb, * html .rcb2  {
   background-image:url(images/roundwhite.gif);
}
.rct {
   background-position: -9px 0px;
}
.rct2 {
   background-position: 0px 0px;
}
.rcb {
   background-position: -9px -9px;
}
.rcb2 {
   background-position: 0px -9px;
}

.rct2, .rcb2  {
   width: 9px;
   float: right;
}
.rndc { margin: 0 9px;}


/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}
p,li{
line-height:18px;
}

h1, h5, h6, h2, h3, h4{
font-family: Georgia, 'Times New Roman', serif;
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 130%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}


a{
color:#1666B6;
font-weight:800;
text-decoration:none;
}
a:hover{
color:#1666B6;
text-decoration:underline;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #f4f4f4;
padding: 5px 15px;
margin: 3px 30px;
border-left: 3px solid #ddd;
border-right: 1px solid #f4f4f4;
border-top: 1px solid #f4f4f4;
border-bottom: 1px solid #f4f4f4;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
	font-size:90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
 vertical-align:top;
}

#top {
	position: absolute;
        border-left:3px solid #fff;
        border-right:3px solid #fff;
	left: 0;
        height:60px;
        width:259px;
	background: url(images/topp.jpg) no-repeat;
        filter:alpha(opacity=90);
        -moz-opacity:0.90;
        -khtml-opacity: 0.90;
        opacity: 0.90;
}
#top-nav {
	position: absolute;
	top: 78px;
	right: 1%;
	list-style: none;
        height:30px;
}
#top-nav li {
	float: left;
}
#top-nav a {
	color: #333;
	margin: 0 0 0 13px;
	background: url(images/toparrow.gif) 0 6px no-repeat;
	padding: 0 0 0 12px;
	font-size: 12px;
        text-shadow:0 2px 2px #fff;
}
#top-nav .current_page_item a {
	background-image: url(images/toparrow2.gif);
}

  #tabs {
      float:left;
      width:100%;
      background: #767676 url(images/Menu.png) top repeat-x;
      font-size:90%;
      line-height:18px;
      border-bottom: 5px solid white;
      }
    #tabs ul {
	  margin:0;
	  padding:4px 6px 0 6px;
	  list-style:none;
	  border-top: 1px solid white;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
       margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      background: url(images/tableft.gif) no-repeat left top;
      }
    #tabs a span {
      float:left;
      display:block;
      padding:2px 15px 1px 6px;
      color:#1666B6;
      font-weight:800;
      background: url(images/tabright.gif) no-repeat right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#222;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }  
	



/* Headings */ 

form#cse-search-box{
        display: block;
	position: absolute;
	top: 63px;
	right: 0;
        margin:0;
        padding:0;
        width:260px;
}


#header h3{
margin:  0;
padding: 30px 0 0 15px;
font-family: Georgia, 'Georgia Ref', serif;
font-weight:800;
}

#header h3 a{
font-weight:100;
color: #000;
text-decoration: none;
font-size: 34px;
}



#header h2{
margin: 0;
font-family: Tahoma, Arial, Verdana, sans-serif;
letter-spacing:1px;
padding: 7px 0 5px 15px;
font-weight:800;
color: #000;
font-size: 11px;
}


h2#sectiontitle{
font-size:100%;
text-align:center;
font-weight: 800;
padding:6px 6px 6px 10px;
margin:0 0 5px 0px;
background: #fff;
border: 1px solid #eee;
color: #333;
font-family:Arial;
}


#footer a{
font-weight: 100;
text-decoration:underline;
}

/* post styles */

.post{
margin: 0 0 10px 0;
padding: 5px;
border: 2px solid #fff;
background: #F9F9F9;
}

.entry{
margin: 0;
font-size: 90%;
padding: 2px 10px;
}
.entry li{
list-style: none;
}

.post h2 {
font-family: Georgia, 'Times New Roman', serif;
color:  #1666B6;
font-size: 150%;
font-weight:100;
padding: 2px 0 0 16px;
margin: 0;
}


.post h2 a, .post h2 a:hover {
color:  #fff;
text-decoration:none;
font-weight:100;
}



.postmetadata{
font-size:80%;
background:#f8f8f8;
border-top: 3px double #eee;

padding: 1px 0 1px 5px;
margin: 0;
}

.postmetadata p{
line-height: 15px;
padding: 0;
margin: 0;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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;
}

/*  Comments   */

h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	


li p.commentheader{
margin: 3px 0 10px 0;
display: block;
padding: 1px 5px;
background: #f8f8f8;
}


ul#commentlist{
padding: 0 0 0 0px;
list-style-type:none;
font-size: 90%;
margin:0;
}

ul#commentlist li{
	border-bottom: 1px solid #ddd;
	padding: 0 20px 5px 5px;
	margin: 0 0 16px 0;
}

ul#commentlist li table{
	width:100%;
}

ul#commentlist li table td.author {
	width:55px;
	text-align: center;
}

ul#commentlist li table td.author img{
border: 2px solid #ccc;
}


ul#commentlist li p.commentauthor {
	padding: 0;
	margin: 0 0 2px 0;
	overflow:hidden;
}


ul#commentlist li p.commentheader{
margin: 0 0 10px 0;
display: block;
padding: 1px 0px;
background: #f4f4f4;
font-size: 100%;
}

ul#commentlist li td{
padding: 2px 8px;
}

ul#commentlist li div.commenttext{
background: #f4f4f4;
width:100%;
padding:0 8px 2px 8px;
}


/*  sidebar styles */

.menu{
padding:0;
font-size:90%;
}

.menu a{
font-weight: 100;
}

.menu ul{
margin:0px;
padding:0;
list-style-type:none;
}

.menu ul li.widget{
padding:0;
margin:3px 0; 
}

.menu ul li.widget ul li{
border-bottom:1px solid #eee;
background: none;
padding: 0 0 0 5px;
margin:0;
}
.menu ul li.widget ul li a{
font-weight:100;
}

.menu ul li.widget ul li a:hover{
color:#741B1D;
}

.menu ul li.widget ul li ul li{
border: none !important;
padding: 0 0 0 5px;
}

.menu a:hover{
text-decoration:none;
}

.menu ul li.widget h3{
font-family: Arial;
font-size:120%;
margin:3px 0px;
padding:0 0 0 5px;
margin:0;
background: #F8F8F8;
border-bottom: 1px solid #ccc;
color: #0054A8;
}
.menu ul li h3 a{
color: #333;
font-weight: 100;
}
.menu ul li h3 a:hover{
color: #333;
text-decoration: none;
}

.menu form{
margin:0px;
padding:5px 0px;
}

.menu input{
margin:3px 0;
font-size:80%;
}

.widget{
margin: 3px 0;
padding: 4px;
}

/* Calendar styles */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff;
}



.navigation {
	display: block;
	text-align: center;
	margin: 5px 0px;

	}

.alignright {
	float: right;
}

.alignleft {
	float: left
}



#navigation{
padding:0;

}

.pagebar 
	{ 
		font: 14px Georgia, "Times New Roman", Times, serif; 
		padding-top: 10px; 
		padding-bottom: 10px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #fff; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px 3px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align:top; 
		background: #fff;
	}

.pagebar a:hover 
	{
	color: #000;
	background: #c6e5f2;
	border-color:red;
	text-decoration: none;
	}

#categories {
	margin: 5px 0 5px;
}
* html #categories {height: 1%;}
#categories:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#categories .column {
	float: left;
	width: 100%;
	margin-right: 5px;
}
#categories li {
	list-style: none;
	line-height: 17px;
}
#categories li ul {
	margin: 2px 0 10px;
}
#categories li li {
	font-size: 1em;
	padding: 0 0 0 3px;
}
#categories li div {
	padding: 1px 3px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #EEE;
        background: #6C92FF;
        color: #fff;
}
#categories li div a {
	font-weight: bold;
	text-transform: uppercase;
        color: #fff;
}

#categories li li ul {
	margin: 2px 0 2px -7px;
}
#categories li li a {
	color: #808080;
}
#categories li li a:hover {
	color: #AA0001;
        text-decoration:underline;
}
.ads-category {height: 300px;}
.ads-category li {
	padding: 3px 5px;
	border-bottom: 1px solid #EEE;
	float: left;
	width: 28%;
	margin-right: 15px;
	list-style: none;
	line-height: 17px;
}
.sticky {background:#F7F7F7;border-right:5px red solid}
.more-link{
	padding:0;
	float: right;
	width: 82px;
        height: 16px;
	margin: 15px;
        background: url(images/read_more.gif) no-repeat;
}

.more-link a, .more-link a:hover { text-decoration:none;}

textarea{font-size:1.2em;vertical-align: middle;}
input,select{font-size:110%;vertical-align: middle;}
input.button, input.submit{font-size:1.1em;background:#006699; border:#FFFFFF; color:#FFFFFF;margin:1px;border:1px INSET #ccc}
textarea.input,input.input,select.input{background:#FFFFEA; border:1px solid #ccc; color:#000}