/*
THEME NAME: Jennifer Hope Hybred
THEME URI: http://jenniferhope.com
DESCRIPTION: Jennifer Hope v1.0
VERSION: 1.0
AUTHOR: Hello
AUTHOR URI: http://www.jenniferhope.com
*/

@import "reset.css";

body {
	background: black url(images/jhbkg.jpg) repeat;
	font-family: Georgia, Times New Roman, serif;
	font-size: 15px;
	color: #3d2e1a;
	margin: 0;
}

a {
	color: #7a0026;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #524430;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper-upper {
	width: 1025px;
	min-height: 341px;
	background-image: url(images/header-smoke.png);
	background-repeat: no-repeat;
	background-position: 150px 0px;
	margin: -221px auto 0;
	position: relative;
	z-index: -1;
	overflow:visible;
}

#wrapper-upper-wide {
	width: 1025px;
	min-height: 341px;
	background-image: url(images/header-smoke-plain.png);
	background-repeat: no-repeat;
	background-position: 150px 0px;
	margin: -221px auto 0;
	position: relative;
	z-index: -1;
	overflow:visible;
}

#wrapper-lower {
	width: 1025px;
	height: 100%;
	background-image: url(images/bkg-repeat.png);
	background-repeat: repeat-y;
	background-position: 150px 150px;
	margin: 150px auto 0;
	position:relative;
	z-index: 10;
	overflow:visible;
}

#wrapper-lower-wide {
	width: 1025px;
	height: 100%;
	background-image: url(images/bkg-repeat-plain.png);
	background-repeat: repeat-y;
	background-position: 150px 150px;
	margin: 150px auto 0;
	position:relative;
	z-index: 10;
	overflow:visible;
}

#wrapper-lower-wide-gallery {
	width: 1025px;
	height: 100%;
	background-image: url(images/bkg-repeat-plain.png);
	background-repeat: repeat-y;
	background-position: 150px 150px;
	margin: 150px auto 0;
	position:relative;
	z-index: 10;
	overflow:visible;
}

#container {
	width: 955px;
	overflow: visible;
	margin: -150px auto 0px;
	position:relative;
	z-index: 50;
}

#content {
	float:right;
	margin-top: -60px;
	margin-left: 18px;
	margin-right: 40px;
	width: 335px;
	min-height: 700px;
	position:relative;
	z-index: 100;

}

#content-wide {
	float:left;
	margin-top: -60px;
	margin-left: 200px;
	width: 830px;
	min-height: 700px;
	position:relative;
	z-index: 100;

}

#content-wide-gallery {
	float:left;
	margin-top: -60px;
	margin-left: 200px;
	width: 830px;
	min-height: 700px;
	position:relative;
	z-index: 100;

}

#sidebar {
	float:left;
	width: 560px;
	min-height:689px;
	margin-top: -136px;
	margin-left: 35px;
	position:relative;
	z-index:20;
	background-image: url(images/sidebar-img.png);
	background-repeat: no-repeat;

}

#header {
	overflow: visible;
	background: url(images/header.png) repeat-x;
	min-height: 150px;
	width: 100%;
	margin: 0;
	z-index: 1;
}

#header img {
	margin-left: 160px;
}

#logo {
	font-size: 250%;
	margin: 0;
	font-weight: bold;
}

#logo a {
	color: #524430;
}

#description {
	font-size: 130%;
	color: #524430;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 900px;
	height: 110px;
	overflow: visible;
	margin: 0px auto 0px;
	z-index: 100;
	position: relative;
}

#menu ul {
    margin-left: 150px;
	display:block;
	height: 98px;

}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 120%;
	height: 98px;
	padding: 0 0 0 15px;
}

#menu ul li a {
	display:block;
	height: 98px;
}

#menu ul li a:hover {
	text-decoration: none;
	background: url(http://www.jenniferhope.com/wp-content/themes/EmptyCanvas/images/menu-flame.png) top center no-repeat;
}



.post {
	margin-bottom: 20px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #7a0026;
}

.page-subtitle {
	font-weight: 700;
	color: #524430;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #524430;
	margin-top: 5px;
}

.post-meta a {
	color: #524430;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #524430;
}

.post-comments a:hover {
	color: #524430;
}

.post-content {
	margin-top: 15px;
}

.post-content-wide {
	margin-top: 15px;
	padding-top: 5px;
	width: 80%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.post-content h2, .post-content-wide h2 {
	font-size: 140%;
	margin-bottom: 10px;
	padding: 10px 0 5px;
}

.post-content h3, .post-content-wide h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 10px 0 5px;
}

.post-content p, .post-content-wide p {
	line-height: 1.5;
	margin-bottom: 18px;
}

.post-content img.alignnone, .post-content-wide img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft, .post-content-wide img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright, .post-content-wide img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol, .post-content-wide ul, .post-content-wide ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul, .post-content-wide ul {
	list-style: outside;
}

.post-content ol, .post-content-wide ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li, .post-content-wide ul li, .post-content-wide ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #524430;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}


.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #524430;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	width: 862px;
	margin-left:115px;
	min-height: 99px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

#footer-plain {
	width: 862px;
	margin-left:115px;
	min-height: 99px;
	background-image: url(images/footer-plain.png);
	background-repeat: no-repeat;
}

#footer-links {
    color: #552609;
    font-style: italic;
	list-style: none;
	margin: 75px 0 0 100px;
	height: 20px;
	float:left;
}


#footer-links li {
	float: left;
}

.sep {
	color: #524430;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}


 .clear {clear:both; }

