
/* basics */

*{margin:0; padding:0;}

body {
	background:#FFFFFF;
	font-family: Century Gothic,Trebuchet MS, Trebuchet,Verdana,Sans-Serif;
	font-size: 12px;
	color:#333333;
	margin:0px;
	padding:40px 20px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 10pt;}


img{ border: 1px solid #222; padding:4px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	font: "Century Gothic", "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif
	font-weight: normal;
	color:#00ff00;
	list-style: none;
	text-decoration: none;
	}
a:visited {
	color:#00ff00;
	text-decoration:none;
	}
a:hover{
	text-decoration: underline;
	color: #ffcc33;
	font-size: 13px;
}



/* container */


#container {
	width: 860px;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	background:#fff;
	text-align:left;
	color:#333333;
	overflow: hidden;
	}
	
/* header */

#header {
  	width: auto;/*960px; */
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border: 0px;
	color: #fff; 
	}

#header h1{
	font:bold 20px "Century Gothic",Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	padding:0px;
	margin:0;	
	}
	
#header h1 img {border:none;}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 14px "Century Gothic",Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	width: auto;
	margin: 0px auto;
	padding: 10px 0px 15px 0px;
	background-color: #FFFFFF;
}


#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	font-family: Century Gothic,Trebuchet MS, Trebuchet,Verdana,Sans-Serif;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	padding:5px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
}

#menu ul li a:hover {
	background-color:#FF0000;
	font-size: 20px;
	color:#FFFFFF;}



/* content */


#content {
	width:620px;
	float: right;
	overflow: hidden;
	height: auto;
	padding: 0px 10px 40px 10px;
	border-top: 3px solid #0066FF;
	border-left: 10px solid #0066FF;
  	border-right: 20px solid #0066FF;
	letter-spacing:.1em;
	}	

.post {
  	margin:.5em 0 1.5em;
	border-bottom:1px dotted #444;
	padding-bottom:1.5em;
	letter-spacing:.03em;
	}
	
.post h2{
	font:normal "Century Gothic",Trebuchet MS ,Trebuchet ,Arial,Verdana,Sans-serif;
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:140%;
	line-height:1.4em;
	color:#FF0000;
	 letter-spacing:.1em;
	}
	
.post h2 a{
	color: #FF0000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #0066FF;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: "Century Gothic",Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	font-size:8pt;
	color: #00ff00;
	width:175px;
	float:left;
	margin:0;
	border-top: 3px solid #0066FF;
	padding: 10px 5px 40px 10px;
	}

#sidebar h2{
	font:"Century Gothic",Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	color: #999;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:"Century Gothic",Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	color: #999;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	 margin:0 0 1.5em;
	 padding:0 0 1.5em;
	border-bottom:1px dotted #444;
	list-style:none;
	}

#sidebar ul li {
	margin: 0;
	padding:0 0 .25em 15px;
	text-indent:-15px;
 	line-height:1.5em;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.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;
}




/* footer */

#footer {
	background:#ffffff;
	clear: both;
	width: 100%;
	border-top: 2px solid #0066FF;
	}
	
#footer p{
	margin:0;
	padding-top:15px;
	font:70%/1.6em "Century Gothic",Trebuchet MS,Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	color: #0066FF;
	font-size: 10px;
}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}
#footer img {padding: 0; margin: 0;}

