@charset "utf-8";
/* CSS Document */
/*   I-Romance Wedding Gallery Website Style Sheet (Main Layout Style)
     Created by: Clint Applegate (CA Visual Design)
	 Dated: 7/16/08
======================================================================*/
/*
	--------------------------------------------------------------------
	1. Page Properties Definition (Body, Links, Headings)
		1.1 Body and Margins
		1.2 Headings (h1, h2, h3 for main content)
		1.3 Links	
	--------------------------------------------------------------------
	2. Layout Boxes Definition  (Main_Wrapper, ID Box(Header, Content, Footer)
	--------------------------------------------------------------------
	3. Navigations (Menu Box, Main Menu)
	--------------------------------------------------------------------
	4. Content Boxes Definition (Main_content, Sidebox)
	--------------------------------------------------------------------
	5. Footer Boxes Definition (copyright, misc.)		
	--------------------------------------------------------------------

*/

/*	--------------------------------------------------------------------
	1. Page Properties Definition (Body, Links, Headings)
	====================================================================*/


* {
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-size: 14px;
	line-height:18px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-color: #fff;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
a:link {
	color: #943f31;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #D75C28;
}
a:active {
	color: #943F31;
}
/*h1 {
	font-size: 25px;
	color: #c71E24;
	background-image: url(../images/h-bullet-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
}*/
h1 span {
display:none;
}
h1.about-us {
background:transparent url(../images/h1-about-us.gif) repeat scroll 0% 0%;
height:57px;
width:318px;
}
h1.contact-us {
background:transparent url(../images/h1-contact-us.gif) repeat scroll 0% 0%;
height:57px;
width:318px;
}
h1.photography-services {
	background:transparent url(../images/h1-photography-services.gif) repeat scroll 0% 0%;
	height:57px;
	width:318px;
}
h1.photography-packages {
	background:transparent url(../images/h1-photography-package.gif) repeat scroll 0% 0%;
	height:60px;
	width:318px;
}
h1.bridal-gown {
	background:transparent url(../images/h1-bridal-gown.gif) repeat scroll 0% 0%;
	height:57px;
	width:318px;
}
h1.testimonials {
	background:transparent url(../images/h1-testimonials.gif) repeat scroll 0% 0%;
	height:57px;
	width:318px;
}


h1 {
	background:transparent none no-repeat scroll 0% 0%;
	margin:0px 0px 15px;
	line-height: 22px;
}

h2 {
	font-size: 20px;
	color: #c71E24;
	line-height: 26px;
	padding-top: 10px;
}
h3 {
	font-size: 16px;
	color: #666666;
}
h1, h2 {
	margin: 0px 0px 10px 0px;
	display: block;
}
h4 {
	font-size: 16px;
	color: #943f31;
}
p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

/*	--------------------------------------------------------------------
	2. Layout Boxes Definition  (Wrapper, ID Box(Header, Content, Footer)
	====================================================================*/
	
#wrapper-bg {
	padding: 0px;
	width: 100%;
	margin: 0px;
	background-image: url(../images/bg-hd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	padding: 0px 12px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header {
	margin: 0px;
	padding: 0px;
/*	height: 220px;*/
	width: 960px;
}
#logo-area{
	height: 151px;
	width: 960px;
}
#content-bg {
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	background-position:left;
	margin: 0px;
	padding: 0px 9px;
/*	min-height:300px;*/ /*need to test if IE will chop the content in the box 7/18/08 */
	width: 942px;
	clear:both;
}
#footer {
	height: 120px;
	width: 840px;
	margin: 20px auto 0px auto;
	color:#f1e1ba;
	font-size:90%;
}

/*	--------------------------------------------------------------------
	Navigation (Menu Container, Main Menu)
	====================================================================*/
#menu-container-bg{
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-y;
	width:960px;
	height:65px;
}
#menu-container {
	background-image: url(../images/nav-bg-bar.jpg);
	background-repeat: repeat-x;
	height: 51px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width:900px;
}
#menu-bar-left {
	margin: 0px;
	padding: 0px;
	height: 51px;
	background: url(../images/nav-bg-left.jpg) no-repeat left top;
	width: 100%;
}
#menu-bar-right {
	margin: 0px;
	padding: 0px;
	height: 51px;
	width: 100%;
	background: url(../images/nav-bg-right.jpg) no-repeat right top;
}

/*	Main Menu (UL, LI, a:link, a:hover)
	====================================================================*/
#main_menu {
	margin: 0px 16px;
	padding: 0px;
	height: 51px;
	width: 866px;
}
#main_menu ul {
	margin:0;
	padding:0 0 0;
	list-style:none;
}

#main_menu li {
	float:left;
	display:block;
	
	margin:0;
	padding:0px;
	height:40px;
/*	width:110px;*/
/*	overflow:hidden;*/
	vertical-align: middle;
}

#main_menu a 
{
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	float:left;
	display:block;
	padding: 15px 5px 0px 5px;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#f1e1ba;
	height:40px;
/*	width:110px;*/
	text-align:center;
	vertical-align: middle;
}

#main_menu a:hover {
	color:#f1e1ba;
	padding: 15px 5px 0px 5px;
	margin: 0px;
/*	width:110px;*/
	background: url(../images/nav-bg-bar-over.jpg) no-repeat;
}

#main_menu li.current {
	background: url(../images/navbar-over-bg.jpg) no-repeat;
	color:#FFFFFF;
}
#main_menu .divider {
	background-image: url(../images/nav-bg-divider.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 2px;
	background-position: center;
	margin:0px;
}

#home a, #home a:hover{
	width: 84px;
}
#bridal a, #bridal a:hover{
	width: 110px;
}
#photography a, #photography a:hover{
	width: 120px;
}
#deco a, #deco a:hover{
	width: 110px;
}
#about a, #about a:hover{
	width: 86px;
}
#blog a, #blog a:hover{
	width: 58px;
}
#contact a, #contact a:hover{
	width: 90px;
}
#clients a, #clients a:hover{
	width: 114px;
}

/*	Footer Content Style
	======================================================================*/

.rightside_footer {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 180px;
}
.copyright_box {
	width: 600px;
}
.misc_footer{
	text-align: left;
	display: block;
	margin-bottom:10px;
}
.copyright_box dt{
	margin: 0px;
	padding: 0px;
	width: 200px;
}
.copyright_box dd{
	padding: 0px;
	width: 200px;
	margin-top: -35px;
	margin-left: 205px;
}
#footer a:link {
	color: #E6AB5B;
}
#footer a:visited {
	color: #E6AB5B;
}
#footer a:hover {
	color: #FFDD77;
}
#about-content-bg {
	background-image: url(../images/bg-aboutus2.jpg);
	background-repeat: no-repeat;
	background-position: 280px bottom;
	margin: 0px;
	padding: 0px;
}
.content {
	width: 500px;
	margin: 0px 0px 0px 15px;
	padding-top:10px;
}

#contact-content-bg {
	background-image: url(../images/bg-photo_contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	min-height: 463px;
}

form {
	width: 500px;
}
.contact_box dt{
	margin: 0px;
	padding: 0px;
	width: 200px;
}
.contact_box dd{
	padding: 0px;
	width: 220px;
	margin-top: -35px;
	margin-left: 205px;
}
#photography1-content-bg {
	background-image: url(../images/bg-photo_services2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	min-height: 463px;
}
#photography2-content-bg {
	background-image: url(../images/bg-photo_package2.jpg);
	background-repeat: no-repeat;
	background-position: right -40px;
	margin: 0px;
	padding: 0px;
	min-height: 463px;
}

#photography-submenu {
	width: 296px;
	margin: 0 auto;
	height: 36px;
	background: url(../images/submenu-bar.jpg) no-repeat center bottom;
}
#about-submenu {
	width: 240px;
	margin: 0 auto;
	height: 36px;
	background: url(../images/submenu-bar.jpg) no-repeat center bottom;
}
#photography-submenu ul, #about-submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#photography-submenu li a, #photography-submenu a:visited, #about-submenu a, #about-submenu a:visited {
	display: block;
	padding: 6px 10px;
	float:left;
	color: #600;
	text-decoration: none;	
}
#photography-submenu li a:hover, #about-submenu li a:hover {
	color: #D92027;
	text-decoration: underline;
	background: #DDD3BE;
}
/*#photography-submenu li a{

}*/
/*#photoservices a{
	display: block;
	width: 220px;
	height:50px;
	background-image: url(../images/sub-menu-photo-services.gif);
	background-repeat: no-repeat;
	float:left;

}
#photopackages a{
	display: block;
	width: 220px;
	height:50px;
	background-image: url(../images/sub-menu-photo-services.gif);
	background-repeat: no-repeat;
	float:left;
}*/
.clear {
	clear: both;
}
#clr {
	clear: both;
}

.red {
	color: #c71E24;
}
.ul-list li {
	list-style-type: none;
	margin-bottom: 5px;
	background-image: url(../images/bg-bullet-list.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 35px;
	padding-bottom: 8px;
	padding-top: 2px;
}
#home-flash {
	height: 500px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.divider-30px {
	background-image: url(../images/divider_line30px.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center center;
}
#wrapper2 {
	padding: 0px 12px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 300px;

}
.underconstruction {
	font-size: 120%;
	text-align: center;
}
#wrapper-bg2 {
	padding: 0px;
	width: 100%;
	margin: 0px;
	background-image: url(../images/bg_intro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bridalgown-content-bg {
/*	background-image: url(../images/bg-photo_bridalgown.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	margin: 0px;
	padding: 0px;
	min-height: 460px;
}

#flashcontent {
	border: solid 1px #943F31;
	width: 350px;
	height: 450px;
	float:right;
}.flash_content {
	margin: 0px auto;
	padding: 0px;
	height: 500px;
	width: 686px;
}
.content blockquote {
	font: 1.1em/1.4em Georgia, "Times New Roman", Times, serif;
/*	background: url(../images/open-quote.gif) no-repeat 0 2px;*/
	background: url(images/close-quote.gif) no-repeat right bottom;
	padding-left: 18px;
      text-indent: -18px;
	display:block;

}
/*.content blockquote p {
	background: #FFCC00 url(../images/close-quote.gif) no-repeat;
	display: inline;
	margin: 0;
	padding-right: 24px;
	line-height:1.4em;
}*/

.content blockquote:first-letter {
  background: url(../images/open-quote.gif) no-repeat left top;
  padding-left: 22px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

.quote-dl {
	background: url(../images/open-quote.gif) no-repeat left top;
	display: block;
	padding: 0px 0px 0px 38px;
	margin: 0px;
	width: 520px;
}
.packagebox {
	display: block;
	width: 500px;
}

.quote-dl dt {
	background: url(../images/close-quote.gif) no-repeat right bottom;
	padding: 0px 30px 0px 0px;
	line-height:1.4em;
	font-style:italic;
	font-size:13px;
	margin: 0px;
}
.quote-dl dd {
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
}
.content-window {
	width: 800px;
/*	margin: 0px 0px 0px 15px;
	padding-top:10px;*/
/*	padding-bottom:5px;*/
	overflow: auto;
/*	height:300px;*/
}
.flash_contentalbum {
	margin: 0px auto;
	padding: 0px 0px 10px;
	height: 468px;
	width: 922px;
}
#testimonials-content-bg {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg-testimonials.jpg) no-repeat right bottom;
}
.quote-bg {
	background: url(../images/bg-pattern-square-1px.png) repeat;
	display: block;
	padding: 5px;
	margin: 0px 0px 15px;
	width: 565px;
	border: 1px solid #FFFFFF;
}
.box-overflow {
	height: 445px;
	width: 920px;
	overflow: auto;
	margin-left: 20px;
}
.content-generic {
	width: 900px;
	margin: 0px 0px 0px 15px;
	padding-top:10px;
	padding-bottom: 10px;
}
.linebreak {
	margin: 10px auto;
	height: 2px;
	width: 90%;
	border-top: 1px solid #937E45;
	border-bottom: 1px solid #937E45;
}
#decoration-content-bg {
	background-image: url(../images/bg-deco.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	min-height: 463px;
}

/*	photo-thumbnail style
=======================================*/

ul.photothumb {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 10px;
	display: block;
	padding: 10px 0px 0px;
}
.clearfix {
display:block;
}
ul.photothumb li {
	display:block;
	float:left;
	margin:0 10px 10px 0;
}
ul.photothumb li a {
	border:2px solid #937E45;
	display:block;
	line-height:0;
	padding:2px;
}
h1.decoration {
	background:transparent url(../images/h1-decoration.gif) repeat scroll 0% 0%;
	height:57px;
	width:318px;
}
.content-deco {
	width: 740px;
	margin: 0px 0px 0px 15px;
	padding-top:10px;
}

.imgboxcol {
	display: block;
	float: left;
	height: 150px;
	width: 150px;
	padding: 2px;
	border: 1px solid #937E45;
}
.thumbnail-box {
	margin: 0px auto;
	width: 90%;
}
.c-r-margin {
	margin: 0px 12px 12px 0px;
}
h1.clients-photo {
	background:transparent url(../images/h1-clients-photo-proof.gif) repeat scroll 0% 0%;
	height:57px;
	width:318px;
	margin-left: 20px;
}
.addthisbtn {
	float: right;
	height: 20px;
	width: 150px;
}
.testimonial-pic {
	float: left;
	margin-right: 10px;
}

