/*

************** 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: #000;
}


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

a:link, a:visited {
	text-decoration: none;
	color: #006aa4;
}

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

p.btn a:link, p.btn a:visited {
	color: #fff;
	background: url(../images/bg_btn.png) repeat-x;
	line-height: 20px;
	text-align: center;
	font-size: 1.1em;
	border: solid 1px #039;
	padding: .1em 1em;
}

h3 {
	color: #f60;
}


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

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

#header {
	background: url(../images/header.jpg) no-repeat left top;
	height: 101px;
	min-height: 50px;
}

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

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

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

#subhead {
	background: url(../images/bg_content_top.png) no-repeat 24px bottom;
	padding: 10px 25px 25px 45px;
}

#subhead h2 {
	color: #333;
	font-weight: bold;
	font-size: 3em;
}

#subhead h2.sub {
	font-weight: normal;
	font-size: 2.4em;
	font-style: oblique;
}

#ad-top {
float:right;
}



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

#content_main {
	border: solid #8ab3db;
	border-width: 0 1px 0 1px;
	margin: 0 10px 0 25px;
	min-height: 650px;
	background: #fff url(../images/bg_content_rpt.png) repeat-x;
	width: 916px;
	font-size: 1em;
}

#content_main h3 {
	font-size: 1.8em;
}

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

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

#rail li {
	padding-bottom: .75em;
}

#rail hr {
	border: solid #fff;
	border-width: 0;
}

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

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

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

#footer {
	border-top: solid 5px #f60;
	color: #333;
	margin-top: 1em;
	background: #efefef;
	font-size: .9em;
}

#footer h3 {
	color: #333;
}
