/* @override http://obi-mcdonald-saints-computer.local/hobbsy/css/hobbsy.css */

html, body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	background: #d20e30 url(../images/bg_grad.png) repeat-y center top;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#main_content {
	float: left;
	width: 800px;
	background: #E6E6E6;
}
#header {
	float: left;
	width: 800px;
	height: 152px;
	background: url(../images/header.png) no-repeat;
}
#main_col {
	background: #fff;
	float: left;
	width: 600px;
	border-right: 1px solid #878787;
	font-size: 90%;
}
#right_col {
	float: left;
	width: 199px;
	background: #E6E6E6;
}
img {
	border: none;
}
a {
	color: #333;
}
a:hover {
	color: #d20e30;
}

/* Slider */
#content {
	padding-top: 10px;
	height: 400px;
	float: left;	
	width: 600px;
	overflow: hidden;
	display: block;
}
#content_inner {
	padding: 0;
	left: 0;
	float: left;
}
#frame {
	overflow: hidden;
	width: 600px;
	height: 400px;
	position: absolute;
}
.slider_img {
	float: left;
	width: 600px;
	margin: 0;
	display: none;
	padding: 0;
}
.slider_img img {
	border: solid 10px #bcbdc0;
	border-left: solid 15px #bcbdc0;
	border-right: solid 15px #bcbdc0;
	background: url(../images/spinner.gif) no-repeat 50% 50%;
}
.slider_img p {
	font-size: 0.8em;
	color: #333;
	padding-left: 40px;
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
	line-height: 1.5em;
}

/* Main Nav */
#logo {
	padding-left: 40px;
	padding-top: 36px;
	width: 50%;
	float: left;
}
#main_nav {
	padding-left: 32px;
	padding-top: 10px;
	width: 50%;
	float: left;
}

/* CSS Buttons */
button {
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 10px 0 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: auto;
}
button.rounded {
	background: transparent url(../images/btn_right2.png) no-repeat scroll right top;
	clear: left;
	font-size: 0.8em;
}
button span {
	display: block;
	padding: 0 0 0 10px;
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}
button.rounded span {
	background: transparent url(../images/btn_left2.png) no-repeat scroll left top;
	color: #FFFFFF;
}
button.rounded:hover, button.on {
	background-position: 100% -30px;
}
button.rounded:hover span, button.on span {
	background-position: 0% -30px;
}
button::-moz-focus-inner {
	border: none;
}

/* Main Date */
#main_date {
	font-size: 0.75em;
	font-weight: bold;
	height: 30px;
	float: right;
	width: 150px;
	color: #fff;
	padding-top: 60px;
}

/* Search field */
#searchform {
	margin: 0;
	width: 165px;
	float: right;
	clear: right;
	padding-top: 37px;
}
#searchfield {
	background: #d20e30;
	border: none;
	color: #fff;
	font-weight: bold;
	height: 20px;
	font-size: 0.8em;
	width: 150px;
}
.sf_inactive{
	border:2px #d20e30 solid;
	background:#d20e30;
	color:#fff;
}
.sf_active{
	border:2px #d20e30 solid;
	background:#fff;
	color:#000;
}
.sf_text{
	border:2px #d20e30 solid;
	background:#fff;
	color:#000;
}
.sf_suggestion{
	position:relative;
}
.sf_suggestion ul{
	position: absolute;
	margin: 0;
	padding: 0 2px;
	background: #d20e30;
	top: 0;
	left: 0;
	display: block;
}
.sf_suggestion li{
	margin:0;
	padding:0;
	list-style:none;
	line-height:180%;
}
.sf_suggestion li a{
	display:block;
	text-indent:5px;
	color:#fff;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}
.sf_suggestion li.selected a{
	background:#666666;
}

/* Home Content */
#home_content {

	float: left;
	padding: 0 20px 35px 40px;
}
#home_content h1 {
	font-size: 1.4em;
	font-style: italic;
	color: #d20e30;
	font-weight: bold;
}
#home_content h1 a {
	text-decoration: none;
}
#home_content h2 {
	font-size: 1em;
	color: #333;
	font-weight: bold;
	margin: 0;
}
#home_content p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0;
	margin-bottom: 1em;
	margin-top: 0.2em;
}
#home_content p img {
	margin: 5px 10px 20px 15px;
	border: 1px solid #ccc;
}
#home_content ul {
	padding: 0 0 0 50px;
	list-style-position: outside;
	line-height: 1.4em;
	list-style-image: url(../images/red_arrow.png);
	font-size: 0.9em;
}

/* Side Nav */
#side_nav_services {
	padding-left: 10px;
}
#side_nav_services div {
	width: 180px;
}
#side_nav_services a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #444;
	background: #ccc;
	width: 170px;
	padding: 5px 0 5px 10px;
	margin-bottom: 3px;
}
#side_nav_services a:hover, #side_nav_services a.on {
	font-weight: bold;
	background: #d20e30;
	color: #fff;
}
#side_nav_hobbsy {
	padding-left: 10px;
	list-style-position: inside;
	font-size: 0.75em;
	line-height: 1.7em;
	margin-top: 0;
	list-style-image: url(../images/red_arrow.png);
}
#right_col h3 {
	color: #333;
	text-transform: lowercase;
	padding-left: 10px;
	margin: 0 0 5px 0;
	font-size: 1em;
}
hr.grey_hr {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 180px;
	border: none;
	border-top: 1px solid #666;
}
.bold {
	font-weight: bold;
}

/* News */
#news_box {	
	border-top: 1px solid #878787;
	background: #fff url(../images/grad_news.gif) repeat-x;
	padding-left: 40px;
	float: left;
}
#news_box h2 {
	margin: 0;
	font-size: 1.05em;
	display: block;	
}
#news_box h2 a {
	text-decoration: none;
	color: #333;
}
#news_box h2 a:hover {
	text-decoration: underline;
	color: #d20e30;
}
#news_box h3.special {
	position: relative;
	top: -30px;
	width: 165px;
}
#news_box p {
	color: #333;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0.8em 0;	
}
#news_box p a {
	color: #333;
	font-weight: bold;
}
#news_box p a:hover {
	color: #d20e30;
	font-weight: bold;
}
#news_box .news_box_sub {
	float: left;
	width: 180px;
	background: url(../images/grad_news.gif) repeat-x;
	margin-right: 5px;
}
#news_box .news_box_sub ul {
	padding: 0 0 0 14px;
	list-style-position: outside;
	line-height: 1.1em;
	list-style-image: url(../images/red_arrow.png);
	margin: 4px 0 8px 0;
}
#news_box .news_box_sub ul li {
	margin-bottom: 6px;
}
#news_box .news_box_sub ul li a {
	font-size: 0.9em;
	text-decoration: none;
	color: #333;
}
#news_box .news_box_sub ul li a:hover {
	text-decoration: underline;

}
#news_main {
	padding-bottom: 20px;	
	padding-right: 15px;
}

/* CSS Titles */
#news_box h3, #story_content h3.title {
	border: 0 none;
	font-weight: bold;
	padding: 0 15px 0 0;
	text-align: left;
	height: 30px;
	line-height: 30px;
	width: auto;
	margin: 0;
}
#news_box h3.title, #story_content h3.title {
	background: transparent url(../images/title_right2.png) no-repeat scroll right top;
	clear: left;
	font-size: 1em;
}
#news_box h3 span, #story_content h3 span {
	display: block;
	padding: 0 0 0 14px;
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	text-transform: capitalize;
}
#news_box h3.title span, #story_content h3.title span  {
	background: transparent url(../images/title_left2.png) no-repeat scroll left top;
	color: #FFFFFF;
}
#news_box h3.title::-moz-focus-inner, #story_content h3.title::-moz-focus-inner {
	border: none;
}

/* Footer & Nav */
#footer {
	float: left;
	width: 800px;
	height: 110px;
	background: url(../images/footer.jpg);
}
#bottom_nav {
	float: left;
	padding-left: 80px;
}
#bottom_nav .nav_item {
	float: left;
	padding-left: 20px;
	padding-top: 40px;
}
#bottom_nav .nav_item_logo {
	float: left;
	padding-left: 30px;
	padding-top: 25px;
}
#bottom_nav .nav_item a {
	font-size: 0.8em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#bottom_nav .nav_item a:hover {
	font-size: 0.8em;
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}
#bottom_nav_sub {
	float: left;

	padding-left: 80px;
}
#bottom_nav_sub .nav_item {
	float: left;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 10px;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
}
#bottom_nav_sub .nav_item a {
	text-decoration: none;
	color: #333;
}
#bottom_nav_sub .nav_item a:hover {
	text-decoration: underline;
	color: #d20e30;
}
/* Story Content */
#story_content {
	float: left;
	padding: 0 20px 35px 40px;
	min-height: 600px;
}
#story_content h1 {
	font-size: 1.4em;
	font-style: italic;
	color: #d20e30;
	font-weight: bold;
	margin: 0 0 8px;
}
#story_content h1 a {
	text-decoration: none;
}
#story_content h2 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	margin: 0;
}
#story_content h3 {
	font-size: 0.95em;
	color: #333;
	font-weight: bold;
	margin: 0;
}
#story_content p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 0.8em;
	margin-top: 0.2em;
}
#story_content p img {
	padding-right: 20px;
}
#story_content ul {
	padding: 0 0 0 50px;
	list-style-position: outside;
	line-height: 1.4em;
	list-style-image: url(../images/red_arrow.png);
	font-size: 0.9em;
}
#story_content .postline {
	color: #666;
	font-style: italic;
	font-size: 0.9em;
}
#story_content #main_story {
	float: left;
}
#story_content #sub_story {
	padding-top: 20px;
	float: left;
	width: 250px;
}
#story_content #sub_story .story_item {
	border-top: 1px #ccc solid;
	padding: 10px 0;
}
#story_content #sub_story .postline {
	font-size: 0.9em;
}
#story_content #sub_story h2 {
	clear: right;
}
#story_content #sub_story h2 a {
	text-decoration: none;
}
#story_content #sub_story p {
	margin: 4px 0 8px 0;
	line-height: 1.3em;
}
#story_content #sub_story img {
	padding: 0 0 10px 10px;
}
#story_content #mini_story {
	float: left;
	width: 270px;
	padding-left: 20px;
	padding-top: 20px;
}
#story_content #mini_story h3 a {
	text-decoration: none;
}
#story_content #mini_story .story_item {
	margin-left: 15px;
	display: list-item;
	list-style-image: url(../images/red_arrow.png);
	list-style-position: outside;
	padding-top: 8px;
	border-bottom: 1px #ccc solid;
}
#story_content #mini_story p {
	line-height: 1.3em;
}
#story_content #mini_story p.read_more {
	padding: 5px 0 0 15px;
}
#story_content #links {
	width: 300px;
}
#contact_content {
	padding-left: 20px;
	height: 640px;
}
#contact_content h1 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	color: #d20e30;
	font-weight: bold;
	width: 500px;
}
#contact_content h2 {
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	margin: 0;
}
#contact_content p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0;
	margin-bottom: 1em;
	margin-top: 0.2em;
	width: 500px;
}
.warning {
	font-weight: bold;
	color: #d20e30;
	font-style: italic;
	font-size: 1.1em;
}
#contact_content form, #contact_content table {
	width: 300px;
}
#links {
	float: left;
	padding-top: 20px;
}
#links ul, #archive_content ul {
	padding: 0 0 0 30px;
	list-style-position: outside;
	line-height: 1.4em;
	list-style-image: url(../images/red_arrow.png);
	font-size: 0.9em;
}
#currentcomments {
	clear: both;
	float: left;
}
#submitcomment {
	float: left;
	clear: both;
}
#archive_content {
	float: left;
	padding: 0 20px 35px 40px;
	min-height: 600px;
}
#archive_content h1 {
	font-size: 1.5em;
	font-style: italic;
	color: #d20e30;
	font-weight: bold;
}
#archive_content h2 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
}
#archive_content h3 {
	font-size: 0.95em;
	color: #333;
	font-weight: bold;
	margin: 0;
}
#archive_content p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 1em;
	margin-top: 1em;
}

#archive_content .postline {
	color: #666;
	font-style: italic;
	font-size: 0.9em;
}
#search_content {
	float: left;
	padding: 0 20px 35px 40px;
	min-height: 600px;
}
#search_content h1 {
	font-size: 1.5em;
	font-style: italic;
	color: #d20e30;
	font-weight: bold;
}
#search_content h2 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
}
#archive_content h3 {
	font-size: 0.95em;
	color: #333;
	font-weight: bold;
	margin: 0;
}
#search_content p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 1em;
	margin-top: 1em;
}
#search_content .postline {
	color: #666;
	font-style: italic;
	font-size: 0.9em;
}
