/* CSS Document */
/* 
Title:		Bob and Chris Get Hitched Master Style Sheet
Author:		rgord@desystems.com
Version:	0.4
Created:	May 7, 2010
Updated:	May 30, 2010
Notes:		This CSS is Opera 9+ compliant (standards proper)
*/

/**************************
 basic styles
**************************/
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 12pt/20pt "Trebuchet MS",Verdana, Arial, sans-serif;
	background: url(/complete/images/css/body-wrap.jpg) top left repeat;
	min-width: 990px;
}
ul, ol {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
}

/* basic classes */
.clear {
	clear: both;
}
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

/**************************
 Page Information
**************************/
#background {
	width: 98%;
	min-width: 980px;
	margin: 1%;
	background: url(/complete/images/css/body-back4.jpg) top left repeat;
	padding: 0;
}
#wrapper2 {
	margin: 0 auto;
	background: url(/complete/images/css/main-back.jpg) bottom left no-repeat;
	min-height: 425px;
	position: relative;
}

#content2, #header2, #footer2 {
	width: auto;
	margin: 0 15px 0 475px;
}
/**************************
 Content
**************************/
#content2 {
}
#content2 div {
	color: #fff;
	letter-spacing: 1.5px;
	margin: 2em 0;
}
/**************************
 Footer Information
**************************/
#footer2 {
	clear: both;
	background: green;
}
/**************************
 Header Information
**************************/
#header2 {
/*
	background: blue;
	position: fixed;
	top: 0;
	left: 420px;
	margin: 0 15px 0 0;
	height: 45px;
*/
	display: none;
}

/**************************
 Main Navigation
**************************/
#site-nav-wrapper {
	position: absolute;
	width: 275px;
	top: 75px;
	left: 50px;
	background: url(/complete/images/css/body-wrap.jpg) top left repeat;
}
#site-nav2 {
	width: auto;
	background: #fff;
	margin: 10px;
	padding: 15px 0;
}
#site-nav2 li, #site-nav2 a {
	float: none;
}
#site-nav2 a {
	padding-left: 25px;
}

#site-nav2 a:hover {
	text-decoration: underline;
}


/**************************
 Footer Navigation
**************************/
#footerLinks {
	width: 85%;
	margin: 0.2em auto 0;
	border: 2px solid white;
}
#footerLinks li {
	float: left;
	width: 24%;
	margin: 0 auto;
	color: white;
	text-align: center;
}
#footerLinks li a {
	color: white;
}
#footerLinks li a:hover {
	color: white;
	text-decoration: underline;
}

/* external image link */
#content2 a[href*="mailto"], #content2 a[href*="#"], #content2 a[href*="http"], #content2 a.internalLink {
	color: #6f6f6f;
	padding-right: 15px;
	text-decoration: underline;
}
#content2 a[href*="mailto"]:hover, #content2 a[href*="#"]:hover, #content2 a[href*="http"] {
	color: #525252;
}
/* email */
#content2 a[href*="mailto"] {
	background: url(/complete/images/css/email.png) center right no-repeat;
}
/* internal link */
#content2 a[href*="#"], #content2 a[href*="http"], #content2 a.internalLink {
	background: url(/complete/images/css/internal-link.gif) center right no-repeat;
}

/* order form */
#orderForm table {
	width: 100%;
}
#orderForm table th {
	width: 32%;
	text-align: left;
}
#orderForm input[type="text"] {
	width: 85%;
}
#orderForm textarea {
	width: 85%;
	height: 8em;
}
#orderForm select {
	width: 12em;
}

/**************************
 Basic Pages
**************************/
div#comments {
	height: 350px;
	overflow: scroll;
	color: #000;
}
div#comments p {
	font-size: 85%;
	letter-spacing: normal;
}
