/*
Theme Name: Cluster IG
Theme URI: http://www.clusterig.com/
Author: Cluster DM
Author URI: http://www.clusterig.com/
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization.
Version:1.2.1
Tags:white, fixed-width, two-columns, right-sidebar
*/

body {
font-family:Arial, serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.7em;
background: url(images/body_bg.png) top repeat-x;
color: #363636;
}
a {
text-decoration:none;
color:#1D80B6;
}
a:hover {
color:#FF6600;
}
hr{
display: none;
clear: both;
}
#wrapper {
width:900px;
margin:0 auto;
}

/***** Header *****************************************/

#header {
float:left;
width:900px;
height: 98px;
margin:18px 0 21px;
position: relative;
}
#logo {
position: absolute;
left: -12px;
top: 0;
padding: 0;
background: url(images/logo.png) top left no-repeat;
cursor: pointer;
width: 264px;
height: 98px;
}
#logo h1 {
	text-indent: -10000px;
	font-size: 0;
}
#header h3 {
	color:#575757;
	font-family:Helvetica,arial,sans-serif;
	font-size:15px;
	font-weight:400;
	position:absolute;
	right:0;
	top:42px;
}
#header h3 a {
	color: #575757;
}
#header h3 a:hover {
	color: #0082B4;
}


/***** Main Nav *****************************************/

#nav {
position: absolute;
top: 88px;
right: -15px;
}
#nav ul {
float:right;
text-transform: lowercase;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#nav li a {
font-size:26px;
font-weight:bold;
font-family: Helvetica, arial, sans-serif;
display:block;
padding:0 15px;
border-bottom:none;
color: #575757;
}
#nav li a:hover, #nav .current_page_ancestor a {
color: #0082B4;
}

/***** Secondary Nav *****************************************/

#nav_sub {
	float: left;
	background: #323439;
	width: 100%;
}
#nav_sub ul {
float:left;
}
#nav_sub li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#nav_sub li ul li {
	display: none;
}
#nav_sub li a {
font-size:15px;
font-weight:normal;
display:block;
padding:7px 27px;
border-bottom:none;
color: #fff;
}
#nav_sub li a:hover, #nav_sub .current_page_item, #nav_sub .current_page_ancestor a {
color: #fff;
background: #0082b4;
}

/***** Content *****************************************/

#content {
width:600px;
float:left;
padding:0 0 0;
overflow:hidden;
}
#content.contact-content {
	width: 510px;
}
#content.contact-content .post h1 {
	margin-bottom: 15px;
}
.content-wide {
	width: 900px !important;
}
.post {
padding:0 0 0 0;
}
.post p {
margin:14px 0 14px 0;
}
.post em{
font-style:italic;
}
.post h2 {
font-family: Helvetica,arial,sans-serif;
font-size:21px;
margin:25px 0 10px 0;
font-weight:bold;
}
.post h1, .post h1 a {
font-size:26px;
font-family: Helvetica,arial,sans-serif;
margin:20px 0 3px;
font-weight:bold;
line-height:32px;
color: #962629;
}
.post h1 a:hover {
text-decoration: underline;
}
.post h3, .post h4 {
font-size:20px;
margin:15px 0 10px 0;
font-weight:normal;
}
.post h4 {
font-size:18px;
}
.post-blog {
	padding: 0 0 10px;
}
.post-blog h2 {
font-family: Helvetica,arial,sans-serif;
font-weight: normal;
font-size: 18px;
color: #bcc6ce;
margin: 0;
}
.post-blog h2 a {
font-weight: bold;
color: #969aa1;
}
.post-blog h2 a:hover {
text-decoration: underline;
}
.post-blog h2 .comments {
font-weight: normal;
font-size: 13px;
}
.post-blog h2 .comments a {
font-weight: normal;
color: #962629;
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:12px;
color: #7a8287;
}
.post small em {
	font-style: italic;
	font-family: Georgia, times, serif;
}
.post small a {
font-weight:normal;
color: #7a8287;
text-decoration: underline;
}
.post small a:hover {
	text-decoration: none;
	color: #36393c;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}
#comments h3, #comments h4 {
font-family:Helvetica,Arial,sans-serif;
font-size:16px;
margin:35px 0 5px;
font-weight:bold;
}
#comments h4{
font-size:28px;
}
#comments cite {
font-size:18px;
font-weight:normal;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist {
}
#comments ol.commentlist li {
margin-top:20px;
padding:10px 5px 20px 0;
min-height:80px;
height: auto !important;
height: 80px;
}
#comments p {
margin:10px 0 0 0;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-family:Georgia;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
width:370px;
font-size:14px;
font-weight:normal;
}
#comments textarea {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
background:#fff;
border:1px solid #aaa;
color:#000;
font-weight:normal;
font-size:20px;
cursor: pointer;
}
#comments .center {
text-align:center;
}


/***** Sidebar *****************************************/

#sidebar {
width:280px;
float:right;
margin:30px 0 0 0;
position: relative;
}
#sidebar h3 {
font-size:1.1em;
font-weight:bold;
}
#sidebar .block ul {
	margin-top: 4px;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
border-top:1px dotted #ddd;
}
#sidebar .block li a {
font-size:13px;
font-weight:normal;
display:block;
border-bottom:none;
}
#sidebar .block li a:hover {
background:#f7f7f7;
}
#sidebar .block li ul li {
	padding-left: 20px;
}
#sidebar.contact-sidebar {
	width: 359px;
	margin: 20px 0 0;
}
#sidebar.contact-sidebar .textwidget {
	background:none;
	border:medium none;
	padding:0;
	width:359px;
	margin:0 0 20px 1px;
	display: inline;
}
#sidebar.contact-sidebar #map {
	margin-bottom: 15px;
	float: left;
}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px dotted #ccc;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px dotted #ccc;
}
#sidebar .widget_text h3, #sidebar .calendar h3 {
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#sidebar #map a {
border:1px solid #888888;
float:left;
margin: 1px;
}
#sidebar #map a:hover {
border: 2px solid #0082b4;
margin: 0;
}
#sidebar small a {
	text-align: left;
}
#sidebar .textwidget, #sidebar .widgetcform {
	float: left;
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	width: 248px;
	margin-bottom: 10px;
	position: relative;
}
#sidebar .textwidget h2 {
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 17px;
}
#sidebar .textwidget p {
	margin-bottom: 10px;
	line-height: 1.4;
}
#sidebar .widget-photo {
	position: absolute;
	top: 10px;
	left: 11px;
}
#sidebar .widget-desc {
	float: left;
	padding-left: 64px;
	margin-top: -1px;
	font-size: 1em;
	line-height: 1.5;
	min-height: 63px;
	height: auto !important;
	height: 63px;
}

/***** Homepage *****************************************/

#flash {
height:315px;
width:100%;
float:left;
text-align: center;
}
#flash:hover {
color:#e12000;
}
#intro {
	float: left;
	width: 304px;
	margin-top: 20px;
}
#intro h2, #slider_container h2 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.1em;
}
#intro p {
	font-size: 1.1em;
}
#slider_container {
	float: right;
	width: 512px;
	margin-top: 20px;	
	padding-right: 2px;
}
#slider {
	background-color: #f3f3f3;
	width: 100%;
	position: relative;
	height: 70px;
	border-bottom:1px solid #CCCCCC;
	border-top: 1px solid #ddd;
}
	.home_prev, .home_next {
		background-color:#E6E6E6;
		background-repeat: no-repeat;
		background-position: center center;
		height:70px;
		width:9px;
	}
	.home_prev a, .home_next a {
		display:block;
		height:70px;
		width:13px;
	}
	.home_prev {
	background-image:url(images/home_prev.gif);
	float:left;
	}
	.home_next {
	background-image:url(images/home_next.gif);
	position: absolute;
	top: 0;
	right: 0;
	}
.carousel {
	width: 494px !important;
}
.carousel ul li {
	height: 70px !important;
}

/***** Footer *****************************************/

#footer {
	border-top:1px solid #ccc;
	color:#A5A5A5;
	float:left;
	font-size:1em;
	margin-top:30px;
	padding:4px 0 40px;
	width:900px;
}
#footer #footer-left {
	float: left;
	width: 45%;
	text-align: left;
}
#footer #footer-right {
	float: right;
	width: 45%;
	text-align: right;
}
#footer a {
	color: #A5A5A5;
}
#footer a:hover {
	color: #555;
}


/***** Tables *****************************************/

.post td {
	/* border-top:1px solid #C7E3ED; */
	height:auto;
	padding:21px 20px 18px 0;
	vertical-align:top;
}
.post td h3 {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}
.post td h3 img {
	-moz-box-shadow:0 2px 12px #c2cacd;
	-webkit-box-shadow:0 2px 12px #c2cacd;
	 box-shadow:0 2px 12px #c2cacd;
	 border:1px solid #666666;
}
.post td p {
	margin: 0;
}
.post td ul {
	padding: 10px 0 0 5px;
}
.post td ul li {
	list-style-image:url("images/checkmark.gif");
	padding: 0;
}


/***** Misc *****************************************/

.post img {
	border-color: #777 !important;
}
img.launchsite {
	margin: 11px 0 0 30px;
}

/***** Contact Form 7 *****************************************/

.wpcf7-form {
	background: #fff;
	float: left;
	padding: 10px 22px;
	border: 1px solid #ddd;
}
.wpcf7-form p {
	margin: 5px 0;
}
.wpcf7-form span input, .wpcf7-form span textarea {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
}
.wpcf7-form span input {
	padding: 4px;
	width: 347px;
}
.wpcf7-form span textarea {
	padding: 5px;
	width: 350px;
	height: 120px;
}
div.wpcf7-response-output {
	margin:10px 0 !important;
	padding:6px 10px !important;
	width:338px;
	line-height: 1.3;
}
div.wpcf7-validation-errors {
	background: #F7F3D2;
}
div.wpcf7-mail-sent-ok {
	background: #C5E9BA;
}

/***** Contact Button *****************************************/

a#contactbutton {
	font-size: 1.3em;
	font-weight: bold;
}

/**** Gravity Forms *****************************************/

.gform_wrapper form {
	border:1px solid #DDDDDD;
	padding:20px 10px 10px 20px;
	text-align:left;
	background: #fff;
}

