/*
Theme Name: Melissa Harris Photography
Theme URI: http://melissaharrisphotography.com
Description: Theme for Melissa Harris Photography blog
Version: 1 (WP2.8.4)
Author: Gabe Harris
Author URI: http://greenflipflops.com
Tags: photography, brown

lots of the styles are already loaded in the header from http://melissaharrisphotography.com/assets/css/2010_css.php
*/

/********************
elements*/
ul{
	list-style-position: outside;
	list-style-type: none;
}

/********************
id's*/
div#siteNav{
	margin-bottom: 10px;
}
div#siteNav a{
	border-right: 1px solid #4d818f;
	display: block;
	float: left;
	margin-right: 5px;
	padding-right: 7px;
	text-decoration: none;
}
ul#sideBar, ul#sideBar li{
	margin: 0;
	padding: 0;
}
ul#sideBar h2{
	font-family: 'AubreyRegular', 'Trebuchet Ms', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0 5px 0;
}
ul#sideBar ul{
	margin: 0 0 10px 0;
}
ul#sideBar ul li{
	margin-left: 5px;
	padding-left: 5px;
}
#searchform{
	border-bottom: 1px dotted #ffffab;
	border-top: 1px dotted #ffffab;
	margin: 10px 0;
	padding: 10px;
}
/********************
classes*/
.listPostTitle{
	font-family: 'AubreyRegular', 'Trebuchet Ms', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	text-shadow: 0 2px 1px rgba(33,17,0,0.3);
	-moz-text-shadow: 0 2px 1px rgba(33,17,0,0.3);
	-webkit-text-shadow: 0 2px 1px rgba(33,17,0,0.3);
}
.listPostTitle a{
	text-decoration: none;
}
.listPostDate{
	font-size: 12px;
	margin: 0 0 10px 0;
}
.altComment{}
ul.commentFields, ul.commentFields li{
	margin: 0;
	padding: 0;
}
ul.commentFields li{
	margin-bottom: 5px;
}
.olderPostNav, .newerPostNav{
	margin: 10px 5px;
	width: 48%;
}
.olderPostNav a, .newerPostNav a{
	text-decoration: none;
}
.olderPostNav{
	float: left;
}
.newerPostNav{
	float: right;
	text-align: right;
}
div.related{
	float: left;
	margin-bottom: 20px;
}
h3.related_post_title{
	margin-bottom: 5px;
}
ul.related_post, ul.related_post li{
	margin: 0;
	padding: 0;
}
ul.related_post li{
	margin: 5px 10px;
}
.post img{
	border: 3px solid #4a2400;
	-moz-box-shadow: 4px 6px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 4px 6px 6px rgba(0,0,0,0.4);
	box-shadow: 4px 6px 6px rgba(0,0,0,0.4);
}
