/*
	Style Name	: HSM
	Style URI	: http://www.mouseandmammoth.com
	Comments	: Sidebars on both sides of content
	Header Height	:	246
*/

.widget { 
    padding: 6px 0 6px 21px; 
    background-color:#ccffff; 
    background-position: 3px 4px; 
	-moz-border-radius: 5px; -webkit-border-radius: 5px; color: #ccffff;
}

.widget ul {

	color: #ccffff;
	padding: 10px;
}

/* Structure */
#primary {
	position: relative;
	float: left;
	width: 450px;
	padding: 10px;
	
	}


/*
.widget_archive ul li { 
    padding: 6px 0 6px 21px; 
    border-bottom: 1px dotted #CCCCCC;
    background-position: 3px 4px; 
    font-size: 90%; 
}
*/

body.columns-three #primary {
	margin-left: 200px;
}

body.columns-three #sidebar-1 {
	left: -485px;
	margin-left: -195px;
}



/*- Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
	background: #fff;
	text-align: center;
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
	/* THIS HAS GOT TO GO FOR THE CSS ZEN GARDEN UNDER THE SEA HACK*/
	/* border: 1px solid #ddd;
	border-top: none;*/
	clear: both;
	}
	
#header {
	position: relative;
	height: 246px;
	background: #fff;
	background-position: top right;
	}
	
	

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1.2em;
	color: white;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	}

ul.menu li a:hover {
	background: #33ccff;
	color: #333;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	background: #ccffff;
	text-decoration: none;
	}
	
h4.flir-replaced {
	text-align:center;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

h4 {text-align:center;
	text-transform: uppercase;
}

h3 {
	padding:10px 10px 10px 10px;
	text-align:left;
	text-transform: uppercase;
}

h2 {
	padding:10px 10px 10px 10px;
	text-align:left;
	text-transform: uppercase;
}


#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	color: #777;
	background-image: url(images/footer.jpg);
	background-position: center;
	}
	
.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A698B;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #8595B2;
}

.label {
	color:#333;
	text-align: left;
}

