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

CSS for Richard Allen Photography Blog
http://www.richardallenphotography.com/blog
Created by Pippin Design, Inc.
Copyright July 2008

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



/* main page formatting and global styles*/

.post {
	float: left;
	padding: 0 0 15px 0;
}

.post h1, .post h2 {

	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	padding: 15px 0;
	letter-spacing: -1px;

}

a.title:link, a.title:visited {
	color: #a39487;
}

a.title:hover, a.title:active {
	color: #990000;

}

.post p {
	padding: 0 15px 15px 0;
}

p.postInfo {
	padding: 10px 5px 0 0;
	border-top: solid 1px #ccc;
	font-size: 12px;
	color: #999;
	line-height: 150%;
}

p.postInfo span {
	color: #666;
	font-weight: bold;
}
span.category {
	text-transform:  lowercase;
}

span.category a {
	color: #666;
}

span.category a:hover {
	color: #990000;
}
/* sidebar formatting */

/* headers */
#sidebar h2, #wp-calendar caption{
	font-size: 16px;
	color: #999;
	line-height: 100%;
	}

#sidebar ul, #sidebar form {
	padding: 5px 0 15px;
}
#sidebar ul li {
	list-style-type: none;
	font-size: 12px;
	line-height: 150%;
}

/* search */
#searchform input#s {
	float: left;
	background-color: #efefef;
	border: solid 1px #ccc;
	width: 200px;
	height: 25px;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	color: #666;
}

/* calendar */
#wp-calendar {
	color: #666;
	width: 200px;
	text-align: center;
}

#wp-calendar caption {
	padding: 0 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}

#wp-calendar thead tr{
	font-size: 12px;
	color: #ccc;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

table#wp-calendar tbody {
	border: solid 1px #ccc;
	padding: 5px;
	background-color: #efefef;
}

table#wp-calendar tbody tr td {
	font-size: 12px;
}

td#today {
	font-weight: bold;
	background-color: #ccc;
}

table#wp-calendar tfoot {
	font-size: 12px;
	text-align: right;
}

/* single page formatting */
.PostInfoSingle p {
	font-size: 12px;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	color: #ccc;
	}
	
.PostInfoSingle p span {
	font-weight: bold;
	color: #999;
}

.PostInfoSingle p span.tags {
	color: #ccc;
	font-weight: normal;
}

.PostInfoSingle p span.tags a {
	font-weight: bold;
	color: #666;
}

.PostInfoSingle p span.tags a:hover {
	color: #990000;
}

/*comment form */
.comments {
	width: 525px;
	font-size: 14px;

}

p.commentTitle {
	font-weight: bold;
	padding: 30px 0 5px;
}
form#commentform p {
	padding: 0 0 10px 0;
}

form#commentform {
	width: 500px;
}
p textarea, p input {
	padding: 5px;
	background-color: #efefef;
	border: solid 1px #ccc;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #666;
}
p input {
	padding: 3px;
}

p textarea {
	width: 100%;
}

p input#submit {
	background-color: #990000;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	}
	
p input#submit:hover {
	color: #efefef;
	background-color: #be494b;
	cursor: hand;
}

/* comment formatting */

p.commentHeader {
	font-weight: bold;
	padding: 15px 0 5px;
}
ol.commentlist {
	color: #666;
	list-style-type: none;
}
ol.commentlist li {
	background-color: #efefef;
	padding: 10px;
	border: solid 1px #ccc;
	margin: 0 0 15px;

	}
	
.commentCount {	
	float: left;
	font-weight: bold;
	color: #ccc;
	font-size: 30px;
	line-height: 30px;
	padding: 0;
	width: 30px;}
	
div.commentText {
	float: left;
	width: 450px;
}

div.commentText p {
	padding: 0 0 15px;
	font-size: 12px;

}

p.commentMeta {
	clear: both;
	text-align: right;
	padding: 0;
	font-style: italic;
	font-size: 12px;
}

p.commentMeta a {
	color: #666;
}

p.commentMeta a:hover {
	color: #990000;
}
span.commentAuthor a {
	font-weight: bold;
	font-style: normal;
}


/* homepage sidebar formatting */

#recentNews h2 {
	font-size: 12px;
	color: #e;
	padding: 0 0 5px 0;
}

#recentNews h3 {
	font-size: 16px;
}

#recentNews .storycontent p {
	font-size: 12px;
	padding: 5px 0 0;
	}

#recentNews a.more-link:link,
#recentNews a.more-link:visited {
	font-size: 10px;
	font-weight: bold;
	color: #777;
	font-style: italic;
	display: block;
	border-top: solid 1px #ccc;
	margin: 5px 0 0;
	padding: 0;
}

#recentNews a.more-link:hover,
#recentNews a.more-link:active {
	color: #990000;
	font-style: italic;
	display: block;
	margin: 5px 0 0;
	padding: 0;
}