/*  
Theme Name: KathleenEdwards
Description: Beautiful site design by Casey Sheehan.
Author: Casey Sheehan, Aaron Learmonth
Author URI: http://expocooperative.com/

*/


body{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
	
#header{
	padding: 0;
	margin: 0 auto;
	height: 312px;
	width: 970px;
	position:relative;
}

#page{
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 970px;
	border: 1px solid #959596;
}
	
.postedBy{
	color:#938e8a;
	font-size:11px;
	margin-bottom:16px;
}
	
.date{
	position:absolute;
	width:109px;
	height:116px;
	color:#72655d;
	font-family:Georgia, "Times New Roman", Times, serif;
	left:-123px;
	top:-19px;
	background-image:url(images/date_bg.png);
}

*html .date{
	background-image:url(images/date_bg.gif);
}

.date_day{
	width:109px;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	padding-top:24px;
	margin:0;
	
}

.date_month_year{
	text-align:center;
	font-size:12px;
	text-transform:lowercase;
	color:#72655d;
	white-space:nowrap;
	padding-top:7px;
}

.description {
	font-size: 1.2em;
	text-align: center;
}

h2, h3{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:7px;
	color:#595451;
}

h2 {
	font-size:24px;
}

h3 {
	position:relative;
	padding-bottom:20px;
	border-bottom:1px solid #dbd4c7;
}

.entry{
	color: #595451;
	font-size:11px;
	line-height:17px;
	border-bottom:1px solid #dbd4c7;
	margin-bottom:35px;
}
	
.entry p{
	margin-bottom:27px;
}

.entry img{
	max-width:500px;
}

*html .entry img{
	height:375px;
	width:500px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}

a{
	color:#ab7515;
	text-decoration: underline;
}

a:hover {
	color: #72655d;
	text-decoration: underline;
}

.narrowcolumn {
	position:relative;
	float: left;
	padding: 0 58px 0 115px;
	margin: 0;
	width: 514px;
	min-height:800px;
}

.navigation{
	position:relative;
	font-size:12px;
}

.prevPosts{
	float:left;
	padding-right:25px;
	border-right:1px solid #dbd4c7;
	margin-right:25px;
}

.nextPosts{
	float:left;
}
	
	
#boardImage{
	position:absolute;
	width:970px;
	height:1081px;
	left:0;
	padding:0;
	margin:0;
}	

*html #boardImage{
	top:-3px;
}

.post {
	position:relative;
	margin: 0;
}

p{
	margin:0;
}

#footer{
	position:relative;
	padding: 0;
	margin: 0 auto;
	width: 970px;
	clear: both;
	background-color:#e2e4e6;
}

/* Begin Images */

p img{
	padding:6px;
	border:1px solid #dad6ce;
	max-width: 100%;
	display: block;
	margin:10px auto;
	background-color:#FFFFFF;
}

.flickrImages{
	margin:7px 0 1px 0;
}

.flickrImages a{
	padding:0;
	border:0;
	margin:0;
}

.flickrImages img{	
	padding:6px;
	border:1px solid #dad6ce;
	background-color:#FFFFFF;
}

.flickrImages div{
	padding:0 9px 9px 0;;
	margin:0;
	float:left;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
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 */


/* Begin Sidebar */

#sidebar{
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	float:left;
	width: 226px;
	margin-top:8px;
}
	
#relatedLinksHeader, #recentPhotosHeader, #archiveHeader{
	margin-bottom:10px;
}

#sidebar li{
	margin:11px 0;
}

.sidebarEntry{
	border-bottom:1px solid #dbd4c7;
	margin-bottom:25px;
	padding-bottom:10px;
	float:left;
	width:100%;
}

/* End Sidebar */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
} 

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

/* End Entry Lists */


/* Begin Various Tags & Classes */

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}


/* End Various Tags & Classes*/
