/*
Theme Name: codescheme_blue PeetBlog
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/
*/


/*
If you're looking for the Tagcloud tags fontsizes...
  Open the 'category-template.php' from the 'wp-include' directory 
  and search for the variables 'smallest' and 'largest', the sizes are HARDCODED in pt.
*/


body {
	margin: 0;
	padding:0;  
	color: #333;
	background: #ccc;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

#wrapper {
	width: 940px;
	margin: 0px auto;
	padding: 0;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	text-align:left;
	background: #F4F1E2;
	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: #1666B6;
	height: 80px;
}	

#header img {
	float:left;
	margin:10px 0px 0px 8px;
}

#subheader {
	border-top:2px solid white;
	background: #fff;
	line-height:4px;
	border-bottom: 2px solid #D6EEF5;
	clear: both;
}
		
#content {
	clear:both;
	padding: 10px;
}	


#main {
	width: 575px; 
	float:left;
	margin: 0;
	padding: 0 0 10px 0;
	overflow:hidden;
}

#sidebar {
	padding: 2px 3px;
	border: 1px solid #DFD6AA;
	margin: 0px 0px 0px 585px;
	background: #fff;
}

#left{
	margin: 0 162px 0 0;
	padding: 1px 3px;
}

#right{
	float:right;
	width:158px;
	padding: 1px 3px;
}

#footer {
	clear: both;
	background: #fff;
	padding: 0;
	text-align: center;
	font-size: 85%;
}

#footer p {
	margin: 0px 0;
	padding: 10px 0;
	border-bottom: 1px solid #DFD6AA;
	border-top: 1px solid #DFD6AA;
}




/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
p, li {
	line-height:17px;
}

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 16px;
	margin: 3px 10px;
	border-left: 3px solid #ddd;
	border-right: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	font-size:90%;	
}

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;
}


#tabs {
	float:left;
	width:100%;
	background: #767676;
	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;
}
#tabs a span {
	float:left;
	display:block;
	padding:2px 15px 1px 6px;
  	color:#1666B6;
	font-weight:800;
}

/* 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#searchform2 {
	display: block;
	float:right;
	margin: 28px 17px 0 0;
}

#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: #fff;
	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: #fff;
	font-size: 11px;
}


h2#sectiontitle {
	font-size:100%;
	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;
}



/* WP Quotes Widget styles */
#wp_quotes {
	margin: 2px 0;
}
.wp_quotes_quote {
	margin: 0 0 0 2px;
}
.wp_quotes_author {
	margin-left:6px;
}




/* post styles */

.post {
	margin: 0 0 12px 0;
	padding: 5px 5px 0 5px;
	border: 1px solid #DFD6AA;
	background: #fff;
}


.entry {
	margin: 0 8px 0 0;
	padding: 5px 6px 1px 10px;
}

.post h2 {
	font-family: Georgia, 'Times New Roman', serif;
	color:  #1666B6;
	font-size: 150%;
	font-weight:100;
	border-bottom: 2px dotted #ddd;
	padding: 2px 0 6px 16px;
	margin: 0 0 14px 0;
}


.post h2 a, .post h2 a:hover {
	color:  #1666B6;
	text-decoration:none;
	font-weight:100;
}



.postmetadata {
	font-size:80%;
	border-top: 3px double #eee;
	background:#f8f8f8;
	padding: 1px 0 2px 3px;
	margin: 4px 14px 0 9px;
}

.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-bottom:10px;
}


.menu ul li.widget a {  /* For the subscribe-syndicate images */
	margin-left:5px;
}
.link_descriptions {
	display:block;
	font-size:90%;
	line-height:11px;
	margin:-2px 0px 6px 2px;
	color:#444444;
}



.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;
	margin:3px 0;
}
.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: #F4F1E2;
	border-bottom: 1px solid #DFD6AA;
	color: #555;
	font-variant:small-caps;
}
.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:100%;
}

.widget {
	margin: 3px 0;
	padding: 4px;
}


/* Sidebar Login Widget styles */
.menu ul li ul li input.mid {
	width:110px;
}
.menu ul li ul li input#wp-submit {
	Xwidth:68px;
	Xpadding:0 0 2px 0;
	margin:4px 0;
}
.menu ul li ul li span.rememberme {
	vertical-align:top;
}
.menu ul li ul li input.checkbox {
	margin:1px 2px 2px 7px;
	vertical-align:middle;
	text-align:right;
}



/* Calendar styles */
#wp-calendar {
	empty-cells: show;
	margin: 5px auto 0;
	width: 152px;
	color:#888888;
}

#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;
	margin-left:0px;
	font-weight:bold;
}
#wp-calendar a:hover {
	text-decoration:underline;
}
#wp-calendar th {
	color:#000000;
	text-decoration:underline;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	color:#000000;
}

#wp-calendar td {
	padding: 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: 5px 15px;
}

#navigation div.fleft {
	float:left;
}

#navigation div.fright {
	float:right;
}


