/*
	South Paw Style Sheet
*/

body{
	background: #bbbbbb url(../../img/bg_tile.png) top left repeat;
	background-attachment: fixed;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, 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: 740px;
/* 	padding: 15px 12px; */
	background: white;
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

#nav a{
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	padding: 15px 12px;
	background: url(../../img/nav_spacer.gif) center right no-repeat;
}

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

#nav li.last a{
	background: none;
}

#nav ul ul{
	position: absolute;
	background: white;
	margin: 0;
	display: none;
	padding: 10px 10px 0 10px;
	z-index: 1000;
	width: 175px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#nav ul ul li{
	border: 0;
	font-size: 12px;
	text-transform: none;
	float: left;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

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

/* -- Twitter -- */

#nav ul#twitter{
	float: left;
	width: auto;
}

#twitter a{
	background: none;
	letter-spacing: normal;
}

#nav ul#twitter li{
	border: 0;
	
}

#nav ul#twitter li ul{
	width: 200px;
	position: absolute;
	padding: 10px 10px 0 10px;
	background: white;
	margin: 0;
	display: none;
}

#nav ul#twitter li ul li{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e1e1e1;
	text-transform: none;
	font-size: 12px;
	float: left;
	clear: both;
	width: 100%;
}

#nav ul#twitter li ul li.last{
	padding: 0;
	border-bottom: 0;
	background: none;
}

/*

	Content

*/

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

#content_container{
	float: left;
	width: 715px;
	margin: 0 0 0 260px;
}

/* -- Post -- */

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

.post h2{
	font-size: 20px;
	text-transform: uppercase;
	color: #e45a88;
	float: left;
	margin: 12px 0 0 0;
	width: 650px;
}

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

.post_date{
	width: 60px;
	font-size: 18px;
	text-align: center;
	float: left;
}

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

.entry{
	float: left;
	clear: both;
	width: 700px;
	margin: 10px 0 0 8px;
}

.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: 14px;
	margin: 0 0 5px 25px;
	line-height: 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 12px;
	background: white;
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/* -- Comments -- */

.comments{
	padding: 15px 12px;
	background: white url(../../img/comments_bg.png) top left repeat-y;
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
}

ul.comment_nav{
	width: 150px;
	float: left;
	margin: 18px 0 0 0;
}

ul.comment_nav li{
	margin: 0 0 10px 0;
}

ul.comment_nav a{
	text-decoration: none;
}

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

ol.commentlist p{
	margin: 0;
}

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

.respond{
	background: white;
	padding: 15px 12px;
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
	display: none;
}

.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: 696px;
	padding: 8px;
}

.respond label{
	text-transform: uppercase;
}

.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;
}
.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;*/
}

/*

	Sidebar

*/

#sidebar{
	width: 250px;
	float: left;
	height: 100%;
	position: fixed;
}

/*

	Sponsors

*/

#sponsors{
	padding: 0 12px 15px 12px;;
	background: white;
	float: left;
	clear: both;
	width: 100%;
	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: 100%;
	margin: 10px 0 0 0;
	text-align: left;
	padding: 12px 12px;
	line-height: 21px;
}

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


/*

	Footer

*/

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

#footer p{
	margin: 0;
}