/*
Theme Name: AlanShatter.com
Theme URI: http://alanshatter.com/
Description: The default WordPress theme based for the alanshatter.com website.
Version: 1.0
Author: Juan Cullen
Author URI: http://juancullen.com/
Tags: 

*/

/* ==== GENERAL ==== */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	text-align: center;
}

html {
	background-color: #fff;
}

img {
	border: 0;
	display: block;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	font-size: 12px;
}

p, li, dd, dt, a, label, address {
	font-size: 12px;
	line-height: 140%;
	font-style: normal;
	color: #333333;
}

p, ul, ol, dl, address {
	margin-bottom: 20px;
}

ul, ol {
	margin-left: 15px;
	padding-left: 15px;
}

ul li ul, ul li ol, ol li ul, ol li ol {
	margin-bottom: 0px;
}

h1 {
	position: absolute;
	top: 40px;
	left: 200px;
	margin: 0;
	padding: 0;
}

h2 {
	margin-bottom: 15px;
	padding-bottom: 4px;
	font-size: 22px;
	color: #002158;
	border-bottom: 2px solid #89BB29;
	text-decoration: none;
}

h2 a, h2 a:hover {
	font-size: 22px;
	color: #002158;
	text-decoration: none;
}

h3 {
	font-size: 18px;
	color: #002158;
	font-weight: normal;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #89BB29;
	text-decoration: none;
}

h3 a, h3 a:hover {
	font-size: 18px;
	color: #002158;
	text-decoration: none;
}

h4 {
	font-size: 22px;
	color: #002158;
	font-weight: bold;
	margin-bottom: 10px;
}

h5 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

a  {
	color: #006699;
	text-decoration: underline;
	font-weight: normal;
}

a:hover  {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

option  {
	padding-right: 5px;
}

select, option, input, textarea {
	font-size: 12px;
	z-index: -1;
}

fieldset {
	border: 0;
	margin-bottom: 20px;
}





.wrapper {
	margin: 10px auto;
	width: 900px;
	text-align: left;
}


.header {
	height: 120px;
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
	background-image:url(images/header.jpg);
	margin-bottom: 20px;
}

.clearing {
	clear: both;
	font-size: 0;
	height: 0;
}



.menu {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.menu li {
	margin: 0 0 1px 0px;
	padding: 0 0 0 10px;
	list-style: 0;
	line-height: 26px;
	background-color: #89BB29;
	background-image: url(images/bullet_green.gif);
	background-repeat: no-repeat;
}

.menu li.active {
	background-color: #228532;
}

.menu li a {
	margin: 0;
	padding: 0 0 0 8px;
	list-style: 0;
	width: 180px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
}

.menu li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.left_col {
	width: 180px;
	margin-right: 20px;
	float: left;
}

.center_col {
	width: 480px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

.right_col {
	width: 200px;
	float: left;
	overflow: hidden;
}

.search_box {
	background-color: #002158;
	padding: 10px;
	margin-bottom: 20px;
	zoom: 1;
}

.search_input {
	width: 124px; /* 130 */
	height: 16px; /* 22 */
	border: 0px;
	float: left;
	padding: 3px 3px;
}

.search_button {
	float: left;
}

.border_box {
	border: 2px solid #89BB29;
	padding: 10px;
	margin-bottom: 20px;
}

.qlinks {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.qlinks li {
	background-image: url(images/bullet_navy.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	margin-bottom: 5px;
}

.qlinks li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.no_margin {
	margin: 0;
}

.form_title {
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.date_text {
	font-size: 11px;
	color: #999999;
	margin-bottom: 7px;
}


.foot_text {
	font-size: 11px;
	color: #999999;
	margin-bottom: 20px;
}

.foot_text a {
	font-size: 11px;
}

/* fly out menus */

#nav, #nav ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 180px;
	background-color: #89BB29;
	margin-bottom: 20px;
}

#nav li {
	position: relative;
	width : 180px;
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	background-color: #89BB29;
	background-image: url(images/bullet_green.gif);
	background-repeat: no-repeat;
}

#nav li ul {
	position: absolute;
	top: 0;
	left: -999em;
	margin-left: 180px;
	margin-top: 0;
	border-left: 1px solid #fff;
}

#nav li a {
	color: #fff;
	font-weight: normal;
	text-decoration : none;
	display: block;
	padding: 4px 0 4px 18px;
}

#nav li a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}

ul#nav li.current-cat  {
	background-color: #228532;
}

.alignright {
float: right;
margin: 0 0 5px 5px;
}


#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding: 0;
	margin: 0;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
}

#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}

#wp_page_numbers li.space {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	font-weight: bold;
}

#wp_page_numbers li.active_page a:hover  {

}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-right: 5px;
}
ul#nav li.badge  {
	background-color: #fff;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
#pav, #pav ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 200px;
	background-color: #FFF;
	margin-bottom: 20px;
	
}

#pav li {
	position: relative;
	width : 200px;
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	background-color: #C74F53;
	background-image: url(images/bullet_green.gif);
	background-repeat: no-repeat;
}

#pav li ul {
	position: absolute;
	top: 0;
	left: -999em;
	margin-left: 180px;
	margin-top: 0;
	border-left: 1px solid #fff;
}

#pav li a {
	color: #fff;
	font-weight: normal;
	text-decoration : none;
	display: block;
	padding: 4px 0 4px 18px;
}

#pav li a:hover {
	color: #fff;
	text-decoration: underline;
}

#pav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#pav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}

ul#pav li.current-cat  {
	background-color: #B81E24;
}

