/*
THEME NAME: Kinetica Media Sandbox
THEME URI: http://www.kinetica-media.com/
DESCRIPTION: Sandbox Theme for the KMCMS powered by Wordpress.
VERSION: 1.0
AUTHOR: Matthew Sigley.
CONTRIBUTORS: Based on the Sandbox Revisited theme by David Seguin, which was built from the Sandbox theme by Andy Skelton and Scott Allan Wallick.
TAGS: threaded-comments, sticky-post, microformats, kmcms
*/

/* css resets */

html {
	background: #0f3b7c url(images/background.jpg) top center no-repeat;	
	}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

a img{
	border: 0;	
}
/*layout*/
body {
	text-align: center;
}
#wrapper {
	margin: 10px auto;
	width: 960px;
	text-align: left;

}
#content{
	height: auto;
	min-height: 150px;
	text-align: left;
	background:url("") repeat-y scroll center top #FFFFFF;
	border-bottom:1px solid #CCCCCC;
}
#left_column {
	padding:0;
	width:200px;
	background:none repeat scroll 0 0 transparent;
	float:left;
	height:auto;
	text-align:center;
}
#main {
	display: inline;
	float: left;
	width: 800px;
	padding: 15px 80px 10px 80px;
	line-height: 1.4;
	background: url("images/main_bg.jpg") top repeat-x #FFFFFF;
}
.sidebar {
	width: 200px;
	display: inline;
	float: left;
	line-height: 1.4;
	margin: 10px 0;
}
#primary {
}
#secondary {
}
#footer {
	clear: both;
}


/*globals*/
body {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	margin:10px 0 0;

}
p {
	margin: 4px 0 10px;
}
blockquote {
	margin: 0 20px;
}
a, a:link {
	color: #004276;
	text-decoration: none;
}
a:visited {
	color: #004276;
}
a:hover {
	color: #19629c;
	text-decoration: none;
}
a:active {
	color: red;
}
h1 {
color:#000000;
}
h2 {
color:#333399;
}
h3 {
color:#000000;
}
h1 {
font-size:24px;
font-weight:bold;
width:auto;
}
h2 {
font-size:18px;
font-weight:bold;
width:auto;
}

/*header*/
#header {
	background: url("images/header_2.png") no-repeat scroll 0 0;
	height: 298px;
	position: relative;
	cursor: pointer;
	cursor: hand;
}

#addthis {
	margin-left: 550px;
	padding-top:45px;
	
	}

#access {
	position: absolute;
	right: 1em;
	top: 1em;
}
.header-login-links {
	text-align: right;
	width: 960px;
	margin: auto;
	padding: 0;
	color: #fff;
}
.header-login-links a{
	color: #fff;
	text-decoration: none;
}
.header-login-links a:hover{
	text-decoration: none;	
}
/*main nav*/
div#menu {
	background: #CCCCCC; /*for dev work only*/
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
div#menu ul li {
	float: left;
	margin: 0 0.15em;
}
div#menu ul,
div#menu ul ul {
	list-style: none;
}
div#menu ul a {
	display: block;
	color: #000;
	text-decoration: none;
	background: url("") repeat-x scroll left bottom #FFFFFF;
	width: 90px;
}
div#menu ul .current_page_item a{
	background: url("") repeat-x scroll left bottom #CCCCCC;
	font-weight: bold;
}
div#menu ul a:hover {
	background: url("") repeat-x scroll left bottom #CCCCCC;
	text-decoration: none;
}
div#menu ul .current_page_item ul a{
	background: url("") repeat-x scroll left bottom #FFFFFF;
	font-weight: normal;
}

div#menu ul li ul {
	left: -999em;
	position: absolute;
}
div#menu ul li: hover ul {
	left: auto;
}

/*Left vnav*/
div#vnav {
	background: #ffffff; /*for dev work only*/
	width: 100%;
	width: 176px;
	height: auto;
	line-height: 25px;
	text-align: left;
}
div#vnav ul li {
	border-bottom:1px solid #D8DADB;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
}
div#vnav ul,
div#vnav ul ul {
	list-style: none;
}
div#vnav ul a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-left:15px;
	background: url("") repeat-x scroll left bottom #FFFFFF;
}
div#vnav ul .current_page_item a {
	font-weight: bold;
	background: url("") repeat-x scroll left bottom #CCCCCC;
}
div#vnav ul .current_page_item ul a{
	background: url("") repeat-x scroll left bottom #FFFFFF;
	font-weight: normal;
}
div#vnav ul a:hover {
	background: url("") repeat-x scroll left bottom #CCCCCC;
	text-decoration: none;
}
div#vnav ul li ul {
	left: -999em;
	position: absolute;
}
div#vnav ul li: hover ul {
	left: auto;
}
div#vnav ul li:hover ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

/*sidebar*/
.sidebar ul,
.sidebar li {
	list-style: none;
}

/*entry*/
div.post {
	border-bottom: 1px solid #666; /*for dev work only*/
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.entry-title,
.entry-meta {
	clear: both;
}
.entry-content ul,
.entry-content ol {
	margin: 15px 15px 15px 25px;
}

/*forms*/
form#commentform .form-label {
	margin: 1em 0 0;
}
form#commentform span.required {
	background: #fff;
	color: #c30;
}
form#commentform,
form#commentform p {
	padding: 0;
}
input#author,
input#email,
input#url,
textarea#comment {
	padding: 0.2em;
}
input#author,
input#email,
input#url {
	width: 50%;
}
textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 98%;
	padding: 5px;
}

/*images in posts*/
.alignright,
img.alignright {
	float: right;
	margin: 1em 0 0 1em;
}
.alignleft,
img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
}
.aligncenter,
img.aligncenter,
img.center {
	display: block;
	margin: 1em auto;
	text-align: center;
}

/*gallery*/
div.gallery:after { /*in lieu of a clearfix class in the markup*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.gallery {
	zoom: 1;
	margin: 10px 0 20px;
	width: 100%;
}
p.wp-caption-text {
	font-style: italic;
}
div.gallery dl {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	float: left;
}
div.gallery dl.gallery-columns-1 {
	width: 100%;
}
div.gallery dl.gallery-columns-2 {
	width: 49%;
}
div.gallery dl.gallery-columns-3 {
	width: 33%;
}
div.gallery dl.gallery-columns-4 {
	width: 24%;
}
div.gallery dl.gallery-columns-5 {
	width: 19%;
}
#nav-images:after { /*in lieu of a clearfix class in the markup*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#nav-images {
	zoom: 1;
	padding: 10px 0 20px;
}

/*comments*/
div.comments ol {
	list-style: none;
}
div.comments ol li {
	list-style: none;
}
div.comments .comment-body {
	margin: 0 0 .5em;
}
div.comments ul.children {
	margin: 0 0 0 1em;
	list-style: none;
}
div.comments ul.children li {
	list-style: none;
}

/*pagination*/
div#nav-above {
	margin-bottom: 1em;
}
div#nav-below {
	margin-top: 1em;
}
.nav-previous {
	display: inline;
	float: left;
}
.nav-next {
	display: inline;
	float: right;
}

/*misc*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { /*ie7*/
	zoom: 1;
}

/*footer items*/
.footer-links-div {
	width: 960px;
	background:none repeat scroll 0 0 #CCCCCC;
	height:25px;
	line-height:25px;
	text-align: center;
}
.footer-links-list {
	list-style-type: none;
}
.footer-links-list li {
	display: inline;
	margin-left: 5px;
}

.footer-sitemap-div {
	width: 960px;
	background:none repeat scroll 0 0 #CCCCCC;
	height:25px;
	line-height:25px;
}

.footer-sitemap-list {
	list-style-type: none;
}

.footer-sitemap-list li {
	display: inline;
	margin-left: 5px;
}

.footer-company-info {
	width: 100%;
	margin-top: 20px;
	color: #fff;
}

.footer-company-info p {
	text-align: center;	
	font-size: 12px;
}

.footer-company-info a {
	color: #fff;	
}

.small_check {
	list-style-image:url(images/green_check_small.png);
	padding-left:20px;
	line-height: 30px;
}

#cformsform {
	background: #fff url(images/form_bg.jpg);	
	padding: 20px;
	width: 460px;
	height: 400px;
	padding-top: 80px;
	margin-bottom: 40px;
	color: #fff;
	font-weight: bold;
	}
	
	
#cf_field_5, #cf_field_4 {
	width: 325px;
	}
	
#formtab {
	position: fixed;
	top: 100px;
	left: 0px;
	height: 200px;
	width: 50px;
	background: transparent url(images/clickheretab.png);
	z-index: 1;
	}
#formtab:hover {cursor: pointer;}
#formbox {
	position: fixed;
	top: 0px;
	left: 0px;
	padding:10px;
	background: #fff;
	border: 3px solid #163f66;
	z-index: 1;
	-moz-border-radius: 0px 15px 15px 0px;
	-webkit-border-radius: 0px 15px 15px 0px;
	border-left: 0px;
	display: none;
	width: 500px;
	}
	
input#close {
	float: right;
	padding: 10px;
	background: #e20404;
	border: 2px solid #000;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	}
	


/*print only*/
@media print {
	body {
		background: #fff;
		color: #000;
	}
	#wrapper {
		background: #fff;
		margin: 10pt;
		border: none;
		width: auto;
	}
	#primary, 
	#secondary, 
	#footer, 
	#respond,
	object,
	embed {
		display: none;
	}
	div#main {
		width: auto;
	}
}