/*
Theme Name: Coopersville Public v2
Theme URI: http://blog.oaisd.org
Description: Coopersville Theme
Version: 2.0
Author: Patrick Donlin
*/

/***** CLEAR *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

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

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

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

a img {
  border: none;/*remove border for linked images*/
}

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(CAPS.jpg);
background-position: 5px 15px;
background-repeat: no-repeat;
background-color:#227553;
border:1px solid #fafafa;
color:#fafafa;
font-size:2em;
height:2.5em;
padding-left:7em;
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;
}

/******* Login Panel *********/
#top {
	position: relative;
	overflow: hidden;
}
#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
	width: auto;
	font-size: 1em;
	margin: 0;
	padding: 0;
  	color: #fafafa;
	text-align: center;
}
#top ul.login li.left {
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
#top ul.login li {
 	text-align: left;
	display: block;
	float: left;
}
#top ul.login li a {
	color: #fafafa;
}
#top ul.login li a:hover {
	color: #ff0;
}
/*Login*/
/* toggle effect - show/hide login*/
#login {
	color: #fafafa;
	background: #202020;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	font-size: 1em;
}
#login a {
	text-decoration: none;
	color: #fafafa;
}
#login a:hover {
	color: #ff0;
	text-decoration:none;
}
#login .loginContent {
	width: 550px;
	height: 100px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
}
#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}
#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}
#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}
#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}
#login .loginContent input:focus.field {
	background: #545454;
}
#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}
#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_login.jpg) no-repeat 0 0;
}
#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.9em;
	text-align: left;
}
#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/button_close.jpg) no-repeat right 0px;
	padding-right: 10px;
	border: none;
	color: white;
}
#login .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -20px;
}

/******** 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;
}

