/* @override http://192.168.1.100:8888/markkirk/css/main.css */

/*
Company:	Mark Kirk
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {background: #9BB9CF url('../images/bg.png') repeat-x top;}
body {
	font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif;
	padding-top: 13px;
}
/* @end */

/* @group Layout */
/* Head */
#hd {
	background: #021126 url('../images/header-bg.png') no-repeat top;
	color: #fff;
	height: 145px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	width: 900px;
}
	/* Logo */
	#logo {float: left; margin: 0 20px 0 0;}
	
	/* Slogan */
	#hd .slogan {
		float: left;
		font-size: 153.9%;
		font-style: italic;
		line-height: 1.2;
		margin: 55px 0 0 0;
	}
	#hd .slogan strong {
		display: block;
		font-size: 108%;
		font-weight: normal;
		padding-left: 15px;
	}
	
/* Body */
#bd {
	background: #fff url('../images/body-bg-bot.gif') no-repeat bottom;
	margin: 0 auto 15px auto;
	padding: 2px 2px 10px 2px;
	position: relative;
	width: 896px;
}
#bd .wrap {background: url('../images/body-bg.gif') repeat-y center center; padding-bottom: 1px;}

.home-wrap {
	background: url('../images/content-fade.gif') 50% 237px no-repeat;
}

	/* Content */
	#content {
		float: left;
		margin: 0 1px;
		padding: 6px 0 0 0;
		overflow: hidden;
		width: 602px;
	}
	#content-wide {
		margin: 0 1px;
		padding: 6px 0 0 0;
		overflow: hidden;
		width: 890px;
	}
	#content-about {
		float: left;
		margin: 0 1px;
		padding: 6px 0 0 0;
		overflow: hidden;
		width: 648px;
	}

/* Footer */
#ft {
	color: #334150;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0 0 30px 0;
	text-align: center;
	width: 900px;
}
#ft address {font-style: normal; margin-bottom: 15px; font-size: 85%;}
#ft p {
	display: block;
	font-family: "FuturaBT Light", Futura, "Century Gothic", AppleGothic, Arial, sans-serif;
	font-size: 138.5%;
	font-weight: normal;
	margin-bottom: 15px;
}
#ft span.paid {border: 1px solid #fff; padding: 2px 4px; font-size: 77%;}

#ft a:link, #ft a:visited {color: #334150;}
/* @end */

/* @group Modules */
/* Slideshow */
#slideshow {
	background: #020F27;
	color: #fff;
	height: 235px;
	line-height: 1.1;
	overflow: hidden;
}

#slideshow .slide {font-size: 161.6%; position: relative; text-transform: uppercase; width: 590px; height: 100%; background-position: 0 0; background-repeat: no-repeat; background-color: transparent;}
#slideshow .text {position: absolute; text-align: center; top: 35px; right: 0; width: 265px;}
#slideshow .button {font-size: 67%;}
#slideshow h2 {color: #fff; font-size: 153.9%; font-weight: normal; margin: 0 0 7px 0;}
#slideshow p {font-family: "FuturaBT Light", Futura, "Century Gothic", AppleGothic, Arial, sans-serif;}

/* Thumbnails */
.thumbnails {list-style: none; margin: 0 0 15px 0; padding: 0 10px;}
.thumbnails li {background: none; display: inline; float: left; list-style: none; margin: 0 6px; padding: 0;}
.thumbnails a img {border: 1px solid #222;}

/* Home Feature Thumbs */
div.home-feature-thumbs-wrap {
	width: 586px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: 10px;
}
div.home-feature-thumbs {
	width: 2000px;
}
div.home-feature-thumbs div.thumb {
	width: 131px;
	margin: 0 7px;
	text-align: center;
	float: left;
	display: inline;
}
div.home-feature-thumbs img {
	border: 1px solid #222;
}

/* Home Modules */
.home-modules {
	border-top: 1px solid #B2C5D2;
	margin: 0 0 0 16px;
	padding-top: 20px;
	width: 570px;
}

.home-modules .module {float: left; width: 48%;}
.home-modules h2 {margin-top: 0;}

	/* Survey */
	.home-modules .module.survey {float: right;}
	.home-modules .survey label, .home-modules .survey input {float: left; margin: 0 5px 10px 0;}
	.home-modules .survey input {clear: left;}
	
/* Sidebar */
#sidebar {
	margin: -120px 0 0 595px;
	position: absolute;
	width: 292px;
	z-index: 500;
}
#sidebar-top {
	width: 292px;
	height: 17px;
	background: url(../images/sidebar-top.png) no-repeat 0 0;
	overflow: hidden;
}
#sidebar-btm {
	width: 292px;
	height: 19px;
	background: url(../images/sidebar-btm.png) no-repeat 0 0;
	overflow: hidden;
}

#sidebar .wrap {
	font-family: "FuturaBT Light", Futura, "Century Gothic", AppleGothic, Arial, sans-serif;
	padding: 0 18px 0 19px;
	text-align: center;
	background: url(../images/sidebar-bkg.png) repeat-y 0 0;
}

#sidebar .contents {
	background: url(../images/side-blue-btm.gif) no-repeat 0 100% #9BB9CF;
	margin: 0 auto !important;
	margin: -1px 0 0 0;
	padding: 0 0 10px 0;

}

#sidebar h2 {
	color: #27456F;
	font-weight: normal;
}
#sidebar h3 {margin: 0 0 5px 0;}

	/* Email Updates */
	#sidebar form h2 {
		/*border-bottom: 1px solid #858B92;*/
		height: 55px;
		line-height: 55px;
		margin: 0 -4px;
		position: relative;
	}
	
	#sidebar fieldset {
		background: #9BB9CF;
		margin: 0;
		padding: 10px 0 20px 17px;
		text-align: left;
	}
	
	#sidebar fieldset .text, #sidebar fieldset .zip {
		background: #fff;
		border: 1px solid #565A5E;
		padding: 4px;
		margin: 0 0 5px 0;
		width: 213px;
	}
	#sidebar fieldset .zip {float: left; margin: 0 5px 0 0; width: 122px;}
	#sidebar fieldset .button {float: left; margin: -1px 0 0 0;}


/* WP Styles */
div.post {padding: 10px 40px;}
div.post-map {padding: 10px 10px;}


/* Columns */
div.left-col {
	width: 40%;
	padding: 20px 4%;
	float: left;
	display: inline;
}

div.right-col {
	width: 40%;
	padding: 20px 4%;
	float: right;
	display: inline;
}
/* @end */

/* @group Common Text Styles */
div.main {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
div.main p {
	font-size: 93%;
	line-height: 140%;
}
/* @end */

/* @group Default Headings */
h2 {
	color: #0d2441;
	font-size: 167%;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.pagetitle {height: 50px;}
h2.pagetitle {
	color: #fff;
	font-size: 174%;
	background-color: #021126;
	position: absolute;
	z-index: 1;
	width: 895px;
	margin: -6px 0 0 0;
	padding: 15px 0;
	text-indent: 20px;
	font-weight: normal;
}

h3 {
	color: #0d2441;
	font-size: 138.5%;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.main h3 {
	margin: 0 0 10px 0;
}

/* @end */

/* @group Default Lists */
ul {margin-left: 0;}
ul li {
	background: url('../images/list-bullet.gif') no-repeat 8px 5px;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 28px;
}
	
/* @end */

/* @group Nav */
/* Main Nav */
#nav {
	font-family: "FuturaBT Book", Futura, "Century Gothic", AppleGothic, Arial, sans-serif;
	font-size: 116%;
	list-style: none;
	margin: 0 auto;
	padding: 10px;
	text-transform: uppercase;
	width: 880px;
}
#nav li {background: none; float: left; list-style: none; margin: 0 8px 0 8px; padding: 0; display: inline; text-transform: none; }
#nav li a {display: block; text-transform: none;}

/* Sidebar Nav */
#sidebar a img {margin: 0 7px 0 0;}
#sidebar a img.contribute {margin: 0;}
#sidebar ul {font-size: 138.5%; margin: 0 auto 15px auto; padding-left: 2px; width: 248px;}
#sidebar ul li {background: none; list-style: none; margin: 0 0 2px 0; padding: 0;}

#sidebar ul a:link, #sidebar ul a:visited {
	background: url('../images/sidebar-buttons.png') no-repeat top left;
	color: #01060e;
	display: block;
	height: 39px;
	line-height: 39px;
	padding: 1px 0 5px 0;
	text-transform: uppercase;
	width: 248px;
	font-weight: 500;
}
#sidebar ul a:hover {
	background: url('../images/sidebar-buttons.png') no-repeat bottom left;
	color: #fff;
	text-decoration: none;
}

	/* Social Nav */
	#sidebar ul.social {font-size: 108%;}
	#sidebar ul.social a:link, #sidebar ul.social a:visited {
		height: 35px;
		line-height: 35px;
		padding-top: 5px;
	}
	
		/* Twitter */
		#sidebar ul .twitter a:link, #sidebar ul .twitter a:visited {
			background-position: -248px 0;
			padding-left: 86px;
			width: 162px;
		}
		#sidebar ul .twitter a:hover, #sidebar ul .twitter a:hover {
			background-position: -248px bottom;
		}
	
		/* Facebook */
		#sidebar ul .facebook a:link, #sidebar ul .facebook a:visited {
			background-position: -496px 0;
			padding-left: 90px;
			width: 158px;
		}
		#sidebar ul .facebook a:hover, #sidebar ul .facebook a:hover {
			background-position: -496px bottom;
		}
		
		/* Youtube */
		#sidebar ul .youtube a:link, #sidebar ul .youtube a:visited {
			background-position: -744px 0;
			padding-left: 70px;
			width: 178px;
		}
		#sidebar ul .youtube a:hover, #sidebar ul .youtube a:hover {
			background-position: -744px bottom;
		}

/* @end */

/* @group Forms */
#sidebar label, .survey label {
	color: #3175ac;
	cursor: pointer;
	font-size: 108%;
	text-transform: uppercase;
}

input[type="text"], textarea, input.text {
	background: #fff;
	border: 1px solid #565A5E;
	padding: 4px;
}

#commentform p {text-align: left!important;}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #021126;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

a.button {
	display: block;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #617796;
	padding: 4px 10px;
	background: #1F3D69 url('../images/button-gradient.png') repeat-x top;
	white-space: nowrap;
}
a.button:link, a.button:visited {
	color: #fff;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.whitesidetxt {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:16px; color: #ffffff; text-decoration: none;}

a:link.whitesidetxt {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:16px; color: #ffffff; text-decoration: underline}
a:active.whitesidetxt {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:16px; color: #ffffff; text-decoration: underline}
a:visited.whitesidetxt {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:16px; color: #ffffff; text-decoration: underline}
a:hover.whitesidetxt {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:16px; 

a:link.twitterlink {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:14px; color: #ffffff; text-decoration: underline}
a:active.twitterlink {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:14px; color: #ffffff; text-decoration: underline}
a:visited.twitterlink {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:14px; color: #ffffff; text-decoration: underline}
a:hover.twitterlink {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:14px; color: #ffffff; text-decoration: none}
a:link.twitter2 {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:14px; color: #ffffff; text-decoration: underline}
a:active.twitter2 {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:14px; color: #ffffff; text-decoration: underline}
a:visited.twitter2 {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:14px; color: #ffffff; text-decoration: underline}
a:hover.twitter2 {font-family: "FuturaBT Medium", Futura, "Century Gothic", AppleGothic, Arial, sans-serif; font-size:14px; color: #ffffff; text-decoration: none}
/* @end */