/*
    Theme Name: Sample Child Theme
	Theme URI: http://www.studiopress.com/themes/genesis
	Description: Sample is a two or three column child theme created for the Genesis Framework.
    Author: Your Business Name
    Author URI: http://www.yourbusiness.com/
 
    Version: 1.8
 
    Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns
 
    Template: genesis
    Template Version: 1.7.1
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #000;/*3e3e3e*/
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px; /*22*/
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

strong {
	color: #cbaf4e;
	font-weight:normal;
	margin: 0 0 5px;
	display:block;

}

strong a {
	color: #cbaf4e!important;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto 10px;
	width: 960px;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 105px;
	overflow: hidden;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 360px;
	background: url(images/header.png) no-repeat;
}

#title {
	font-family: arial, serif;
	font-size: 36px;
	line-height: 42px;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 600px;
	background:url(images/background_widget-area.png) no-repeat;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 105px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 360px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Header con buscador y social
------------------------------------------------------------ */

#header .widget-area .widget_search {
	float: left;
	height:105px;
	width:250px;
	padding: 0 0 0 60px;
}

#header .widget-area .social-profiles {
	float: left;
	height:105px;
	padding: 0 0 0 60px;	
}

#header .widget-area .textwidget {
	padding: 38px 0 0 0;	
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 8px;
	width: 16px;
}

li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	top: 8px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	border-right: 1px solid #ddd;
	color: #555;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav li:hover a,
#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 li:hover a,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #222;
}

#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-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#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 {
	color: #222;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 130px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 149px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background:url(images/background-nav.png) repeat-x;
	clear: both;
	color: #555;
	margin: 0 auto 3px;
	padding: 2px 0 0 0;
	overflow: hidden;
	text-transform: uppercase;
	width: 958px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 10px;
	padding: 4px 15px 5px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav li:hover a,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #cbaf4e;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #CBAF4E;
	/*background:url(images/background-nav.png) repeat-x;*/
	border: 1px dotted #968137;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 155px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a {
	width: 130px;
}

#nav li ul ul {
	margin: -33px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 12px;
	padding: 6px 15px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #555;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #222;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	border-bottom: 1px solid #e0e0e0;
	clear: both;
	color: #555;
	margin: 0 auto 10px;
	overflow: hidden;
	/*text-transform: uppercase;*/
	width: 958px;
	height:25px;
	line-height:22px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	border-right: 1px solid #868484;
	color: #868484;
	font-size: 12px;
	padding: 0px 15px 0px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li:hover a,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #222;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #555;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #222;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a {
	width: 130px;
}

#subnav li ul ul {
	margin: -33px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 13px auto 0;
	overflow: hidden;
	width: 960px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #555;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 30px;
	padding: 6px 10px 5px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Home-Top
------------------------------------------------------------ */

.home-top {
	width:960px;
	height:395px;
	padding: 0 0 10px;
	margin: 0 0 10px;
	clear:both;
	border-bottom: 1px solid #E0E0E0;
}

.home-top .post {
	width: 300px;
	height:380px;
	float:left;
	background:#322e2f;
	margin:0 5px 0 5px;
	padding: 6px 5px 5px 5px;
	overflow:hidden;
	position:relative;
}

.home-top h1 a {
	line-height:25px!important;
}

.home-top .post .attachment-thumbnail,
.home-top .post .attachment-Home{
	position:absolute;
	bottom:5px;
}

.home-top a {
    color:#FFFFFF;
}

.home-top a:hover {
	text-decoration:none;
}



/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0 0 20px;
	width: 470px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 660px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


#featured-top, #featured-bottom, #featured-middle {
	width: 640px;
	float: left;
	/*border: 1px double;*/
}

#featured-middle #slider {
	width: 630px;
	height:227px;
	padding:10px;
	margin: 0 0 20px;
	clear:both;
	background:url(images/background_featured-middle-slider.png);
}


#featured-middle #slider #slider-nav {
	height:25px;
	width:616px;
	margin:0;
	padding:0 0 0 5px;
}

#featured-middle #slider #slider-nav a {
	float:right;
	color:#FFFFFF;
	font-weight:bold;
}

#featured-middle #slider .slider-posts {
	clear:both;
	height:200px;
}

#featured-middle #slider .slider-posts div {
	float:left;
}

#featured-middle #slider .slider-posts div.post {
	height:200px;
	width:145px;
	margin:0 6px;
	position:relative;
}

#featured-middle #slider .slider-posts div.post img {
	position:absolute;
}

#featured-middle #slider .slider-posts div.post .content {
	height:40px;
	width:135px;
	padding:5px;
	bottom:0px;
	position:absolute;
	overflow:hidden;
	background:url(images/background_featured-middle-content.png) repeat-x;
}

#featured-middle #slider .slider-posts div.post .content p {
	color:#FFFFFF;
}

.featured-top-left {
	float: left;
	width: 300px;
}

.featured-top-right {
	width: 300px;
	float: right;
}




/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: arial, serif;
	margin: 0 0 5px;
}



h1,
h1 a,
h1 a:visited {
	font-family: arial, serif;
	font-size: 20px;
	line-height: 36px;
	color:#FFFFFF;
}


h2,
h2 a,
h2 a:visited {
	font-family: arial, serif;
	font-size: 18px;
	line-height: 30px;
}


h2,
h2 a,
h2 a:visited {
	font-family: arial, serif;
	font-size: 18px;
	line-height: 30px;
}

#featured-top h2,
#featured-top h2 a {
	margin: 15px 0 5px;
	line-height:normal;
	font-size:16px;
	font-weight:bold;
	color:#3e3e3e;
}

#slider .slider-posts div.post .content h2, #slider .slider-posts div.post .content h2 a {
	margin: 0;
	line-height:normal;
	font-size:14px;
	color:#FFFFFF;
}


#featured-bottom h3,
#featured-bottom h3 a {
	margin: 15px 0 2px;
	line-height:normal;
	font-size:14px;
	font-weight:bold;
	color:#3e3e3e;
}

h1 a:hover {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: none;
}

#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a, #footer-widgets h2, #footer-widgets h2 a {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight:bold;
	line-height:18px;
	color:#3e3e3e;
	}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	/*background-color: #f5f5f5;*/
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 6px 5px 5px 10px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	margin: 0 0 5px;
	padding: 0;
}


#featured-middle #slider h4 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	border: none;
	float:left;
}

#content #featured-top h4, #featured-bottom h4 {
	color: #FFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	/*font-weight: bold;*/
	margin: 0 0 10px 0;
	padding: 5px;
	background-color:#bbbaba;
	display:inline;
	line-height:22px;
	}
	
	
#sidebar h4, #sidebar-alt h4, #footer-widgets h4 {
	color: #000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight:bold;
	margin: 0 0 5px;
	padding: 5px;
	display:block;
	line-height:22px;
	}	

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}




/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	color: #cbaf4e;
	font-weight:normal;
	margin: 0 0 5px;
	display:block;
}


.post-info  a {
	color: #cbaf4e!important;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 2px solid #E0E0E0 ;
	border-bottom: 1px solid #E0E0E0 ;
	clear: both;
	font-size: 12px;
	padding: 5px;
	text-transform: uppercase;
}

.post-meta  a  {
	color: #cbaf4e!important;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


.sidebar .blue img {
	background:none;
	border:none;
	padding:0px;
}

.sidebar .blue .widget-wrap .footer img {
	padding:5px;
}

.sidebar .gray img {
	background:none;
	border:none;
	padding:0;
	margin:0;
	padding:0 0 5px 0;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 300px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	/*-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;*/
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.widget-area .textwidget {
	padding: 5px 7px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 30px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	/*list-style-type: square;*/
	list-style-image:url(images/arrow_10x10.png);
	word-wrap: break-word;
}

.sidebar .gray {
	background:#aaabad;
	padding:5px 5px 0;
}

.sidebar .gray .widget-wrap {
	background:#fff;
}

.sidebar .gray .widget-wrap h4 {
	background:#aaabad;
	color: #FFF!important;
}

.sidebar .gray .widget-wrap .post {
	padding:0;
	margin: 0 0 5px 5px;
	width:90%;
}

.sidebar .gray .widget-wrap .post p a  {
	color:#CBAF4E;
}


.sidebar .gray .widget-wrap .page {
	padding:0;
	margin: 0 0 5px 5px;
	width:97%;
}

.sidebar .gray .widget-wrap .footer  {
	color:#fff;
	background: none repeat scroll 0 0 #AAABAD;
	height:25px;
	clear:both;
}

.sidebar .gray .widget-wrap .footer a  {
	float:left;
	color:#FFFFFF;
	font-size:12px;
}

.sidebar .gray .widget-wrap .footer span  {
	float:right;
	padding: 3px 5px 0 0;
}



.sidebar .blue {
	background:#8ec1da;
	padding:5px 5px 0;
}

.sidebar .blue .widget-wrap {
	background:#fff;
}

.sidebar .blue .widget-wrap h4 {
	background:#8ec1da;
	color: #FFF!important;
}

.sidebar .blue .widget-wrap .post {
	padding:0;
	margin: 0 0 5px 5px;
	width:90%;
}
 
.sidebar .blue .widget-wrap .post p strong, 
.sidebar .blue .widget-wrap .post p strong a ,
.sidebar .blue .widget-wrap .post .post-info, 
.sidebar .blue .widget-wrap .post .post-info a {
	color:#77a2b7!important;
}

.sidebar .blue .widget-wrap .post p a  {
	color:#000;
}


.sidebar .blue .widget-wrap .page {
	padding:0;
	margin: 0 0 5px 5px;
	width:97%;
}


.sidebar .blue .widget-wrap .footer  {
	color:#fff;
	background: none repeat scroll 0 0 #8EC1DA;
	height:25px;
	clear:both;
}

.sidebar .blue .widget-wrap .footer a  {
	float:left;
	color:#FFFFFF;
	font-size:12px;
}

.sidebar .blue .widget-wrap .footer span  {
	float:right;
	padding: 3px 5px 0 0;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 15px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 10px 15px 0;
	width: 268px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 118px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
	padding:0 0 0 5px;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding:0 0 13px 0;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background-color: #333;
	border: 1px solid #D2D2D2;
	color: #fff;
	cursor: pointer;
	font-family: arial, serif ;
	font-size: 12px;
	font-weight: normal;
	text-indent: -9999px;
	text-decoration: none;
	background:url(images/button_search_19x19.png) no-repeat;
	width:20px;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}

/* Date
------------------------------------------------------------ */
#header .date {
	padding: 20px 0 0;
	font-family: arial, serif ;
	font-size: 12px;	
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	/*float: left;*/
	padding: 0;
}

#nav .searchform {
	float: right;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	font-family: arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 1px 0px 2px 5px;
	width: 190px;
}

#nav .s {
	background-color: #fff;
	margin: 2px 2px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 15px 0;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	font-family: arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 1px 0px 2px 5px;
	width: 190px;
}



/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	border-top:2px solid #ddd;
	border-bottom:1px solid #ddd;
	border-radius: 3px;
	clear: both;
	margin: 0 auto 10px;
	overflow: hidden;
	width: 958px;
	background:url(images/background_widget-area.png) no-repeat 338px 0px;
}

#footer-widgets .wrap {
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 19px 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 96px 0 0;
	width: 295px;
}

.footer-widgets-2 {
	float: left;
	width: 220px;
}

.footer-widgets-3 {
	float: right;
	width: 200px;
	margin: 10px 20px 0 0;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 7px 0 5px;
	width: 958px;
}

#footer p {
	color: #555;
	font-size: 9px;
	text-transform: uppercase;
	/*width:155px;*/
	margin:0 auto;
}

#footer a,
#footer a:visited {
	color: #555;
}

#footer a:hover {
	color: #222;
	text-decoration: none;
}

#footer .gototop {
	/*float: left;
	padding: 0 0 0 5px;
	width: 200px;*/
	display:none;
}

#footer .gototop a {
	background: url(images/icon-plus.png) no-repeat center left;
	padding: 0 0 0 16px;
}

#footer .creds {
	/*float: right;*/
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}

#comments p,
#respond p {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Extras
-------------------------------------------------------------*/

.twtr .post {
	height:300px;
	border-bottom:none;
}

.twtr-hd {
	display:none;
}

.twtr-ft div {
	display:none;
}

.twtr-bd {
	min-height:300px;
}


.fb-like-box  {
	min-height:257px;
	margin:0 0 10px 0;
}


.single  #content,
.page  #content {
	color: #555;
	width: 640px;
	padding: 0 20px 0 0;
}


.single  #content h1,
.single  #content h1 a,
.single  #content h1 a:visited,
.page #content h1,
.page  #content h1 a,
.page  #content h1 a:visited {
	margin: 0 0 10px;
	font-size: 25px;
	line-height: 36px;
	color:#000;
}

.single  #comments h3, .page  #comments h3,
.single  #respond h3, .page  #respond h3 {
	color: #FFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color:#bbbaba;
	display:inline;
	line-height:22px;
	}

.page  strong {
	color: #000;
	font-weight:bold;

}

.single .post-info {
	margin: 0 0 10px;

}


.single  p,
.page  p {
	font-size: 14px;
}

#respond  input[type="button"],
#respond  input[type="submit"] {
	background-color: #333;
	border: 1px solid #D2D2D2;
	color: #868484;
	cursor: pointer;
	font-family: arial, serif ;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background:url(images/button_19x19.png) repeat-x;
	text-indent:0;
	width:auto;
}

#respond  input:hover[type="button"],
#respond input:hover[type="submit"] {
	background-color: #333;
	border: 1px solid #D2D2D2;
	color: #000;
	text-decoration: none;
}

.entry-content strong {
	color: #000;
	font-weight:bold;

}

.addthis_toolbox {
	margin: 10px 0;
}

.newsbox {
    background: none repeat scroll 0 0 #E8DFBF!important;
    border: 1px solid #CCC!important;
    margin: 0;
    padding: 0;
}
