/*
THEME NAME: RP-Home
THEME URI: http://recruitingpool.com
DESCRIPTION: home
VERSION: 0.1
AUTHOR: Jamison Geisler
Template: thematic
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background:#b8b8b8 url(images/body_bg.jpg) top left repeat-x;
	margin:0;
	padding:0;
}
#content_bg {
	background:url(images/wrapper_bg.png) 0px 200px repeat-y;
	width:1042px;
	margin:0 auto;
}
#header {
	background:url(images/header_bg.png) top left no-repeat;
	width:1042px;
	height: 182px;
	margin:0 auto;
}
#ad_728 {
	float:right;
	width:728px;
	height:90px;
	margin:-148px 20px 0 0;
	/*border:1px solid white;*/
}
#branding {
	width:auto;
	margin:0;
	padding:10px 0 0 9px;
}
#blog-title {
	float:left;
}
#blog-title a {
	background:url(images/logo.png) no-repeat top center;
	display:block;
	text-indent:-9000px;
	width: 325px;
	height: 150px;
	padding:0;
	margin:0;
}
#blog-description {
	text-indent:-9000px;
	height:0px;
}
#access, .sf-menu, .menu ul li a {
	display:none;
}
#container {
	display:none!important;
}
#main {
	padding:12px 21px;
	margin:0;
	width:auto;
}
#join {
	background:url(images/join_bg.png) top left no-repeat;
	width:362px;
	height:254px;
	float:left;
}
	#join h2 {
		text-indent:-9999px;
		background:url(images/h_join.png) top left no-repeat;
		width:322px;
		height:23px;
		margin:16px auto 10px auto;
	}
	#join div.text {
		padding:0 20px;
		font-size:.8em;
		line-height:1.3em;
	}
	#btn_join {
		margin:10px auto 0 auto;
		width:323px;
	}
#buttons {
	margin:0 9px 0 16px;
	width:312px;
	float:left;
}
	#buttons img {
		margin:0 0 10px 0;
		border-width:0;
	}
#ad_300 {
	float:left;
	width:300px;
	height:250px;
	background:#fff;
}	
#links_btm {
	clear:both;
	width:100%;
	height:27px;
	padding:20px 0 0 0;
}
	#links_btm a {
		margin:0 80px;
	}
	#links_btm a.first {
		margin:0 80px 0 28px;
	}
	#links_btm a.last {
		margin:0 28px 0 80px;
	}
#footer {
	background:url(images/footer_bg.png) top left no-repeat;
	margin:0 auto;
	width:1042px;
	border-width:0px;
	padding:20px 0 0 0;
}
