/*
Theme Name: Tailwind Theme
Description: Based on Clean Blue Two-column Blue Clean Theme for Wordpress by Trincas
Version: 1.0
Author: SNP Communications
Author URI: http://www.snpnet.com/

*/

/**************************************************************/
/*NORMALIZE ELEMENTS*/

/*Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	}
	
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
	
/*Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/*Removes border and spacing from tables*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
	}

/*Left-aligns text in caption and th*/
caption, th {
	text-align: left;
	}
	
/*Removes quotation mark from q*/
q:before, q:after {
	content:'';
	}
	

/***************************************************************/

body {
	background-color: #A89876;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
	
.container {
	width: 100%;
}



/***********************Links********************************/
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFF66;
	padding-bottom: 10px;
}
p {
	line-height: 20px;
	padding-bottom: 10px;
}

.text-italic {
	font-style: italic;
}
.text-no-bottom-padding {
	padding-bottom: 0px;
}
#footer p {
	font-size: 11px;
	color: #FFFFFF;
}
#footer a {
	color: #305A7E;
}
.text-bold {
	font-weight: bold;
}

.text-yellow {
	color: #FFFF66;
}
.left-quote {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
a {
	color: #FFFF66;
	}
	
.text-14 {
	font-size:16px;
	}
/***********************Header*****************************/



#header {
	width: 990px;
	margin: 0px auto;
	background-image: url(images/tailwind_background.jpg);
	background-repeat: repeat-y;
	height: 165px;
	position: relative;
}
	
#branding {
	width: 990px;
	position: absolute;
	top: 60px;
	left: 0px;
	background-image: url(images/tailwind_banner.jpg);
	background-repeat: no-repeat;
	height: 114px;
	}
#branding h1 {
	position:absolute;
	top: 20px;
	left:50px;
	width: 262px;
	height: 53px;
	background: url(images/logo.gif) no-repeat;
	text-indent:-9999px;
	}
	
#branding h1 a{
	display:block;
	background:transparent url(images/logo.gif) no-repeat;
	width:262px;
	height:53px;
	}
	
/****************navigation************************/
#navbar {
	right: 30px;
	position: absolute;
	top: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #CCCCCC;
}
#navbar div {
	float: left;	
}
#navbar div a {
	float:left;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 15px;
	display:block;
	height:14px;
	text-decoration:none;
	color:#CCCCCC;

	}
#nav-home a{
	width:100px;
	}
#nav-solutions a{
	width: 128px;
	
}
#nav-approach a{
	width: 128px;
	}
#nav-about a{
	width: 118px;

}
#nav-partners a{
	width: 128px;
	
}
#nav-blog a{
	width: 100px;	
}
#nav-home a:hover {
	background-image:url(images/hover-home3.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}
	
#nav-solutions a:hover {
	background-image:url(images/hover-solutions3.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}
	
#nav-approach a:hover {
	background-image:url(images/hover-approach3.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}

#nav-about a:hover {
	background-image:url(images/hover-about3.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}


#nav-partners a:hover {
	background-image:url(images/hover-partners3.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}.text-underline {
	text-decoration: underline;
}

#nav-blog a:hover {
	background-image:url(images/hover-blog3.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFF66;
	}


	

/****************************Main Area************************/

#wrap-in {
	background-color: #A89876;
	}
	

#content_container {
	width: 990px;
	margin: 0px auto;
}

#main {
	float: left;
	background-image: url(images/tailwind_background.png);
	background-repeat: repeat-y;
	padding: 10px 50px;
	width: 890px;
}
#content {
	float: right;
	width: 625px;
}
/****************************Sidebar*********************************/
#sidebar {

	float: left;
	width: 250px;
	height:100%;
	position:relative;

}
#sidebar #search {
	
	font-size: 12px;
	border: 1px solid #000000;
	padding: 2px;
	width: 100px;
	margin-left: 30px;
}
#sidebar #search_button {	
	font-size: 10px;
	background-color: #4D90CD;
	text-align: center;
	/*margin: 0px 0px 5px 5px;*/
	width: 75px;
	border: 1px solid #ffffff;
	color: #FFFFFF;
	padding: 3px;
}
#sidebar form {
	margin-bottom: 10px;
}

#sidebar h3  {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFF66;
	padding-bottom: 5px;
	padding-left:30px;
}

#sidebar-categories {
	position: absolute;
	width: 280px;
	right: 0px;
       
}
#sidebar ul {
	float:left;
	width:280px;
	padding-bottom:15px;
	}

/*#sidebar ul li h3 {
	
	padding-left:30px;
	
	text-align: left;
	}*/	
#sidebar ul li {
	
	padding-left:30px;
	/*padding-bottom: 5px;*/
	text-align: left;
	}
#sidebar ul li ul li{
	
	padding-left:0px;
	/*padding-bottom: 5px;*/
	text-align: left;
	}
#sidebar ul li a {
	
	padding-top: 6px;
	padding-bottom: 6px;
	display:block;
	/*height:13px;*/
	text-decoration:none;
	color:#CCCCCC
	}
#sidebar ul li a:hover {
	display:block;
	background-image:url(images/left-nav-hoverline.jpg);
	background-repeat:repeat-y;
	color:#FFFF66;
	background-position: right;
	text-decoration:none;
	}

#navigation {
	font-size:16px !important;
	margin-bottom: 20px;
}

#navigation li {
	font-size: 12px;

}

#navigation li a {
	font-size: 12px;
	color:#ffff66;

}

#navigation li a:hover {
        color:#ffff66;
	text-decoration: underline;
}

/*#archives, #categories, #recent {

	margin-bottom: 20px;
}*/
/*#categories {
padding-left: 30px;
}*/

/***********Posts****************/

ol li {
      padding: 2px 6px;
}


.post a {
	color: #ffff66;
}
.date {
	
	font-size: 12px;
	padding-top: 5px;
        color:#cccccc;
       
	font-size: 12px;
	text-align: left;
}
.dateIndex {
	font-size: 12px;
	padding-top: 5px;
        color:#cccccc;
       
	font-size: 12px;
	text-align: left;
}


.blog-post {
	/*margin: 12px;*/
	padding: 12px;
	line-height:18px;
	border-bottom: ridge 1px #cccccc;
	float: right;
	width: 600px;
	
    text-align: justify;
	margin-bottom:12px;

}

.blog-post h2 {
       font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFF66;
	padding-bottom: 10px; 
		border-bottom:ridge 1px #cccccc;
		
}

.blog-post h2 a {
	color: #ffff66;
	text-decoration: none;	
}

.blog-post h2 a:hover {
	
	text-decoration:underline;
}

.blog-post p {
	margin: 10px 0;
        font-size:16px;
       
		line-height:18px;
		
}
.blog-post p a {
	color:#ffff66;
	text-decoration:underline;
	}

.blog-post p a:hover {
        color: #ffff66;
}

.blog-post p img {
	float:right;
      padding-left:20px; 
	  padding-bottom:10px;
	border:0px;
}

.blog-post ul, .blog-post ol {
	list-style-position: inside;
	margin: 10px 0;
	padding: 0 4px;
}

.blog-post blockquote {
	padding: 8px 12px;
        line-height: 1.4em;
        color: #cccccc;
        font-size: 11px;
        font-style: italic;
        
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
}

.postmetadata {
	clear:both;
	/*border-top: ridge 1px #cccccc;*/
    color:#cccccc;
	
	padding: 3px;
	
}
.postmetadata a {
        color: #ffff66;
     
}
.pmd-cat {
	float: left;
        padding: 2px;
}
.pmd-comments {
	float: right;
        padding: 2px;
}
.post:after, .prev-next:after, .postmetadata:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/* hides from ie 5 \*/
* html .post, * html .prev-next, * html .postmetadata { height: 1%; }
/* end hide */

.prev-next {
	margin: 20px 0;
}

.prev-next a {
	color: #ffff66;
	padding: 2px;
	text-decoration: underline;
	font-size: 14px;
}

.prev-next a:hover {
	color:#ffff66;
	text-decoration:underline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


/*********************Footer***************************/
#image-footer-container {
	margin: 0px auto;
	width: 990px;
	clear:both;
	}
#image-footer {
	clear:both;
	position:relative;

	
	width: 990px;
	height:325px;
	text-align: left;
	margin: 0px auto;
	background-image:url(images/bottom_images/sailboats.png);
	background-repeat:no-repeat;
}

#image-footer h1 {
	position:absolute;
	top: 0px;
	left:0px;
	width: 990px;
	height: 325px;
	background: url(images/bottom_images/regatta.png) no-repeat;
	text-indent:-9999px;
	}
	
#footer {
	text-align: center;
	width: 950px;
	margin: 0px auto;
}
/* the comments entirely, from this point on... */

#comments, #respond {
	margin: 20px 0 10px 0px;
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color: #ccc;
}

#comments a {
	color: #305A7E;
	font-size:13px;
	text-decoration: underline;	
}

#comments a:hover {
	color: #305A7E;
	text-decoration:underline;
}

.commentlist {
	list-style-position: inside;
	font-size: 13px;     
}

.commentlist li {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 13px;
}

.commentlist li a {
	color: #305A7E;
	padding: 2px;
	text-decoration: underline;
	font-size: 13px;
}

.commentlist li a:hover {
	color: #305A7E;
	padding: 2px;
	text-decoration: underline;
	font-size: 13px;
}

.commentmetadata {
	display: block;
        font-weight:normal;
		font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
        border-bottom: 1px solid #ccc; 
	padding-top: 5px;
	
}
.commentmetadata a {
        color:#305A7E;
		text-decoration:underline;
} 
.commentmetadata a:hover {
        color:#305A7E;
		text-decoration:underline;
} 
.comment-form p input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding: 2px;
}
.comment-form textarea {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding: 2px;
}
.comm {
        /*font:bold 10pt Verdana, Arial sans-serif;
		border: 1px solid #ccc;*/
		background:#e3e3e3;
        font:bold 10pt Verdana, Arial;
		color: #666;
	border: 1px solid #ccc;
        padding:10px;
}
.comm p {
        padding:10px 10px 10px 0px;
        color:#333;
		font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
       /* font:normal 9pt "Trebuchet MS", Verdana, Arial;*/
}
.commalt {
        background:#e3e3e3;
        font:bold 10pt Verdana, Arial;
	border: 1px solid #ccc;
	color:#666;
        padding:10px;
}
.commalt p {
        padding:10px 10px 10px 0px;
		color: #333;
		font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
       /* font:normal 9pt "Trebuchet MS", Verdana, Arial;*/
}
#submit  {	
	font-size: 10px;
	background-color: #4D90CD;
	text-align: center;
	/*margin: 0px 0px 5px 5px;*/
	width: 125px;
	border: 1px solid #ffffff;
	color: #FFFFFF;
	padding: 3px;
}
.srch p {
        font: normal .9em "verdana", arial, sans-serif;
}
h4 {
        font: normal 1.2em "verdana", arial, sans-serif;
        
}
/* end the comments styling */