/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background-color: #333430;
	margin: 0;
	padding: 0;
	text-align: center;
	padding: 0;
	color:#000000;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
}

#interior_artwork {
	background-image:url(/inc/templates/current/blessyourheart/images/interior_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
}

a {
	text-decoration: none;
}

a:link {
	color: #C03B2A;
}

a:visited {
	color: #C03B2A;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FFFFFF;
}

#video_background {
	background-image:url(/inc/templates/current/blessyourheart/images/video_background.gif);
	background-position:center;
	width: 767px;
	height: 514px;
	padding-top: 30px;
	overflow: visible;
}


/*End Design Layout*/

/* BEGIN SCROLLERS */
.root     {
    position: relative;
	top: 5px;
    height: 400px;
    width: 700px;
    margin: auto;
    }

.thumb     {
    position:   absolute;
    height:     53px;
    width:      55px;
    left:       0px;
	cursor: pointer;
    }
	
.troth     {
	position:   absolute;
	left:       10px;
	background-image: url(/inc/templates/current/blessyourheart/images/troth.png);
	background-repeat: repeat-y;
    }
	
.up, .dn   {
    position: absolute;
    left: 10px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border: 0;
    }
.scrollContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 300px;
	overflow: auto;
	padding: 3px;
    }
.scrollContent { 
    position: absolute; 
    left: 0px; 
    top: 0px;
	padding:5px;
    }
/* END SCROLLERS */
	
/*Begin Nav*/

.nav {
	padding-top: 10px;
	padding-bottom: 5px;
}

.nav #initialnav: a {
	border-left-color: #C03B2A;
	border-left-width: 1px;
	border-left-style: solid;
}

.nav a {
	font-size: 12px;
	color:#527064;
	text-decoration: none;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C03B2A;
  }
.nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#C03B2A
}

.subnav a {
	font-size: 14px;
	color:#FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
  }
.subnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#C03B2A
}

.subnav #button_1 {
	background-color:#099
}

.subnav #button_1:hover {
	background-color:#006465
}

.subnav #button_2 {
	background-color:#D7A790
}

.subnav #button_2:hover {
	background-color:#B32639
}

.subnav #button_3 {
	background-color:#C18C7E
}

.subnav #button_3:hover {
	background-color:#8F5638
}

.subnav #button_4 {
	background-color:#907470
}

.subnav #button_4:hover {
	background-color:#684D3A
}

.medianav {
	margin:10px;
	font-size: 12px;
	color:#FFFFFF;
	overflow: visible;
}

.medianav_a_container {
	background-color:#757870;
	text-decoration: none;
	margin: 5px;
	padding: 4px;
  }
  
.medianav a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.medianav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.medianav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.medianav .button:hover {
	background-color:#B32639
}

/*End Nav*/
/*Begin Content*/

#content_container {
	margin: auto;
	position: relative;
	top: 140px;
	text-align: left;
	width: 700px;
}

#media_container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}

#media_sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding: 15px 10px 15px 20px;
}

#content {
	color: #000000;
	width: 680px;
	margin: auto;
	padding-top: 10px;
}

#home_link {
	position: absolute;
	top: 0px;
	width: 100%;
	margin: auto;
}

img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#333333;
	font-size:14px;
	margin: 5px 0px;
	font-weight: bold;
}

h3{
	color:#333333;
	font-size:12px;
	font-variant: normal;
	padding-right: 5px;
	padding-left: 20px;
}

/*End Content*/

/*Begin Forms*/

.sc_table_form {
	margin: auto;
	padding: 25px;
	border: 1px #C03B2A solid;
}

.sc_form_required{
	color: #C03B2A;
	float: right;
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold
} 

.sc_form_textbox{
	width: 200px;
} 

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #B5B9B0;
	background-color: #B5B9B0;
	height: 1px;
} 

#sc_form_textbox_State {
	width: 100px;
}

#sc_form_textbox_Zip {
	width: 70px;
}

#sc_form_textarea_Comments {
width: 300px;
height:50px;
text-indent: 0px;
}

/*End Forms*/

/*Footer*/
#footer {
	text-align:center;
	font-size: 10px;
	color:#BD3827;
	margin: auto;
	width: 960px;
	padding: 10px;
}

#footer_home {
	padding-top: 8px;
	text-align:center;
	font-size: 10px;
	color:#527064;
}

