/* basics */
*{
margin:0;
padding:0;
}

body {
font-family: Arial, sans-serif;
font-size: small;
margin: 0px;
background: #ddd url('images/bg.png');
}

/* Layout DIVS */
#container {
width: 914px;
margin: 0 auto;
padding: 0;
background:#fff;
color:#333;
}
	
#header {
background: #666 url('images/bg_header.jpg') no-repeat;
width: 100%; 
color: #fff; 
height: 183px;
}

#menu {
background: #66A6E8 url('images/bg_menu.gif') no-repeat;
width: 100%; 
height: 26px;
padding: 3px 0 2px 0;
margin-bottom: 20px
}

#menunav {
float: left;
padding-top: 4px
}
	
#menusearch{
float: right;
padding: 2px 12px 0 0;
}

#content {
float: left;
width: 498px;
margin: 0 6px 0 6px;
padding: 0 20px;
}

.post {
margin: 0 10px;
padding: 15px 0;
line-height: 14pt;
}

#left {
font-size: 100%;
width: 180px;
float:left;
margin: 0 0 24px 0;
padding: 0;
border-right: 1px dotted #ccc;
}

#right {
font-size: 100%;
width: 180px;
float: right;
margin: 0 0 24px 0;
padding: 0;
border-left: 1px dotted #ccc;
}

#footer {
background: #66A6E8;
clear: both;
width: 100%;
margin-top:15px;
border-top:solid 1px #DEDEDE;
font-size: 85%;
	}




/* links */
a{
font-size: 90%;
color:#666;
text-decoration:none;
border: none;
}

a:hover{
color:#666;
text-decoration: underline;
border: none;
}

/* Main Menu */
#menu ul {
margin: 0;
padding: 0;
text-align: left;
}

#menu ul li {
list-style-type: none;
display: inline;
margin: 0;
padding: 0;
}

#menu ul li a {
padding: 5px 14px 5px 14px;
margin: 0;
text-decoration: none;
color: #fff;
text-size: 100%;
}

#menu ul li a:hover {
padding: 5px 14px 5px 14px;
background: #fff;
color: #0B1316;
text-decoration:none
}

.post h2 a{
font-family: Verdana, Arial, sans-serif;
color: #2A67A6;	
text-decoration: none;
	}
	
.post h2 a:hover{
color: #2A67A6;	
text-decoration: underline;
	}
	
.post h3 a {
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
margin: 15px 0 10px 0;
color: #2A67A6;
text-decoration: none}

.post h3 a:hover {
color: #2A67A6;
text-decoration: underline	}




/* Page Styles */	
h1, h2, h3 {
color: #2A67A6;	
font-family: Verdana, Arial, sans-serif;
margin: 0;
padding: 0;
font-weight: bold;
}
	
h1 {font-size: 180%;}

h2 {font-size: 160%;}


h3 {font-size: 130%;
margin: 15px 0 10px 0;}

h4 {font-size: 110%;}

#header h1{
margin: 0;	
padding: 38px 0 0 64px;	
}
	
#header h1 a{color: #404040; text-decoration: none;}

#header h1 a:hover{color: #666; text-decoration: none;}

#header h2{
font-size: 150%;
font-weight: bold;
font-style: italic;
color: #404040;
}


#content ul li.linkcat {
list-style-type: none;
}

#content ul li.linkcat h2 {
font-size: 130%;
margin-top: 15px;
}

#content ul li.linkcat ul li{
list-style-type: disc;
}


#left h2, #right h2{
font-size: 100%; 
padding: 2px 3px;
background: #EFECEC;
}

#left p {
margin:0;
padding: 0 6px 0 12px;
}

#left img {padding: 0; margin: 0;}

#left ul {
margin: 12px;
padding:0;
list-style-type: none;
}

#left ul li {
margin: 0;
padding: 0;
line-height: 14pt;
list-style-type: none;
}

#left ul ul {
margin: 6px 0 6px 8px;
padding: 0;
}

#left ul ul li {
list-style-type: none;
padding-left: 8px;
/*list-style-position: inside;*/
background: url(images/bullet.gif) no-repeat 0px 7px;
}

#left ul ul ul{
margin: 0;
padding: 0;
}

#left ul ul ul li{
padding: 0 0 0 15px;
list-style-type: square;
color: #898989;
}


#right p {margin:0; padding: 0 6px 0 12px;}

#right ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#right ul ul li {
list-style-type: none;
/*list-style-position: inside;*/
padding-left: 8px;
background: url(images/bullet.gif) no-repeat 0px 7px;
}

#right ul ul ul{
margin: 0;
padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#content ul li ul {
margin-left: 15px;
padding-left: 15px;
}

.post h2{
font-family: Verdana, Arial, sans-serif;
font-size: 150%;
font-weight: bold;
color: #2A67A6;	
	}
	
.post a{text-decoration:underline;}

.post ul {
margin-left: 15px;
padding-left: 15px}

.post li {}

.entry p{
margin:12px 0;
}
	
.post p{
font-size: 100%;
}

.postmetadata{
clear: both;
background:#F7F7F7;
padding:6px;
margin-top: 16px;
border-left:solid 1px #A2A2A2;
border-bottom:solid 1px #A2A2A2;
}
	
.navigation {
margin: 12px 0 20px 0;
padding:2px;
font-size:.9em;
float:left;
width:98%;
}
	
.alignleft {float:left;}

.alignright {float:right;}

.pagetitle {}

#footer p{padding:6px;
margin: 0;
color: #eee;
}

#footer a{
color: #BCBCBC;
text-decoration: none;
}

#footer a:hover{
color: #5D5D5D;
text-decoration: underline;
}

.archivetitle {
padding: 0 0px;
margin-top: 15px
}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

/* comments */
#commentssection{
clear: both;
padding: 2px 12px;
margin: 0;
}
	
#commentssection h3{
font-size: 130%;
font-weight: bold;
font-style: normal;
color: #2A67A6;	
margin: 15px 0 10px 0;
}

#commentform{
background: #EFECEC;
margin: 12px 12px 20px 12px;
padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
font-size: 130%;
font-weight: bold;
color: #2A67A6;	
margin: 15px 0 10px 0;
}
	
#commentbox{
width:75%;
min-width:400px;
margin:5px 5px 0 0;
}

#author, #email, #url, #commentbox, #submit{
background: #fff;
font-size: 100%;
font-family: Arial, sans-serif;
margin:5px 5px 0 0;
border: none; 
padding: 6px;
border: 1px solid #B2B2B2;
}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
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: 85%;
font-weight: bold;
font-style: normal;
}
	
cite a{
color: #000;
text-decoration: none;
border-bottom: 1px dotted #465D71;}



/* images */
img {
border: none; 
padding: 6px;
}

img a{
border:none;
}

img.left{float: left;
border: none; 
padding: 6px; }

img.right{
float: right;
border: none;
padding: 6px;
}

/*.post img {
float: left;
border: none;
padding: 6px;
}*/

#right img {padding: 0; margin: 0;}



/* search */
#searchform{
padding: 0;
}

#searchform input#s{
font-size:85%;
padding: 2px;
margin: 0px;
border: 1px solid #999;
}

#searchform input#searchsubmit{
font-size: 85%;
height: 20px;
padding: 2px;
margin: 0;
border: 1px solid #999;
background: #EFECEC;
color: #2A67A6;	
}


