/*  
Theme Name: NWDSA.org
Theme URI: http://deanish.com/themes/nwdsa
Description: A two column white and blue theme designed for the NorthWest Down Syndrome Association.
Version: 1.0
Author: Dean E Nelson
Author URI: http://deanish.com
*/


/* Main Tags*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url() top center repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
	vertical-align: top;
}

h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 70px;
	padding: 0 0 10px 0;
}

#header h1 a {
	color: #336699;
}

#header h1 a:hover {
	color: #99ccff;
}

a:link, a:visited {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #99ccff;
	text-decoration: none;
}

p {
	padding: 10px 0 0 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 950px;
}

#header {
	color: #000000;
	float: left;
	font-variant: small-caps;
	margin: 20px 0 0;
	padding: 0;
	width: 950px;
}

#header img {
	border: 0;
}

#container {
	float: left;
	width: 950px;
}

#maincol {
	background: #ffffcc;
	color: #000000;
	float: right;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px; 
	display: inline;
	height: 100%;
	min-height: 700px;
	margin: 0 0 10px 0;
	padding: 0 30px;
	width: 680px;
}

blockquote {
	background: #ffffdd;
	border: 2px dotted #cccccc;
	margin: 10px 25px;
	padding: 0 10px 10px 10px;
}

blockquote blockquote {
	background: #ffffee;
	border: 2px dotted #bbbbbb;
	margin: 10px 25px;
	padding: 0 10px 10px 10px;
}

#divider {
	background: #336699;
	height: 20px;
	margin: 0 0 2px 0;
}


/*Posts*/

.post {
	padding: 0 0 25px 0;
}

.post a {
	text-decoration: underline;
}

.postheader {
}

.post h2 {
	color: #336699;
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	padding: 20px 0 0 0;
}

.post h2 a {
	color: #336699;
	text-decoration: none;
}

.post h2 a:hover {
	color: #99ccff;
}

.postdate {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	margin: 0 5px 0 0;
}

.entry {
	line-height: 18px;
}

.postmetadata {
	border-top: 1px solid #ccc;
	font-size: 11px;
	margin: 10px 0 0 0;
}

.navigation {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 0 0 0;
	text-align: center;
}


/*Comments*/

.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, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
}


/*Sidebar*/

.sidebar {
	background: #94c5c5;
	color: #666666;
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	height: 100%;
	min-height: 700px;
	width: 208px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 2px 10px;
}

.sidebar a {
	color: #ffffff;
}

.sidebar a:hover {
	color: #330066;
}

#pages {
	font-size: 16px;
	padding: 20px 0 10px 0;
}

#pages li {
	color: #ffffff;
	line-height: 35px;
	list-style-type: circle;
	margin: 0 20px;
}

.current_page_item a {
	color: #330066;
}

.sidebar ul li h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	padding: 2px 0 0 3px;
}

.sidebar ul ul li {
	line-height: 16px;
	margin: 5px 0;
	padding: 0;
}


/*Search*/

#searchform {
	margin: 20px 0;
	text-align: center;
}

#searchbox {
	background: #ffffff;
	border: 1px solid #336699;
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, Sans-serif;
}

#searchsubmit {
	background: #cccccc;
	border: 1px solid #336699;
	color: #336699;
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, Sans-serif;
}


/*Footer*/

#footer {
	clear: both;
	float: left;
	font-variant: small-caps;
	padding: 10px 0 0 0;
	text-align: center;
	width: 950px;
}

#footer p {
	line-height: 18px;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer-pages li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 5px;
}

#footer .current_page_item a {
	color: #333333;
}