/*
Theme Name: OAISD Home v2
Theme URI: http://blog.oaisd.org
Description: OAISD Blog Homepage
Version: 2.0
Author: Patrick Donlin
*/

/******** GENERAL ********/

#wrapper {
width:80%;
min-width:60em;
margin:1em 10%;
background-color:#fafafa;
position:absolute;
}

a {
color:#000;
text-decoration:underline;
}

body {
background-color:#CDCDCD;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.75em;
}

h1 {
font-size:1.6em;
margin:0.5em 0.5em 1em 0;
}

h2 {
font-size:1.2em;
margin:0.8em 0.5em 0.3em 0.6em;
}

h3 {
font-size:1.1em;
margin:0.8em 0.5em 0.3em 0.8em;
}

h4 {
font-size:1em;
margin:0.7em 0.5em 0.3em 1em;
}

h5 {
font-size:0.9em;
margin:0.6em 0.5em 0.2em 1.5em;
}

p {
margin:1px 0.5em 0.5em 1.5em;
}

/******** HEADER *********/

#header2 {
background-color:#202020;
height:2.4em;
max-height:2.4em;
}

#header {
background-image:url(isdlogo.gif);
background-position: 12px 24px;
background-repeat: no-repeat;
background-color:#0b2585;
border:1px solid #fafafa;
color:#fafafa;
font-size:2em;
height:2.5em;
padding-left:4em;
padding-top:1em;
padding-bottom:1em;
}

#header a {
color:#fafafa;
margin:0 0.4em;
text-decoration:none;
}

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

.blogtitle {
padding-left:1.0em;
padding-top:0.35em;
}

.blogsubtitle {
font-style:italic;
font-size:0.6em;
padding-left:7.0em;
}

/******** MENU ***********/

.headermenu {
font-size:1em;
list-style-type:none;
margin:0;
padding:0;
}

.headermenu a {
color:#fafafa;
margin:0 0.4em;
text-decoration:none;
}

.headermenu a:hover {
color:#FF0;
text-decoration:none;
}

.headermenu li {
border-right:1px solid #fff;
display:inline;
float:left;
margin:0;
padding:0.6em 10px;
}

/******** CONTENT ********/


#container {
border:1px solid #202020;
border-bottom:0;
border-top:0;
color:#000;
padding:1.5em;
overflow:auto;
clear:both;
}

#pricontent{
}

#sidebar{
width:170px;
float:right;
margin-left:1.5em;
//border:1px dashed #999;
border-left:1px dashed #999;
border-bottom:1px dashed #999;
padding-bottom:0.5em;
margin-bottom:1em;  
background:#fafafa;
}

#sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

#sidebar ul li{
padding: 10px 0 10px 0;
}

#sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}

#sidebar ul ul li{
padding: 0;
line-height: 24px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/******** FOOTER *********/

#footer {
border:1px solid #202020;
border-top:0;
padding:0.5em;
text-align:right;
}

