/*  
Name: Summer Explosion 2008
Description: The style for Summer Explosion, God's BIG BACKYARD.
Author: Mark Reinholz
Author URI: http://www.rmcchurch.org
*/


/* Begin main structure set font size and color scheme. */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: arial, helvetica, sans-serif;
	background: #fff;
	color: #fdf4db;
	}

#wrapper {
	width: 740px;
	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. */
	}

#mainNav {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	}

#content {
	font-weight: normal;
	width: 500px;
	float: left;
	display: inline; /* added to fix IE double margin bug */
	}

#contentForm {
	width: 700px;
	font-weight: normal;
	margin-left: 8em;
	float: left;
	display: inline; /* added to fix IE double margin bug */
	}
		
#sidebar {
	width: 200px;
	float: right;
	}

#footer {
	clear: both;
	padding-top: .5em;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	}
/* end structure */

/* main navigation */
ul#mainNav	{
	margin: auto;
	padding: 0;
	list-style: none;
	width: 640px;
	}

#mainNav li	{
	float: left;
	width: 16em;
	}
		
#mainNav a	{
	color: #fdf4db;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 30px 0 30px 0;
	display: block;
	background: url(images/button.png) no-repeat 5px 50%;
	}
	
#mainNav a:hover	{
	color: #dd6211;
	background: url(images/button-over.png) no-repeat 5px 50%;
	}	
		
/* typography */
p	{
	font-size: 12px;
	color: #62d4e1;
	}

#footer p	{
	font-size: 12px;
	color: #4c5da1;
	}

a	{
	color: #4c5da1;
	}	

a:hover	{
	font-weight: bold;
	}
	
a.content	{
	color: #fdf4db;
	}	

/* end typography */

.sidebar	{
	padding-bottom: 2em;
	}

/* rounded corner box flexible in sizing up or down; modified from this source zenfulcreations.com/resources/css/box/css_inner_shadow_rounded_corners.htm */

/* Rounded box styling for the main content boxes. */
.boxTop {
	margin: 0; 
	padding: 0 30px 0 0;
	background: url(images/box.gif) repeat-y right top;
}

.boxTop h1 {
	margin: 0; 
	padding: 30px 0 0 30px;
	background: url(images/box.gif) no-repeat left top;
	font-size: 14px;
	color: #62d4e1;
}

.boxBottom {
	margin: 0;
	padding: 0 30px 0 0;
	background: url(images/box.gif) repeat-y right bottom;
}

.boxBottom p {
	margin: 0 0 1em 0; 
	padding: 10px 0 30px 30px;
	background: url(images/box.gif) no-repeat left bottom;
	color: #62d4e1;
}

.boxContent p {
	margin: 0; 
	padding: 10px 0 0 30px;
	background: url(images/box.gif) repeat-y 0 -30px;/* align left - start 50px from the top */
	color: #62d4e1;
}

.boxContent ul {
	font-size: 12px;
	list-style: none;
	margin: 0; 
	padding: 10px 0 0 30px;
	background: url(images/box.gif) repeat-y 0 -30px;/* align left - start 50px from the top */
	color: #62d4e1;
}

.boxContent {
	margin: 0; 
	padding: 0 30px 0 0;
	background: url(images/box.gif) repeat-y 100% -30px;/* align right - start 50px from the top */
}

/* Rounded box styling for the secondard content boxes. */
.boxTopBr {
	margin: 0; 
	padding: 0 23px 0 0;
	background: url(images/box-br.gif) repeat-y right top;
}

.boxTopBr h1 {
	margin: 0; padding: 20px 0 0 22px;
	background: url(images/box-br.gif) no-repeat left top;
	font-size: 14px;
}

.boxBottomBr {
	margin: 0;
	padding: 0 23px 0 0;
	background: url(images/box-br.gif) repeat-y right bottom;
	color: #fdf4db;
}

.boxBottomBr p {
	margin: 0 0 1em 0; 
	padding: 10px 0 20px 22px;
	background: url(images/box-br.gif) no-repeat left bottom;
	color: #fdf4db;
}

.boxContentBr p {
	margin: 0; padding: 10px 0 0 22px;
	background: url(images/box-br.gif) repeat-y 0 -22px;/* align left - start 50px from the top */
	color: #fdf4db;
}

.boxContentBr {
	margin: 0; padding: 0 23px 0 0;
	background: url(images/box-br.gif) repeat-y 100% -22px;/* align right - start 50px from the top */
}
/* end rounded corner boxes styling */

/* forms styling */
fieldset {
	font-size: 10px;
	margin: 2em;
	padding: 1em;
	border: 1px solid #bfc443;
	width: 520px;
	}

legend {
	font-weight: bold;
	font-size: 13px;
	color: #4c5ad1;
	}

#form {
	padding: 0 1em 0 1em;
	}

label {
	float: left;
	clear: left;
	width: 170px;
	margin-right: 7px;
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	}

#form .label {
	float: left;
	clear: left;
	width: 170px;
	margin-right: 7px;
	text-align: right;
	font-weight: normal;
	}
			
input	{
	width: 210px;
	margin-top: -2px;
	}

input#a3, input#name, input#email, input#phone, input#address, input#date	{
	width: 210px;
	margin-top: -2px;
	}
	
#submit	{
	width: auto;
	margin: 10px 0 0 0;
	}

select.menu	{
	width: 210px;
	margin-top: -2px;
	font-size: 12px;
	}

textarea {
	width: 215px;
	height: 7em;
	}
	
#contentForm p	{
	color: #4c5da1;
	margin: 5px 0 0 0;
	padding: .5em 0 0 0;
	}
			
h3	{
	color: #4c5ad1;
	font-size: 13px;
	}