/* @override 
	http://localhost:9029/_css/default.css
	http://yves.hawthornpublications.com/_css/default.css
	http://128.121.213.211/_css/default.css
	http://www.yvesphoto.com/_css/default.css
*/

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	width: 960px;
	margin: 0 auto;
	color: #fff;
	background-color: #000;
}

a:link, a:visited {
	text-decoration: none;
	color: #a94130;
}

a:hover, a:active {
	text-decoration: underline;
	color: #a94130;
}

div#wrapper {
	background: #fff;
}

div#logo {
	height: 50px;
	padding: 25px 0 0;
	color: #000;
	background-color: #fff;
}

div#blog_excerpt {
	height: 62px;
	padding: 10px 260px 0;
	background: url(../_img/blog_excerpt_bar.gif);
	text-align: center;
	clear: both;
}

div#testimonials {
	padding: 1em 0;
	text-align: center;
	clear: both;
	background: #000;
	color: #fff;
}

div#footer {
	clear: both;
	padding: 30px;
	color: #000;
	text-align: center;
}

div#container {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	float: left;
	color: #000;
	background: #fff;
}

div#content {
	color: #000;
	background-color: #fff;
	float: right;
	width: 468px;
	margin: 20px 246px 20px 36px;
}

div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	line-height: 1.4em;
	margin: 1em 0;
}

.post_byline, .post_info {
	color: #a94130;
}

.post_info {
	text-align: center;
	margin: 0 0 2em;
}

div#blog_navigation {
	margin: 20px 0 0;
	color: #000;
	background-color: #fff;
	width: 210px;
	text-align: right;
	float: left;
}

div#blog_navigation h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 140%;
	margin: 0 0 .25em;
}

div#blog_navigation ul {
	font-size: 110%;
	line-height: 1.4em;
	margin-bottom: 1em;
}

div#blog_navigation a:link, div#blog_navigation a:visited {
	text-decoration: none;
	color: #8e908f;
}

div#blog_navigation a:hover, div#blog_navigation a:active {
	color: #a94130;
}

div#blog_navigation a:link.selected {
	font-weight: bold;
	color: #a94130;
}

p {
	line-height: 1.4em;
	margin: .5em 0;
}

div#content ul {
	list-style-type: disc;
}

div#content li {
	line-height: 1.4em;
	margin: .5em 0;
}

.blog_excerpt_header {
	font-size: 120%;
	color: #cf7a30;
	text-transform: uppercase;
}

.blog_excerpt_title, .testimonial_title {
	color: #cf7a30;
	font: italic 120% Georgia, "Times New Roman", Times, serif;
}

.blog_excerpt_title a {
	color: #cf7a30;
}

/* @group Navigation */

div#navigation {
	color: #000;
	background-color: #fff;
	float: left;
	width: 100%;
}

div#navigation ul {
	width: 495px;
	margin: 0 auto;
}

li#n_home a:link, li#n_home a:visited {
	background: transparent url(../_img/nav/home.gif) no-repeat left -30px;
	height: 30px;
	width: 79px;
	display: block;
}

body#home li#n_home a, li#n_home a:hover, li#n_home a:active {
	background: transparent url(../_img/nav/home.gif) no-repeat left top;
}

li#n_about_us a:link, li#n_about_us a:visited {
	background: transparent url(../_img/nav/about_us.gif) no-repeat left -30px;
	height: 30px;
	width: 88px;
	display: block;
}

body#about_us li#n_about_us a, li#n_about_us a:hover, li#n_about_us a:active {
	background: transparent url(../_img/nav/about_us.gif) no-repeat left top;
}

li#n_services a:link, li#n_services a:visited {
	background: transparent url(../_img/nav/services.gif) no-repeat left -30px;
	height: 30px;
	width: 84px;
	display: block;
}

body#services li#n_services a, li#n_services a:hover, li#n_services a:active {
	background: transparent url(../_img/nav/services.gif) no-repeat left top;
}

li#n_portfolio a:link, li#n_portfolio a:visited {
	background: transparent url(../_img/nav/portfolio.gif) no-repeat left -30px;
	height: 30px;
	width: 84px;
	display: block;
}

body#portfolio li#n_portfolio a, li#n_portfolio a:hover, li#n_portfolio a:active {
	background: transparent url(../_img/nav/portfolio.gif) no-repeat left top;
}

li#n_blog a:link, li#n_blog a:visited {
	background: transparent url(../_img/nav/blog.gif) no-repeat left -30px;
	height: 30px;
	width: 57px;
	display: block;
}

body#blog li#n_blog a, li#n_blog a:hover, li#n_blog a:active {
	background: transparent url(../_img/nav/blog.gif) no-repeat left top;
}

li#n_contact_us a:link, li#n_contact_us a:visited {
	background: transparent url(../_img/nav/contact_us.gif) no-repeat left -30px;
	height: 30px;
	width: 103px;
	display: block;
}

body#contact_us li#n_contact_us a, li#n_contact_us a:hover, li#n_contact_us a:active {
	background: transparent url(../_img/nav/contact_us.gif) no-repeat left top;
}

li#n_home span, li#n_about_us span, li#n_services span, li#n_portfolio span,
li#n_blog span, li#n_contact_us span {
	text-indent: -4000px;
}

li#n_home, li#n_about_us, li#n_services, li#n_portfolio, li#n_blog, li#n_contact_us {
	float: left;
}

#navigation #sub_nav {
	float: left;
	height: 53px;
	width: 960px;
}

#home #sub_nav {
	width: 593px;
	border-right: 2px solid #ce7b2f;
}

#portfolio #sub_nav {
	width: 593px;
	border-right: 2px solid #8cbac2;
}

#blog #sub_nav {
	width: 593px;
	border-right: 2px solid #a84130;
}

#contact_us #sub_nav {
	width: 593px;
	border-right: 2px solid #aab300;
}

#about_us #sub_nav {
	width: 243px;
	padding-left: 350px;
	border-right: 2px solid #8b8d4b;
}

#services #sub_nav {
	width: 520px;
	padding-left: 73px;
	border-right: 2px solid #e1b039;
}

#sub_nav li {
	float: left;
	height: 27px;
}

#sub_nav li span {
	display: none;
}

li#sn_faqs a:link, li#sn_faqs a:visited {
	background: transparent url(../_img/nav/sub/faqs.gif) no-repeat 0 0;
	float: left;
	width: 71px;
	height: 27px;
}

li#sn_faqs a:hover, li#sn_faqs a:active, li#sn_faqs.selected a {
	background: transparent url(../_img/nav/sub/faqs.gif) no-repeat 0 -27px;
}

li#sn_weddings_receptions a:link, li#sn_weddings_receptions a:visited {
	background: transparent url(../_img/nav/sub/services.gif) no-repeat 0 0;
	float: left;
	width: 197px;
	height: 23px;
}

li#sn_weddings_receptions a:hover, li#sn_weddings_receptions a:active, li#sn_weddings_receptions.selected a {
	background: transparent url(../_img/nav/sub/services.gif) no-repeat 0 -23px;
}

li#sn_all_other_services a:link, li#sn_all_other_services a:visited {
	background: transparent url(../_img/nav/sub/services.gif) no-repeat right 0;
	float: left;
	width: 169px;
	height: 23px;
}

li#sn_all_other_services a:hover, li#sn_all_other_services a:active, li#sn_all_other_services.selected a {
	background: transparent url(../_img/nav/sub/services.gif) no-repeat right -23px;
}


form#wedding_guide{
margin: 1em 0;
background: #ddd;
padding: 1em;
}

form#wedding_guide label{
display: block;
font-weight: bold;
}

form#wedding_guide input{
display: block;
}


#content div.comment-content {
	padding: 1em;	
	line-height: 1.4em;	
}
#content div.comment-content.odd {
	border-top: 1px solid #ddd;
}

#content div.comment-content.even {
	background-color: #ddd;
}