/*
Theme Name: Custom Theme for Hannah Gray Photography
Theme URI: http://hannahgray.net
Description: Custom Theme created for Hannah Gray Photography
Author: Jen Rochester
Author URI: http://redheaddesign.net
Version: 1.0
.
stuff here
.
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #333333;
	color: #000;
	width: 100%;
	font-family: georgia;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	background-image: url(images/bggrad2.png);
	background-repeat: repeat;
	background-position: top center;
}
#outercontainer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}
#container {
	width: 874px;
	margin-left: auto;
	margin-right: auto;
}
a:link, a:visited {
	color: #eb0b7a;
	text-decoration: none;
}

a:hover, a:active {
	color: #eb0b7a;
	text-decoration: none;
	border-bottom:1px dotted #000;
}
/*HEADER STYLING*/
#header {
	background: #ffffff;
	padding-top: 12px;
	float: left;
	width: 50%;
}
#rss {
	float: right;
	width: 25%;
	text-align: right;
	margin-right: 10px;
	margin-top: 40px;
}
.logo {
	height: 59px;
}
#myGallery {
	clear: both;
	width: 873px !important;
	height: 475px !important;
}
/*NAV STYLING*/
#nav {
	height: 22px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #eb0b7a;
	font-size: 17px;
	padding: 2px 70px;
	letter-spacing:-1px;
}
#nav, #nav ul {
	list-style: none;
	line-height: 1;
}
#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border: none;
}
#nav li {
	float: left;
	list-style: none;
}
#nav a, #nav a:visited {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 3px 25px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
	text-decoration: none
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 154px;
	border-bottom: 1px solid #a9a9a9;
}
#nav li li {
	width: 152px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #eb0b7a;
}
#nav li li a, #nav li li a:visited {
	font-weight: normal;
	font-size: 0.9em;
	color: #fff;
}
#nav li li a:hover, #nav li li a:active {
	background: #000;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
a.main:hover {
	background: none;
}

/*CONTENT STYLING*/
#content {
	background-color: #fff;
	background-image: url(images/contbg.png);
	background-repeat: repeat-x;
	padding: 35px 55px 70px 55px;
	height: auto !important; min-height: 400px; height: 400px;
	overflow:hidden;
}
#content h2 {
	font-family: georgia;
	font-size: 28px;
	letter-spacing:-2px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #000;
}
.dropthecap {
	float: left;
	color: #EB0B7A;
	font-size: 40px;
	line-height: 20px;
	padding-top: 9px;
	font-family: Georgia, Times, serif;
}
span.initialcap {
	float: left;
	font-size: 40px;
	line-height: 35px;
/* Double the line height minus 1 pixel */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eb0b7a;
	padding-right: 5px;
	padding-top: 1px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0 8px 0;
}
#content small {
	/*margin-left: 50px;*/
	font-size: 12px;
	font-style: normal;
	padding-bottom: 15px;
}
#content img {
}
#content .seperatorbiggap {
	height: 70px;
}
.postmetadata p, .postmetadata a {
	width: 75%;
	margin: 5px auto 25px auto;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 3px;
}
#posts_navigation {
	text-align:center;
}
hr {
	width: 100%;
	background-color: #c0c0c0;
	color: #c0c0c0;
	margin-bottom: 25px;
	margin-top: 25px;
	height: 1px;
}
/*FOOTER STYLING*/
#footer {
	background: #333;
	color: #fff;
	height: 45px;
	font-size: 12px;
	border-top: 1px solid #eb0b7a;
	padding: 5px 0 5px 0;
}
#footerleft {
	float: left;
	width: 40%;
	padding-left: 5px;
}
#footerright {
	float: right;
	width: 40%;
	text-align: right;
	padding-right: 5px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
	border-bottom:1px dotted #eb0b7a;
}

/*ABOUT HANNAH PAGE*/
#hannah_left {
	float: left;
	width: 300px;
}
#hannah_right {
	float: right;
	width: 450px;
}

fieldset {border:0;}