/*

************** This file contains Roost.com-specific styles.  *****************


	
	TABLE OF CONTENTS ---------------------------------------------------------------------------------------------------------------------

	Global Styles
		Typography
	Page Structure
		Header
		Content
			Subhead
			Main Content
				Rail
				Widget
		Footer

*/

/* GLOBAL ---------------------------------------------- */

body {
	color: #8a7662;
}


/* --------- GLOBAL: Typography */

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #8fc336;
}

a:hover, a:active {
	text-decoration: underline;
	color: #666;
}

p.btn a:link, p.btn a:visited {
	padding: 3px 10px;
	color: #fff;
	background: url(../images/bg_btn.png) repeat-x;
	border: solid 1px #5a9510;
}


/* PAGE STRUCTURE ---------------------------------------------- */

/* --------- PAGE STRUCTURE: Header */

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 169px;
}

/* --------- PAGE STRUCTURE: Content */

#content {
	background: url(../images/bg_content_btm.jpg) no-repeat 25px bottom;
	padding-bottom: 5px;
}

/* --------- PAGE STRUCTURE: Content || Subhead */

#subhead {
	background: url(../images/bg_content_top.jpg) no-repeat 25px bottom;
}


/* --------- PAGE STRUCTURE: Content || Main Content */

#content_main {
	background: url(../images/bg_content_rpt.jpg) repeat-x;
	border: solid #8fc336;
	border-width: 0 1px 0 1px;
	margin: 0 10px 0 25px;
	min-height: 610px;
	width: 917px;
}

/* --------- PAGE STRUCTURE: Content || Main Content: Rail */

#rail {
	width: 290px;
	margin-bottom: 0;
}

#rail hr {
	border: solid #8fc336;
	border-width: 0 0 2px 0;
}

/* --------- PAGE STRUCTURE: Content || Main Content: Widget */

#widget {
	margin-bottom: 0;
	border: solid 1px #8bb3db;
}

/* --------- PAGE STRUCTURE: Footer */

#footer {
	border-top: solid 5px #a18774;
	margin-top: 1em;
	background: #efefef;
}

