/*
	Theme Name: Benton Theme
	Description: Benton is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	margin: 0 auto 0;
	line-height: 18px;
	background-color: #fff;
	color: #3f4652;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: left;
    background: #017aaf url(images/bg.jpg) top center no-repeat;
	}


::selection{
	color: #fff;
	background: #34a0a3
}
::-moz-selection{
	color: #fff;
	background: #34a0a3
}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #008ED1;
	text-decoration: underline;
	}
	
a:hover {
	color: #008ED1;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/* Top Widget */
.top_widget{
	width: 980px;
	margin: 0 auto;
	height: 44px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	text-transform: uppercase;
	text-align: right;
}
	.top_widget strong{
		font-size: 20px;
	}

/* Modal Form */
.modal .wpcf7-submit{
	margin-left: 0
}
.modal input[type="text"], .modal textarea, .modal input[type="email"]{
	width: 96%;
}
.modal .wpcf7-not-valid-tip{
	width: 98%!important;
}

/***** Wrap ********************/

#wrap {
	margin: 0 auto 0;
	padding: 0;
	position: relative;
	z-index: 2;
	width: 980px;
	background: #fff
	}

/***** Header  ********************/

#header {
	}
	#header .wrap{
		border-bottom: 2px solid #92d8c5;
		height: 72px;
		margin-bottom: 1px;
	}
	

#title-area {
	width: 500px;
	float: left;
	margin: 0; 
	padding: 12px 0 0 0;
	overflow: hidden;
	position: absolute;
	top: -55px
	}
	
#title-area #title {
	color: #FFFFFF;
	font-size: 30px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 0;
	letter-spacing: 5px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#title-area #title a {
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #CCCCCC;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}

#header .widget-area {
	width: 51%;
	float: right;
	font-size: 16px;
	margin: 0; 
	padding: 0;
	font-family: Arial;
	color: #a5b3b8;
	text-align: right;
	}
	
#header .widget-area a, #header .widget-area a:visited {
	color: #5A5A5A;
	text-decoration: none;
	}
	
#header .widget-area a:hover {
	color: #02987B;
	text-decoration: underline;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: right;
	clear: both;
	}
	
#header .widget-area .textwidget {
	margin: 0;
	padding: 17px 0 0 0;
	line-height: 20px;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}

	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(https://bentonlinnhealthcenters.org/wp-content/uploads/2016/03/CHC-Logo-Final_rasterized.png) left top no-repeat;
	overflow: hidden;
	margin-top: 10px;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 224px;
	height: 116px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;

	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 245px;
	}
	
/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 15px 0 0 0;
	}
	
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	background: url(images/headerline.png) center left no-repeat;
	color: #f00;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
    margin: 0;
	padding: 9px 10px 10px 12px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	}
	
#header ul.menu li.noline a {
	background: none;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	color: #FFFFFF;
	text-decoration: none;
	}

#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #1D1D1D;
	width: 148px; 
	color: #CCCCCC;
	font-size: 11px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-transform: none;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #1D1D1D;
	color: #FFFFFF;
	}

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	top: 10px;
	}

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a, #header ul.menu li ul a { 
	width: 150px;
	}

#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -35px 0 0 169px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}

/***** Primary & Secondary Navigation Menus ********************/

#nav, #subnav {
	margin: 0 auto 0;
	padding: 0;
	clear: both;
	position: relative;
	height: 60px;
	z-index: 10;
	}
.responds{
	display: none
}	

.home #nav .wrap{
	border-bottom: none;
}	
#nav .wrap, #subnav .wrap {
	height: 40px;
	padding-bottom: 0
	}

#nav ul#menu-header-menu {
	width: 100%;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/nav.gif) left top repeat-x;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	}
	
#nav ul#menu-header-menu > li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
	background: url(images/line_nav.gif) 0 0 no-repeat;
	}
	#nav ul#menu-header-menu > li:first-child{
		padding-left: 0;
		background: none;
	}
 	#nav ul#menu-header-menu > li.first > a{
		-webkit-border-radius: 0 0 0 8px;
		-moz-border-radius: 0 0 0 8px;
		border-radius: 0 0 0 8px;: 
	}
	#nav ul#menu-header-menu > li.last > a{
		-webkit-border-radius: 0 0 8px 0;
		-moz-border-radius: 0 0 8px 0;
		border-radius: 0 0 8px 0; 
	}

#nav li a {
	color: #ffffff;
	display: block;
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	font-weight: 400;
	outline: medium none;
	padding: 14px 17px 14px 17px;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	text-transform: uppercase;

	}

#nav li:hover a, #nav li:active a, #subnav li:hover a, #subnav li:active a, #nav li.current_page_item a {
	background: url(images/hover_nav.gif) 0 0 repeat-x;
	color: #fff;
	}

#nav li a .sf-sub-indicator, #subnav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#nav li a:hover .sf-sub-indicator, #subnav li a:hover .sf-sub-indicator {
	background: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited, #subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #0876a6;
	color: #ffffff;
	width: auto; 
	font-size: 13px;
	margin: 0;
	padding: 0 20px;
	text-transform: none;
	position: relative;
	min-width: 100px;
	line-height: 28px;
	}
	
#nav li li a:hover, #nav li li a:active, #subnav li li a:hover, #subnav li li a:active {
	background: #006c9b;
	color: #fff;
	}

#nav li li a .sf-sub-indicator, #nav li li a:hover .sf-sub-indicator, #subnav li li a .sf-sub-indicator, #subnav li li a:hover .sf-sub-indicator {
	background: none;
	}
	
#nav li ul, #subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	min-width: 179px;
	width: auto;
	margin: 0px 0 0 0px;
	padding: 0;
	list-style-type: none
	}
#nav li li{
	border-top: 1px solid #076c98
}
	#nav li li:first-child{
		border-top: none
	}
#nav li ul a, #subnav li ul a { 
	width: 175px;
	}

#nav li ul ul, #subnav li ul ul {
	margin: -35px 0 0 194px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul  {
	left: auto;
	}

#nav li:hover, #nav li.sfHover, #subnav li:hover, #subnav li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/

#nav li.right {
	float: right;
	color: #000000;
	font-size: 12px;
	margin: 0;
	padding: 10px 0 9px 0;
	}

#nav li.right a {
	background: none;
	color: #000000;
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #E74914;
	text-decoration: none;
	}

#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 27px;
	}
	
#nav li.search {
	float: right;
	padding: 7px 0 0 0;
	}
	
#nav li.twitter a {
	background: url(images/twitter.png) no-repeat left center;
	padding: 3px 0 3px 27px;
	}

/***** Inner ********************/

#inner {
	width: 980px;
	margin: 0 auto 20px;
	padding: 0;
	overflow: hidden;
	}
	
.home #inner {
	background: none;
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	}
	

/***** Home Top ********************/

#home-slider {
	padding: 0;
	margin-top: 10px
	}

/* Genesis Responsive Slider */	
#home-slider #genesis-responsive-slider {
  background-color: transparent;
  border: medium none;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#home-slider .flexslider {
  background: none;
  position: relative;
  margin: 0
}
#home-slider .wrap{
	display: block!important;
	float: none!important;
}
	#home-slider .flexslider .slides li img{
		-webkit-border-radius: 7px;
		  -moz-border-radius: 7px;
		  border-radius: 7px;
	}
	#home-slider .flex-control-nav {
	  float: right;
	  margin: 0;
	  position: absolute;
	  left: 40px;
	  text-align: inherit;
	  bottom: 28px;
	  width: 50%;
	  z-index: 100;
	}
		#home-slider .flex-control-nav li {
		  margin: 0 3px 0 0;
		  float: left;

		}
			#home-slider .flex-control-nav li a {
			  background: none;
			  cursor: pointer;
			  display: block;
			  height: 17px;
			  text-indent: -9999px;
			  width: 17px;
			  background: #ffffff;
			  -webkit-border-radius: 10px;
			  -moz-border-radius: 10px;
			  border-radius: 10px;
			  margin: 3px 0 0 0;
			  background: url(images/bg_control_nav.png) left -1px no-repeat;
			  -webkit-box-shadow: none;
			  -moz-box-shadow: none;
			  box-shadow: none;
			}

			#home-slider .flex-control-nav li a.active,
			#home-slider .flex-control-nav li a:hover {
			  background-position: left bottom
			}

/***** Home Middle ********************/
#home-middle{
	margin: 20px auto;
	width: 940px
}

	.middle-left{
		float: left;
		width: 665px
	}
	.middle-right{
		float: right;
		width: 250px
	}

	#home .middle-left h4{
		color: #017aaf;
	    font-family: 'Raleway', sans-serif;
	    font-size: 28px;
	    line-height: 28px;
	    font-weight: 700;
	    background: url(images/line_title.png) 0 bottom repeat-x;
	    padding-bottom: 15px
	}
	#join,
	#mychart,
	#make{
		display: block;
		padding: 11px 0 12px 20px;
		font-family: 'Raleway', sans-serif;
		color: #fff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-bottom: 5px;
		overflow: hidden;
		min-height: 51px
	}
		#join strong,
		#mychart strong,
		#make strong{
			font-size: 24px;
			line-height: 30px;
			color: #fff;
			display: block;
		}
		#join em,
		#mychart p{
			margin: 0;
			font-style: normal;
		}
	#join{
		background: #ef4d0d url(images/join.png) 90% 50% no-repeat;	
		font-size: 20px;
		line-height: 20px;
		text-decoration: none
	}
	#mychart{
		background: #ef4d0d url(images/mychart.png) 90% 51% no-repeat;	
		font-size: 15px;
		line-height: 15px;
		text-decoration: none
	}
	#make{
		background: #ef4d0d url(images/make.png) 90% 51% no-repeat;	
		font-size: 15px;
		line-height: 15px;
		text-decoration: none
	}
		#join:hover,
		#mychart:hover,
		#make:hover{
			background-color: #017aaf;
			text-decoration: none
		}

	
/* Read more */
a.more{
	display: block;
	background: url(images/more.png) left bottom no-repeat;
	color: #fff;
	font-size: 9px;
	line-height: 17px;
	text-align: center;
	width: 74px
}
	a.more:hover{
		background: url(images/more.png) left top no-repeat;
		color: #fff;
		text-decoration: none;
	}



/***** Home Bottom ********************/
#home-bottom {
	margin: 20px auto 0;
	padding: 0 0 25px;
	overflow: hidden;
	background: #fff url(images/bg_content.gif) 0 0 repeat-x;
	}
	
	#home-bottom p {
		margin: 0 0 10px;
		padding: 0;
		}
	.home-bottom{
		padding-top: 30px
	}	
		#content .home-bottom h4{
			color: #017aaf;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Raleway', sans-serif;
			background: url(images/line_title.png) 0 bottom repeat-x;
	    	padding-bottom: 15px;
	    	font-weight: 400;
	    	margin-bottom: 11px;
		}
		.home-bottom .chart{
			font-weight: bold;
			font-style: italic;
			color: #3f4652;
			text-decoration: none;
		}
		.home-bottom img{
			margin-bottom: 10px;
		}


	/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	clear: both;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}

	
/***** Icon Classes for Home Bottom Left ********************/
	
#home-bottom .rss {
	padding: 2px 5px 2px 28px;
	background: url(images/rss.png) no-repeat left center;
	}
	
#home-bottom .twitter {
	padding: 2px 5px 2px 28px;
	background: url(images/twitter.png) no-repeat left center;
	}
	
#home-bottom .facebook {
	padding: 2px 5px 2px 28px;
	background: url(images/facebook.png) no-repeat left center;
	}	

/***** Breadcrumb ********************/

.breadcrumb {
	width: 980px;
	background: url(images/footer-note.png) bottom repeat-x;
	color: #000000;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	letter-spacing: 2px;
	text-shadow: #FFFFFF 1px 1px;
	text-transform: uppercase;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F5F5F5;
	margin: 0 0 30px 0;
	padding: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 980px;
}
.home.sidebar-content #content-sidebar-wrap, .home.content-sidebar #content-sidebar-wrap{
	width: 980px
}
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 940px;
	padding: 20px 0
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 450px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 700px;
	}

.sidebar-content #content-sidebar-wrap #content .page{
	padding-left: 34px
}	
	
.full-width-content #content {
	width: 980px;
	}

#content blockquote {
	background: #048E69;
	padding: 10px;
	color: #fff;
	margin: 15px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	moz-border-radius: 3px;
	}
	#content blockquote p{
		padding-bottom: 0!important
	}
.table_block{
	display: table;
	zoom: 1;
}	

#content .post {
	margin: 0 0 40px 0;
	padding: 10px 0 0;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px0;
	}
	
#content .post p, #content .page p  {
	margin: 0;
	padding: 0 0 20px 0;
	}

#content .archive-page {
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 20px 0 0;
	}

.clear {
	clear: both;
	}


/* Clinic
------------------------------------------------------------ */

#clinic{
	width: 340px;
	float:left;
	margin-right: 20px;
}
#clinic.no-margin{
	margin-right: 0;
}
	#content #clinic h4{
		font-family: 'Patua One', cursive;
		color: #006c9b;
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	#content #clinic img{
		background: #ebf1f2;
		padding: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	/* Spoiler */
	#content #clinic .su-spoiler-style-default {
	  margin: 7px 0 0 0;
	  padding-bottom: 6px;
	  border-bottom: 1px solid #e1e8e9
	}
		#content #clinic .su-spoiler-style-default > .su-spoiler-title {
		  background: url(images/spoiler.png) no-repeat scroll 0 2px transparent;
		  cursor: pointer;
		  font-weight: bold;
		  padding: 0.3em 0 0.3em 33px;
		  color: #047caf;
		  font-family: 'Open Sans', sans-serif;
		  font-weight: 400;
		  font-size: 16px;
		  line-height: 19px;
		  font-style: normal 
		}
		#content #clinic .su-spoiler-style-default.su-spoiler-closed > .su-spoiler-title {
		  background: url(images/spoiler.png) no-repeat scroll 0 -38px transparent;
		}
		#content #clinic .su-spoiler-style-default .su-spoiler-content {
		  padding: 0;
		}
		#content #clinic .su-spoiler-icon{
			display: none;
		}

#content .page .top20{
	margin-top: 15px;
}		

/* Page Widget */			
.page_widget{
	background:  url(images/shadow_pagew.jpg) top center no-repeat;
	width: 805px;
	float: right;
	margin-top: 10px
}
	#content .page_widget h3{
		color: #107C5C;
	    font-family: 'Open Sans',sans-serif;
	    font-size: 23px;
	    font-weight: 700;
	    margin-top: 25px
	}
	#content .page_widget img{
		margin-top: 25px
	}
.gallery_side{
	float: left;
	width: 46%;
}

.technical_side{
	float: right;
	width: 46%;
	border-left: 1px solid #eee;
	padding-left: 33px 
}
	#content .page_widget a.click{
		background: #333333;
		width: 74px;
		height: 25px;
		color: #fff;
		font-size: 10px;
		font-family: 'Open Sans',sans-serif;
		font-weight: 300;
		display: block;
		text-align: center;
		line-height: 25px;
		margin-top: 15px;
	}

/* Policy */	
.policy{
	background: url(images/back_policy.jpg) top center no-repeat;
	padding-top: 2px;
	min-height: 300px
}
	.policy img.alignleft{
		margin: 0 20px 0 15px;
	}
	.policy strong{
		padding: 15px 0;
		display: block;
	}

/* Baranches */	
.br_left,
.br_right{
	background:  url(images/back.gif) 0 bottom repeat-x;
	border: 1px solid #E1E1E1;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
		border-radius:5px;
	padding: 18px 10px 0;
	width: 46%;
	position: relative;
	height: 159px;
	margin-bottom: 20px
}
.br_left{
	float: left;
}
.br_right{
	float: right;
}
	#content .br_left h2,
	#content .br_right h2{
		color: #5A5A5A;
	    font-family: 'Open Sans',sans-serif;
	    font-size: 15px;
	    font-weight: 700;
	    margin-bottom: 7px
	}
	#content .br_left p,
	#content .br_right p{
		padding-bottom: 0;
		text-align: justify;
	}
	.br_left a.map,
	.br_right  a.map{
		background: url(images/maps.png) right no-repeat;
		display: block;
		width: 87px;
		height: 30px;
		line-height: 30px;
		font-family: 'Open Sans',sans-serif;
	    font-size: 11px;
	    font-weight: 400;
	    color: #5A5A5A;
	    position: absolute;
	    bottom: 20px;
	    left: 10px
	}



/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #footer-widgets h4, #content h5, #content h6 {
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#home-slider h4, #home-bottom h4 {
	font-size: 28px;
	}
	
#content h1,
.page #content h1 {
	color: #017aaf;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    background: url(images/line_title.png) 0 bottom repeat-x;
    padding-bottom: 15px;
    margin-bottom: 22px
	}
	
#content h2 {
	font-size: 23px;
	line-height: 23px;
	color: #017AAF;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 15px;
	font-weight: 700
	}
	
#content h2 a, #content h2 a:visited {
	color: #003c8a;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #E74914;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	}
	
#comments h3, #respond h3 {
	font-size: 24px;
	padding: 0 0 0 45px;
	line-height: 30px;
	background: url(images/comments.png) no-repeat left;
	font-family: 'Raleway', sans-serif;
	}
	
#comments h3 {
	background: url(images/comments.png) no-repeat left;
	margin: 0 0 20px 0;
	}

#respond h3 {
	background: url(images/respond.png) no-repeat left;
	}

#content h4 {
	font-size: 18px;
	margin-bottom: 20px;
	font-family: 'Raleway', sans-serif;
	}
	
#content h5 {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	}
	
#content h6 {
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	}
	
/***** Unordered/Ordered Lists ********************/

#home-note ul, #home-note ul li, #home-bottom ul,
#home-middle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#content .post ul, #content .page ul, #content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#home-bottom ul li, #content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li,
#home-middle ul li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 25px;
	}
	
#home-bottom ul li, 
#content .post ul li, 
#content .page ul li,
#home-middle ul li {
	background: url(images/arrow.jpg) no-repeat left 4px;
	list-style-type: none;
	margin: 10px 0;
	padding: 0 0 0 18px;
	font-size: 15px
	}
	
#home-bottom ul li {
	background: url(images/list-footer.png) no-repeat top left;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 12px;
	margin: 10px 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDDDDD;
    clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	margin: 0 0 50px 0;
	padding: 0;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #F5F5F5;
	float: left;
	margin: 0 15px 0 0;
	padding: 9px;
	border: 1px solid #DDDDDD !important;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;		
	}
	
/***** Post Icons ********************/

.time, .post-comments, .categories, .tags {
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	}

/***** Images ********************/

#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F5F5F5;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #DDDDDD;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #E74914;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li a:hover {
	background: #E74914;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li.active a {
	background: #E74914;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 220px;
	float: right
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 20px;
	}
	
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	width: 15%;
	background: url(images/shadow.jpg) right top no-repeat;
	padding-right: 25px;
	height: 100%
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #444444;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #E74914;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #017aaf;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	background: url(images/line_title.png) 0 bottom repeat-x;
	padding-bottom: 15px;
	font-weight: 400;
	margin-bottom: 11px;
	margin-top: 0;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0;
	}

#sidebar .menu{
	padding: 10px 20px;
	background: #ebf1f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px
}
	#sidebar .menu li {
		margin: 0;
		padding: 7px 0 8px 20px;
	 	word-wrap: break-word;
	 	line-height: 17px;
	 	background: url(images/list.png) left -64px no-repeat;
	 	border-bottom: 1px solid #d2d6d7;
	 	border-top: 1px solid #fff;
	 	-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
		-moz-transition: all 0.3s ease-out;  /* FF4+ */
		-ms-transition: all 0.3s ease-out;  /* IE10 */
		-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
		  transition: all 0.3s ease-out;

		}
		#sidebar .menu li:first-child{
			border-top: none;
		}
		#sidebar .menu li.last{
			border-bottom: none;
		}
		#sidebar li:hover {
			background: url(images/list.png) left 10px no-repeat;
		}
		#sidebar .menu li a{
			color: #017aaf ;
		    font-family: 'Open Sans',sans-serif;
		    font-size: 14px ;
		    font-weight: 400;
		    line-height: 16px;
		    text-decoration: none;
		}
			#sidebar .menu li a:hover{
				color: #ef4d0d;
				text-decoration: none
			}

/***** Tag Cloud ********************/

#home-bottom .widget_tag_cloud div, #sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div, #footer-widgets .widget_tag_cloud div div {
	padding: 0;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat, #sidebar .widget_archive select {
	background: #FFFFFF;
	width: 100%;
	color: #777777;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 0 10px 0;
	padding: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	}

/***** Featured Post/Page ********************/

.featuredpost, featuredpage {
	margin: 0;
	padding: 0;
	}
	
.featuredpost .post, .featuredpage .page {
	margin: 0;
	padding: 0;
	}

.featuredpost img, .featuredpage img, featuredpost .avatar {
	float: left;
	margin: 0 10px 0 10px;
	padding: 0;
	border: 5px solid #FFFFFF;
	}

/***** User Profile ********************/

.user-profile {
	overflow: hidden;
	}

.user-profile .avatar {
	margin: 0;
	border: 5px solid #FFFFFF;
	}

.user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

#header .searchform {
	float: right;
	padding: 30px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 10px 0;
	}

.s {
	background: #FFFFFF url(images/search.png) right no-repeat;
	width: 170px;
	color: #777777;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0 4px 0 0;
	padding: 6px 0 6px 7px;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	}
	
#header .s {
	width: 250px;
	}
	
/***** eNews & Updates Widget ********************/

.enews #subscribe {
	margin: 0 0 10px 0;
	}

.enews #subbox {
	width: 190px;
	color: #777777;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	margin: 7px 7px 0 0;
	padding: 6px 0 6px 7px;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	}

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
	width: 450px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#sidebar .latest-tweets {
	margin: 0 0 15px 0;
	padding: 10px 15px 5px 15px;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#sidebar #wp-calendar caption {
	color: #444444;
	}

#sidebar #wp-calendar th {
	color: #444444;
	}
	
#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	}
	
#sidebar #wp-calendar thead {
	color: #F5F5F5 !important;
	}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}

/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, #home-bottom .gform_footer .button, .gform_footer .button, .reply a, .reply a:visited {
	background: #F5F5F5;
	color: #888888 !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px !important;
	font-weight: bold !important;
	text-decoration: none;
	text-shadow: #FFFFFF 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 0;
	border: 1px solid #DDDDDD;
	cursor: pointer;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	}
	
#home-bottom .gform_footer .button {
	background: #333333;
	color: #CCCCCC !important;
	text-shadow: #333333 1px 1px;
	border: 1px solid #444444;
	-moz-box-shadow: 0 0 5px #444444 inset;
	-webkit-box-shadow: 0 0 5px #444444 inset;
	}
	
.searchsubmit, .enews #subbutton {
	background: #666666;
	color: #FFFFFF !important;
	text-shadow: #333333 1px 1px;
	border: 1px solid #333333;
	-moz-box-shadow: 0 0 5px #333333 inset;
	-webkit-box-shadow: 0 0 5px #333333 inset;
	}
	
.searchsubmit, .enews #subbutton, .reply a, .reply a:visited {
	text-transform: none;
	}

#submit:hover, .gform_footer .button:hover, .reply a:hover {
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	}
	
#home-bottom .gform_footer .button:hover {
	background: #222222;
	border: 1px solid #444444;
	}
	
.searchsubmit:hover, .enews #subbutton:hover {
	background: #555555;
	border: 1px solid #333333;
	}
	
/***** Contact Form ********************/

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full {
	min-height: 35px !important;
	}
	
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
	margin: 3px 0 3px 0 !important;
	}

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F5F5F5;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana !important;
	font-size: 14px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	}
	
#home-bottom .gform_wrapper input, #home-bottom .gform_wrapper textarea, #home-bottom .gform_wrapper select {
	background: #333333;
	color: #CCCCCC !important;
	border: 1px solid #444444;
	-moz-box-shadow: 0 0 5px #444444 inset;
	-webkit-box-shadow: 0 0 5px #444444 inset;
	}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
	
.gform_wrapper .top_label .gfield_label {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 16px;
	font-style: italic;
	font-weight: normal !important;
	}
	
.gform_wrapper li, .gform_wrapper form li {
	background: none !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	}
	
.gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 5px 0 0 0 !important;
	border: none !important;
	}
	
.gform_wrapper .gform_edit_link {
	margin: 0 !important;
	padding: 5px 0 0 0 !important;
	}

/* Contact Page */	
.contact_details{
	float: left;
	width: 475px;
	padding-right: 70px
}
#content .contact_details h4{
	color: #107C5C;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 700
}

/* Forms
---------------------------------------- */
.contact_form{
	float: right;
	width: 41%;
	padding-left: 50px;
	background: url(images/sombra-contacto.jpg) 0 0 no-repeat;
}
	#content .contact_form strong{
		color: #107C5C;
	    font-family: 'Open Sans',sans-serif;
	    font-size: 14px;
	    font-weight: 400;
	    display: block;
	    margin-bottom: 10px
	}
/* Form defaults */
#content .wpcf7 p{
	margin-bottom: 0;
	padding-bottom: 5px
}
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #dbdbdb;
	outline:none;
	color: #535353
}
input[type="text"], textarea, input[type="email"]{
	background:#f7f7f7;
	border: 1px solid #dbdbdb;
	padding:6px 10px;
	width: 68%;
	}
#imgcap{
	float: left
}	
input[type="text"].wpcf7-captchar{
	width: 8%;
	float: left;
	margin: 0 0 0 5px
}	
textarea{
	height: 170px;
	width: 71%
}
label{
	display:block;
	width: 110px;
	float: left;
	vertical-align: middle;
	}
.wpcf7 input[type="submit"] {
	padding:0;
	font-size:10px;
	line-height:25px;
	background:none;
	border:none;
	cursor:pointer;
	box-shadow: none;
	float: none;
	text-transform: none;
	background: #000;
	width: 74px;
	height: 25px;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	}

	input[type="submit"]:hover{
		color: #fff!important;
	}
	.wpcf7-submit{
		margin-left: 110px
	}

.wpcf7-not-valid-tip {
  background: none repeat scroll 0 0 #F3B7B7 !important;
  border: 1px solid red !important;
  color: red !important;
  left: 0 !important;
  padding: 6px 0 7px 10px !important;
  top: -8px !important;
  width: 96% !important;
}
.captcha-697 .wpcf7-not-valid-tip{
	width: 184px!important;
	margin: 18px 0 0 -56px
}
div.wpcf7-response-output {
	margin: 4em 0.5em 1em!important;
	padding: 0.2em 1em;
}

/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	clear: both;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}
	
/***** Footer Widgeted ********************/
	
#footer-widgets {
	color: #848484;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 0 0 25px;
	border-top: 1px solid #d6e0e2
	}
	
#footer-widgets .wrap {
	padding: 20px 0;
	position: relative;
	width: 940px;
	margin: 0 auto;
	float: none;
	display: block;
	}
	
#footer-widgets .widget {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#footer-widgets p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	color: #7a7f86
	}

#footer-widgets p.address{
	float: left;
	margin-left: 55px;
	width: 225px
}

.footer-address{
	width: 460px;
	float: left;
}
.footer-search{
	float: right;
	width: 460px
}

/* Socials */
.socials{
	float: left
}
	.socials a{
		display: block;
		width: 32px;
		height: 32px;
		float: right;
		margin-left: 5px;
	}
		.socials .facebook{
			background: url(images/facebook.jpg) 0 0 no-repeat;
		}
		.socials .twitter{
			background: url(images/twitter.jpg) 0 0 no-repeat;
		}
/* Copyright */		
.copyright{
	clear: both;
	width: 940px;
	margin: 0 auto;
	color: #99cadf;
	padding: 15px 0
}
	#copyright a{
		color: #90cfff
	}

/* Footer Logo */
#logo img{
	margin-bottom: 5px;
}

/* Search Form Footer */	
	.footer-search .searchform{
		float: right;
		width: 222px;
		position: relative;
		margin-bottom: 17px;
	}
	
	.footer-search input[type="text"]{
		width: 62%;
		color: #78766f;
		font-size: 12px;
		padding: 8px 8px 7px 70px;
		border: 1px solid #e8e7e5;
		-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
		 border-radius: 5px; 
	}		
	.footer-search input[type="submit"]{
		background: url(images/search.png) 0 0 no-repeat;
		width: 60px;
		height: 28px;
		border: none;
		position: absolute;
		left: 2px;
		top: 2px;
		text-shadow: none;
		font-size: 12px;
		color: #fff;
		text-align: left;
		padding-left: 4px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; 
		font-weight: normal;
	}

/* Design */	
.design{
	width: 39%;
	float: right;
}
	.design a{
		color: #c4c4c4
	}
	a.woloshin{
		background: url(images/woloshin.jpg) 0 0 no-repeat;
		display: block;
		width: 103px;
		height: 27px;
		float: right;
		margin-left: 15px;
		margin-top: 12px;
	}
/***** Footer ********************/

#footer {
	font-size: 11px;
	margin: 0 auto 0;
	padding: 9px 0 15px 0;
	overflow: hidden;
	clear: both; 
	text-align: center;
	color: #5A5A5A;
	border-top: 1px solid #DDDDDD;
	 font-family: 'Open Sans',sans-serif;
	 display: none;
	 
	}

#footer .wrap {
	width: 980px;
	margin: 0 auto 0;
	}
	
#footer a, #footer a:visited {
	color: #107C5C;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #5A5A5A;
	text-decoration: none;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 150px;
	float: left;
	display: none
	}
	
#footer .gototop a {
	margin: 0;
	padding: 0;
	}
	
#footer .creds {
	width: 805px;
	float: right;
	text-align: right;
	}

/* Copyright */	
.copyright{
	margin: 0 auto;
	clear: both; 
}

/***** Comments ********************/

#respond {
	margin: 0 0 15px 0;
	}

#author, #email, #url {
	background: #F5F5F5 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	}
	
#comment {
	background: #F5F5F5 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;
	}
	
.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.comment-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 20px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-left: 10px;
	margin-right: 10px;
	}

.comment-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0px;
	padding: 1px;
	border: 2px solid #CCCCCC;
	}

.comment-list cite, .comment-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 12px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.nocomments {
	text-align: center;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

ul.children {
	margin-top: 20px;
	}

ul.children li.comment  {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	}
	
.commentmetadata {
	font-weight: normal;
	}

.comment-meta { 
	background: #E6E6E6;
	color: #777777;
	padding: 0 10px 13px 10px;
	text-shadow: #FAFAFA 1px 1px;
	}

.comment-meta a {
	color: #777777;
	}

.comment-author { 
	background: #E6E6E6;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 10px 0 10px;
	text-shadow: #FAFAFA 1px 1px;
	}
	
.thread-alt, .thread-even {
	background: #F5F5F5;
	color: #333333;
	text-shadow: #FFFFFF 1px 1px;
	border: 1px solid #DDDDDD !important;
	-moz-box-shadow: 0 0 5px #CCCCCC inset;
	-webkit-box-shadow: 0 0 5px #CCCCCC inset;	
	}

.even, .alt, .depth-1 {
	border: 1px solid #FFFFFF;
	}

/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container_12:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }