@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #4d677e;
	color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a { color: #fff; }
a:hover { color: #8aa2b8; }

.twoColFixRtHdr #container { 
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.twoColFixRtHdr #header { 
	background: #4d677e url(images/banner_one.jpg) no-repeat;
	height: 145px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	visibility:hidden;
	color: #fff;
	font-size: 140%;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #4d677e; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px;
	color: #fff;

}

#photo { padding-right: 0px; text-align:center; font-size:90%; }

.italic { font-style: italic; font-size: 110%; }

#contactDetails { padding: 20px 5px 0 5px; font-size: 80%; line-height: 160%; text-align: center; }

.twoColFixRtHdr #mainContent { 
	width: 620px;
	margin: 15px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	line-height: 140%;
}

.twoColFixRtHdr #mainContent a { color: #8aa2b8; }
.twoColFixRtHdr #mainContent a:hover { color: #ccc; }

.twoColFixRtHdr #mainContent #menu { margin-left: -20px; }
.twoColFixRtHdr #mainContent #menu a { color: #fff; }


.twoColFixRtHdr #mainContent h1 { 
	padding: 20px 30px 0px 30px;
	font-size: 140%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #4d677e;
}

.twoColFixRtHdr #mainContent h2 { 
	padding: 0px 30px 0px 30px;
	font-size: 120%;
	color: #4d677e;
}

.twoColFixRtHdr #mainContent .testimonial { font-size: 80%; }
.hide { visibility: hidden; }

.twoColFixRtHdr #mainContent table.left { margin: 0 0 0px 30px;  }
.twoColFixRtHdr #mainContent table#photoGallery { margin-left: 20px; }
.twoColFixRtHdr #mainContent table#photoGallery td { text-align: right; }

.twoColFixRtHdr #mainContent table#photoGallery a img { border: none; }
.twoColFixRtHdr #mainContent table#photoGallery td { padding-bottom: 20px; }

.twoColFixRtHdr #mainContent #gallery_leyla { 
	height:50px;
	background: url(images/NamingCeremonyPics/gallery_leyla.jpg) no-repeat right;
}
.twoColFixRtHdr #mainContent #leyla { 
	height:50px;
	background: url(images/NamingCeremonyPics/heading_leyla.jpg) no-repeat right;
}

.twoColFixRtHdr #mainContent #gallery_benjamin { 
	height:50px;
	background: url(images/NamingCeremonyPics/gallery_benjamin.jpg) no-repeat right;
}
.twoColFixRtHdr #mainContent #benjamin { 
	height:50px;
	background: url(images/NamingCeremonyPics/heading_benjamin.jpg) no-repeat right;
}




.twoColFixRtHdr #mainContent #jess_tom { 
	height:50px;
	background: url(images/weddingpics/heading_jess_tom.jpg) no-repeat right;
}
.twoColFixRtHdr #mainContent #gallery_jess_tom { 
	height:50px;
	background: url(images/weddingpics/gallery_jess_tom.jpg) no-repeat right;
}
.twoColFixRtHdr #mainContent #helen_david { 
	height:50px;
	background: url(images/weddingpics/heading_helen_david.jpg) no-repeat right;
}
.twoColFixRtHdr #mainContent #gallery_helen_david { 
	height:50px;
	background: url(images/weddingpics/gallery_helen_david.jpg) no-repeat right;
}

.twoColFixRtHdr #mainContent #tenielle_scott { 
	height:50px;
	background: url(images/weddingpics/heading_tenielle_scott.jpg) no-repeat right;
}


.twoColFixRtHdr #mainContent #gallery_tenielle_scott { 
	height:50px;
	background: url(images/weddingpics/gallery_tenielle_scott.jpg) no-repeat right;
}	

.twoColFixRtHdr #mainContent #rachel_leigh { 
	height:50px;
	background: url(images/weddingpics/heading_rachel_leigh.jpg) no-repeat right;
}

.twoColFixRtHdr #mainContent #gallery_rachel_leigh { 
	height:50px;
	background: url(images/weddingpics/gallery_rachel_leigh.jpg) no-repeat right;
}	

.twoColFixRtHdr #mainContent #louise_ron { 
	height:50px;
	background: url(images/weddingpics/heading_louise_ron.jpg) no-repeat right;
}

.twoColFixRtHdr #mainContent #gallery_louise_ron { 
	height:50px;
	background: url(images/weddingpics/gallery_louise_ron.jpg) no-repeat right;
}	


.twoColFixRtHdr #mainContent #lisa_jason { 
	height:50px;
	background: url(images/weddingpics/heading_lisa_jason.jpg) no-repeat right;
}

.twoColFixRtHdr #mainContent #gallery_lisa_jason { 
	height:50px;
	background: url(images/weddingpics/gallery_lisa_jason.jpg) no-repeat right;
}	
	

.twoColFixRtHdr #mainContent p { 
	padding: 0px 40px 0px 30px;
	color: #344e65;	
	font-size: 90%;
}

.twoColFixRtHdr #mainContent ul { 
	font-size: 90%;
	color: #344e65;
	margin-left: 20px;
	margin-right: 50px;
	
}

.twoColFixRtHdr #mainContent ul.services { 
	font-size: 90%;
	color: #344e65;
	margin:0;
	padding:0;
}

.twoColFixRtHdr #mainContent ul.services li { 
	font-size: 90%;
	color: #4d677e;
	padding-right: 40px;
	padding-left: 10px;
	margin-left: 45px;
	
}

.twoColFixRtHdr #mainContent ul.list { 
	font-size: 90%;
	color: #4d677e;
	
}

.twoColFixRtHdr #mainContent ul.list li { 
	font-size: 90%;
	color: #4d677e;
	padding-right: 40px;
	margin-left: 10px;
	
}

 
.twoColFixRtHdr #mainContent p.bordered {
	padding: 10px;
	margin: 20px 30px 20px 30px;
	border: 1px solid #8aa2b8;
	font-size: 90%;
	font-style: italic;
	line-height:140%;
}

.twoColFixRtHdr #mainContent .intro {
	text-align: left;
	line-height: 140%;
	color: #4d677e;
	float:left;
	width: 350px;
	padding:0;
	
}
.twoColFixRtHdr #mainContent #services {
    font-size: 120%;
	text-align: right;
	line-height: 160%;
	color: #4d677e;
	float:right;
	padding-right: 30px;
	width: 300px;

}

.twoColFixRtHdr #mainContent #services ul li { 
	list-style-type: none;
	color: #4d677e;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent table #ceremonies { 
	padding-left: 30px; } 
.twoColFixRtHdr #mainContent #ceremonies td {
    font-size: 80%;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	color: #4d677e;
}

.twoColFixRtHdr #mainContent #ceremonies td a { text-decoration: none; }

.twoColFixRtHdr #mainContent .form_right input { background: #fff; }


.twoColFixRtHdr #mainContent table#contactDetails { font-size: 80%; margin-left:30px; color: #4d677e; }
.twoColFixRtHdr #mainContent form {padding-top: 0; }
.twoColFixRtHdr #mainContent #contactDetails td.form_left { width: 150px; text-align: left; }
.twoColFixRtHdr #mainContent #contactDetails td.form_right { text-align: left; }


.twoColFixRtHdr #mainContent p.bottomLinks { padding: 20px 0 10px 0px; text-align: center;}

.twoColFixRtHdr #footer { 
	padding: 0px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
	color: #8aa2b8;
	border-top: 0px solid #8aa2b8;

} 
.twoColFixRtHdr #footer p {
	margin: 0px 0px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	line-height: 140%;
	font-size: 75%;
	color: #8aa2b8;
}

.twoColFixRtHdr #footer p.left { text-align: left; }
.twoColFixRtHdr #footer p.right { text-align: right; }

.twoColFixRtHdr #footer a { color: #8aa2b8; }
.twoColFixRtHdr #footer a:hover { color: #999999; } 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-left: 30px;
	padding:3px;
	border: 1px solid #8aa2b8;
}

.fltlft_weddingpic { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-left: 30px;
	margin-top: 0px;
	padding:3px;
	border: 0px solid #8aa2b8;
}

.fltlftNamingpic { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-left: 30px;
	margin-top: 0px;
	padding:3px;
	border: 0px solid #8aa2b8;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}