/*  
Theme Name: Scrubya
Theme URI: http://scrubya.com
Description: Supplemental design
Version: 2.0
Author: Jeremiah Cohick
Author URI: http://jeremiahlee.com
*/

.accessibility {
	display: none;
}
.floatLeft {
	float: left;
	margin: 0 10px 0 0;
}
.floatRight {
	float: right;
	margin: 0 0 0 10px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
a img {
	border: none;
}

body {
	background-image: url("/wp-content/themes/scrubya2/images/bg_top.png");
	background-repeat: repeat-x;
	background-color: #FCFCFC;
}
a:link, a:active {
	color: #01b0f0;
}
a:visited {
	color: #01b0f0;
}

h1 {
	margin: 5px 0 0 0;
	padding: 0;
}
h1 a {
	display: block;
	background-image: url("/wp-content/themes/scrubya2/images/h1_logo.png");
	width: 250px;
	height: 75px;
	text-indent: -9999px;
	float: left;
}
#header {
	clear: both;
	height: 90px;
	margin-bottom: 18px;
}
#header ul, #header li {
	list-style-type: none;
}
#header ul {
	float: right;
}
#header li {
	float: left;
	width: 6em;
	margin-left: 1em;
	text-align: center;	
}
#header li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #ff358b;	
	height: 6em;
	line-height: 6em;
}
#header li a:hover {
	background-color: #f3fadd;
}
#header li a.currentPageSection, #header li a.currentPageSection:hover {
	background-color: #aeee00;
	color: #FFF;
}

h2.header {
	text-indent: -9999px;
	background-color: #000;
}
h2.header a {
	display: block;
	width: 830px;
	height: 220px;
}
h2.fma_terrorism {
	background-image:  url("/wp-content/themes/scrubya2/images/fma_terrorism.jpg");
}

#content h3 {
	color: #01b0f0;
}

.subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.subnav li {
	margin-bottom: 1px;
}
.subnav li a {
	font-weight: bold;
	color: #000;
	display: block;
	background-color: #f3fadd;
	padding: 3px;
}
.subnav li a:hover, .subnav li.current_page_item a {
	background-color: #aeee00;
}

em {
	background: none; 
}
.rush {
	text-align: center;
	padding: 18px;
	background-color: #f3fadd;
	font-weight: bold;
}
body {
	position: relative;
}
#buynow a {
	display: block;
	position: absolute;
	right: -40px;
	top: 70px;
	width: 125px;
	height: 125px;
	z-index: 100;
}
#fma {
	width: 830px;
	height: 220px;
	overflow: hidden;
	position: relative;
}
.fma {
	position: absolute;
	top: 0;
	left: 0;
}
#fma_nav {
	text-align: center;
}
#fma_nav a {
	text-decoration: none;
	color: #333;
}
.center {
	text-align: center;
	clear: both;
}

/*	Newsticker	*/
#newsticker {
	background: #ffffdf;
	position: relative;
	padding: 0;
	margin: 0;
	/* border: 1px solid #CCC; */
}
#newsticker div {
	width: auto;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}