/*
Theme Name: Meggan Hayes
Description: A Wordpress theme for Meggan Hayes Photography.
Author: Jacob O'Neal
Author URI: http://jacoboneal.com
*/



* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: 0;
}

body {
	background: #fff url(images/sidebar-bg.png) repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	min-width: 1080px;
	width: 100%;
}

a img {
	border: none;
}




/* Color Pallete */

.green {
	color: #6ca805;
}
.grey {
	color: #333;
}
.light-grey {
	color: #999;
}



/* Typography */

a {
	color: #6ca805;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}



/* Structure */

#header-wrap {
	background: url(images/header-bg.png) repeat-x;
	
	height: 180px;
	min-width: 1080px;
	width: 100%;
	position: absolute;
	top: 0px;
}
#header {
	background: url(images/header.png) top left no-repeat;
	
	height: 180px;
	width: 1080px;
}

.slogan {
	color: #fff;
	font-style: italic;
	font-size: 15px;
	
	position: absolute;
	top: 82px;
	left: 165px;
}

#pages-wrap {
	position: absolute;
	top: 133px;
	left: 150px;
}
#pages-wrap li a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
#pages-wrap li a:hover {
	border-bottom: 2px dotted #6ca805;
}
#pages-wrap li {
	float: left;
	margin: 0 15px 0 0;
	padding-bottom: 5px;
}
.current_page_item a{
	border-bottom: 2px dotted #6ca805;
}




#sidebar-wrap {
	background: url(images/sidebar.png) top left no-repeat;
	line-height: 15px;
	
	overflow: hidden;
	padding-left: 15px;
	width: 135px;
	position: absolute;
	top: 180px;
}

.cats-title {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	
	padding: 17px 0 0 0;
}

ul.cats {
	padding: 17px 0 0 0;	
}
ul.cats li {
	padding: 0 0 2px 0;

	width: 75px;
}
ul.cats a {
	text-transform: lowercase;
	text-decoration: none;
}
ul.cats li a:hover {
	border-bottom: 1px dotted;
}
.current-cat a {
	border-bottom: 1px dotted;
}

.footer {
	color: #ccc;
	font-size: 9px;
	
	margin: 60px 0 0 0;
	width: 100px;
}
.footer p {
	margin: 0 0 17px 0;
}
.footer a {
	color: #ccc;
	text-decoration: none;
}
.footer a:hover {
	color: #6ca805;
	text-decoration: underline;
}




#content-wrap {
	padding: 178px 0 30px 120px;
}

.post-wrap {

}
.post {
	background: url(images/post-shadow.png) bottom left no-repeat;
	
	padding: 15px 0 30px 30px;
}
.post img {
	margin-bottom: 30px;
border: 1px solid #e5e5e5;
}
.post p {
	width: 450px;
	
	padding: 0 0 15px 0;
}

.post-title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.post-title a {
	text-decoration: none;
}
.post-title a:hover {
	text-decoration: underline;
}
.post-data {
	color: #999;
	font-size: 11px;	
}
.post-data a {
	color: #a6c078;
}



.comments-wrap {
	padding: 15px 0 0 30px;
	width: 450px;
	overflow: hidden;
}
.commentlist li {
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.commentlist .avatar {
	margin-right: 3px;
}
.commentlist p{
	padding: 10px 0 0 0;
}
.comment-author {
	font-weight: bold;
}
.says {
	font-weight: normal;
}


#respond p {
	padding: 2px 0;
}


.navigation {
	padding: 15px 0 0 30px;
	width: 450px;
	overflow: hidden;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}



.ddfmwrap {
	width: 450px;
}
.fieldwrap {
	width: 300px;
}
.fieldwrap label {
	background: #000;
	width: 120px;
}