/*
Theme Name: Caitlin Hammaran Theme
Theme URI: http://www.caitlinmhammaran.org/
Description: The theme for the Caitlin M. Hammaran Foundation Website.
Version: 1.5
Author: Manifest Development
Author URI: http://www.manifestdevelopment.com/

*/

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #7A0026 url(images/img01.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4{
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #7A0026;
	margin: 10px 5px;
}


h3 {
	font-weight: bold;
}


p {
margin: 10px;
line-height: 1.35em;
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(images/img03.gif) no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}

ul {
	margin-left: 3em;
}

ul.sponsors li{
margin: 15px 5px 15px 0; 
display: inline;
}


ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #0072BC;
	text-decoration: none;
}

a:hover {
	
	color: #59C700;
}

img {
	border: none;
}

/* Boxed Style */


.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Post */

.post {
	padding: 10px 10px 0 10px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(images/img04.gif) repeat-x left bottom;
	border-bottom: 2px solid #EEEEEE;
	font-size: 2em;
}

.post .date {
	padding: 10px 20px;
	font-size: x-small;
}


.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px solid #330010;
	font-size: 1.15em;
}

/* Logo */

#logo {
	height: 195px;
	background: url(images/pagetopper.bmp);
}

#logo h1 {
	padding: 135px 0 0 380px;
	letter-spacing: -1px;
	font-size: 2.4em;
}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 410px;
	font-size: 1.3em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Content > Menu */

#menu {
	height: 50px;
	background: #330010;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a, #menu .current_page_item a {
	border-bottom-color: #FFFFFF;
}


/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #EBE6E8;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #999999;
}

.blog-posts{
margin-right: 290px;
}

#sidebar{
float: right;
width: 280px;
}


/**Widgets**/

#homebottom{
margin: 10px 5px;
}

.widget{
float: left;
width: 270px;
margin: 10px;
border: 1px solid #7A0026;
}

#sidebar .widget{
float: none;
width: 260px;
}

#sidebar .widget ul li{
margin: 10px 5px 5px 5px;
list-style-type: none;
}

#sidebar .widget form{ margin: 10px; }

#sidebar .widget form label{ display: none; }

.widget h3{
background: #7A0026;
color: #FFFFFF;
margin: 0;
padding: 10px 5px;
}

.clearfix{
clear: both;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */




/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.postmetadata{
background: #EBE6E8;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 5px;
margin-bottom: 14px;
}

ol.commentlist li{
padding: 3px;
list-style-type: none;
}

ol.commentlist li img{
float: left;
margin: 0 5px 1px 10px;
}

textarea#comment{
width: 400px;
}


.button{
margin: 10px;
padding: 10px 5px;
text-align: center;
max-width: 250px;
background: #A90000;
color: #FFFFFF;
font-weight: bold;
font-size: 1.4em;
font-family: Georgia, sans-serif;
}

.button a{
color: #FFFFFF;
text-decoration: none;
}

.button a:hover{ color: #CFCFCF; }