/*
Theme Name: Cleaker
Theme URI: http://pomomusings.com/design/
Description: An original design by Adam Walker Cleaveland of <a href="http://cleavedesign.com" title="cleave design">cleave design</a>. This theme utlizes XHTML and CSS, some code from Kubrick and beautiful icons from FamFamFam.
Version: 2.1
Author: Adam Walker Cleaveland
Author URI: http://pomomusings.com/design/
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
/*  background: #809ab1 url(images/bg_blue.gif) repeat-x;*/
    background: #fff;
	font-size: 12px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
}

img {
	border: 0;
}

a {
	color: #1C1465;
	text-decoration: none;
}

a:hover {
	color: #1C1465;
	text-decoration: underline;
}

a:visited {
	color: #1C1465;
}

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#header {
	width: 1000px;
	background: #fff url(images/header.jpg) top center no-repeat;
	height: 120px;
	margin-top: 0;
	color: #000;
}

#header #home {
	width: 350px;
	height: 110px;
	float: left;

}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

.description {
	float: right;
	margin: 70px 20px 0;
	padding: 10px 0 0;
	text-align: left;
}

#Nav {
	display: block;
}

#content {
    width: 560px;
	float: left;
	color: #000;
	padding: 20px;
}

#sidebarRight {
	width: 160px;
	float: right;
	color: #000;
	background: #fff;
	padding: 20px;
}

* html #sidebarRight {
	width: 160px;
}

#sidebarLeft {
	width: 160px;
	float: right;
	color: #000;
	padding: 20px;
}

* html #sidebarLeft {
	width: 160px;
}

#footer {
	clear: both;
	width: 971px;
	background: #fff;
	color: #000;
	text-align: left;
	height: 33px;
	padding: 8px 8px 12px 21px;
	border-top: 1px solid #94AE60;
}

#footer #admin {
	float: right;
	display: block;
}

#footer #license {
	float: left;
	display: block;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1000px;
	float: left;
	background: #4d7604;
	border-top: 4px solid #4d7604;
	border-bottom: 4px solid #94AE60;
	font-size: 12px;
}

ul#Nav li {
	float: left;
/*  border-right: 1px solid #94AE60;*/
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
}

ul#Nav a:hover {
	background: #94AE60;
	text-decoration: none;
}

ul#Nav li.current_page_item a { 
	color: #fff; 
	background: #94AE60;
	text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
    font-family: Georgia, Times, serif;
    font-size: 13px;
}

hr {
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0px;
	margin: 10px 0px 20px 0px;
}

blockquote {
	margin: 0 30px 20px 30px; 
    /* border-left: 5px solid #76001C;*/
	background: #eee;
	padding: 10px 10px 4px 10px;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

p.center {
	text-align: center;
}
/*
.postmeta {
	background: #e4e5d4;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}
*/
.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

div.post_header {
	border-left: 10px solid #94AE60;
	margin-left: -20px;
	padding-left: 10px;
	margin-top: -21px;
	padding-top: 20px;
	padding-bottom: 3px;
	border-top: 1px solid #94AE60;
}

div#comment_form_entry {
    border-top: 1px solid #444;
    padding-top: 10px;
	margin-top: 15px;
}

h1.post_title, h1.post_title a, h1.post_title a:hover, h1.post_title a:visited {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	color: #000;
	text-decoration: none;
	line-height: 26px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 6px 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0px;
}

h1.title {
	font-size: 30px;
	font-weight: bold;
	padding: 10px 10px 10px 17px;
}

h4.date {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}

#content .edit {
	text-align: right;
	font-size: 10px;
}

#content table {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	margin: 14px 0px;
}

#content table th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
}

#content table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
  margin-left: 0px;
/*  padding: 0 0 10px 30px;*/
/*  list-style-image: url(images/bullet.png);*/
  padding-left: 30px;
} 

html>body .post li {
  margin: 7px 0 8px 10px;
}

.post ol {
  padding: 0 0 0 35px;
  margin: 0;
}

.post ol li {
  margin: 0;
  padding: 0;
}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	float: right;
	margin: 0 20px 0;
	padding: 10px 0 0;
	text-align: left;
}

#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
}

#searchIcon {
	padding: 3px 3px 4px 3px;
	border: 1px solid #000;
	border-left: 0px;
	margin: 0 0 0 -4px;
	color: #000;
	background: #fff;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

#sidebarRight h2, #sidebarLeft h2 {
	font-size: 13px;
	text-align: left;
	padding: 2px 0px;
	margin: 12px 0px 8px 0px;
	font-weight: bold;
	color:  #4d7604;
	border-bottom: 1px dotted #4d7604;
	text-transform: uppercase;
}

#sidebarRight p, #sidebarLeft p {
	font-size: 11px;
        margin-bottom: 5px;
        line-height: 13px;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer p {
	font-size: 11px;
	text-align: left;
	margin-bottom: 0px;
}

#footer img {
	vertical-align: text-bottom;
}

/*
#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}
*/
/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

img.alignright {
	padding: 5px 0 5px 5px;
	background: #fff;
	display: inline;
}

img.alignleft {
	padding: 5px 5px 5px 0;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #444;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #444;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #444;
}

.commentlist li, #commentform input, #commentform textarea {
}

.commentlist li {
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	margin: 8px 0px;
}

#commentform p {
}

.commentmetadata {
}

.alt {
	background: #eee;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 5px -5px;
	padding: 5px;
/*	margin: 10px 0 3px;
	padding: 5px 0px 3px;*/
	list-style: none;
}

.commentlist p {
/*	margin: 10px 5px 10px 0;*/
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}


/* EventCalendar. Copyright (C) 2005 2006, Alex Tingle.  $Revision: 263 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/

#wp-calendar table {
 width:100%;
}

#wp-calendar #prev {
  text-align:left;
}

#wp-calendar #next {
  text-align:right;
}

.ec3_eventday a {
 color:#a00 !IMPORTANT;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
 padding:1px;
 border:none;
}

#wp-calendar table td:hover,
#wp-calendar table #today {
 padding:0px;
 border:solid 1px #999;
}

/* The EC graphic. */
.ec3_ec {
 display:block;
 float:right;
 border:none;
 width:13px;
 height:9px;
}
.ec3_ec span { display:none }


/***
 ***  Popup
 ***/

.ec3_popup {
 margin:0 !IMPORTANT;
 padding:0 !IMPORTANT;
 border:none;
 position:absolute;
 border-collapse:collapse;
 z-index:30000;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table {
 border:solid #999 1px;        /* popup border */
 background-color:#eeb;        /* popup background colour */
 font-size:x-small;            /* popup font size */
 color:black;
 text-align:left;
}

.ec3_popup table td {
 padding:1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom right;
 vertical-align:bottom;
}

#ec3_shadow1 {
 margin:0;
 padding:0;
 border:none;
 height:16px;
 background-repeat:repeat-x;
}

#ec3_shadow2 div { width:8px; height:32px; }

#ec3_shadow2 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom left;
 vertical-align:bottom;
}

/***
 ***  Event list
 ***/

.ec3_list {
/* margin-left:-12px;
 word-spacing:-1px;
 letter-spacing:-0.2px;
 color:#800;
*/}

.ec3_list li {
    font-weight: bold;}

.ec3_list li:before {
}

/***
 ***  Schedule
 ***/

#content table.ec3_schedule {
	border-collapse:collapse;
	border: 3px solid #A9CC66;
	background: #A9CC66;
	color: #000;
	float: right;
	margin: 0 0 5px 5px;
}

#content table.ec3_schedule td {
	border: 0px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
    color: #000;
}

#content table.ec3_schedule td.ec3_start { text-align: right; color: #000; }
#content table.ec3_schedule td.ec3_to    { text-align: center; padding-left: 0px; color: #000; }
#content table.ec3_schedule td.ec3_end   { padding-left: 0px; color: #000; }

.sidebar_about {
    padding: 6px;
    /*background: #D6E5B7;*/
    color: #fff;
    background: #4d7604;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 15px;
}

.sidebar_about a, 
.sidebar_about a:visited {
    color: #fff;
    text-decoration: underline;
}

.twitter-item a,
.twitter-item a:visited,
.twitter-item a:hover {
    color: #55741B;
}

.twitter-timestamp {
    color: #ccc;
}