/*  
Theme Name: GoogleChrome
Theme URI: http://ericulous.com/2008/09/09/wp-theme-google-chrome
Description: Based on Google Chrome Browser
Version: 1.0
Author: Genkisan
Author URI: http://ericulous.com/
Tags: white, blue, fixed width, two columns, widgets
*/

pre { 
	white-space: pre-wrap; /* css-3 */ 
	white-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
}

html, body {
height: 100%;
}

body {
background: #fff url(images/headerbg.gif) repeat-x;
margin: 0 0;
}

a { 
	color: #316096; 
	text-decoration:none; 
}

blockquote {
	font-style:normal;
	line-height:1.3em;
	margin:8px;
	margin-left:14px;
	margin-right:14px;
	padding-left:1em;
	padding-top:6px;
	padding-bottom:5px;
	border-color:#C3C3C3;
	border-width:1px;
	border-collapse:collapse;
	border-style:solid;
	font-family:monospace;
	background-color:#E7F7FA;
}

input, textarea {
border: 1px solid #d1d1d1;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 0 -19px 0;
}

/* Header Menu */
.headermenu {
height: 25px;
}

.headermenu ul{
list-style-type: none;
margin: 0;
margin-top: 1px;
}

.headermenu ul li{
float: left;
margin: 0;
background: url(images/navtab.gif) no-repeat right top;
}

.headermenu ul li a{
display: block;
padding: 5px 48px 5px 10px;
font-weight: bold;
text-decoration: none;
color: #333;
font-size: .9em;
font-weight:normal;
}

.headermenu ul li a:hover{
	color:#ffffff; 
}

.headermenu ul li.first a{
padding: 5px 48px 5px 39px;
background: url(images/navtab_first.gif) no-repeat;
}

.headermenu ul li#firstcurrent{
background: #f4f8fd url(images/navtab_current.gif) no-repeat right top;
}

.headermenu ul li#firstcurrent a{
background: url(images/navtab_current_first.gif) no-repeat;
color: #000;
}

.headermenu ul li#current{
margin-left: -38px;
background: #f4f8fd url(images/navtab_current.gif) no-repeat right top;
}

.headermenu ul li#current a{
padding: 5px 48px;
background: url(images/navtab_current_left.gif) no-repeat;
color: #000;
}

.headermenu ul li.last{
background: url(images/navtab_last.gif) no-repeat right top;
}

.headermenu ul li.last a{
padding: 5px 39px 5px 10px;
}

.headermenu ul li#lastcurrent{
margin-left: -38px;
background: #f4f8fd url(images/navtab_current_last.gif) no-repeat right top;
}

.headermenu ul li#lastcurrent a{
padding: 5px 39px 5px 48px;
background: url(images/navtab_current_left.gif) no-repeat;
color: #000;
}
/* End Header Menu */


/* Header */
.header {
padding: 6px 0;
height: 40px;
}

.blogtitle {
	color:#316096;
display:inline-block;
font-size:1.5em;
height:30px;
vertical-align:middle;
font-weight:bold;
margin:0 0 0 0;
padding:0 0 0 0;
}

.blogtitle a {
	color:#316096;
}

.blogtitle a:hover {
/*	color:#53A3FF;*/
	color:#CC3300;
}

a.menuhome {
background: url(images/menuhome.png) no-repeat;
display: inline-block;
height: 27px;
width: 29px;
}

a.menuhome:hover {
background: url(images/menuhome.png) no-repeat 0 -27px;
}

a.menubookmark {
background: url(images/menubookmark.png) no-repeat;
display: inline-block;
height: 27px;
width: 29px;
}

a.menubookmark:hover {
background: url(images/menubookmark.png) no-repeat 0 -27px;
}

a.menufeed {
background: url(images/menufeed.png) no-repeat;
display: inline-block;
height: 27px;
width: 29px;
}

a.menufeed:hover {
background: url(images/menufeed.png) no-repeat 0 -27px;
}

#searchbox {
float: right;
width: 237px;
height: 27px;
background: url(images/searchbox.png) no-repeat;
}

#searchbox #s {
	color:#316096;
font-weight: bold;
float: left;
padding: 0;
margin: 6px 0 0 6px;
border: 0;
width: 195px;
background: none;
}

#searchbox #searchsubmit {
float: right;
margin: 0;
width: 29px;
height: 27px;
border: 0;
}

#searchbox #searchsubmit:hover {
background: url(images/searchsubmit.png) no-repeat;
}

.msgbartop {
height: 5px;
}

.msgbar {
background: url(images/msgbar.gif) repeat-y;
color: #646464;
padding: 0 8px;
}

.msgbarbottom {
height: 5px;
}
/* End Header */


/* Content */

.content{
	margin-top: 15px;
	overflow: hidden;
}

.content h1 {
	line-height:2em;
	font-size: 1em;
}

.content h1 a {
	color:#316096;
text-decoration:none;
}

.content a {
	color:#316096;
	text-decoration:none; 
}

.content h1 a:hover {
	color:#CC3300;
}

.postmeta {
	margin:0 0 12px 0;
}

.postmeta a:hover {
	text-decoration:underline;
}

.navigation {
padding-bottom: 20px;
margin-right:25px;
margin-left:20px;
margin-bottom: 20px;
}

.navigation a:hover {
	text-decoration:underline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}
/* End Content */


/* Comments*/
.commentlist {
	margin: 0 25px 0 0;
	padding: 0;
}

.commentlist li {
	margin: 15px 0 3px 0;
	padding: 5px 10px 3px;
	list-style: none;
	border: 1px solid #efefef; 
	background: #fafafa;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin: 0 0 10px 10px;
	background: #fff;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata a:hover {
	color:#fff;
	background-color:#316096;
}


/* Sidebar */
.sidebar {
font-size: 1.1em;
margin-top: 15px;
}

.sidebarboztop {
height: 5px;
}

.sidebarbox {
	margin:0 0 14px 0;
background-color: #e1ecfe;
/*padding: 3px 15px;*/
padding:  5px 14px 3px 14px;
	border-color:#C3CEE0;
	border-width:1px;
	border-collapse:collapse;
	border-style:solid;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}

.sidebarboxbottom {
height: 5px;
margin-bottom: 25px;
}

.sidebarbox h3 {
font-size: 1.4em;
margin: 5px 0 10px 0;
}

.sidebarbox ul {
margin: 0;
padding: 0;
}

.sidebarbox ul li {
background: url(images/sidebarbullet.gif) no-repeat left 3px;
list-style: none;
padding: 0 0 5px 19px;
}

.sidebarbox a:hover {
	color:#CC3300;
}
/* End Sidebar */


/* Footer */
.footer {
height: 19px;
clear: both;
}

.footercontent {
background: url(images/footer.gif) no-repeat center 1px;
color: #646464;
float:center;
font-size: 0.9em;
line-height:19px;
text-align: center;
width: 80%;
}

.footercontent a {
color: #646464;
}

.footercontent a:hover {
	color:#CC3300;
	text-decoration:underline overline;
}

.footerpush {
height: 19px;
}
/* End Footer */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


/* Customs */

.postcus{
	padding: 0 8px;
	border-color:#C3CEE0;
	border-width:1px;
	border-collapse:collapse;
	border-style:solid;
	margin-left:2%;
	margin-bottom:12px;
	background:#F2F2F2;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}

.posthead{
	margin:8px;
	margin-left:0px;
	margin-right:0px;
	padding-left:1em;
	padding-top:6px;
	padding-bottom:0px;
	border-color:#C3CEE0;
	border-width:1px;
	border-collapse:collapse;
	border-style:solid;
	background: url(images/msgbar.gif) repeat-y;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}

.posttitle{
	font-weight:bold;
	font-size:1.2em;
	color:#CC3300;
}

.posttime{
	color:#008060; 
}

.postcontent p {
	margin-top:0em;
	margin-bottom:0.5em;
	text-indent:2em;
	color:#444444;
	font-size:14px;
}

.postcontent a:hover {
	text-decoration:underline;
	color:#0099CC;
}

.postcontent div.wp_syntax{
	margin-top:1em;
	margin-bottom:0.5em;
}

.postcontent ul {
	margin-top:1em;
	margin-bottom:0.5em;
}

.postcontent ol {
	margin-left:3.5em;
}

.postcontent li {
	margin-top:0.5em;
	padding-left:0.5em;
	font-size:14px;
}

.postcontent h3 {
	margin-top:0.7em;
	font-size:14px;
	font-weight:bold;
}

.postcontent img {
	border-collapse:collapse;
	border-style:dashed;
	border-width:1px;
	border-color:#999999;
	padding:6px 6px 6px 6px;
	margin-bottom:0.5em;
}

.cuscode {
	line-height:1.3em;
	margin:8px;
	margin-left:14px;
	margin-right:14px;
	padding-left:1em;
	padding-top:6px;
	padding-bottom:5px;
	border-color:#C3C3C3;
	border-width:1px;
	border-collapse:collapse;
	border-style:solid;
	font-family:monospace;
	background-color:#FAF7E7;
}

.custime {
	color:#18304B; 
}

.showcal {
	margin: 0 0 5% 0;
	border-color:#C3C3C3;
	border-width:1px;
	border-collapse:collapse;
	border-style:solid;
	background-color:#FFFFFF;
	font-family:Georgia;
}

.showcalhead {
	height:2em;
	padding:3px 0 0 0;
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
	border-color:#C3C3C3;
	border-width:1px;
	border-collapse:collapse;
	border-style:solid;
	background-color:#FFFFC0;
}

.showcallink{
	font-style:italic;
	border-color:#C3C3C3;
	border-width:1px;
	border-collapse:collapse;
	border-style:solid;
	background-color:#FFFFCF;
}

.showcaltoday {
	font-weight:bold;
	color:#800000;
}

.dirmark {
	font-family:monospace;
}

.shellcmd {
	color:#008000;
	font-family:monospace;
}

.fargs {
	text-decoration:underline; 
}

.funcs {
	color:#000080;
	font-family:monospace;
}

.sectitle {
	color:#800000;
	margin-top:0.7em;
}

.refhr {
	border:1px;
	border-color:#C3CEE0;
	border-top-style:dotted;
	width:20%;
	margin: 1em 0 1em 0 ;
}

.hrendpost {
	margin:1em 0 1em 0;
	border:1px;
}

.commentli {
	padding:12px 12px 0px 12px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	border-collapse:collapse;
	background-color:#ECECFF;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}

.commenthead {
}

img.wp-smiley { 
	margin: 0; 
	padding: 0; 
	clear: none; 
	border:0; 
	float: none; 
}

.commentarea {
	background-color:#FFF;
	padding:8px 8px 8px 8px;
}

