/* @override http://blog.megan-hayes.com/wp-content/themes/mh/style.css */

/* @override http://blog.megan-hayes.com/wp-content/themes/mh/style.css */

/* @override http://blog.megan-hayes.com/wp-content/themes/mh/style.css */

/* @override http://blog.megan-hayes.com/wp-content/themes/mh/style.css */


/*
Theme Name: MeganHayes
Theme URI: http://megan-hayes.com
Description: Custom theme for Megan
Version: 2 (WP2.6.2)
Author: Eric Hayes
Author URI: http://erichayes.net

*/

@import "style/css/bp/screen.css";
@import "style/css/wp.css";

body{
	background-image: url(style/images/ornament-back.png);
}

a, a:link{
	text-decoration: none;
	color: #333;
	/*background-color: #ebffd8;*/
	padding-bottom: 1px;
	border-bottom: 1px dotted #ccc;
}

a:hover{
	background-color: #ecffd9;
	border-bottom: 1px solid #597e34;
}

.wp-caption{
	background-color: #fff;
	border: 1px dotted #ddd;
}

div.wp-caption{
	margin-bottom: 18px;
}

.wp-caption.aligncenter{
	margin: 18px auto;
}

#header{
	height: 216px;
	background: url(style/images/content_top.png) no-repeat 0 bottom;
	position: relative;
}

#header_corset{
	height: 126px;
	padding-top: 90px;
}

#header h1 a{
	text-decoration: none;
	position: absolute;
	background: url(style/images/logo-light-trans.png) no-repeat;
	width: 113px;
	height: 108px;
	top: 18px;
	border: none;
}

#header h1 a span{
	visibility: hidden;
}

#header ul{
	position: absolute;
	left: 280px;
	bottom: 41px;
	padding-top: 0px;
	margin: 0;
	height: 25px;
	width: 390px;
	list-style: none;
	text-transform: uppercase;
	text-align: right;
}

#header ul li{
	display: inline;
}

#header ul a{
	padding: 12px 20px;
	border: none;
	background-color: #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	letter-spacing: 1px;
	color: #656565;
}

#header ul a:hover{
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}

#page {
	background: #fff url(style/images/page_back.jpg) repeat-x;	
}

#page_corset{
	min-height: 540px;
}

#page .container{
	background: url(style/images/container_back.png) left;
}

/* @group Sidebar */

#sidebar {
	margin-top: 18px;
}

#sidebar ul{
	list-style: none;
	margin: 0;
}

#sidebar > ul > li{
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #ccc;
}

/* @end */



/* @group Single Posts */

.post{
	margin-bottom: 36px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e6e6e6;
}

.post h2 a{
	padding-bottom: 3px;
}

.post img.size-large{
	width: 100%;
	height: auto;
}

.post .postmeta{
	padding: 9px 10px;
	font-size: 11px;
	border: 1px dotted #ccc;
	background-color: #e6e6e6;
}

.postmeta p{
	margin: 0;
}

div.comments{
	padding: 18px 0 0 0;
	border-top: 1px solid #ccc;
}

#commentform{
	padding: 18px 10px;
	background-color: #efefef;
	border: 1px dotted #ccc;
}

#commentform input{
	display: block;
}

#commentform label{
	display: block;
	margin-bottom: 18px;
}

.direction-nav{
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 54px;
}

.direction-nav li.next{
	float: right;
}

.direction-nav li.prev{
	float: left;
}

/* @end */


#footer{
	padding: 72px 0;
	color: #656565;
	background: url(style/images/footer-back.png) no-repeat 0 top;
}

#footer p{
	padding-left: 40px;
}

#footer a{
	color: #828282;
}
