/*
	Created by	: Marfie C. Supan
	Date		: January 4, 2010
	Modified	:
	Project		: Weddingsnbeyond.com

*/

@charset "utf-8";
/* CSS Document */
<!-- 
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #290c25 url(../images/bg-repeat.jpg) top center repeat-x;
	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: #fffddd;
}
#bgRepeat {
	width: 100%;
	background: #290c25 url(../images/bg-body.jpg) top center repeat-x;
}
.twoColElsLt #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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	width: 900px;
	height: 239px;
}
#menuNav {
	background-color: #782968;
	padding: 0;
	margin: 0;
	height: 22px;
}
/*#menuNav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menuNav li{
	display: inline;
}
#menuNav a { 
	font-size: 10px;
	float:left;
	text-decoration:none;
	color: #e4d4e1;
	font-weight:bold;
	background:#782968;
	padding:5px 11px;
	border-left:5px solid #48103a;
}
#menuNav a:hover{
	color: #48103a;
	background: #edc5a3;
}*/

#content {
	padding: 10px;
	background: url(../images/bg-content-pattern.jpg);
}
.twoColElsLt #sidebar1 {
	text-align: center;
	float: left; 
	width: 216px;
	padding: 5px;
	margin: 0;
	background-color: #782968;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColElsLt #mainContent {
	width: 628px;
	float: right;
	padding: 10px;
	background: #650a39 url(../images/bg-content-blank.jpg) top left no-repeat;
} 
#sponsors {
	margin-top: 10px;
	padding: 1px 10px;
	height: 79px;
	width: 882px;
	background: url(../images/index_20.gif) no-repeat;
	text-align: center;
}
#sponsors img {
	border: dashed 1px #CCCCCC;
	margin: 0px 7px;
}

.twoColElsLt #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#612054 url(../images/footer-logo.jpg) top right no-repeat;
	height: 50px;
} 
.twoColElsLt #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #c0b7be;
	font-size: 10px;
}

/* Miscellaneous classes for reuse */
.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: 8px;
}
.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;
}
img {
	border: 0;
}
H1 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-family: arial;
}
img.thumb {
	border: dashed 1px #ecc4a1;
	margin: 0 10px;
	
}
hr {
	color: #f6cba9;
	border: 0;
	border-bottom: dashed 1px #f6cba9;
}
a {
	color: #fd52ff;
	text-decoration: none;
}
a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
#box {
	background-color: #FFFFFF;
	padding: 10px;
	color: #666666;
}
li {
	padding: 7px;
}
#box h1 h2 h3 h4 h5 h6 {
	color: #7e1444;
}
#box img {
	margin: 10px;
}
--> 

/* FORM ELEMENTS STYLES - BEGIN */

	form {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		padding:0px;
		margin:0px;
	}
	
	.FormTextBox {
		font-family:"verdana";
		font-size:12px;
		background-color: #FCFFF3;
		border: 1px solid #c8b491;
		height: 18px;
		margin: 7px;
	}
	textarea {
		font-family:"verdana";
		font-size:12px;
		background-color: #FCFFF3;
		border: 1px solid #c8b491;
		margin: 7px;
	}

	.FormButton {
		font-family:"verdana";
		font-size:11px;
		padding: 3px;
		margin: 7px;
		background-color: #ececec;
		border: solid 1px #b4b4b4;
		border-bottom-style:outset;
	}
/* FORM ELEMENTS STYLES - END */
#floatdiv {
	position:absolute; 
	width:120px;
	left:0px;top:0px; 
	padding:7px;
	display: none;
}
#floatdiv td {
	font-size: 9px;
	text-align: left;
}
