/*   
Theme Name: Moving Windmills
Theme URI: 
Description: Development version of theme.
Author: Josh Stewart
Author URI: http://workshoplovesyou.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.

Colors
------
Cyan = 00AEEF
Cyan 50% = 80DEF7
Cyan 30% = B2E7FA
Cyan 20% = CCEFFC

Orange = F47B20

Violet = 611AB5

Green = 6DB33F

K 90% = 414142
K 70% = 6D6F71
K 20% = D1D3D4

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

/* Reset browser defaults */
@import url('library/styles/reset.css');


/* ============== */
/* ! TYPOGRAPHY   */
/* ============== */
/* -------------------------------------------------------------- 
   
	Set default typography based on Blueprint
	http://code.google.com/p/blueprintcss/
 	
-------------------------------------------------------------- */   

body,
input,
textarea {
	font: 16px Helvetica, Arial, Verdana, sans-serif;
	line-height: 21px;
	color: #414142;
	}

/* !   Headings */
/* -------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 { 
	display: block;
	font-weight: bold;
	}

h1,
.blog h2 {
	font-size: 32px;
	margin: 0;
	line-height: 36px;
	}
h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 22px 0 0 0;
	}
.aside h2 {
	margin: 0;
	}
.aside h3 {
	color: #D1D3D4;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
.post h2 {
	margin-top: 0;
	}
h3 {
	font-size: 16px;
	line-height: 21px;
	padding: 0;
	margin: 21px 0 -21px 0;
	}
.home h1.entry-title {
	display: none;
	}

/* !   Text elements */
/* -------------------------------------------------------------- */

p {
	margin: 18px 0 0 0;
/* 	width: 502px; */
	}
ul {
	margin: 0 0 18px 2.5em;
	}
ol {
	margin: 0 0 18px 2.5em;
	}
ul {
	list-style:disc;
	}
ol {
	list-style-type:decimal;
	}
ol ol {
	list-style:upper-alpha;
	}
ol ol ol {
	list-style:lower-roman;
	}
ol ol ol ol {
	list-style:lower-alpha;
	}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	}
dl	{
	margin: 0 1.5em;
	}
dt {
	font-weight: bold;
	}
dd {
	margin-bottom: 18px;
	}
strong {
	font-weight: bold;
	}
cite,
em,
i {
	font-style:italic;
	}
blockquote {
	font-style: italic;
	margin: 0 3em;
	}
blockquote em,
blockquote i,
blockquote cite {
	font-style:normal;
	}
pre {
	font: 11px Monaco, monospace;
	line-height: 18px;
	margin-bottom: 18px;
	}
code {
	font: 11px Monaco, monospace;
	}
abbr,
acronym {
  border-bottom: 1px dotted #333;
  cursor:help;
	}
ins {
	text-decoration: none;
	}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align:baseline;
	position:relative;
}
sup {
	bottom: 1ex;
	}
sub {
	top:.5ex;
	}

.aside,
.aside p {
	color: #D1D3D4;
	width: auto;
	}
.widget_rss,
.widget_links {
	color: #D1D3D4;
	font-size: 14px;
	line-height: 18px;
	width: auto;
	}
#siteinfo {
	color: #D1D3D4;
	font-size: 12px;
	line-height: 18px;
	}
.entry-content ul {
	margin: 0;
	padding: 0 0 0 20px;
	}
#secondary.aside .widgetcontainer li {
	margin-top: 10px;
	}
p#comment-notes {
	margin-bottom: 20px;
	}
.commenttrack {
	clear: left;
	}

/* !   Pullquotes */
/* -------------------------------------------------------------- */

blockquote.left {
	float:left;
	margin-left: 0;
	margin-right:20px;
	text-align:right;
	width:33%;
	}
blockquote.right {
	float:right;
	margin-left:20px;
	margin-right: 0;
	text-align:left;
	width:33%;
	}

/* !   Links */
/* -------------------------------------------------------------- */
a { 
	outline:none;
	text-decoration: none;
	}

.entry-content a:link,
.entry-content a:visited,
.post a:link,
.post a:visited,
.comment a:link,
.comment a:visited,
.formcontainer a:link,
.formcontainer a:visited {
	color: #3a94b8;
 	text-decoration: underline;
	}

.entry-content a:active,
.entry-content a:hover,
.post a:active,
.post a:hover,
.comment a:active,
.comment a:hover {
	color: #FFFFFF;
	background-color: #3a94b8;
 	text-decoration: none;
	}

/* second draft

.entry-content a:link,
.entry-content a:visited,
.post a:link,
.post a:visited,
.comment a:link,
.comment a:visited,
.formcontainer a:link,
.formcontainer a:visited {
	color: #414142;
	border-bottom: 2px solid #80DEF7;
	text-decoration: none;
	}

.entry-content a:active,
.entry-content a:hover,
.post a:active,
.post a:hover,
.comment a:active,
.comment a:hover {
	color: #FFFFFF;
	background-color: #00AEEF;
	border-bottom: 2px solid #00AEEF;
	}
*/

/* first draft style

.entry-content a:link,
.entry-content a:visited,
.post a:link,
.post a:visited,
.comment a:link,
.comment a:visited,
.formcontainer a:link,
.formcontainer a:visited {
	color: #414142;
	background-color: #CCEFFC;
	text-decoration: none;
	padding: 2px;
	}

.entry-content a:active,
.entry-content a:hover,
.post a:active,
.post a:hover,
.comment a:active,
.comment a:hover {
	color: #FFFFFF;
	background-color: #00AEEF;
	}
*/
.entry-content h2.entry-title a,
.post h2.entry-title a {
	color: #414142;
	background-color: transparent;
	padding: 0;
	border-bottom: none;
	text-decoration: none;
	}
.entry-content h2.entry-title a:hover,
.post h2.entry-title a:hover {
	color: #3a94b8;
	background-color: transparent;
	padding: 0;
	}
.entry-content .entry-utility a,
.post .entry-utility a,
.comment-meta a:link,
p#login a,
.comment-author a.url {
	background-color: transparent;
	color: #6D6F71;
/* 	padding: 2px; */
	border-bottom: none;
	text-decoration: none;
	}
.entry-content .entry-utility a:hover,
.post .entry-utility a:hover,
.comment-meta a:hover,
.comment-author a.url:hover  {
	color: #FFFFFF;
	background-color: #3a94b8;
/* 	padding: 2px; */
	}
.aside a:link,
.aside a:visited {
	color: #80DEF7;
	text-decoration: none;
	}
.aside a:active,
.aside a:hover {
	color: #00AEEF;
	}
li.icon {
	margin-bottom: 10px;
	}
li.icon.youtube {
	margin-bottom: 0;
	}
li.icon a:link,
li.icon a:visited {
	text-decoration: none;
	color: #D1D3D4;
	}
li.icon a:hover,
li.icon a:active {
	text-decoration: none;
	color: #00AEEF;
	}
#siteinfo a.helper {
	margin-left: 21px;
	color: #D1D3D4;
	text-decoration: underline;
	}
.widget_links a,
.widget_rss a {
	font-weight: bold;
	}
.aside h3.widgettitle a {
	color: #D2D3D4;
	}
#content h3 a {
	color: #414142;
	background-color: transparent;
	padding: 0;
	text-decoration: none;
	}
#content .wp-caption a {
	background-color: transparent;
	padding: 0;
}
.slug-projects #content h2,
.slug-donate #content h3 {
	border-top: 1px solid #D1D3D4; 
	padding: 10px 0 5px 0;
	clear: left;
	}
#comments a.url {
	background-color: transparent;
	}
#comments a.url:hover {
	background-color: #00AEEF;
	}
a img {
	border: none;
	}
.comment-meta,
.entry-meta,
.entry-utility {
	font-size: 12px;
	}

/* =========== */
/* ! LAYOUT	   */
/* =========== */

body {
	min-width: 948px;
	background: url(images/bkg.png) repeat-x top #414141;
	}
#header {
	position: relative;
	height: 141px;
	width: 948px;
	margin: 0 auto;
	}
#branding {
	width: 948px;
	margin: 0 auto;
	}
#search{
	float: right;
	margin-top: 20px;
	}
/*
#access {
	position: relative;
	overflow: hidden;
	width: 640px;
	top:110px
	}
*/
#access {
	position: absolute;
	overflow: hidden;
	width: 640px;
	height: 15px;
	bottom: 20px;
	right: 0;
	}
.menu {
/* 	width: 948px; */
/* 	margin: 0 auto; */
	}
#main {
	width: 948px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: url(images/columns.png) repeat-y top;
	background-color: #FFFFFF;
	}
#container {
	width: 716px;
	float: left;
	}
#content {
	margin: 0 0 0 20px;
	width: 676px;
	overflow: hidden;
	}
.post {
	margin-bottom: 42px;
	}
.main-aside {
	width: 192px;
	float: right;
	position: relative;
	right: 20px;
   	color: #D1D3D4;
   	background-color: #6D6F71;
	}
#secondary {
	clear: right;
	}
#footer {	
	clear: both;
	}
#subsidiary {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	}
#subsidiary .aside {
	width: 192px;
	float: left;
	margin: 0 20px 0 0;
	}
#subsidiary #third {
	margin: 0;
	}
#siteinfo {
	clear: both;
	width: 948px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	}
.box {
/* 	background-color: #CCEFFC; */
	}

#comments {
	margin-top: 40px;
	border-top: 1px solid #D1D3D4;
	}
.s-comments-closed #comments {
	border: none;
	}
.form-section {
	margin-bottom: 20px;
	}
#comments ol {
	margin: 40px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #D1D3D4;
	list-style: none;
	}
#comments ol li {
	margin: 0 0 20px 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #D1D3D4;
	}
.comment-meta {
	color: #6D6F71;
	}
.comment-author {
	font-weight: bold;
	}
/* ========== */
/* ! IMAGES   */
/* ========== */

.entry-content img {
	margin: 0 0 18px 0;
	}
.alignleft,
img.alignleft {
	float: left;
	margin-right: 20px;
	}
.alignright,
img.alignright {
	display: block;
	float: right;
	margin-left: 20px;
	}
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	}
.wp-caption {
/* 	text-align: center; */
	margin-top: 21px;
	margin-bottom: 21px;
	}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px 0 0 0;
	}
.gallery img {
	margin: 0;
	}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height: 12px;
	margin: 0 !important;
	}
ul.xoxo {
	margin: 0;
	}

/* !   Image Replacement for logo */
/* -------------------------------------------------------------- */

#blog-title {
	float: left;
	margin: 9px 0 0 15px;
	}
#blog-title span {
	}
#blog-title span a {
	background: url(images/logo.png) top left no-repeat;
	text-indent: -10000px;
	width: 293px; 
	height: 141px;
	display: block;
	}
.widgetcontainer {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #D1D3D4;
	}
.widgetcontainer ul {
	margin: 0;
	padding: 0;
	}
/* last item no line under if regular page */
#text-5.widgetcontainer,
.widget_links,
#recent-posts-3 {
	border-bottom: 0;
	padding-bottom: 0;
	}
/* add the line back for news or news item pages */
body.blog #text-5.widgetcontainer,
body.single #text-5.widgetcontainer,
body.pageid-4 #text-5.widgetcontainer,
body.home #text-5.widgetcontainer {
	border-bottom: 1px solid #D1D3D4;
	padding-bottom: 20px;
	}

/* !   Image Replacement for Donate button */
/* -------------------------------------------------------------- */

h3.donate {
	}
h3.donate a {
	width: 192px;
	height: 46px;
	background: url(images/donate.png) top left no-repeat;
	text-indent: -10000px;
	display: block;
	outline: 0;
	}

/* Icons */
li.icon img {
	float: left;
	margin-right: 5px;
	clear: left;
	}
li.icon a img {
	border: 0;
	}

/* !   Menu item image replacement */
/* -------------------------------------------------------------- */
.page_item a {
	height: 15px;
	text-indent: -10000px;
	padding-left: 28px; 
	}
/* About */
.page-item-4 a:link,
.page-item-4 a:visited {
	background: url(images/menu-about.png) no-repeat 0 0;
	width: 45px;
	}
.page-item-4 a:hover,
.page-item-4 a:active,
.page-item-4.current_page_item a {
	background: url(images/menu-about.png) no-repeat 0 -15px;
	}
/* Documentary */
.page-item-12 a:link,
.page-item-12 a:visited {
	background: url(images/menu-documentary.png) no-repeat 0 0;
	width: 98px;
	}
.page-item-12 a:hover,
.page-item-12 a:active,
.page-item-12.current_page_item a {
	background: url(images/menu-documentary.png) no-repeat 0 -15px;
	}
/* Projects */
.page-item-14 a:link,
.page-item-14 a:visited {
	background: url(images/menu-projects.png) no-repeat 0 0;
	width: 65px;
	}
.page-item-14 a:hover,
.page-item-14 a:active,
.page-item-14.current_page_item a {
	background: url(images/menu-projects.png) no-repeat 0 -15px;
	}
/* Book */
.page-item-16 a:link,
.page-item-16 a:visited {
	background: url(images/menu-book.png) no-repeat 0 0;
	width: 36px;
	}
.page-item-16 a:hover,
.page-item-16 a:active,
.page-item-16.current_page_item a {
	background: url(images/menu-book.png) no-repeat 0 -15px;
	}
/* News */
.page-item-18 a:link,
.page-item-18 a:visited {
	background: url(images/menu-news.png) no-repeat 0 0;
	width: 36px;
	}
.page-item-18 a:hover,
.page-item-18 a:active,
.page-item-18.current_page_item a,
.single .page-item-18 a {
	background: url(images/menu-news.png) no-repeat 0 -15px;
	}
/* Donors */
.page-item-23 a:link,
.page-item-23 a:visited {
	background: url(images/menu-story.png) no-repeat 0 0;
	width: 43px;
	}
.page-item-23 a:hover,
.page-item-23 a:active,
.page-item-23.current_page_item a {
	background: url(images/menu-story.png) no-repeat 0 -15px;
	}
/* Contact */
.page-item-25 a:link,
.page-item-25 a:visited {
	background: url(images/menu-contact.png) no-repeat 0 0;
	width: 60px;
 	padding-left: 0; 

	}
.page-item-25 a:hover,
.page-item-25 a:active,
.page-item-25.current_page_item a {
	background: url(images/menu-contact.png) no-repeat 0 -15px;
	}

/* fixes odd margin on home page image */
.home .alignnone.size-full {
	margin: -21px 0 0 0;
	}

/* fix space around youtube video */
object {
	margin-bottom: 21px;
	}


/* ============ */
/* ! DEFAULTS   */
/* ============ */

/* !   Global Elements */
/* -------------------------------------------------------------- */

table {
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	}
caption {
	text-align: left;
	}
tr {
	border-bottom: 1px solid #ccc;
	}
th,
td {
	padding: .7em 1.25em;
	}
hr {
	background-color: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin-bottom: 22px;
	}

/* !   Header */
/* -------------------------------------------------------------- */

#header {
	z-index: 2;
	height: 150px;
	}
#branding {
	}
#blog-title {
	font-weight: bold;
	}
#blog-title a {
	color: #000;
	text-decoration: none;
	}
#blog-title a:active,
#blog-title a:hover {
	color: #611AB5;
	}

/* !   Menu */
/* -------------------------------------------------------------- */

.skip-link {
	display: none;
	}
#access {
/* 	border-bottom: 1px solid #ccc; */
/* 	height: 32px; */
/* 	font-size: 13px; */
/* 	overflow: visible; */
	z-index: 100;
	}
/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sf-menu {
	line-height: 1.0;
	}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
	}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
	}
.sf-menu a {
	display: block;
	position: relative;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
	}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
	}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
	}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}

/*** THEMATIC SKIN ***/
.sf-menu {
/* 	border-right: 1px solid #ccc; */
	float: right;
	}
.sf-menu a {
/*
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
*/
	/* padding: 9px 13px; */
/* 	padding-left: 28px; */
	text-decoration: none;
	}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
/* 	border-bottom-color: #fff; */
	}
.sf-menu a,
.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #414142;
	}
.sf-menu li {
/* 	background: #fff; */
	}
.sf-menu li li {
	background: #fff;
	}
.sf-menu li li li {
	background: #9AAEDB;
	}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
/* 	background: #fafafa; */
	outline: 0;
/* 	border-bottom-color: #ccc; */
	}
.sf-menu ul {
/*
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
*/
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 32px; /* overriding essential styles */
}
.sf-menu ul ul {
	margin-top: 0;
	}
.sf-menu ul a {
	background: #fafafa;
	border-bottom: none;
	}
.sf-menu ul a:hover {
	color: #611AB5;
	}


/* !   Content */
/* -------------------------------------------------------------- */

#main {
	clear: both;
	padding: 20px 0 22px 0;
	}
.page-title {
	padding: 0 0 44px 0;
	}
.attachment .page-title {
	font-style: italic;
	}
.page-title a {
	color: #666;
	text-decoration: none;
	}
.page-title a:active,
.page-title a:hover {
	color: #611AB5;
	}
.page-title span {
	font-style: italic;
	}
.page-title .meta-nav {
	font-style: normal;
	}
.hentry {
/* 	padding: 0 0 22px 0; */
	}
.single .hentry {
	padding: 0;
	}
.home #content .sticky {
	border: 1px solid #ccc;
	margin: 0 0 66px 0;
	padding: 22px 20px 0 20px;
	}
.entry-title {
/* 	font-size: 26px; */
/* 	font-weight: bold; */
/* 	line-height: 26px; */
/* 	padding: 0 0 7px 0; */
	}
.entry-title a {
	color: #000;
	text-decoration: none;
	}
.entry-meta {
	color: #6D6F71;
	margin-top: 5px;
/*
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
*/
	}
.entry-meta .author {
}
.entry-meta .n {
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	}
.entry-meta a {
/* 	color: #666; */
	text-decoration: none;
	}
.entry-meta a:active,
.entry-meta a:hover {
	color: #611AB5;
	}
.entry-meta abbr {
	border: none;
	cursor: text;
/*
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
*/
	}
.entry-content {
/* 	padding: 22px 0 0 0; */
	}
.entry-content h1 {
	font-size: 19px;
	font-weight: bold;
/* 	padding: 28px 0 14px 0; */
	}
.entry-content h4 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}
.entry-content table {
	margin-left: 1px;
	}
.entry-content embed {
	margin: 0 0 22px 0;
	}
.entry-utility {
	color: #6D6F71;
/*
	font-size: 13px;
	line-height: 18px;
*/
	margin: 21px 0 0 0;
	}
.entry-utility a {
	color: #666;
/* 	font-style: italic; */
	text-decoration: none;
	}
.entry-utility a:active,
.entry-utility a:hover {
	color: #611AB5;
	}
.page-link {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 22px 0;
	padding: 22px 0 0 0;
	word-spacing: 0.5em;
	}
.page-link a {
	border: 1px solid #ccc;
	color: #666;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
	}
.page-link a:active,
.page-link a:hover {
	color: #611AB5;
	}
ul#links-page,
ul#archives-page {
	list-style: none;
	margin-left: 0;
	overflow: hidden;
	}
li.content-column {
	float: left;
	margin-right: 20px;
	width: 45%;
	}
.gallery {
	padding: 0 0 22px 0;
	}
.wp-caption-text,
.gallery-caption {
	color: #6D6F71;
	font-size: 12px;
	line-height: 16px;
	width: auto;
	}
#author-info {
	margin: 0 0 44px 0;
	overflow: hidden;
	}
#author-info .avatar {
	float: left;
	margin: .3em 1em 0 0;
	}

/* !   Attachments */
/* -------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
	width: 100%;
	}
.attachment-jpeg #content,
.attachment-png #content {
	width: 930px;
	}
.attachment-jpeg #comments,
.attachment-png #comments {
	width: 540px;
	overflow: hidden;
	}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
	display: none;	
}

/* !   Navigation */
/* -------------------------------------------------------------- */

.navigation {
/*
	color: #666;
	font-size: 13px;
	line-height: 18px;
*/
/*
	margin: 0 0 21px 0;
	overflow: hidden;
*/
	}
/*
.navigation a {
	color: #666;
	font-style: italic;
	text-decoration: none;
	}
.navigation a:active,
.navigation a:hover {
	color: #611AB5;
	}
.navigation .meta-nav {
	font-style: normal;
	}
*/
.nav-previous {
	float: left;
	width: 50%;
	}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
	}
#content #nav-below .nav-previous a,
#content #nav-below .nav-next a {
	margin: 0;
	}
#nav-above,#nav-below {
	width: 100%;
	}
#nav-above {
	display: none;
	}
.paged #nav-above {
/* 	display: block; */
/* 	padding: 0 0 44px 0; */
	}

/* --------------------------------------------

	Deleted comment section 

-----------------------------------------------*/

/* !   Asides, Sidebars & Widget-Ready Areas */
/* -------------------------------------------------------------- */

.aside,
.aside input {
/*
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
*/
	}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
/* 	margin-bottom: 9px; */
	}
.aside pre,
.aside code {
	font-size: 12px;
	line-height: 18px;
	}
.aside .current_page_item a {
	color: #611AB5;
	}
.aside .current_page_item .page_item a {
	color: #666;
	}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
	color: #611AB5;
	}
.aside {
	color: #666;
	}
.aside a {
	color: #666;
	}
.aside a:active,
.aside a:hover {
	color: #00AEEF;
	}
.aside h3 {
/*
	font-size: 15px;
	font-style: italic;
	line-height: 22px;
*/
	}
.aside h3 a {
/* 	text-decoration: none; */
	}
.aside caption {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}
.aside ul {
	list-style: none;
	margin-left: 0;
	}
.aside ul ul {
/*
	list-style: disc;
	margin: 0 0 22px 20px;
*/
	}
.aside ul ul li {
	padding: 1px 0;
	}
.aside ul ul ul {
	margin-bottom: 0;
	}
.aside form,
.aside table {
/* 	margin-bottom: 22px; */
	}
.aside table {
	border: none;
	}
.aside thead {
	border: 1px solid #ccc;
	}
.aside tbody {
	border: 1px solid #ccc;
	}
.aside th,
.aside td {
	border-right: 1px solid #ccc;
	padding: .25em .8em;
	}
.aside tfoot tr {
	border: none;
	}
.aside tfoot td {
	border-color: transparent;
	}
.widget_tag_cloud {
	margin: 0 0 22px 0;
	}
.aside #searchsubmit {
	display: none;	
}
/*
	Main Asides
*/
.main-aside ul {
	padding: 0;
	}
.main-aside h3 {
}
.main-aside ul ul {
	padding: 0;
	}
#primary {
/* 	border: 1px solid #ccc; */
/* 	padding: 18px 0 0 0; */
/* 	margin-bottom: 22px; */
	}
/*
	Content Asides
*/
#content .aside {
	/* border: 1px solid #ccc; */
	margin: 0 0 22px 0;
	padding: 18px 0 0 0;
	}
#content .aside ul {
	padding: 0 20px;
	}
#content .aside h3 {
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	padding: 0 0 7px 0;
	text-transform: none;
	}
#content .aside ul ul {
	padding: 0;
	}
/*
	Footer Asides
*/
#subsidiary {
	padding: 33px 0 0 0;	
}

/* !   Footer */
/* -------------------------------------------------------------- */

#footer {
	margin-top: 10px;
	}

/* !   PageNavi */
/* -------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.navigation {
	margin: 0 0 21px 0;
 	padding: 2px 0;
/* 	font-size: 12px;	 */
}
#content .navigation a,
#content .navigation a:link,
#content .navigation a:visited,
#content .navigation span.current  {
	color: #414142;
	font-style: normal;
	margin: 0 5px;
	padding: 5px 8px;
	background-color: #D1D3D4;
	}
#content .navigation a:hover {
	background-color: #3a94b8;
	color: #FFFFFF;
	}
#content .navigation span.current {
	background-color: #FFFFFF;
	border: 1px solid #D1D3D4;
	}
#nav-above {
	display: none;
	}	

/*
.wp-pagenavi {
	margin: 0 0 0 -.5em;
	padding: 5px 5px;
	font-size: 12px;	
}
#content .wp-pagenavi a,
#content .wp-pagenavi a:link,
#content .wp-pagenavi a:visited,
#content .wp-pagenavi span  {
	color: #414142;
	font-style: normal;
	margin: 0 5px;
	padding: 5px 8px;
	background-color: #D1D3D4;
	}
#content .wp-pagenavi a:hover {
	background-color: #00AEEF;
	color: #FFFFFF;
	}
#content .wp-pagenavi span.current {
	background-color: #FFFFFF;
	border: 1px solid #D1D3D4;
	}
*/


/* ========= */
/* ! FORMS   */
/* ========= */

/* Search */
#search input#searchinput {
	width: 162px;
	vertical-align: middle;
	margin: 0;
	height: 17px
	}
#search input.submit {
	width: 60px;
	vertical-align: middle;
	margin: 0;
	}
/* Subscribe */
.subscribe_widget input.emailaddress {
	width: 122px;
	}
.subscribe_widget input.subscribe {
	width: 60px;
	float: left;
	}

/* Newsletter */
input#jttidy-jttidy {
	width: 121px;
	vertical-align: middle;
	margin: 0 5px 0 0;
	}
input#signup {
	margin-left: 5px;
	vertical-align: middle;
	margin: 0;
	}

/* Donate Button */
#donate {
	margin-top: 21px;
	}
	
/* Contact */
#send {
	background-image: url(images/send.png);
	width: 44px;
	height: 25px;
	border: 0;
	display: block;
	cursor: pointer;
	text-indent: -10000px;
	}
.wpcf7-not-valid-tip {
	margin-left: 5px;
	}
	
/* small paypal buttons */
form.donatebutton {
	clear: left;
	margin: 10px 0 0 0;
	}


/* ============ */
/* ! OVERRIDES   */
/* ============ */

li.comments_rss,
span.meta-prep-author,
span.author.vcard,
span.meta-sep-entry-date,
span.meta-prep-entry-date,
span.meta-sep-tag-links,
a.rsswidget img,
#blog-description {	
	display: none;
	}
/* hide widget titles */
li#text-3 h3.widgettitle,
li#text-5 h3.widgettitle  {
	display: none;
	}
/* fixes top margin of first widget */
li#text-3.widgetcontainer {
	padding-top: 0px;
	}

/* Home Page - adds blue box and columns */

body.home #content { /* remove margin so that blue box meets the edge and widen to compensate */
	margin: 0;
	width: 716px;
	overflow: hidden;
	}
body.home #main { /* remove normal padding so that blue box meets bottom of page */
	padding-bottom: 0;
	}
body.home #content p,
body.home #content h2,
body.home #content h3 { /* add padding to elements instead of container */
	padding-left: 20px;
	padding-right: 20px;
	}
body.home #content h3 {
	margin-top: 7px;
	padding-bottom: 3px;
	}

body.home .box { 
	background-color: #CCEFFC;
/* 	padding-bottom: 20px; */
	}
body.home .box ul { 
	background-color: #CCEFFC;
	padding: 0 0 20px 0;
	margin: 0;
 	float: left;
 	width: 100%;
	}
body.home .box ul li {
	width: 232px;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	}
body.home #content .box ul li p {
	padding-right: 0;
	}	
body.home .box h2 {
	padding-top: 20px;
	padding-bottom: 10px;
	}
body.home #content .box img {
	margin: 0;
	padding-left: 20px;	
	}
body.home #content .box a:link,
body.home #content .box a:hover,
body.home #content .box a:visited,
body.home #content .box a:active {
	background-color: transparent;
	padding: 0;
	border-bottom: none;
	}	
body.home #content .box p a:hover {
	background-color: #00AEEF;
	color: #FFFFFF;
	}
body.home #content .box h3 a:hover {
	color: #00AEEF;
	}

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
