@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#FFF;
	font-family: Garamond, Georgia, serif;
	padding: 0;
	font-size: 100%;
	color: #666;
}
h1 {
	font-size: 1em;
	color: #eba34d;
	font-weight: normal;
	letter-spacing: 0.1em;
}
a{
	text-decoration:none;
	color: #333;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10
.px;
	padding-left: 0px;
	font-size: 0.9em;
	color: #666;
	line-height: 1.2em;
}
.clear{
	clear:both;
}
.center{
	margin-top:30px;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
}


/* ------------------------------- */
/* ------- Layout Objects -------- */
/* ------------------------------- */

#wrapper{/* This centers your whole site */
	width:932px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 4%;
}
#card{/* This is the larger box outline */
	background-image:url(../images/siteimages/background.png);
	background-repeat:no-repeat;
	width:932px;
	height:645px;
}
#logo{/* This controls the logo */
	background-repeat:no-repeat;
	float: left;
	background-position: center;
	padding-top: 10px;
	padding-left: 40px;
}
#logo img {
	text-align: center;
	padding-top: 28px;
	padding-left: 7px;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* This controls the top navigation */
#top-nav{
	float:right;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size:14px;
	color:#666666;
	padding-top:55px;
	padding-right:10px;
	line-height:20px;
	height: 75px;
	text-align: center;
	width: 620px;
	vertical-align: middle;
}
dd{
	color:#eba34d;
	display:inline;
	margin-left:0px;
}
dt{
	color:#c1d82f;
	display:inline;
	font-size:16px;
	margin-left:10px;
	margin-right:10px;
}
/* End of the top navigation */
/* This controls the left navigation */
#left-nav{
	margin-left:15px;
	margin-top:0px;
	height: 480px;
	width: 169px;
	padding-left: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}
#left-nav li{
	font-family:Garamond, Georgia, "Times Roman", serif;
	font-size:1em;
	line-height:20px;
	list-style-type:none;
	text-indent:-15px;
	color:#666666;
	font-weight: normal;
	letter-spacing: 0.04em;
	width: 160px;
}
/* End of the left navigation */

/* This controls main content of the site */
#main-content{
	background-image:url(../images/siteimages/content-bg.png);/* This is the smaller box */
	background-repeat:no-repeat;
	width:663px;
	height:478px;
	margin-right:40px;
	float: right;
	position: relative;
}
#main-content2{
	background-image:url(../images/siteimages/content-bg2.png);/* This is the smaller box for the pages without the left-navigation*/
	background-repeat:no-repeat;
	height:478px;
	width: 932px;
	float: right;
	background-position: center center;
	top: 0px;
	margin: 0px;
}
#content-area{/* This is the body for most the pages */
	height: 440px;
	float: right;
	width: 623px;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-right: 20px;
}
#gallery1 {
	overflow: auto;
}
.column{
	width:385px;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
/* End of controls main content of the site */

#breadcrumbs{/* This is tag line*/
	font-family:Garamond, Georgia, "Times Roman", serif;
	font-size:14px;
	color:#666666;
	padding-right:40px;
	line-height:20px;
	text-align: right;
	float: right;
}

/* For the About Page only */
#box1 img, #box4 img{
	margin-left:20px;
	margin-right:20px;
}
#box1{
	float:left;
	margin-top:20px;
}
#box2{
	float:left;
	width:250px;
	margin-top:20px;
}
#box3{
	float:none;
	width:750px;
	margin-top:0px;
	text-align:left;
}
#box4{
	float:right;
	margin-top:20px;
}
/* End of For the Gallery Pages only */



/* ------------------------------- */
/* -------- Text Objects --------- */
/* ------------------------------- */
.header{
	font-family:Garamond, Georgia, "Times New Roman", serif;
	color:#eba34d;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 0.2em;
}
#content-area p  {
	padding-bottom: .3em;
}
#content-area ul {
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
}
#content-area ul li{
	list-style-type: square;
	text-transform: uppercase;
	font-size: 0.85em;
	line-height: 1.2em;
}
.small{
	font-size:12px;
}
.BodyCopy{
	line-height: 1.3em;
	padding-bottom: 0.5em;
	font-size: 0.9em;
	color: #666;
}
.bodycopyItalic {
	font-style: italic;
	text-transform: none;
}
.BodyCopyList {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
}
.OBodyCopy{
	color:#eba34d;
	font-size:12px;
}
/* End of for the About Page only */

/* For the Landing/Index Page only */
.lcolumn{
	width:250px;
	float:left;
	margin-right:20px;
}
.style3{
	color:#666;
	font-size:10px;
	font-weight:bold;
}
.style4{
	color:#eba34d;
	font-size:20px;
	font-weight:bold;
}
.style5{
	color:#666;
	font-size:12px;
}
.style6{
	color:#eba34d;
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
}
.style7{
	color:#eba34d;
}
.style8{
	color:#666666;
	font-family:Verdana, Geneva, sans-serif;
}
h2{
	color:#eba34d;
	text-align:center;
}
#weddingsuiteNAV {
	width: 120px;
	overflow: auto;
	list-style-type: none;
	float: left;
	height: 410
.px;
	height: 440px;
	clear: none;
	line-height: -0.2em;
	text-transform: none;
}
#weddingsuiteNAV p {
	line-height: 1.5em;
	padding: 0px;
	color: #666;
}
#weddingsuiteNAV p a {
	color: #666;
}
#weddingsuiteNAV p a:hover {
	color: #333;
}
#WEDgalleryDescription h1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#WEDgalleryDescription p {
	font-size: 0.8em;
	color: #666;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	font-style: normal;
	font-weight: normal;
}
#WEDgalleryDescription {
	float: right;
	width: 475px;
	height: 84px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #C1d82f;
	position: relative;
}
#GalleryNav p {
	text-align: left;
}
#GalleryNav {
	height: auto;
	position: relative;
	width: 120px;
	bottom: 0px;
	right: 0px;
	float: none;
}
#GalleryNavforWeddings {
	height: auto;
	width: 120px;
}
#GalleryDescription {
	float: right;
	width: 625px;
	height: 75px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #C1d82f;
	position: absolute;
	bottom: 18px;
}
#copy{/* This controls the look of your copyright information */
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size:12px;
	color:#c1d82f;
	text-align:center;
	position: relative;
}
#large-content {
	width: 810px;
	height: 438px;
	padding: 20px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#widget {
	bottom: 0px;
	color: #666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
}
#widget a {
	color: #666;
	text-align: left;
}
#widget img {
	text-align: left;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 0px;
}
#links {
	width: 300px;
	clear: right;
	position: absolute;
}
#links p {
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .3em;
	padding-left: 0px;
}
#links .bodycopyItalic {
	padding-top: 1em;
	text-transform: none;
	color: #666;
}
#featuredOn {
	width: 300px;
	float: right;
	position: relative;
	text-align: left;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #eba34d;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#featuredOn a  img{
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#featuredOn table {
	text-align: center;
	padding: 10px;
}
#weddingwire {
	text-align: center;
}
#main-content #content-area a img {
	margin-right: 5px;
	margin-bottom: 5px;
}
#aboutUsHeader p{
	padding: 20px;
	position: relative;
}
#aboutUsHeader .header {
	text-align: center;
}
#Testimonies {
	padding-right: 25px;
}
#ww-widget-reviews {
	margin-right: 20px;
}
#Testimonies p {
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Testimonies {
	padding-top: 0px;
	margin-top: 0px;
}
#Testimonies .header {
	text-align: center;
}
#Testimonies .author {
	text-align: right;
	font-variant: normal;
	font-size: 0.8em;
	color: #C1D72E;
	letter-spacing: 0.4em;
	padding-bottom: 1em;
	text-transform: uppercase;
}
#aboutUsHeader #ioana {
	width: 325px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 30px;
	float: left;
}
#aboutUsHeader #jessica {
	width: 325px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 30px;
	float: right;
}
#jessica .header {
	letter-spacing: normal;
}
#ioana .header {
	letter-spacing: normal;
}
#contact {
	padding: 30px;
}
#main-content2 #large-content-blog{
	width: 810px;
	height: 438px;
	padding: 20px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	background-image: none;
	background-color: #FFF;
	border-right-style: none;
}
#blog {
	background-color: #FFF;
}
#weddinggalleries {
	overflow: auto;
	width: 480px;
	float: right;
	height: 435
.px;
	height: 440px;
}
#Award {
	clear: none;
	display: inline;
	text-align: center;
	float: left;
	border: thin dotted #eba34d;
	margin: 10px;
	width: 180px;
}
#Landing {
}
#Landing .header {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.4em;
}
#Landing #Featuredproject {
	border: thin dotted #eba34d;
	height: 280px;
	width: 505px;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
}
#Landing #Featuredproject a {
	color: #FFF;
}
#Featuredproject a img {
	text-align: center;
}
#Welcome {
	font-size: 1.2em;
	text-align: center;
}
#Welcome p {
	padding-bottom: 20px;
	padding-top: 10px;
	line-height: 1.3em;
}
#Welcome a {
	color: #666;
}
#Welcome p a:hover {
	color: #333;
}
#flashanimation {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#Welcome #jessica {
	width: 325px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	float: right;
	margin-top: 30px;
}
#Welcome #ioana {
	width: 325px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	float: left;
	margin-top: 30px;
}
#note {
	font-size: 0.7em;
	font-style: italic;
	float: left;
}
#Accordion1 .header{
	color: #666;
}

