/*
	Theme Name: CleanResponse
	Theme URI: http://themefurnace.com/blog/portfolio/clean-response/
	Description: A clean responsive business or magazine style theme for the discerning WordPress user.
	Author: ThemeFurnace
	Author URI: http://themefurnace.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.2
	Tags: gray, green, two-columns, fixed-width, custom-background, custom-menu, featured-image-header, featured-images, theme-options
	
	                                   
	Reset
	Defaults
	Headings
	Links
	Theme Layout
	Interior
	Sidebar
	Slider
	Footer
	Navigation
	Comments
	Buttons
	Widgets
	Pagination
	Responsive
*/


/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Defaults */

body{
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	background: url(img/bg.png) fixed;
	background-repeat: repeat;
	color: #777777;
	line-height: 18px;
	border-top:3px solid #4BAE4C;
}

input, textarea {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #5d5c5c;
	border: 1px solid #E4E4E4;
	padding:5px;
}

input:focus, textarea:focus{
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 0px 3px 0px #CCCBCB;
	box-shadow: 0px 0px 3px 0px #CCCBCB; 
	moz-box-shadow: 0px 0px 3px 0px #CCCBCB; 
}

#footer input, #footer textarea{
	background-color:#4F4F4F;
	border:1px solid #656565;
	color:#CCCCCC;
}

#footer input:focus, #footer textarea:focus{
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 0px 3px 0px #5E5E5E;
	box-shadow: 0px 0px 3px 0px #5E5E5E; 
	moz-box-shadow: 0px 0px 3px 0px #5E5E5E; 
}

blockquote{
	color:#404040;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px;
	border-left:3px solid #F4F4F4;
	margin-bottom:10px;
}

.clear {
	clear:both;
}

img.aligncenter, .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;
}

img.alignleft, .alignleft {
	float: left; 
	margin-right:20px;
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
}

img.alignright, .alignright {
	float: right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
}

img.alignnone, .alignnone {
	clear: both;
	display: block;
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}

.wp-caption {
	background: #f3f3f3;
	line-height: 18px;
	margin-bottom: 20px;
	/*max-width: 632px !important; prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 1px solid #ffffff;

}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery br+br {
	display: none;
}


#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}

#content tr th, #content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}

#content tr.odd td {
	background: #f2f7fc;
}

#content dl {
	margin: 0 0 24px 0;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin-bottom: 18px;
}

#content ul {
	margin-bottom:20px;
	display:block;
	padding-left:20px;
	list-style-type:square
}

#content li {
	margin-bottom:5px;
}

#content ol {
	margin-bottom:20px;
	display:block;
	padding-left:20px;
	list-style-type:decimal
}

#content address {
	margin-bottom:20px;
	display:block;
}

/* Headings */

#logo_text{
	font-size: 25px;
	font-weight:bold;
	letter-spacing:-.3px;
	float:left;
	margin-top:30px;
}

#logo_text a{
	color:#1D1D1D;
}
#logo_text a:visited{
	color:#1D1D1D;
}

#logo_text a:hover{
	color:#808080;
}

h1,h2,h3,h4,h5,h6{
	font-family: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#010101;
	font-weight: normal;
	padding: 0;
}

#content h1 {
	font-size: 18px;
	line-height: 24px;
	border-bottom:1px solid #ECECEC;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
}
#content h2 {
	font-size: 18px;
	line-height: 22px;
	border-bottom:1px solid #ECECEC;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
}
#content h3 {
	font-size: 18px;
	line-height: 20px;
	border-bottom:1px solid #ECECEC;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
}
#content h4 {
	font-size: 16px;
	line-height: 18px;
	border-bottom:1px solid #ECECEC;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
}
#content h5 {
	font-size: 14px;
	line-height: 16px;
	border-bottom:1px solid #ECECEC;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
}
#content h6 {
	font-size: 12px;
	line-height: 14px;
	border-bottom:1px solid #ECECEC;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
}


.intro {
	font-size: 16px;
	font-weight: bold;
	color:#464646;
	margin-bottom:10px;
}

.itemintro {
	font-size: 14px;
	font-weight: bold;
	color:#464646;
	margin-bottom:0px;
	margin-top:5px;
}

.foothead {
	font-size: 13px;
	font-weight: bold;
	color:white;
	margin-bottom:10px;
	padding-bottom:10px;
	width:100%;
	border-bottom:1px solid #555555;
}

.posttitle{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -0.1px;
	line-height: 30px;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	background-color:#F2F2F2;
}

.sidehead{
	font-size: 14px;
	font-weight: bold;
	color:#464646;
	margin-bottom:0px;
	margin-top:5px;
	border-bottom:1px solid #DEDCDD;
	padding:10px;
	padding-left:0px;
}

/* Links */

a {
	color: #4BAE4C;
	text-decoration: none;
}

a:visited {
	color: #4BAE4C; 
	text-decoration: none;
}

a:hover {
	color:#B9B9B9;
	text-decoration: none;
}

.itemintro a{
	color:#464646;	
}
.itemintro a:visited{
	color:#464646;	
}

.itemintro a:hover{
	color:#909090;	
}

.footerwidget li a{
	color:#8C8C8C;
}

.footerwidget li a:visited{
	color:#8C8C8C;
}

.footerwidget li a:hover{
	color:white;
}

.footerwidget a:hover{
	color:white;
}

.copy a{
	color:#8C8C8C;
}
.copy a:visited{
	color:#8C8C8C;
}

.copy a:hover{
	color:white
}

.sidebarwidget li a{
	color:#777777;
}

.sidebarwidget li a:visited{
	color:#777777;
}

.sidebarwidget li a:hover{
	color: #4BAE4C;
}

.footerwidget li a{
	padding-left:20px;
}

.footerwidget li a:hover{
	color: #4BAE4C;
}

.meta a{
	color:#CACACA;
}

.meta a:visited{
	color:#CACACA;
}

.meta a:hover{
	color:#767676;
}

#postmeta a{
	color: #777777;
}

#postmeta  a:visited{
	color: #777777;
}

#postmeta  a:hover{
	color: #4BAE4C;
}


#socialmedia span a {
	color:#464646;
}

#socialmedia span a:visited{
	color:#464646;
}

#socialmedia span a:hover{
	color:#FF7A0E;
}

#socialmedia a {
	color:#777777;
}

#socialmedia a:visited{
	color:#777777;
}

#socialmedia a:hover{
	color:#464646;
}

.featureicon a{
	color:white;
	display:block;
	width:75px;
	height:75px;
}

.featureicon a:visited{
	color:white;
}

.featureicon a:hover{
	color:#E5E5E5;
}

.slidetitle a{
	color:white;
}

.slidetitle a:hover{
	color:#30AF7B;
}

/* Theme Layout */

.container {
	background-color: white;
	width:960px;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 9px 0px #E9E9E9;
	box-shadow: 0px 0px 9px 0px #E9E9E9; 
	moz-box-shadow: 0px 0px 9px 0px #E9E9E9; 
	margin-bottom:25px;
}

#header{
	height:80px;
	position:relative;
	width:960px;
	margin:0 auto;
}

.logo{
	float: left;
	margin-left:0px;
	margin-top:5px;
}

.topwidget{
	width:468px;
	height:60px;
	float: right;
	margin-top:25px;
}
/*
#tagline{
	padding:14px;
	background-color: #F2F2F2;
	background-image: url(img/stripes-dark.png);
	background-repeat: repeat;
	color:#878686;
	position:relative;
	text-align: center;
}

#tagline p{
	font-size: 18px;
	line-height: 22px;
}
*/
#main{
	float:left;
	margin-left: 20px;
	margin-top: 15px;
	width:610px;
}

.blogitem{
	float: left;
	background-color: white;
	margin-right:25px;	
	width:288px;
	margin-bottom:25px;
	text-align: left;
	min-height:170px;
	position: relative;
	margin-top:5px;
}

.blogitem:nth-child(2n+2){
	margin-right:0px;
}



.blogitem .meta{
	color:#D3D3D3;
	font-size: 11px;
	margin-top:8px;
	margin-bottom:8px;
	padding-left:0px;
}

.blogimage{
	width:288px;
	height:159px;
	background-color: white;
	padding:1px;
	border:1px solid #DEDEDE;
}

/* Sidebar */

#sidebar{
	width:292px;
	float: right;
	margin-top:20px;
	margin-right:20px;
}

body.page-template-page-left-sidebar-php #sidebar{
	float:left;
	margin-right:0px;
	margin-left:20px;
}

.sidebarwidget{
	margin-bottom:25px;
	padding-bottom:25px; 
	background-image: url(img/widget-bg.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}

.sidebarwidget ul{
	margin-top:10px;
}

.sidebarwidget li{
	color:#8C8C8C;	
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #DEDCDD;
	padding-right:20px;
	padding-left:20px;
	background-image: url(img/bullet-light.png);
	background-repeat: no-repeat;
	background-position: 1px 4px;
}

.sidebarwidget li:hover{
	background-position: 1px -109px;
}

.sidebarwidget p{
	margin-right:10px;
	margin-top:10px;
}

#features{
	padding:25px;
	color:white;
	overflow: auto;
	text-align: center;
	padding-bottom:15px;
	padding-top:0px;
	padding-bottom:0px;
}

.feature{
	width:288px;
	margin-right:10px;
	float: left;
	text-align: center;
	border-right:1px solid #F2F2F2;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:40px;
}

.feature:nth-child(3n+3){
	margin-right:0px;
	border-right:0px;
	padding-right:0px;
}

.feature p{
	color:#737373;
	margin-top:15px;
	font-size: 12px;
	line-height: 18px;
}

.featureicon{
	font-size:30px;
	background-color: #3D3D3D;
	height: 80px;
	width: 80px;
	display:block;
	-moz-border-radius:75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	margin: 0 auto;
	line-height: 84px;
	margin-bottom:8px;
	text-align: center;
}

.featured {
}

.featureicon a{
	color:white;
	display:block;
	width:85px;
	height:78px;
}

.featureicon a:visited{
	color:white;
}

.featureicon a:hover{
	color:#E5E5E5;
}



/* Slider */

#slider{
	width:100%;
	position:relative;
	overflow:hidden;
	max-height:225px;
}

#slider img{
	width:100%;
	position: relative;
 	top: 50%;
 	transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
}

.slide{
	position:absolute;
	top:30px;
	right:230px;
	width:500px;
	height:400px;
	z-index:1;
}

.slidetitle{
	display:block;
	background-color:#000000;
	color:white;
	font-size:24px;
	font-weight:bold;	
	line-height:28px;
	padding:10px;	
}

.slidetitle a:hover
{
	color:#4BAE4C;
}

.slidetext{
	background-color:#000000;
	opacity: 0.6;
	padding:10px;
	color:white;
}
/* Interior */


#content{
	float:left;
	margin-top:20px;
	max-width:3000px;
 	max-width: 100%;

}


body.page-template-page-full-width-php #content {
	max-width:100%;
}


body.page-template-page-full-width-php #main {
	width:96%;
}



HERE

}

body.page-template-page-left-sidebar-php #main {
	float:right;
	margin-right:20px;
	width:590px;
}

#content-full{
	width:100%;
}

#content p{
	margin-bottom:20px;
	line-height: 20px;
}

#content img{
	background-color: white;
	padding:1px;
	border:1px solid #F2F2F2;
}

.featuredimage{
	margin-bottom:25px;
}

#postmeta{
	background-color: #F2F2F2;
	border-bottom:5px solid #DADADA;
	position:relative;
}

#postmeta ul{
	margin-left:10px;
	margin-right:20px;
	padding-top:3px;
	padding-bottom:3px;
}

#postmeta li{
	padding-bottom:5px;
	padding-top:5px;
	padding-left:15px;
	list-style-type:none;
	display:inline;
	margin-right:10px;
	font-size: 11px;
	font-style: italic;
}

/* Footer */

#footer{
	margin-top:25px;
	background-image: url(img/footer-bg.png);
	background-color:#343434;
	background-repeat: repeat;
	overflow: auto;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 6px 0px #EEEEEE;
	box-shadow: 0px 0px 6px 0px #EEEEEE; 
	moz-box-shadow: 0px 0px 6px 0px #EEEEEE; 
	padding-top:30px;
}

.footerwidget{
	width:200px;
	float: left;
	margin-left:80px;
	color:#8C8C8C;
	margin-bottom:20px;
}



.footerwidget p{
	margin-bottom:10px;
}

.footerwidget ul{
	
}

.footerwidget li{
	color:#8C8C8C;	
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #555555;
	background-image: url(img/bullet-dark.png);
	background-repeat: no-repeat;
	background-position: 1px 4px;
}

.footerwidget li:hover{
	background-position: 1px -109px;
}


#bottom{
	background-color: #212121;
	padding:25px;
	overflow: auto;
	position:relative;
	clear: both;
}

.footerlogo{
	float:left;
}

.copy{
	float:left;
	font-size: 11px;
	line-height: 14px;
	margin-left:20px;
	margin-top:10px;
}

/* Navigation */

#navbar select {
  display: none;
}

#navbar{
	height:68px;
	color:white;
	font-size: 12px;
	margin:0 auto;
	z-index:999;
	max-width:960px;
	background-image: url(img/nav-bg.png);
	background-repeat: repeat-x;
	background-color: #181818;
}

#main-nav	{
	height: 68px; /* set to the height you want your menu to be */
	margin: 0 0 10px; /* just to give some spacing */
	font-size: 12px;
	font-weight: bold;
}

#main-nav ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
	padding-top:20px;
	margin-left:20px;
	margin-right:20px;
}

#main-nav li	{
	display: block;
	float: left;
	line-height: 32px; /* this should be the same as your #main-nav height */
	height: 32px; /* this should be the same as your #main-nav height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
}

#main-nav li a	{
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	border:0px;
	color:white;
}

#main-nav li a:hover{
	color:#7D7D7D;
}

#main-nav .current-menu-item a, #main-nav .current_page_item a,  {
	color: white;
}

#main-nav ul ul a{
	color: #CACACA;
}

#main-nav ul ul a:hover{
	color:#FFFFFF;

}

#main-nav ul ul { /* this targets all sub menus */
	display:none;
	position: absolute;
	top: 20px; /* this should be the same height as the top level menu -- height + padding + borders */
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	z-index:9999;
	font-size:12px;
	font-weight:normal;
}

#main-nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 150px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	border-bottom:1px solid #555555;
	background-color:#343434;
	background-image:url(img/stripes-dark.png);
	background-repeat:repeat;
}
#main-nav ul ul li a { /* target all sub menu item links */
	
}

#main-nav ul ul li a:hover { /* target all sub menu item links */
	background-color:#525252;
	border-bottom:1px solid #4BAE4C;
}


#main-nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}

#main-nav ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 150px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
}


/* Comments */

.comments{
	background-color: white;
	width:100%;
	margin-top:40px;
	position:relative;
	-webkit-box-shadow: 0px 0px 3px 0px #CCCBCB;
	box-shadow: 0px 0px 3px 0px #CCCBCB; 
	moz-box-shadow: 0px 0px 3px 0px #CCCBCB; 
	margin-left:40px;
	margin-bottom:40px;
	padding-bottom:20px;
}

.comments ol{
}

#commentsform{
	padding-right:10px;
	position:relative;
	margin-bottom:0px;
}

#comments p{
}

.commentstop {
	border-bottom:1px solid #ececec;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
}

.yours{
	float:right;
	margin-top:20px;
}

.comment{
	padding-bottom:20px;
}

.avatar{
	float:left;
	margin-right:10px;
	padding: 2px;
	border: 1px solid #C8C8C8;
}

.comment-author{
	font-size: 12px;
	color:#010101;	
}

.comment-author a{
	border-bottom:0px;
	color:#000000;
}

.bypostauthor{
	
}

.comment-meta{
	font-size: 11px;
}

.comment-meta a{
	border-bottom:0px;
}
.comment-meta a:visited{
	border-bottom:0px;
}

.comment-body{
	margin-left:62px;
}

.comment-body p{
	margin-top:10px;
	line-height:20px;
}

.comment li{
	margin-top:20px;
}

.comment {
	list-style-type:none;
}

.children ul{
}

.depth-1 {
	margin-top:20px;
}

.depth-2 {
	margin-top:20px;
	margin-left:10%;
}

.depth-3 {
	margin-top:20px;
	margin-left:10%;
}

#comments .comment:last-child.depth-2 {
}

#comments .comment:first-child.depth-2 {	
}

#comments .comment:last-child.depth-3 {	
}

.comment-author-admin{
}

#comments ul.children{
}

.reply{
	float: right;
	position:relative;
	border-bottom:1px solid #ECECEC;
	width:100%;
	margin-bottom:25px;
	padding-bottom:25px;
}

.comment-reply-link{
	display: block;
	background-color: #464646;
	color:white;
	border:0px;
	font-size: 11px;
	padding:1px 10px;
	width:35px;
	text-align:center;
	float:right;
}

a.comment-reply-link {
	color:white;
	border:0px;	
}
a.comment-reply-link:visited{
	color:white;
}
a.comment-reply-link:hover{
	color:white;
	background-color: #5E5E5E;
}

.commentinput{
	width:50%;
	margin-bottom:20px;
}

.commentbox{
	width:70%;
	height:150px;
}

.commentinfo{
	font-size: 11px;
	margin-top:20px;
}

.commentsubmit{
	margin-top:20px;
	display: block;
	background-color: #464646;
	color:white;
	border:0px;
	font-size: 11px;
	padding:5px 15px;
}

.commentsubmit:hover{
	background-color: #5E5E5E;
	cursor: pointer;
}

.cancelcomment {
	margin-bottom:10px;
}

.loggedinauthor{
}


/* Buttons 
Thanks to http://webdesignerwall.com/tutorials/css3-gradient-buttons for these :)
*/


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin:5px;
}
.button:hover {
	text-decoration: none;
	color: white;
}
.button:active {
	position: relative;
}

.large{
	font-size: 16px;
	font-weight: bold;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
}

.action{
	margin-top:10px;
	float:right;
	margin-right:10px;
	margin-left:10px;
}

.more{
	margin:0px;
	margin-top:10px;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

a.black, a.gray, a.orange, a.red, a.blue, a.rosy, a.green, a.pink {
	color:white;
}

a.white, a.white:hover{
	color:#606060;
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}


/* orange */
.orange {
	color: white;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: white;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: white;
	border: solid 1px #3F8A3F;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C060), to(#51A451));
	background: -moz-linear-gradient(top,  #60C060,  #51A451);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#60C060', endColorstr='#51A451');
}
.green:hover {
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#60C060), to(#3F8A3F));
	background: -moz-linear-gradient(top,  #60C060,  #3F8A3F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#60C060', endColorstr='#3F8A3F');
}
.green:active {
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#51A451), to(#60C060));
	background: -moz-linear-gradient(top,  #51A451,  #60C060);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#51A451', endColorstr='#60C060');
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
	

/* Widgets */

/* Calendar */

#wp-calendar {
	width: 90%;
	background-color:#FFFFFF;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 2px 0px #CCCBCB;
	box-shadow: 0px 0px 2px 0px #CCCBCB; 
	moz-box-shadow: 0px 0px 2px 0px #CCCBCB; 
}

#wp-calendar caption {
	color: #222;
	font-size: 12px;
	padding-bottom: 4px;
	margin-bottom:9px;
	text-align:center;
	margin-top:10px;
}

#wp-calendar thead {
	font-size: 11px;
	text-align: center;
}

#wp-calendar thead th {
	text-align: center;
	padding: 3px 0 2px;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

#wp-calendar #prev{
	padding:7px;
}


/* Social Media */

#socialmedia .socialnumber{
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#282828;
}

#socialmedia p{
	font-size: 11px;
	margin:0px;
	padding:0px;
	margin-top:-3px;
}

#socialmedia li{
	padding-left:40px;
	height:32px;
	margin-bottom:10px;
}

#socialmedia .facebook{
	background-image: url(img/facebook.png);
	background-repeat: no-repeat	
}
#socialmedia .twitter{
	background-image: url(img/twitter.png);
	background-repeat: no-repeat	
}
#socialmedia .rss{
	background-image: url(img/rss.png);
	background-repeat: no-repeat	
}
#socialmedia .dribbble{
	background-image: url(img/dribbble.png);
	background-repeat: no-repeat	
}

/* Social Media Sidebar*/

#sidebar #socialmedia .socialnumber{
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#282828;
}

#sidebar #socialmedia p{
	font-size: 11px;
	margin:0px;
	padding:0px;
	margin-top:-3px;
}

#sidebar #socialmedia li{
	padding-left:55px;
	height:30px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:15px;
	background-position:15px 5px
}

/* Search */

.sidesearch{
	width:80%;
	margin:15px;
	background-image:url(img/magnifying-icon.png);
	background-repeat:no-repeat;
	background-position:98% 6px;
}


/* Flickr */

.flickr-badges{
	overflow:auto;
	padding-left:8px;
	padding-top:20px;
}

.flickr-badges img{
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	max-width:160px;
	height:auto;
}

#footer .flickr-badges{
	overflow:visible;
	padding:0px;
	margin:0px;
	margin-left:8px;
}

#footer .flickr-badges img{
	padding:0px;
	margin:5px;
	max-width:160px;
	border:4px solid #555555;
}

#footer .flickr-badges img:hover{
	border:4px solid #808080;
}

/* Tagcloud */

.tagcloud{
	overflow:auto;
	padding:10px;
}

#footer .tagcloud a { background:#ccc;padding:6px;float:left;margin:5px; font-size:12px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: white;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#636363), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #636363,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#636363', endColorstr='#4b4b4b');
}

#footer .tagcloud a:hover {
	color: white;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}

#footer .tagcloud a:active {
	color: white;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

.tagcloud a { background:#ccc;padding:6px;float:left;margin:5px; font-size:12px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.tagcloud a:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.tagcloud a:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* Tabber */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	border-left:1px solid #F1F1F1;
	margin-bottom:20px;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 8px; 
	border: 1px solid #F1F1F1;
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
	font-size: 11px;
	border-left:0px;
	height: 32px; 
	width:32%;
	text-align:center;
	margin-left:1px;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 12px;
	outline: none;
	color:#333333;
}

ul.tabs li a:hover {
	
	background: #FAF9FA;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #FAF9FA;
}

.tab_container {
}

.tab_content {	
}

.tab_container a{
	color:#333333;
}

.tab_container a:visited{
	color:#333333;
}

.tab_container a:hover{
	color: #D03D48;
}

.tabpost{
	border-bottom:1px solid #ECECEC;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-top:5px;
}

.tabthumb{
	float:left;
	margin-right:7px;
	padding:2px;
	border:1px solid #C8C8C8;
	margin-left:10px;
}

.avatar{
	float:left;
	margin-right:7px;
	padding:2px;
	border:1px solid #C8C8C8;
	margin-left:10px;
}

.tabtitle{
	font-size: 11px;
	margin-bottom:3px;
}

.tabtitle a{
	border-bottom:0px;
}

.tabmeta{
	font-size: 10px;
	color:#B3B2B2;
	margin:0px;
	padding:0px;
}

/* Pagination */


.pagination {
	position:relative;
	padding:0px 0;
	font-size:11px;
	line-height:13px;
	height:50px;
	border-top:1px solid #EDEDED;
	display:block;
	margin-bottom:20px;
	padding-top:15px;
	clear:both;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#444;
	border:1px solid #EDEDED;
}

.pagination a:hover{
	background: #24221D;
	color:#fff;
	text-decoration: none;
}

.pagination a:visited{
	text-decoration: none;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #24221D;
	color:#fff;
}

/* Responsive*/

img{ max-width: 100%;height:auto; }


/* Portrait Tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.container, #footer, #header {
	width:680px;
}

.topwidget{
	display: none;
}
	#main{
	width:660px;
	}
	
	.blogitem{
		margin-right:55px;
	}

#content{
	width:660px;
	padding-left:0px;
}

body.page-template-page-full-width-php #content{
	width:100%;
}
	
.action{
	display:none;
}
	
#sidebar{
	float:left;
	clear: both;
}

.slide{
	top:10px;
	right:90px;
}


.footerwidget{
	width:295px;
	float: left;
	color:#8C8C8C;
	margin-bottom:10px;
	padding:0px;
}

.sidebarwidget{
	width:650px;
	margin:15px;
}

.feature{
	width:100%;
	text-align: center;
	border-right:0px solid #F2F2F2;
}


}


/*  Portrait Mobiles */
@media only screen and (max-width: 767px) {

body{
	border-top:0px;
}

.container, #footer, #header  {
	width:310px;
	overflow:hidden;
	margin-top:0px;
}
	#main{
		width:288px;
		margin-left:10px;
	}


#tagline {
	padding:15px;
}
	
#tagline p{
	font-size: 12px;
	text-align: center;
	line-height: 14px;
}

.topwidget{
	display:none;
}

.action{
	display:none;
}
	
.feature{
	width:100%;
	text-align: center;
	border-right:0px solid #F2F2F2;
}
	
.footerwidget{
	width:280px;
	float: left;
	color:#8C8C8C;
	margin-bottom:10px;
	padding:0px;
	margin:15px;
}

.sidebarwidget{
	width:280px;
	margin:15px;
}

.copy{
	float:left;
	position:relative;
	margin-left:10px;
}

#navbar ul {
display: none;
}

#navbar select { 
display: inline-block; position:absolute;top:30px;left:10px;width:95%
}
  
#navbar{
  position:relative;
}
  
.logo{
margin-top:20px;margin-bottom:10px;
}

#content{
	width:100%;
	margin:0px;
	margin-top:25px;
}
	
#sidebar{
	width:100%;
	margin:0px;
	margin-top:25px;
}

.slide{
	display:none;
}

.flex-direction-nav{
display:none;
}

}


/* Landscape Mobiles */
@media only screen and (min-width: 480px) and (max-width: 767px) {


.container,  #footer, #header  {
	width:440px;
}
#main{
	width:410px;
	
}
.blogitem{
	margin-left:75px;
}

	
.footerwidget{
	width:410px; 
	float: left;
	color:#8C8C8C;
	margin-bottom:10px;
	padding:0px;
	margin:15px;
}

.sidebarwidget{
	width:410px;
	margin:15px;
}
}

/* MailChimp */
 
#mc_embed_signup
input.button {
color: #FFFFFF;
background-color: #4BAE4C;
background-image: none;
border: 1px solid #d2d2d2;
}

#mc_embed_signup
input.button:hover {
background-color: #90C041;
}
