@import url(styles-site.css);

/*
Based on the following design, though modified to remove graphical elements
name: Cool, Calm, Collected
designer: Liz Lubowitz
designer_url: http://killsmedead.com
description: A bare bones layout with just a hint of colour
layouts: one-column, two column, three column
*/


/* -------------------------- */
/* ---------- MISC ---------- */
/* -------------------------- */

a { color: #72AC39; text-decoration: underline; }
a:visited { color: #72AC39; }
a:hover { color: #444444; }


h1, h2, h3, h4, h5, h6 {margin: 5px 0px;}

blockquote {
	margin: 10px 30px; 
	padding: 10px; 
	background: #fbfbfb;
	border: 1px solid #66B9CC;
	}

blockquote p {margin: 0px;}

input, textarea {
	margin: 1px; 
	border: 1px solid #cccccc; 
	background: #ffffff; 
	color: #444444;
	}

/* --------------------------------- */
/* ---------- PAGE LAYOUT ---------- */
/* --------------------------------- */

body {
	background-color: #FAFAFA;
	color: #444444;
	font-size: 12px;
	font-family: verdana, tahoma, arial, sans-serif; 
	line-height: 22px;
	text-align: center; 
	} 
#container {
	color: #444444;
	text-align: left;
	}
	
/* ---------------------------- */
/* ---------- HEADER ---------- */
/* ---------------------------- */

#banner {
	padding: 20px 30px 0px 30px; 
	font-family: century gothic, verdana, tahoma, arial, sans-serif; 
	}

#banner-inner {
	padding: 10px 0px 10px 0px;
	}

#banner h1 a, #banner h1 a:link {
	display: block;
	margin: 0px 0px 5px 0px; 
	padding: 0px 0px 15px 0px;
	color: #379CB3;
	font-size: 36px; 
	line-height: 36px; 
	text-transform: uppercase;
	text-decoration: none;
	}

#banner h1 a:hover {color: #72AC39;}

#banner h2 {
	margin: 0px; padding: 0px;
	color: #999999;
	font-size: 14px; 
	text-align: right;
	}

/* ----------------------------- */
/* ---------- CONTENT ---------- */
/* ----------------------------- */

.content-nav a, .content-nav a:link {color: #379CB3;}
.content-nav a:hover {color: #444444;}

.date-header {
	margin: 10px 0px; 
	color: #379CB3;
	font-size: 12px; 
	font-weight: bold; 
	text-transform: uppercase;
	clear: both;
	}

.entry-header {
	margin: 2px; 
	color: #72AC39;
	font-size: 18px; 
	font-family: verdana, tahoma, arial, sans-serif; 
	line-height: 18px; 
	}

.entry-content {position: static; clear: both;}

.entry-content img {
	padding: 5px; 
	background: #fbfbfb;
	border: 1px solid #cccccc;
	}

.entry-content h3 {
	color: #72AC39;
	line-height: 16px;
	margin: 12px 2px 2px 2px;
	font-size: 16px;
}

.entry-content li {
	margin: 10px 0px; 
	}

.entry-footer {
	padding: 10px 0px 0px 0px;
	color: #999999;
	text-align: right;
	}

.entry-footer a, .entry-footer a:link {color: #999999;}
.entry-footer a:hover {color: #379CB3;}

.post-footers {
	margin: 3px 0px 0px 0px; 
	}

.trackbacks {}

.trackback-content {	
	padding: 10px 0px 0px 0px; 
	}

.trackbacks-header, h3.comments-header, h2.comments-open-header {color: #379CB3; font-weight: normal; font-size: 18px;}

.comments, .comments-open-header {
	padding: 15px 0px 0px 0px;
	}

.comment-footer {	
	padding: 0px 0px 10px 0px; 
	}

.entry,
.trackbacks,
.comments,
.archive {position: static; overflow: hidden; clear: both; width: 100%; margin-bottom: 0px;}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {clear: both; margin: 0px;}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {clear: both;}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer, 
.archive-content {clear: both; margin: 5px 0px 15px 0px;}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {width: 240px;}
#comment-bake-cookie {margin-left: 0px; vertical-align: middle;}
#comment-post {font-weight: bold;}

img.image-full {width: 100%;}
.image-thumbnail {float: left; width: 115px; margin: 0px 10px 10px 0px;}
.image-thumbnail img {width: 115px; height: 115px; margin: 0px 0px 2px 0px;}



/* ----------------------------- */
/* ---------- MODULES ---------- */
/* ----------------------------- */

.module { margin: 0px;
	padding: 0px 0px 20px 0px;
	}

.module-header {
	padding: 0px 0px 0px 0px;
	color: #379CB3;
	font-size: 12px; 
	font-weight: bold; 
	text-transform: uppercase;
	}

.module-content {margin: 5px 0px 0px 0px; }

.module-list,
.archive-list {	
	margin: 0px; padding: 0px 0px 0px 5px;
	}

.module-list-item {
	margin: 0px; padding: 0px;
	font-size: 11px;
	}

.module-archives .module-header a {color: #379CB3;}
.module-header a:hover {color: #444444;}

.module-content {margin: 0px; padding: 5px 10px;}
.module-photo .module-content { text-align: center; }


/* --------------------------------------- */
/* ---------- TWO COLUMNS RIGHT ---------- */
/* --------------------------------------- */

.layout-two-column-right #beta a {text-decoration: none;}
