/*  
Theme Name: Bear Claw Paintball
Theme URI: http://offthebreakdesigns.com/
Description: A paintball theme.
Version: 1
Author: Page 1 Ink.
Author URI: http://page1ink.net/
Tags: Grunge, 2-column, paintball
*/


/*
L A Y O U T
*/

html, body { height: 100%; }

body {
	background: #242424 url(images/bg-tile.png);
	font: normal 12px Arial, Helvetica, sans-serif; color:#121212;
}

#wrapper {
	border-left: 3px solid black;
	border-right: 3px solid black;
}

#header {
	height: 252px;
	background: black url(images/img-header.png) no-repeat left top;
}	
	#main-nav { }

#content-slider {
	border-top: 1px solid black;
	height: 232px;
}

#body-wrap { background: white url(images/bg-col.gif) repeat-y right top; }
	#body { background: url(images/img-bottom-grunge.png) no-repeat left top; }
		#leftcol {
			float: left;
			width: 612px;
			padding: 36px 36px 0 18px;
		}
		#rightcol {
			float: right;
			width: 270px;
			padding: 36px 14px 0 0;
		}

#bottom-bar {
	height: 179px;
	background: #444444 url(images/img-top-grunge.png) no-repeat left top;
	color: #e3e3d0;
	font-size: 13px;
	padding-top: 27px;
}
	#bottom-bar .col {
		width: 270px; height: 100%;
		float: left;
	}
	#bottom-bar .middle { background: white; width: 342px; margin: 0 36px; }

#footer {
	border-top: 2px solid #555555;
	padding-top: 14px;
	background: #222222;
}

.constrain-width {
	width: 954px;
	margin: 0 auto;
}

/*
S I D E B A R S
*/
#right-sidebar > li {
	min-height: 52px;
	margin-bottom: 18px; padding: 9px;
}
	#right-sidebar > li ul { margin: 0; padding: 0; }

#footer-sidebar > li {
	width: 270px; height: 100%;
	float: left;
	padding: 9px;
}
	#footer-sidebar > li:first-of-type { margin-right: 45px; }
	#footer-sidebar > li:last-of-type { margin-left: 45px; }
	#fotter-sidebar li > ul { margin: 0; }
	#footer-sidebar ul li { list-style-type: circle; margin: 0 0 6px 18px; }

/*
N A V I G A T I O N
*/

#header-nav ul {
	font-size: 18px;
	text-transform: lowercase;
	float: right;
}
	#header-nav ul li {
		display: inline;
		float: left;
		border-left: 1px solid black;
		border-bottom: 1px solid black;
	}
	#header-nav ul li a {
		display: block;
		width: 89px; height: 35px;
		line-height: 35px;
		text-decoration: none;
		text-align: center;
		color: black;
	}
	#header-nav ul li a:hover, #header-nav ul li a:active {
		color: #545454;		
		background: white;
	}
	
#main-nav ul {
	font: normal 24px Verdana, Geneva, sans-serif;
	float: right;
	height: 36px;
}
	#main-nav ul li {
		display: inline;
		float: left;
	}
	
	#main-nav ul li a {
		display: block;
		height: 36px;
		line-height: 36px;
		color: #e0e0e0;
		margin: 0 10px; padding: 0 9px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#main-nav ul li a:hover, #main-nav ul li a:active { color: white; }
/*
H E A D E R S
*/

#header h1 {
	float: left;
	width: 684px; height: 216px;
}
	#header h1 a {
		display: block;
		width: 100%; height: 100%;
	}

#header h2 {
	float: right;
	width: 270px; height: 180px;
}
	#header h2 a {
		display: block;
		width: 100%; height: 100%;
	}

h3 {
	font: bold 24px Verdana, Geneva, sans-serif; color: black;
	line-height: 36px;
}

h4 {
	font: bold 18px Verdana, Geneva, sans-serif; color: black;
	line-height: 18px;
	margin-bottom: 18px;
}
	#bottom-bar h4 { color: #e3e3e3; }
	#right-sidebar h4 { margin-bottom: 9px; }

/*
P O S T S
*/

.post {
	margin: 0 0 18px 9px;
	border-bottom: 1px dashed #c6c6c6;
}
	#leftcol div.post:last-child { border-bottom: 0; }
	.post p { font: 11pt normal "Trebuchet MS", Helvetica, sans-serif; }
	.meta { margin: 0 0 9px; }
		.meta p { margin-bottom: 0; }
		.meta img.avatar {
			width: 36px; height: 36px;
			float: left;
			margin-right: 9px;
			border: 1px solid #999999;
		}
	.post h3 {
		font: 36px "Arial Black", Gadget, sans-serif;
		line-height: 54px;
	}
		#leftcol .post h3 a { color: #333333; text-decoration: none; }
		#leftcol .post h3 a:hover, .post h3 a:active { color: black; }
		#leftcol div.post:first-child h3 a { color: #e51b22; }
		#leftcol div.post:first-child h3 a:hover, #leftcol div.post:first-child h3 a:active { color: #ed1c24; }
	.post ul {
		list-style-type: disc;
		margin-left: 20px;
	}
	.edit-link { float: right; }
		.edit-link a { background-color: yellow; display: block; padding: 8px; }
	
/*
C O N T E N T
*/

p {
	margin-bottom: 18px;
	line-height: 18px;
}

#footer p {
	font: 9px Arial, Helvetica, sans-serif; color: #e0e0e0;
	line-height: 9px;
	margin: 0 9px 18px;
}
	
b, strong { font-weight: bold; }
i, em { font-style: oblique; }

#body ul, #body ol { margin-bottom: 18px; }
	#body ul li, #body ol li { line-height: 18px; }

ol#rules { list-style-type: decimal; font-size: 14px; margin-left: 30px; }
	ol#rules li { margin: 6px 0px; }
	ol#rules li:first-line { color: #ec1c24; font-size: 15px; font-weight: bold; }

/*
L I N K S
*/

#body a:link { color: #e51b22; }
#body a:visited { color: #555555; text-decoration: none; }
#body a:hover, #body a:active { color: red; }

#bottom-bar a:link { color: #e3e3e3; }
#bottom-bar a:visited { color: #c6c6c6; text-decoration: none; }
#bottom-bar a:hover, #bottom-bar a:active {	color: white; }

#footer a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:active { color: red; }

ul#right-sidebar li.button {
	min-height: 0;
	margin-bottom: 0; padding: 0 15.5px;
}

ul#right-sidebar li.button a.btn_72, ul#right-sidebar li.button a.btn_150 {
	background: 0 0 no-repeat;
	display: block;
	text-indent: -10000px
}
	ul#right-sidebar li.button a.btn_150 { width: 239px; height: 150px; }
	ul#right-sidebar li.button a.btn_150:hover { background-position: 0 -150px; }
	ul#right-sidebar li.button a.btn_72 { width: 115; height: 72px; }
	ul#right-sidebar li.button a.btn_72:hover { background-position: 0 -72px; }
	
	ul#right-sidebar li.button a#btn_register { background-image: url(images/btn_register.png); }
	ul#right-sidebar li.button a#btn_twitter { background-image: url(images/btn_twitter-sm.png); }
	ul#right-sidebar li.button a#btn_facebook { background-image: url(images/btn_facebook-sm.png); }

	
/*
T A B L E S
*/
table {
	border: 1px solid #333333;
	border-collapse: collapse;
	width: 55%;
	font-size: 14px;
}
	table tr {
		border: 1px solid #333333;
	}
	table tr:nth-child(2n+1) {
		background-color: #f0f0f0;
	}
	table tr td, table tr th {
		padding: 3px;
	}
	table tr th {
		font-weight: bold;
		text-align: left;
	}
	table tr td {
		text-align: right;
	}

/*
W I D G E T S
*/

/* PBJunkie RSS */
#bottom-bar #footer-sidebar #rss-2 h4 a:last-child { float: left; margin-right: 18px; }
#bottom-bar #footer-sidebar #rss-2 ul li a { display: block; }
#bottom-bar #footer-sidebar #rss-2 ul li cite { font-style: oblique; color: #a3a390; }
#bottom-bar #footer-sidebar #rss-2 ul li cite:before { content: 'by '; }

/* WeatherIcon */
#rightcol #right-sidebar #weathericon-1 li { font-size: 13px; }
#rightcol #right-sidebar #weathericon-1 li:first-child  { float: left; margin: 0 6px 0 0; }
#rightcol #right-sidebar #weathericon-1 li b { font-size: 120%; }


/*
M I S C
*/

.al { text-align: left; }
.ar { text-align: right; }

.fr { float: right; }
.fl { float: left; }

.phark { text-indent: -10000px; }

.clearfix { display: inline-block; }
	.clearfix:after {
		content: " ";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	html[xmlns] .clearfix { display: block; }
	* html .clearfix { height: 1%; }
