/*  
Theme Name: Nitro Paintball
Description: Widget ready
Version: 1.0
Author: Nick Maresco
Author URI: http://www.page1ink.net/
*/


body {
	background-image: url(images/camo.png);
	background-position: left top;
	
	color: #404040;
	
	font-family: Calibri, Arial, sans-serif;
	font-size: 12px;
	
	text-align: left;
	
	padding: 0px;
	margin: 0px;
}

div#container {
	background-image: url(headers/3.jpg);
	background-repeat: no-repeat;
	background-position: left 33px;
	
	width: 900px;
	
	margin: 0px auto;

	border: 1px solid black;
}

form {
	padding: 0px;
	margin: 0px;
}

fieldset {
	padding: 0px;
	margin: 0px;
	
	border: none;
}

input, textarea, select {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

/*HEADERS*/

h1, h2, h3 {
	color: #212121;
	
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
}

h2, h3 {
	font-weight: normal;
}

.widgettitle {
	font-family: Impact, sans-serif;
}

h1, div#latest-posts h2.title {
	font-size: 2.4em;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
	
	margin-top: 15px;
}

#recent-posts .post h2.title {
	margin-bottom: 0px;
}

#latest-posts h3 {
	margin: 0px 0 0px 0;
}

/*TEXT*/
p {
	line-height: 1.4em;
	
	margin: .5em 0em;
}

p.caption {
	font-size: .9em;
	font-style: oblique;
}

.blockbg {
	background: #d9d785;
}

strong {
	color: black;
}

blockquote {
	background: url(images/quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	color: #3d3d3d;
	
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	
	padding: 0px 20px 0px 30px;
	margin: 0px 0px 0px 15px;
}

ul, ol { margin: 6px 0 6px 25px; }
#recent-posts ul, #latest-posts ul { margin-left: -10px; }

ul.extraspace { }

ul.extraspace li {
	margin-top: 6px;
}

div.entry ul li {
	line-height: 16px;
	
	margin-bottom: 4px;
}

ol#rules {
	width: 600px;
	margin-left: 30px;
}

ol#rules li {
	margin: 6px 0px;
}

ol#rules li:first-line {
	color: #ec1c24;
	
	font-weight: bold;
}

a, h1.title a:hover {
	color: #c81823;
}

h1.title a {
	color: #993333;
}

a:hover {
	color: #ec1c24;
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	
	margin: 0px 15px 0px 0px;
	
	border: #d9d785 1px dashed;
}

img.right {
	float: right;
	
	margin: 0px 0px 0px 15px;
	
	border: #d9d785 1px dashed;
}

.text1 {
	color: #FFFFFF;
	
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-size: 30px;
	
	padding: 90px 20px 0px 30px;
	margin: 0px 0px 0px 15px;
}

div#photos {
	width: 505px;
	float: left;
}

div#photos h2 {
	
}

div#videos {
	background-color: #333333;
	
	color: white;
	
	float: right;	
	
	padding: 4px;
	
	border: 1px solid #999999;
}

div#videos h3, div#videos h2 {
	color: white;
}

.centertext {
	text-align: center;
}

/* Header */

#header {
	letter-spacing: -1px;
	
	width: 900px;
	
	margin: 0px auto;
}


#headerbg {
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 900px;
	height: 209px;

	clear: both;

	margin: 20px auto 0px auto;
}

#waiverbar {
	background-color: #ffffbb;
	
	color: black;
	
	width: 900px;
	height: 16px;
	
	padding: 3px 0px 5px 0px;

	margin: 0px auto;
	
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#waiverbar p {
	margin: 0px;
	padding: 0px 15px;
	
	line-height: 17px
}

/* Logo */

#logo {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	height: 87px;
}

#logo h1, #logo h2, #logo p {
	display: none;
}

/* Menu */

#menu {
	float: right;
	
	margin: -10px 0px -30px 0px;
}

#menu ul {
	list-style: none;

	margin: 0px;
}

#menu li {
	display: inline;
}

#menu a {
	color: white;
	
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 15px;
	
	text-decoration: none;
	text-align: center;
	letter-spacing: .4px;
	
	display: block;
	float: left;
	
	padding: 30px 20px 0px 20px;
}

#menu a:hover, #menu li.page_item a:active {
	background: url(images/splat_orange.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu .current_page_item a {
	background: url(images/splat_red.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Page */

#page {
	background: #f0f0f0 url(images/graylinebg.gif) repeat-y center top;
	
	width: 900px;
	
	padding-top: 20px;
	margin: 0px auto;
	border-top: 1px solid black;
}

.topborder {
	border-top: 1px solid black;
}

#content {
	padding: 0px 20px;
	font-size: 16px;
}

#content h2 {
	margin-bottom: 0px;
}

#latest-posts {
	font-size: 16px;

	line-height: 25px;

	width: 668px;
}

#recent-posts {
	font-size: 12px;
	
	line-height: 25px;
	
	padding: 0px 15px 20px 15px;
}

#rightbar {
	width: 151px;
	
	float: right;

	border-left: 1px #9c9c9c black;
}

#rightbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.post .title {
	margin: 0px;
	float: left;
}

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

.post .meta {
	color: #505050;

	font-size: 10px;

	line-height: normal;
	text-align: right;
	
	float: right;
	
	margin: 0px;
}

.post .meta .avatar {
	float: right;
}

.post .meta p {
	margin: 0px;
}

.post .meta a {
	color: black;
}

.post .title-meta {
	min-height: 34px;
	margin-bottom: 4px;
}

.post .entry {
	padding-bottom: 5px;
	margin-bottom: 20px;
	
	border-bottom: #9c9c9c 1px dashed;
	
	clear: left;
}

/* Sidebar */

#sidebar {
	background-color: black;

	color: #cccccc;
	
	width: 900px;
	
	clear: both;
	
	padding: 10px 0px 0px 0px;
}

#sidebar ul {
	list-style: none;
	
	padding: 0px;
	margin: 0px;
}

#sidebar li {
	width: 187px;
	
	display: block;
	float: left;
	
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	background-image: url(images/li-white.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	
	line-height: 20px;
	
	width: auto;
	
	display: list-item;
	float: none;
	
	padding: 0px 0px 0px 10px;
}

#sidebar h2 {
	color: white;
	
	margin: 0px 0px 10px 0px;
}

#sidebar a {
	color: #cccccc;
	
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar a.showunderline {
	text-decoration: underline;
}

/* Tables */

table {
	width: 300px;
	
	border: 1px solid black;
	border-collapse: collapse;	
}

table tr {
	border: 1px solid black;
}

table td {
	padding: 2px;
}

table caption {
	font-weight: normal;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14pt;
	text-align: left;
	margin: 0;
	padding: 12px 0 0 0;
}

table .dark {
	background-color: #f1f1f1;
}

table .ra {
	text-align: right;
	vertical-align: top;
}

.nb {
	border: none;
}
	
/* Footer */

#footer {
	background-image: url(images/camo_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	color: #c5c5c5;
	
	font-size: 11px;
	
	width: 900px;
	height: 50px;
	
	margin: 0px auto;
}

#footer p {
	margin: 0px;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: black;
}

#legal {
	float: left;
}

#contact {
	color: white;
	
	text-align: right;
	
	float: right;
}

.alignright {
	float: right;
	
	padding-right: 15px;
}

.alignleft {
	float: left;
	
	padding-left: 15px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.centercontent {
	text-align: center;
}

.navigation {
	padding-top: 20px;
}


/* WIDGET-SPECIFIC STYLES */

/*WeatherIcon*/
div#sidebar ul li#weathericon-1 li {
	background-image: url(images/li-white.gif);
	padding-left: 10px;
}
div#sidebar ul li#weathericon-1 li.wicon {
	background: none;
}

/*Gravitar Support*/
img.avatar {	
	margin: 0px 0px 0px 5px;
	border: 1px solid black;
}

/*CURRENT OFFER box for Deals & Specials page*/
.currentoffer {
	background-color: #ffffff;
	
	padding: 8px;
	margin: 4px;
	
	border: 1px dashed black;
}

.currentoffer strong {
	color: #ec1c24;
}

.currentoffer h2 {
	color: black;
}

/*EXPIRED OFFER for Deals & Specials page*/
.expired:after {
	content: " - Expired";
	color: #800000;
}

/*NEXTGen Gallery*/
h4 a.ngg-album-desc {
	font-size: 11px;
}

div.nggimg img {
	border: #333333 solid 3px;
	padding: 0px;
}

/*FACEBOOK GROUP button*/
a#facebook_button {
	margin: 15px auto;
	
	display: block;
}

/*SPLAT LINKS buttons*/
div#splatlinks {
	background-color: #151515;
	
	border-bottom: 1px solid black;
	
	padding: 24px 0px 0px 17px;
}

div#splatlinks ul#splatlinks_list {
	height: 132px;
	
	margin: auto 47px;
	padding: 0px;
	
	list-style-type: none;
}

ul#splatlinks_list li {
	display: inline;
}

ul#splatlinks_list li span {
	display: none;
}

ul#splatlinks_list li a {
	background-repeat: no-repeat;
	background-position: center left;
	
	width: 253px;
	height: 132px;

	display: block;
	float: left;
}

ul#splatlinks_list li.middle {
	margin: 0px 67px;
}

ul#splatlinks_list a.scenario { background-image: url(images/scenario_off.png); }
ul#splatlinks_list a.scenario:hover, ul#splatlinks_list a.scenario:active { background-image: url(images/scenario_on.png); }
ul#splatlinks_list a.parties { background-image: url(images/parties_off.png); }
ul#splatlinks_list a.parties:hover, ul#splatlinks_list a.parties:active { background-image: url(images/parties_on.png); }
ul#splatlinks_list a.paint { background-image: url(images/paint_off.png); }
ul#splatlinks_list a.paint:hover, ul#splatlinks_list a.paint:active { background-image: url(images/paint_on.png); }

/*MISC*/
.floatright { float: right; }
.floatleft { float: left; }
.imgborder { border: 2px solid #333333; }
img.floatright { margin: 0px 0px 6px 6px; }
.clear { clear: both; }
.ar { text-align: right; }
.al { text-align: left; }

/*TESTIMONIALS*/
.test-body {
	background: #ffffff;
	margin: 4px 0 4px 0;
	padding: 8px;
	border: 1px dashed #333333;
}

.test-author {
	font-style: oblique;
	font-size: 110%;
	text-align: right;
	margin-bottom: 12px;
}
