/* layout styles */
/* styles that affect the wysiwyg and general styling are in content.css */

/* style body tag, affects all pages, font styles, etc set in content.css */
body { 
	background: url(/art/bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	height: 100%;
	font-family: arial;
	}

/* ---------- main blocks ----------  */
/* page wraps all served pages */
#page {
	/* set width to % for flexible width, set to px for constant width */
	width: 900px;
	min-width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}



/* ---------- index page style ----------- */
/* container for content in index page */
#index
{	background: #fff; font-size: 11px; margin-left:auto;margin-right:auto; width:100%}
#index h1
{ 	color: #555; font-size: 18px; margin: 4px 4px;}
#index p
{ 	margin: 4px 0px;}


/* ---------- content pages style---------- */
/* container for content in content pages */
#content
{
	background: #480000;
	font-size: 12px;
	background-image: url(/art/contentbg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	padding-top: 20px;
}

#content .featureimg
{	margin: 0px -10px; }

#content #bodyimages
{	float: right; margin-left: 10px; }

#content .bodyimage
{	margin-bottom: 10px; }

/* div or cell class for editable body text */
#content .body
{
	background: #fff;
	width: 100%;
	padding: 0px 25px;
	min-height: 400px;
	padding-bottom: 10px;
	border: 1px solid #979797;
}


/* container for header and main top nav */
#top
{ border-bottom: none; margin-top: 0px;}

/* class for the middle content div or table of both content and index pages */
.contentblock { 
	height: 553px;
	background-image: url(/art/contentbg.jpg);
	background-repeat: repeat-x;
	}
	
.contentblockIn { 
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	height: 553px;
	background-image: url(/art/contentbg.jpg);
	background-repeat: repeat-x;
	}

/* ---------- header ---------- */
/* header container */
#header { 
	width: 900px;
	}
#header .logo
{	margin: 0px 10px; }
#header #searchform {	
	margin: 5px; 
	padding: 0px;
	}
#searchform input.searchtext { 
	width: 120px; 
	border: 1px solid #ccc; 
	margin-top: 3px; 
	margin-right: 10px;
	}


/* ---------- footer ---------- */
#footer {
	background: url(/art/footerbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #8a8a8a;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1.5em;
}
#footer a:link, #footer a:visited
{	text-decoration: none;	color: #8f0000;}
#footer a:hover
{	text-decoration: underline;}



/* ---------- calendar ----------- */
/* calendar container... styles for the calendar itself are in calendar.css */
#cal
{ 	margin: 0px 0px; }


/* ---------- downloads section ----------- */
#downloads
{ 	border-top: 1px solid #ccc; margin-top: 10px;}

#downloads h1
{	font-size: 14px; color: #666; }

#downloads a
{	color: #666; }

#downloads .download
{	margin-bottom: 10px; }


/* --------- photo gallery ---------- */
#photogallery table {
	width: 100%;
}

#photogallery table tr td {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

.photoGalleryCaption {
	font-style: italic;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 5px;
}

.photoGalleryImg {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.photoGalleryLargerLink {
	text-align: center;
	font-size: 11px;
}


/* ---------- search results page ---------- */
/* container for search results on results page */
#search_results
{ 	background: #fff; color: #000; padding: 10px;}
/* each search result */
.search_result
{ }


/* ---------- sitemap ---------- */
.sitemap
{ 	padding: 15px; font-size: 12px; font-weight: bold; }
.sitemap li
{ 	list-style: none; }
.sitemap a, .sitemap a:link, .sitemap a:active, .sitemap a:visited
{ 	text-decoration: none; }
.sitemap a:hover
{ 	text-decoration: underline; }
.sitemap .section
{ 	border: 1px solid #ccc; margin: 10px; padding: 10px; }
.sitemap .article
{ 	font-size: 10px; font-weight: normal; }



/* ---------- right bar ---------- */
#rightbar
{	margin: 0px; padding: 0px; width: 260px; background: #cde;}



/* top navigation with dropdowns */

#topnav {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
	font-weight: lighter;
	border-right: 1px solid #8C0000;
	border-left: 1px solid #8C0000;
	}

#topnav .sections { 
	position:relative;
	left:0px;
	top:0px;
	margin:0px;
	background: #8c0000;
	/* background: url(/images/uploaded/layout/nav_bg_default.gif);  */
	height:34px;
	padding-left: 85px;
	text-align: center;
}

#topnav .sections li.section { 
	position:relative;
	list-style:none; 
	float:left;
	padding:0px;
} 

#topnav .sections li.section a { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	float:left;
	margin:0px;
	line-height:34px;
	padding: 0px 7px 0px 7px;
	color:#fff;
}

#topnav .sections a.current {
	background: url(/art/currentbg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	}

#topnav .sections li.over, #topnav .sections li.section:hover {
	background: url(/art/hoverbg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	margin-left: -1px;
	margin-right: -1px;
	/* background: url(/images/uploaded/layout/nav_bg_hover.gif); */
}


#topnav .sections li.section ul { display:none; }
#topnav .sections li.section:hover ul, 
#topnav .sections li.over ul { display:block; }

#topnav .sections li.section ul { 
	position:absolute;
	top:33px;
	left:0px;
	padding:0px;
	margin:0px;
	border-top: 1px solid #666;
	width:178px;
}

#topnav .sections li.section ul li {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}

#topnav .sections li.section ul li a {
	color: #ffffff;
	background: #8C0000;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	line-height: 21px;
	margin:0px;
	padding:0px;	
	display:block;
	width:100%;
	height: 25px;
}


#topnav .sections li.section ul li a:hover {
	background: #340C0C;
}

/* footer navigation without dropdowns */

#footernav {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
	}
	
#footernav .sections { 
	position:relative;
	left:0px;
	top:0px;
	margin:0px;
	background: url(/art/navbg.jpg);
	background-repeat: repeat-x;
	/* background: url(/images/uploaded/layout/nav_bg_default.gif);  */
	height:34px;
	padding-left: 85px;
	text-align: center;
}

#footernav .sections li.section { 
	position:relative;
	list-style:none; 
	float:left;
	padding:0px;
} 

#footernav .sections li.section a { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	float:left;
	margin:0px;
	height:34px;
	line-height:34px;
	padding: 0px 6px 0px 6px;
	color:#fff;
}

#footernav .sections li.over, #footernav .sections li.section:hover {
	background: url(/art/hoverbg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	margin-left: -1px;
	margin-right: -1px;
	/* background: url(/images/uploaded/layout/nav_bg_hover.gif); */
}

/* ---------- submenu left navigation ---------- */

#submenu
{	width: 184px; margin: 0px; padding: 0px;}

#submenu h1
{
	color: #8f0000; 
	font-size: 24px;
	padding: 5px 5px; 
	margin: 0px;	
	background: #e2cfa6;
}
#submenu h1 a { 
	color: #8f0000; 
	height: 100%; 
	width: 100%; 
	display: block; 
	}

#submenu a
{	text-decoration: none; }

#submenu ul
{
	width: 100%; height: 100%;
	margin: 0px; padding: 0px;
	font-size: 12px;
	list-style: none;
}

#submenu li
{
	height: 100%;	
	margin: 0px; padding: 0px;
	display: inline;
}

#submenu li a
{
	display: block;
	text-decoration: none;
	padding: 5px 5px; margin: 0px; height: 100%;
	margin-left: 10px;
	margin-right: 20px;
	border-bottom: 1px solid #fff;
}

#submenu li a:link,
#submenu li a:visited
{	color: #39342a; }

#submenu li a:hover
{	background: #fff; color: #000; }

#submenu li a.current
{	background: #e2cfa6; color: #000;}

.subnav_cell {	
	background: #e2cfa6; 
	padding: 0px; 
	margin: 0px;
	border: 1px solid #979797;
}


/* image caption under headline image */
.imagecaption
{ text-align: right; padding: 2px 5px;font-style: italic;}

/* convenience style for stacking columns or other block elements to the left 
	ensure you clear:both after the columns for proper display */
.stackleft
{ float:left; }
/* specific styles for the setup site as examples on stacking columns */
/*  with this type of stack ensure you set a clear:both after the floated elements*/


#index .col1 { 
	width:570px; 
	}
	
#index .col2 { 
	width: 330px;
	}
	
#index .col3
{ width: 260px; background: #eee; }

.spacing {
	padding: 15px;
	}
	
.mainRock {
	background: url(/art/mainRock.jpg);
	background-repeat: no-repeat;
	height: 298px;
	width: 570px;
	}

.block2 {
	background: url(/art/block2col1.jpg);
	background-repeat: no-repeat;
	width: 570px;
	height: 255px;
	}
	
.contest {
	background: url(/art/generic_callout_bkg.gif);
	background-repeat: no-repeat;
	width: 330px;
	height: 185px;
	}
	
.c2r1 {
	background: url(/art/C2R1_bkg.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 350px;
	}

.c2r1 > div > div {
	margin: 0 20px;
}
	
.holiday {
	background: url(/art/holiday.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 165px;
	}
	
.video {
	background: url(/art/video.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 100px;
	}
	
.email {
	background: url(/art/email.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 103px;
	}
	
.headerText {
	color: #a8a8a8;
	}

.headerText a:link, .headerText a:visited, .headerText a:active {
	color: #a8a8a8;
	}

.headerText a:hover {
	text-decoration: none;
	}
