/*
Theme Name: Com64
Theme URI: http://www.codescheme.net/
Description: Fixed-width 2-col layout with right sidebar - compatible with WordPress 2 (and Widgets!) - <a href="http://www.codescheme.net/">Codescheme.net</a>
Version: 1.1
Author: Codescheme
*/


body {
margin: 0;
padding:0;  
font-size: 100.1%;
color: white;
background: #99CCFF;
text-align:center;
font-family: 'Courier New', Courier, sans-serif;
}

#wrapper{
width: 770px;
margin: 10px auto;
padding: 0;
border: 1px solid #3333CC;
text-align:left;
background: #3333CC;
}


#header{
padding: 3px 15px;
}

#superheader{
text-align:right;
border-bottom: 1px dashed white;
height:40px;
}	

#subheader{
}
		
form#searchform{
margin:8px 10px 5px 0;
font-size: 70%;
}

#content {
width: 530px; 
float:left;
margin: 0;
padding: 10px 0px 10px 20px;
font-size: 84%;
overflow:hidden;
}

#sidebar {
padding: 0 0 0 8px;
font-size: 78%;
margin: 0 0 0 560px;
}


#footer {
clear: both;
font-size: 68%;
padding: 0;
}

#subfooter a, #subfooter a:hover{
color:blue;
}




/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 12px 0;
padding: 0;
}
p,li{
line-height:20px;
}
h1, h5, h6{

}
h2, h3, h4{
font-weight:800;
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 140%;
}
h4{
	font-size: 120%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}

table{
	font-size: 100%;
}

a, a:link, a:visited, a:active{
color:#F8F107;
font-weight:800;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

a img{
border:0px;
}



form{
margin: 0;
padding:3px;
}

input{
border:1px solid white;
background: blue;
color:white;
}

textarea{
border:1px solid white;
background: blue;
color:white;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

/* Headings */ 

#superheader h3{
margin: 0;
padding: 5px 10px 10px 10px;

}

#superheader h3 a{
font-weight:800;
color:white;
}

#superheader h3 a:hover{
color:white;
text-decoration:none;
}

#subheader h1{
margin: 0;
font-family: Verdana, sans-serif;
padding: 3px 10px;
font-weight:800;
font-size: 12px;
}

#footer a{
font-weight: 100;
text-decoration:underline;
}

/* post styles */

.post{
margin: 0 0 15px 0;
}

.post h2, .post h2 a{
font-size: 120%;
color: white;
}

.post h2 a:hover{
color: white;
text-decoration:none;
}
.post h2 {
border-bottom: 1px dashed white;
padding: 0 0 0 5px;
}


.postmetadata{
font-size:84%;
border-bottom:1px dashed white;
padding: 1px 0 1px 5px;
text-align:right;
}

/* comment styles */

h2#comments, h2#postcomment{
font-size:110%;
}

ol#commentlist{
margin: 0;
padding: 0 0 0 20px;
}

ol#commentlist li{
margin: 6px 0;
padding: 1px 8px;
border:1px solid white;
background: blue;
}

/*  sidebar styles */

.menu{
padding:5px 0;
font-size:98%;
}
.menu a{
font-weight: 100;
}

.menu ul{
margin:0px 3px 0 3px;
padding:0;
list-style-type:none;
}

.menu ul li{
padding:0 2px 0 2px;
margin:0; 
}

.menu ul li ul li{
border-bottom:1px dotted #5454D4;
background: none;
padding: 0px 0px;
margin:0;
}
.menu ul li ul li a{
font-weight:100;
}

.menu ul li ul li ul li{
border: none !important;
padding: 0 0 0 6px;
}

.menu a:hover{
}

.menu h2, .menu ul li h2{
font-size:100%;
margin:7px 0px 4px 0;
padding:0px 0 0 5px;
border-bottom:1px dashed white;

}
.menu ul li h2 a{
color: #333;
font-weight: 100;
}
.menu ul li h2 a:hover{
color: #333;
text-decoration: none;
}

.menu form{
margin:0px;
padding:5px 0px;
}

.menu input{
margin:3px 0;
font-size:80%;
}


/* 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;
font-weight: 800;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover {
background-color: #fff;
}


