/*
	Clean Slate Style Sheet
*/

body{
	background: #bbbbbb url(../../img/bg_tile.png) top left repeat;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #444444;
}

p{
	line-height: 25px;
	margin: 0 0 15px 0;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

blockquote{
	float: left;
	clear: both;
}

/*

	Links

*/

a{
	text-decoration: none;
	color: #333333;
}

a:hover{
	color: #1eabb1;
}

/*

	Images

*/

img.alignleft{
	float: left;
	margin: 0 10px 10px 0;
}

img.alignright{
	float: right;
	margin: 0 0 10px 10px;
}

/*

	Headers

*/

h1{
	display: none;
}

h2.pagetitle{
	float: left;
	clear: both;
	width: 715px;
	padding: 15px 12px;
	background: white;
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	font-weight: bold;
}

/*

	Navigation

*/

#nav{
	float: left;
	clear: both;
	width: 950px;
/* 	padding: 15px 12px; */
	font-size: 14px;
	text-transform: uppercase;
	margin: 5px 0 0 5px;
}

#nav a{
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	padding: 15px 16px;
}

#nav li{
	float: left;
/* 	border-right: 1px solid #696969; */
/* 	margin: 0 8px 0 0; */
}

#nav ul ul{
	width: 200px;
	position: absolute;
	padding: 10px 10px 0 10px;
	background: white;
	margin: 0px 0 0 -5px;
	display: none;
	z-index: 100;
	border: 3px double #333333;
}

#nav ul ul li{
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	text-transform: none;
	font-size: 12px;
	float: left;
	clear: both;
	width: 100%;
}

#nav ul ul li a{
	text-transform: none;
	padding: 0;
	background: none;
	color: #333;
}

/*

	Content

*/

#center{
	width: 960px;
	margin: 0 auto;
}

#content_container{
	float: left;
	clear: both;
	width: 960px;
	background: white;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border: 1px solid white;
	-moz-box-shadow: 0px 0px 5px #ccc;
 	-webkit-box-shadow: 0px 0px 5px #ccc;
  	box-shadow: 0px 0px 5px #ccc;

}

#content{
	width: 930px;
	padding: 0 15px;
	float: left;
	clear: both;
}

/* -- Slider -- */

#header_slider{
	float: left;
	clear: both;
/* 	position: relative; */
	height: 350px;
	width: 950px;
	margin: 0 0 0 5px;
}

#header_slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#header_slider span{
	display: none;
}

.nivoSlider {
	position: relative;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}

/* -- Sub Content -- */

#sub_content{
	float: left;
	clear: both;
	width: 100%;
	font-size: 12px;
	margin: 5px 0 0 0;
}

#sub_content li{
	width: 280px;
	float: left;
	border-right: 1px solid #e7e7e7;
	padding: 10px 15px;
	height: 100%;
}

#sub_content li.last{
	border: 0;
}

#sub_content h2{
	font-size: 14px;
	margin: -3px 0 7px 0;
}

#sub_content p{
	line-height: 18px;
}

/* -- Twitter -- */

#twitter p{
	margin: 0;
}

.follow_me{
	float: right;
	clear: both;
	text-decoration: none;
	margin: 0;
}

.follow_me a{
/* 	color: #1eabb1; */
	text-decoration: none;
}

/* -- Search -- */

#searchform input[type=text]{
	border: 1px solid #e7e7e7;
	font-size: 12px;
	padding: 8px 10px;
	width: 280px;
	margin: 0 0 5px 0;
}

input#searchsubmit{
	display: none;
}

.feeds{
	font-size: 10.5px;
	text-transform: uppercase;
}

.feeds a{
	text-decoration: none;
}

/* -- Post -- */

.post{
	padding: 15px 0;
	background: white;
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	width: 930px;
}

.post.skinny{
	width: 750px;
	clear: none;
}

.post h2{
	font-size: 24px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

.post h2 a{
	text-decoration: none;
}

.post_date{
	font-size: 12px;
	float: right;
	margin: 0;
}

.post_date span{
	font-size: 25px;
	width: 100%;
	margin-bottom: 0px;
	clear: both;
	float: left;
}

.entry{
	float: left;
	clear: both;
	width: 930px;
}

.post.skinny .entry{
	width: 750px;
}

.entry ul,
.entry ol{
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 15px 0;
}

.entry ul li,
.entry ol li{
	float: left;
	clear: both;
	width: 100%;
	font-size: 12px;
	margin: 0 0 5px 25px;
}

.entry ul li{
	list-style: disc;
}

.entry ol li{
	list-style: decimal;
}

.post-categories{
	border: 1px dashed #333;
	border-left: 0;
	border-right: 0;
	text-transform: uppercase;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
	clear: both;
	width: 100%;
	padding: 8px 0;
	margin: 14px 0 0 0;
}

.post-categories a{
	text-decoration: none;
	font-size: 12px;
}

/* -- Post Navigation -- */

.navigation{
	padding: 15px 0;
	background: white;
	float: left;
	clear: both;
	width: 930px;
	margin: 10px 0 0 0;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/* -- Comments -- */

.comments{
	float: left;
	clear: both;
	width: 930px;
	margin: 10px 0 0 0;
}

ul.comment_nav{
	width: 200px;
	float: left;
	border-right: 1px solid #696969;
	padding: 15px 0;
}

ul.comment_nav li{
	border-bottom: 1px solid #696969;
	padding: 10px 0;
}

ul.comment_nav li.last{
	border: 0;
}

ul.comment_nav a{
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

ol.commentlist{
	height: 133px;
	width: 715px;
	overflow: auto;
	float: right;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

ol.commentlist p{
	margin: 0;
}

ol.commentlist p span{
	text-transform: uppercase;	
}

ol.commentlist p small{
	font-size: 10px;
	color: #888;
}

.respond{
	background: white;
	padding: 15px;
	float: left;
	clear: both;
	width: 895px;
	margin: 10px 0 0 0;
	display: none;
	border: 3px double #595959;
}

.respond input,
.respond textarea{
	border: 1px solid #e4e4e4;
	font-size: 14px;
	padding: 4px 6px 4px 6px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #666;
}

.respond textarea{
	width: 878px;
	padding: 8px;
}

.respond label{
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

.respond input#submit{
	float: right;
	clear: both;
}

ul.comment_fields{
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 14px 0;
}

ul.comment_fields li{
	float: left;
/* 	margin: 0 10px 0 0; */
	width: 33%;
}

ul.comment_fields li input{
	width: 151px;
}

.loading_overlay{
	float: left;
	clear: both;
	width: 715px;
	height: 315px;
	background: white url(../../img/comment_loader.gif) 50% 50% no-repeat;
	position: absolute;
	display: none;
}

p.comment_error{
	color: #D2747F;
	font-weight: bold;
}

/* -- Comments Scrollbar -- */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float: right;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #d1d2d1;
	width: 17px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #b4b4b5;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/*

	Sponsors

*/

#sponsors{
	background: white;
	float: left;
	clear: both;
	width: 930px;
	margin: 10px 0 0 0;
	text-align: center;
}

#sponsors h3{
	text-transform: uppercase;
	margin: 15px 0;
	float: left;
	clear: both;
	width: 100%;
}

/*

	Sticky

*/

#sticky{
	background: white;
	float: left;
	clear: both;
	width: 930px;
	margin: 10px 0 0 0;
	text-align: center;
	padding: 10px 0 10px 0;
}

#sticky .textwidget {
	padding: 10px 0 10px 0px;
	}

#sticky h3{
	text-transform: uppercase;
	margin: 15px 0;
	float: left;
	clear: both;
	width: 100%;
}

/*

	Sidebar

*/

#sidebar{
	width: 160px;
	background: white;
	margin: 18px 0 0 0;
}

#sidebar.right{
	float: right;
}

#sidebar.left{
	float: left;
	margin-right: 20px;
}

#sidebar h3{
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
}

#sidebar ul{
	padding: 0 0 0 10px;
}

#sidebar ul li{
	margin: 0 0 8px 0;
	line-height: 16px;
}

/*

	Footer

*/

#footer{
	float: left;
	clear: both;
	width: 100%;
	margin: 14px 0 0 0;
	text-align: center;
}

#footer p{
	margin: 0;
}
