/* Byte Studios - Recovery Wisconsin
Author: Rebecca Kemnitz
Date: 10.10.08    
Email: rebecca@bytestudios.com
*/


* {
	margin: 0;
	padding: 0;
}


/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 0;
}

h2 {
	font-family: Arial;
	font-weight: 100;
	color: #780c23;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 12px georgia, times;
  background-color:#201a18;
}

/* stops layout shit on centered content when moving from page with vertical scrollbar and one without */
html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
	background-color:#201a18;
}

.red {
	color:#6c0f1e;
}

.gallery_image {
	float: left;
	margin: 5px;
	padding: 0;
}

.gallery_image img{
	border: 3px #6c0f1e solid;
}


/* Button 
-----------------------------------------------------------------------------*/
.btn_medium {
	width: 100px;
	height: 36px;
	margin: 12px;
	background-image: url('/assets/images/submitbutton.jpg');
	font-size: 0px;
	border: none;
	border-top: none;
	border-style: none;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}


/* =Container
-----------------------------------------------------------------------------*/
#container {
	width:928px;
	margin:0 auto;
	padding:0 auto;
}
#container_mid {
	width:922px;
	background:#201a18 url(/assets/images/shad_bgvs1.jpg) repeat-y;
}
#container_inner {
	width:893px;
	/*background:#201a18 url(/assets/images/shad_bg.png) repeat 0 84px;*/
	background-image: url('/assets/images/bg-lc.jpg');
	background-position: left bottom;
	background-repeat: repeat-y;
	margin-left:34px;
}
#container_bot {
	width:928px;
	height:38px;
	background:#201a18 url(/assets/images/shad_bot_bg.png) repeat-x;
	position: relative;
	top:-13px;
}
#container_bot p {
	color:#68554b;
	display:block;
	float:right;
	position:relative;
	left:35px;
	margin-top:10px;
	text-transform: uppercase;
	font-size: 10px;
}
/* =header
-----------------------------------------------------------------------------*/

#header {
	float:left;
	width: 854px;
	border-left: 1px solid #2e0e0f;
	height:83px;
	background: url(/assets/images/bg_header.png) repeat-x;
	background-position: center;
}
#header #english {
	float:left;
	position:absolute;
	top:21px;
	margin-left:18px;
}
#header #main_nav {
	list-style:none;
	float:right;
	padding: 26px 43px 0 0;
}
#header #main_nav li {
	display:inline;
	float:left;
}
#header #main_nav li img {
	float:left;
}
#header #main_nav li img.plain {
	display:block;
}
#header #main_nav li.active img.plain {
	display:none;
}

#header #main_nav li.active, #header #main_nav li:hover {
	background-position:0 -37px;
}

#header #main_nav li img.backlit {
	display:none;
}
#header #main_nav li.active img.backlit {
	display:block;
}
#header #main_nav li img.active {
	display:block;
}
/* =footer
-----------------------------------------------------------------------------*/
#footer_top {
	float:left;
	background: url(/assets/images/footer_top.png) no-repeat;
	width:855px;
	background-position: center;
}
#footer_top.secondary {
	background: url(/assets/images/footer_top_alt.png) no-repeat;
}
#bottom_nav {
	float:left;
	width:855px;
	border-left:1px solid #331113;
	height:36px;
	background: #3e0c12 url(/assets/images/bg_bot_nav.png) repeat-x;
}
#footer #bottom_nav {
	width:854px;
}
#bottom_nav #bottom_nav_list {
	list-style: none;
	padding-left:18px;
}
#bottom_nav #bottom_nav_list li {
	list-style: none;
	display:inline;
	margin-right:11px;
}
#bottom_nav #bottom_nav_list li a {
	color:#ffe9d6;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 10px;
	font-weight:bold;
}
#footer {
	width:928px;
	height:36px;
}

/* =Top Nav
-----------------------------------------------------------------------------*/
#top_nav {
	width:854px;
	background-color:#4a0717;
	border-left: 1px solid #2f0f11;
	height:19px;
	text-align: right;
}
#top_nav ul {
	list-style:none;
}
#top_nav ul li {
	display:inline;
	margin-right: 17px;
	font: 10px georgia, times;
	font-stretch: extra-expanded;
}
#top_nav ul a {
	font-weight: bold;
	text-decoration: none;
	color:#cba288;
}

/* =Right Column
-----------------------------------------------------------------------------*/
#left_col {
	float:left;
	width:279px;
}
#left_col.secondary {
	width:292px;
}
#meet_staff {
	float:left;
	width:279px;
	height:486px;
}
#meet_staff img {
	/*position:absolute;*/
}
#meet_staff.secondary {
	height:456px;
	width:292px;
	margin: 0; 
	padding: 0;
}
#gallery_top {
	float:left;
	width:279px;
	height:38px;
	background: #5c0e1c url(/assets/images/bg_gal_top.png) no-repeat;
	border-left:1px solid #2d0e11;
}

.gallery_album {
	height: 66px;
	width: 251px;
	color: #ffebdd;
	line-height: 175%;
	padding-top: 2px;
	margin: 6px 6px 7px 18px;
	background-image: url('/assets/images/galleryalbumbg.jpg');
	background-repeat:  no-repeat;
	background-position: 0% 0%;
	font-variant: small-caps;
	vertical-align: middle;
}
.gallery_album span {
	font-variant: normal;
	font-size: 14px;
	text-transform: lowercase;
	font-style: italic;
}

.gallery_album a {
	font-size: 12px;
	text-decoration: none;
	color: #ffebdd;
	letter-spacing: 1px;
}

.gallery_album img {
	float: left;
	height: 60px;
	width: 60px;
	margin: 2px 10px 4px 4px;
}

#gallery_top.secondary {
	border-right:3px solid #601421;
	width: 279px;
}
#gallery_top img {
	float:left;
	margin:10px 0 0 23px;
}
#gallery_left {
	float:left;
	width:19px;
	height:114px;
	background:  #5c0e1c url(/assets/images/bg_gal_l.png) no-repeat;
	border-left: 1px solid #2d0e11;
}
#gallery {
	float:left;
	width:244px;
	height:114px;
	background-color:#4b0b17;
}
#gallery #box {
	float:left;
	width:244px;
	height:84px;
}
#gallery #box img.thumb {
	border:1px solid #3a1317;
	margin:4px 0 0 4px;
}
#gallery #bot {
	float:left;
	width:244px;
	height:30px;
	background: url(/assets/images/bg_gal.png);
}
#gallery #bot a {
	float:right;
	display: block;
	margin: 7px 1px 0 0;
	color: #ffe7d9;
	text-decoration: none;
	text-transform: uppercase;
}
#gallery_right {
	float:left;
	position:absolute;
	width:15px;
	height:114px;
	background: #5c0e1c url(/assets/images/bg_gal_r.png) no-repeat;
}
#left_col > #gallery_right {
	width:15px;
	position: relative;
}
#gallery_right.secondary {
	border-right:4px solid #601421;
	width:15px;
	position: relative;
}
#sepia {
	float:left;
	width:283;
	margin-bottom: 50px;
}

/* =Section image
-----------------------------------------------------------------------------*/
#section_image {
	float:left;
	width:570px;
	height:384px;
}
#section_image.secondary {
	height:230px;
	width: 564px;
}
#ribbon {
	display:block;
	position:relative;
	float:right;
	left:74px;
	top:-319px;
}
#ribbon.home {
	display:block;
	position:relative;
	float:right;
	left:87px;
	top:-445px;
} 

/* =Main nav
-----------------------------------------------------------------------------*/


/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

#main_content {
	float:left;
	width:576px;
	/* background: url(/assets/images/bg_main.png) repeat; */
	position: relative;
}
#main_content ul{
	list-style: none;
	border-top: 1px solid #ffc092;
	border-bottom: 1px solid #ffc092;
	margin: 8px 15px 12px 15px;
	height: 20px;
	font-size: 13px;
	vertical-align: middle;
}
#main_content ul li{
	display: block;
	float: left;
	padding: 0 6px 1px 4px;
}
#main_content ul li a{
	color: #780c23;
	text-transform: lowercase;
	font-variant: small-caps;
	text-decoration: none;
	font-size:14px;
}

#main_content p {
	padding: 0 0 0 15px;
	line-height: 160%;
	color: #261509;
}
#main_content p a {
	color: #890E2D;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#main_content p a:hover {
	text-decoration: underline;
}
#main_content .active {
	font-weight: bold;
}

/*#main_content img {
	padding: 8px 15px 8px 15px;
}*/
#main_content.secondary {
	/* background: url(/assets/images/bg_main_alt.png) repeat; */
	width:551px;
	padding-right: 12px;
}

#main_content.secondary ul {
	width:545px;
}


#main_content.secondary #left_shadow {
	float:left;
	width:563px;
	background: url(/assets/images/bg_main_shad.png) repeat-y;
}
#main_content.secondary #left_shadow #body_copy {
	float:left;
	width:520px;
	line-height:25px;
	font-size:14px;
	color:#000;
}
#main_content.secondary #left_shadow #body_copy .subhead {
	margin-bottom:3px;
}
#main_content #center_col {
	float:left;
	width:339px;
	height:241px;
	border-right: 2px solid #e4c0b1;
	background: url(/assets/images/bg_home_cntre.png) no-repeat;
	padding-top:13px;
}
#main_content #bucket_right_col {
	float:left;
	width:211px;
	background: url(/assets/images/bg_home_right.png) no-repeat;
	height:241px;
	padding-top:13px;
}
#main_content .bucket {
	margin-bottom:18px;
	line-height: 16px;
}
#main_content .bucket img {
	position:relative;
	padding: 0 0 0 20px;
	margin-top:-5px;
}
#main_content #center_col .bucket {
	width:300px;
}
#main_content #center_col .bucket p {
	line-height: normal;
	padding: 0 0 0 20px;
	margin: 0;
}
#main_content #bucket_right_col .bucket p {
	line-height: normal;
	padding: 0 0 0 20px;
	margin: 0;
}
#main_content #bucket_right_col .bucket {
	width:180px;
	margin-left: 0px;
}
#main_content.secondary p {
	margin-left: 3px;
}
.main_content_img {margin-left: 19px; margin-top: 10px;}

#main_content.secondary .press {
	background:#721721 url(/assets/images/bg_press.png) repeat-x;
	float:left;
	width:493px;
	height:267px;
	margin:10px 0 13px 33px;
	color:#ffd9c1;
	font-weight:normal;
}
#main_content.secondary .press_leftcol {float:left;margin:2px 2px 0 23px;width:148px;height:231px;border-right:1px solid #ffd9c1;position:relative}

#main_content.secondary .press_leftcol img {position:absolute;bottom:1px;}

#main_content.secondary .press_leftcol .magazine {font-size:13px;}

#main_content.secondary .press_rightcol {float:left;margin:2px 0 0 0;width:299px;height:231px;border-left:1px solid #ffd9c1;}

#main_content.secondary .press_rightcol a {text-decoration:none;color:#ffd9c1;}

#main_content.secondary .press_rightcol img.link {margin-left:185px;}

#main_content.secondary .press_rightcol .black_link {float:right;background-color:black;width:275px;height:17px;clear:both;padding:2px 0 0 8px;}


/* =Lightbox
-----------------------------------------------------------------------------*/

#lightbox{
	background-color:#f5e8df;
	padding: 10px;
	border-bottom: 2px solid #201a18;
	border-right: 2px solid #201a18;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; font-family: Arial; font-size: 11px; color: black; }
#keyboardMsg a { color: black; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/assets/js/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	


/* =Menu Items
-----------------------------------------------------------------------------*/

.menu_item_regular {
	width: 509px;
	padding: 0px 10px 10px 2px;
	margin: 0px 25px 0px 0px;
}

.menu_item_featured {
	width: 509px;
	height: 78px;
	padding: 8px 10px 8px 13px;
	margin: 0px 25px 8px 15px;
	background-image: url('/assets/images/featured.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.menu_item_featured p {
	color: #ffeee2 !important;	
	float: left;
	width: 350px;
}

.menu_item_regular p{
}

.menu_item_featured img, .menu_item_regular img {
	float: left;
	border: 1px solid #f0c3ad; 
} 

