/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

input[type="checkbox"] {cursor:pointer;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

html {
	background: url(/images/body.jpg);

}

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {
	font: 13px Helmet, Freesans, sans-serif;
	background: url(/images/greenBar.png) repeat-x;
	font-size: 12px;
}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

#wrapper {
	width: 930px;
	margin: 0 auto;
	xbackground: rgba(0,0,0,0.125);
}

#main {
	background: #fff;
	width: 910px;
	margin: 0 auto;
	position: relative;
	min-height: 400px;
	z-index: 10;
	margin-top: 40px;
	margin-bottom: 50px;
}

#mainBackgroundTop {
	position: absolute;
	top: -30px;
	left: -10px;
	height: 280px;
	background: rgba(0,0,0,0.125);
	background: url(/images/main-top.png) no-repeat top center;
	width: 930px;
	z-index: 20;
}

#mainBackgroundBottom {
	position: absolute;
	bottom: -50px;
	left: -11px;
	height: 280px;
	background: url(/images/main-bottom.png) no-repeat bottom center;
	width: 930px;
	z-index: 20;
}

#mainInner {
	position: relative;
	z-index: 50;
	overflow: hidden;
	
}

#homeSlider {
	position: relative;
	top: -71px;
	height: 405px;
}

#sidebar {
	width: 200px;
	float: left;
	padding: 10px
}

#content {
	float: right;
	width: 590px;
	padding: 10px 40px;
	border-left: 1px solid #c2c3c5;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Typography
=========================================*/ 
/*
table{
	width: 100%;
	border: 1px solid #adb185;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-top: 5px
}
*/
table .noborder 
{
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius:0px;
}
/*
tr {
	border-bottom: 1px solid #adb185;
}
*//*
tbody tr.odd {
	background: #f1f2ea;
}

thead tr {
	background: #d6d9b6;
}
*/
td, th {
	padding: 4px 5px;
}

th {
	text-align: left;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #7b8535;
}

h1, h2 {
	font-family: Georgia;
	font-weight: normal;
	color: #7b8535;
}

h1 {
	font-size: 1.75em;
	margin-bottom: 0.5em;
}

.tradeMark {
	font-size: 0.75em;
	position: relative;
	top: -0.3em;
}

/* Forms
=========================================*/ 

.label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
}

.newPost textarea, 
.newPost input[type=text] ,
.newPost input[type=password] {
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}

.newPost textarea {
	height: 200px;
}

.newPost input[type=checkbox] {
	margin-right: 4px;
}

label.checkbox {
    float:left;
    padding:4px;
    width:188px;
}

.checkLabel ,
.checkLabel label {
	padding-right: 10px;
}

th.comment {
	width: 50%;
}

input, select {
}

input[type=checkbox]{
	margin-bottom: 0;
	margin-right: 4px;
}

input[type=submit] {
	margin-top: 10px;
}

.tableFilter input[type=submit] {
	margin-top: 0;
}

.tableFilter {
	margin-bottom: 10px;
}

.siteSelector {
    margin-bottom: 10px;
}

.siteSelector td {    
    vertical-align: bottom;
    padding-right: 15px;
    
}

.siteSelector td label { 
    line-height: 5px;
    position:relative;
    top: 3px;
}


.radioBtnCats label {
    margin-left: 3px;
}

/* Header
=========================================*/ 

header {
	position: relative;
	z-index: 200;
}

header nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-nav {
	xwidth: 800px;
	height: 28px;
	position: absolute;
	top: 65px;
	right: 0;
	list-style: none;
	padding: 0;
	border-right: none;
	display: inline-block;
	zoom: 1; /* For IE 7 */
	*display: inline; /* This too :( */
	overflow: visible;
}

.main-nav .main-nav-item {
	float: left;
	background: #7b8535;
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

.main-nav .current, .main-nav .main-nav-item:hover {
	height: 36px;
}

.main-nav a.main-nav-tab {
	height: 14px;
	padding: 7px 10px;
	display: block;
	text-align: center;
	color: #000;
	font-family: Georgia;
	text-decoration: none;
	font-size: 11px;
	border: 1px solid #A4A5A8;
	border-right: none;
	text-transform: uppercase;
	position: relative;
	background: url(/images/nav-bg.png) repeat-x;
	xbackground: rgba(0,0,0,0.125);
	-webkit-box-shadow: 0px 1px 2px 0px #7a7a7a;
	-moz-box-shadow: 0px 1px 2px 0px #7a7a7a;
	box-shadow: 0px 1px 2px 0px #7a7a7a;

}


a.main-nav-tab:hover {
}
.main-nav .main-nav-item:last-child .main-nav-tab {
	xborder: none;
}

#dashboard { 
	text-align: right;
	padding: 4px;
	overflow: hidden;
	font-size: 12px;
}

#dashboard ul {
	padding: 0;
	margin: 0;
}

#dashboard li {
	display: inline;
	line-height: 1em;
	color: #fff;
	bxorder: 1px solid black;
	margin: 0;
	xfloat: left;
}

#dashboard li:first-child:after {
	content: "|";
}

#dashboard li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 10px 0 10px;
	font-weight: bold;
}

#dashboard input {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #fff;
	padding: 3px;
	text-align: center;
}

#logo {
	display: inline-block;
	margin: 15px 10px;
}

ul.submenu {
	position: absolute;
	border: 1px solid #C5C6C5;
	background: #fff;
	z-index: 5000;
	overflow: hidden;
	display: none;
	top: 35px;
	left: 0;
	padding: 0 10px;
	width: 300px;
}

nav ul li:hover ul.submenu {
	display: block;
}

ul.submenu a {
	color: #000;
	font-weight: bold;
}

nav ul.submenu ul {
	padding-bottom: 0;
}

ul.submenu li {
	float: none;
}

ul.submenu li.group {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #C5C6C5;
	margin: 10px 0;
}

ul.submenu li.last {
	border-right: none;
}
ul.submenu li a {
}

ul.submenu li.group li li a {
	font-weight: normal;
	padding: 0;

}

li.heading > a{
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

li.heading {
	margin-top: 0.5em;
}

li.heading ul {
	margin-left: 1em;
	font-size: 0.8em;
	line-height: 1.8em;
}

.submenu a {
	text-decoration: none;
}

#highlight {
	height: 10px;
	width: 100%;
	background: #8B9413;
	position: absolute;
	top: 29px;
}

/* Sidebar
=========================================*/ 

#sidebar {
	padding-top: 13px;
}

#sidebar ul {
	padding: 7px 10px 10px 20px;
}

#sidebar li a {
	color: #7b8535;
	font-size: 1.75em;
	font-family: Georgia;
	text-transform: uppercase;
}

#sidebar li li a {
	color: #000;
	font-family: sans-serif;
	font-size: 15px;
	text-transform: none;
}

#sidebar li li {
	margin-bottom: 0.7em;
}

.category-selection {
    padding-left: 0;
}
.category-selection, .category-selection ul {
    list-style-type: none;
}

.category-selection ul li {
    padding: 0 0 0 20px;
}

.toggleCatChildren {
    font-size: 0.8em;
    text-decoration: none;
}

/* Non-Semantic classes
=========================================*/ 

.shadow {
	-webkit-box-shadow: 1px 1px 2px 0px #7a7a7a;
	-moz-box-shadow: 1px 1px 2px 0px #7a7a7a;
	box-shadow: 1px 1px 2px 0px #7a7a7a;

}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}

