/*
Theme Name: halsharp
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: halsharp
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

halsharp is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {

}

main {
	width: 100%;
}

ol,
ul {
	list-style: none;
}

#secondary ol,ul {
	list-style: none !important;
	margin: 6px 0px .5em 8px;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

body.custom-background {
	background-attachment: fixed !important;
}

#primary {
	float: left;
	width: 70%;
	padding: 12px 8px;
	background-color: #FFF;
	color: #111;
	border-right: 2px solid rgba(78, 85, 169, 0.3);
}

#primary .entry-title {
	float: none;
}

#primary h2 {
	font-size: 1.5em;
  text-align: left;
  color: #CFBF51;
}

#secondary {
	float: right;
	width: 30%;
	padding: 12px 8px 6px 8px;
	background-color: #FFF;
	color: #111;
}

blockquote {
	font-style: italic;
	border-left: 8px solid #CFBE50;
	padding-left: 12px;
}

input[type="search"] {
	margin-top: 4px;
 }
 
.widget-title {
	background: #454857;
	color: #BEE2E7;
	padding: 8px 12px;
	border-radius: 3px;
}

#secondary aside li a, #secondary  aside div a {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

#new-post {
	background-color: #eee;
}

h1.entry-title {
	font-size: 1.2em;
	text-align: left;
	color: #CFBF51;
}

h1.entry-title a {
	color: #0000B3;
	text-decoration: none;
}

div.entry-meta {
	padding-left: 1em;
	margin-bottom: .5em;
	font-size: .8em;
}

div.entry-meta a, div.entry-meta a:visited {
	color: #aaa;
}

footer.entry-footer {
	font-size: 80%;
}

.home footer.entry-footer {
	margin-top: 12px;
}

footer.entry-footer .cat-links{
	margin-right: 10px;
}

footer.entry-footer .cat-links a{
	text-decoration: none;
	background-color: #eee;
	padding: 3px;
}

footer.entry-footer .tags-links{
	margin-right: 10px;
}

footer.entry-footer .tags-links a{
	text-decoration: none;
	background-color: #ddd;
	padding: 3px;
}

footer.entry-footer .comments-link a{
	text-decoration: none;
	background-color: #FFFFB8;
	padding: 3px;
	border: 1px solid #ddd;
	display: inline-block;
	border-radius: 4px;
}

.entry-header img {
	float: left;
	width: 10% !important;
	margin-right: 6px;
}

.entry-title {
	float: left;
	clear: none;
	width: 89%;
	font-size: 1.1em;
}

article {
	border-bottom: 2px solid rgba(78, 85, 169, 0.3);
	padding-bottom: 12px;
}

article .entry-content{
	font-size: .8em;
}

.format-standard .post-thumbnail {
	float: left;
	max-width: none;
	margin-right: 6px;
}

.edit-link {
	margin-left: 20px;
	padding: 5px;
	background-color: #8F002D;
	border-radius: 4px;
}

.edit-link a, .edit-link a:visited{
	text-decoration: none;
	color: #eee;
}

#secondary .tagcloud a {
	text-decoration: underline;
}

#buddypress div#item-header {
	overflow: visible;
}

#bbpress-forums .bbp-user-section {
	overflow: visible;
}

.form-allowed-tags {
	display: none;
}

#comments {
	background-color: #ddd;
	padding: 12px;
	display: inline-block;
	width: 100%;
}

textarea#comment {
	box-shadow: 5px 5px 5px #ddd;
}

div#respond {
	border: 1px solid #ccc;
	padding: 6px;
	background-color: #eee;
}

div#respond h3 {
	font-weight: bold;
	color: #333;
}

div#respond .logged-in-as {
	font-size:	.8em;
	margin-bottom: .5em;
}

p.comment-form-comment label {

}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #ccc;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

#primary .page h3 {
	font-size: 2em;
	font-weight: 700;
}

#primary .page p {
	font-size: 1.2em;
	font-weight: 500;
}

p {
	margin-bottom: .5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

#page {
	max-width: 1024px;
	margin: auto;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #0F5776;
}

a:visited {
	color: #188CBE;
}

a:hover,
a:focus,
a:active {
	color: #7D5BFC;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
#wpuf-metabox-fields.postbox {
	position: relative;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #454857;
	border-bottom: 3px solid #8F002E;
	position: relative;
	z-index: 3;
	top: -6px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 4px 12px;
}

.main-navigation li:hover {
	background-color: #72818B;
}

.main-navigation li a:hover {
	color: #BEE2E7;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #BEE2E7;
	font-weight: 600;
}

.main-navigation .current-menu-item  a {
	color: #fff;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(170,170,170, 0.2);
	float: left;
	position: absolute;
	top: 2em;
	left: -999em;
	z-index: 99999;
	background-color: #4E56A9;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 .5em;
	width: 100%;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: inline-block;
}

#mc_embed_signup form {
	background-color: #000;
	padding: 10px 0 0px 0% !important;
}

#mc_embed_signup label {
	background-color: #CFBE50;
	text-align: center;
	color: #111;
	padding: 4px !important;
}

#mc_embed_signup input.email {
	margin-top: 3px !important;
}

.widget-part {
	display: inline-block;
	min-width: 200px;
	width: 32.3%;
	margin: 5px;
	position: relative;
}

.widget-part li  div {
	color: #fff;
	
}

#content li.widget_text {
	list-style-type: none;
}

#content #top-widget-area {
	background-color: #000;
}

#content .widget-part {
	background-color: #eee;
	float: left;
	min-height: 190px;
}
#content .baclv-post-widget-title {
	text-decoration: none;
	font-weight: 600;
	font-size: 120%;
	background-color: #BBAC49;
}

#content .baclv-widget-content {
	margin-left: 8px;
	margin-right: 3px;
}

#content .baclv-widget-thumb {
	float: left;
	margin-right: 4px;
}

#content .baclv-post-widget-title h3{
	margin-left: 8px;
	color: 333;
	text-shadow: 2px 2px 2px #888;
}

#content .baclv-post-widget-title h3 a, #content .baclv-post-widget-title h3 a:visited {
	text-decoration: none;
	color: #520000;
}

#content .baclv-post-widget-date {
	font-size: 70%;
	color: #999;
}

#content .baclv-post-widget-excerpt {
	font-size: 80%;
	color: #444;
}

#content .baclv-more a {
	border: none;
	display: inline;
	color: #555;
	background-color: transparent;
	font-size: 70%;
	font-weight: 600;
}

#content .baclv-archive {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#content .baclv-archive a, #content .baclv-archive a:visited {
	color: #555;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 90%;
	text-decoration: none;
	background-color: #aaa;
}

div.baclv-widget-thumb a img{
	margin: 2px;
	border: 1px solid #555;
}

#recent-posts-3 ul li a{
	color: #ccc;
	font-size: 90%;
}

#recent-posts-3 ul li span{
	color: #999;
	font-size: 70%;
}

.forum #main {
	width: 100%;
	background-color: #fff;
}

.bbpress #primary {
	float: left;
	width: 70%;
	padding: 12px 8px;
	background-color: #fff;
	color: #333;
}

#primary.full-width, #primary.full-width #main{
	width:100%;
}{
	width:100%;
}

.wpuf-author h3 {
	background-color: #333;
}

.profile-fields .label {
	color: #333;
}

/*------------------------------------------------------------------
My Calendar
--------------------------------------------------------------------*/
#upcoming-events span#list-event-date {
	padding: 5px 5px;
	border: 1px solid #b2b2b2;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	Display: inline-block;
	color: #525252;
	font-weight: bold !important;
	background-image: -webkit-linear-gradient(#fff,#fff 1em,#e7e7e7);
	background-image: linear-gradient(#fff,#fff 1em,#e7e7e7);
	line-height: 1.0em;
	overflow: hidden;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 3em;
	float: left;
}

ul#upcoming-events div#list-event-title {
	Display: inline-block;
	padding: 13px 0 0px 10px;
	font-weight: bold;
	float: left;
	margin-top: 5px;
	margin-right: 12px;
}

ul#upcoming-events  div {
	padding-left: 10px;
}

#mc_event img {
	float: left;
	margin-right: 12px;
}

.mc-image {
	display: inline-block;
}

.mc-main .vcard, #mc_event .vcard {
	background: #CDDCFB;
}

#secondaru #upcoming-events {
	padding-bottom: 5px;
}

.my-calendar-month {
	text-align: center;
	font-size: 2em;
}

/*/////////////////////////////////////////////////////////////////////////////
// Buddypress
////////////////////////////////////////////////////////////////////////////*/
#bbpress-forums li a.bbp-topic-permalink {
	text-decoration: none;
	font-size: 130%;
	font-weight: 500;
	color: #137871;
}

#bbpress-forums li img.avatar {
	width: 24px;
	height: 24px;
}

#bbpress-forums fieldset.bbp-form {
	border: 1px solid rgba(33, 90, 86, 0.42);
	background-color: rgba(33, 90, 86, 0.2);
}

#bbpress-forums fieldset.bbp-form  legend {
	font-size: 120%;
	font-weight: bold;
}

div#bbpress-forums li.bbp-header, div#bbpress-forums li.bbp-footer {
	background: #454857;
	color: #fff;
}

.bbp-forum-info a {
	text-decoration: none;
	font-size: 130%;
	font-weight: 500;
}

#bbpress-forums div.bbp-reply-content a {
	color: #fff !important;
}

#buddypress ul.item-list li {
	boder: none;
	-webkit-box-shadow: 3px 3px 3px -1px rgba(6,78,73,0.4);
	-moz-box-shadow: 3px 3px 3px -1px rgba(6,78,73,0.4);
	box-shadow: 3px 3px 3px -1px rgba(6,78,73,0.4);
}

#buddypress div#item-header h2 {
	font-size: 1.5em;
	font-weight: 700;
	color: #454857;
}

#buddypress span.activity  {
	font-size: 100%;
}

#buddypress div.item-list-tabs ul li {
	border: 1px solid rgba(33, 90, 86, 0.5);
	margin-right: 1px;
	border-radius: 5px 5px 0px 0px;
}

#buddypress div.item-list-tabs ul li.selected {
	border-bottom: none;
}

#buddypress .standard-form div.submit input {
	padding: 6px 12px;
	font-size: 130%;
	color: #FFF;
	background: rgb(120,186,180); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(120,186,180,1) 0%, rgba(19,120,113,1) 43%, rgba(6,78,73,1) 51%, rgba(19,120,113,1) 83%, rgba(120,186,180,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,186,180,1)), color-stop(43%,rgba(19,120,113,1)), color-stop(51%,rgba(6,78,73,1)), color-stop(83%,rgba(19,120,113,1)), color-stop(100%,rgba(120,186,180,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(120,186,180,1) 0%,rgba(19,120,113,1) 43%,rgba(6,78,73,1) 51%,rgba(19,120,113,1) 83%,rgba(120,186,180,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(120,186,180,1) 0%,rgba(19,120,113,1) 43%,rgba(6,78,73,1) 51%,rgba(19,120,113,1) 83%,rgba(120,186,180,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(120,186,180,1) 0%,rgba(19,120,113,1) 43%,rgba(6,78,73,1) 51%,rgba(19,120,113,1) 83%,rgba(120,186,180,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(120,186,180,1) 0%,rgba(19,120,113,1) 43%,rgba(6,78,73,1) 51%,rgba(19,120,113,1) 83%,rgba(120,186,180,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bab4', endColorstr='#78bab4',GradientType=0 ); /* IE6-9 */
}

#buddypress div.activity-meta a {
	padding: 6px 12px;
	font-size: 110%;
}

#buddypress div.activity-comments form input {
padding: 6px 12px;
	font-size: 130%;
	color: #FFF;
	background: rgb(120,186,180); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(120,186,180,1) 0%, rgba(19,120,113,1) 43%, rgba(6,78,73,1) 51%, rgba(19,120,113,1) 83%, rgba(120,186,180,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,186,180,1)), color-stop(43%,rgba(19,120,113,1)), color-stop(51%,rgba(6,78,73,1)), color-stop(83%,rgba(19,120,113,1)), color-stop(100%,rgba(120,186,180,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(120,186,180,1) 0%,rgba(19,120,113,1) 43%,rgba(6,78,73,1) 51%,rgba(19,120,113,1) 83%,rgba(120,186,180,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(120,186,180,1) 0%,rgba(19,120,113,1) 43%,rgba(6,78,73,1) 51%,rgba(19,120,113,1) 83%,rgba(120,186,180,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(120,186,180,1) 0%,rgba(19,120,113,1) 43%,rgba(6,78,73,1) 51%,rgba(19,120,113,1) 83%,rgba(120,186,180,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(120,186,180,1) 0%,rgba(19,120,113,1) 43%,rgba(6,78,73,1) 51%,rgba(19,120,113,1) 83%,rgba(120,186,180,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78bab4', endColorstr='#78bab4',GradientType=0 ); /* IE6-9 */
}

.bp_members h1.entry-title {
	font-size: 1.5em;
	margin-bottom: 8px;
}

#buddypress table.profile-fields tr td.label {
	border: none;
	font-size: 1em;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
	width: 100%;
	float: left;
}

#post-2.hentry {
	margin: 0 0 .5em;
	width: 100%;
	float: left;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

footer .copyright {
	color: #CFBE50;
}

footer .byline {
	color: #fff;
	float: right;
}

.page-content,
.entry-content,
.entry-summary {
	margin: .5em 0 0;
}

.entry-content img {
	margin-right: 8px;
	float:left;
}

div.post-wrapper {
	display: inline-block;
	margin-bottom: 12px;
	width: 100%;
}

.post-title {
	text-decoration: none;
}

.entry-content div.post-embed (
	background-color: #eee;
	border: 1px solid #aaa;
}

.post-embed p (
	width: 80%;
}

.post-embed p iframe(
	margin: 20px 10%;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-header {
	float: left;
	min-width: 100%;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

p.theme-messages.alert {
	display: none;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*//////////////////////////////////////////////////////////////////////////////
// mobile css
/////////////////////////////////////////////////////////////////////////////*/

/* Desktop 1440px - modern larger monitor ----------- */
@media only screen and (min-width:1440px) {
footer .innerwrap , header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {
margin: 0px auto;
padding: 0px;
max-width: 1750px;
width:auto;
}
}

@media only screen and (min-width:800px) {
body #shiftnav-toggle-main, body.admin-bar .shiftnav {
	display: none;
}

.shiftnav-wrap {
	padding-top: 0px !important;
}
}

@media only screen and (max-width:800px) {
body #shiftnav-toggle-main, body.admin-bar .shiftnav {
	display: block;
}

.widget-part, .widget {
	width: 48%;
	float: left;
}

.hentry {
	width: 100%
}

#secondary {
	width: 98%;
}

}

@media only screen and (max-width:560px) {

.widget-part {
	width: 98%;
}
}

/* Desktop 1024px - most commenly resolution ----------- */
@media only screen and (min-width:768px) and (max-width:1118px) {

li.menu-item {
font-size: .95em;
}

footer .innerwrap , header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap {
margin: 0px auto;
padding: 0px;
max-width: 100%;
width:auto;
}

#right-sidebar h3, ul.tabbernav li { font-size: 1.125em !important; }

.widget-area #sponsorlinks {
	text-align:center;
}

.widget-area #sponsorlinks img {
	width:auto;
	margin: 1px !important;
	float: none !important;
	padding: 0px;
}
#topbanner {
    float: left;
    padding:15px 0 0;
}

#custom .bp-searchform input[type="text"], #custom .bp-searchform select {
    width: 120px;
}
}

/* Desktop 1024px - most commenly resolution ----------- */
@media only screen and (min-width:768px) and (max-width:1118px) {
li.menu-item {
font-size: .85em;
}

#custom .post-right {
	width:100%; margin:0 !important;
	}
}

@media only screen and (min-width:300px) and (max-width:800px){/* ipad 780px */

li.menu-item {
font-size: .75em;
}

#content {width: 100% !important;}

#custom .post-right {
	width:100%; margin:0 !important;
	}

aside.home-feat-cat {
    border-style: none;
    border-width: 0;
    float: left;
    padding-bottom: 2em;
	margin: 0 !important;
    width: 100% !important;
}
aside.home-feat-cat .feat-thumb img {
    height: auto;
    width: 100%;
}
#slider,#sliderContent {
   height: 300px !important;
}

body {}
.sliderImage h1 {font-size: 2em !important;}

#post-entry, #right-sidebar {
margin: 0 0 2em;
padding: 2% 0%;
position: relative;
float: left;
width: 100% !important;
}
#header-right { width:100%; text-align: center;}

#header-right .social-and-search {
margin: 0px;
padding: 0.6em;
float: left;
width: auto;
}
#slider {
	width: 100% !important;
	}
	#mobile-nav { width: 95%; padding: 2%; }

#siteinfo { width:95% !important;padding:2% !important; float:left; }

#container .flex-caption h1  {
	margin:0 0 0.125em;
	font-size:1.85em;
}
#container ol.commentlist li ul.children li.depth-2 {
margin: 0 0 0 0px;
}
#left-container { display:none; }

#wrapper-main {
float: left;
width: 100%;
background: transparent !important;
box-shadow: 0 2px 5px transparent !important;
}
#siteinfo h1 {
  width:100%;
  float:left;
  margin:1em 0 0;
}
#siteinfo p {
  width:100%;
  float:left;
  margin: 0;
}
#topbanner {width:100%; float:left;overflow:hidden;margin: 1em 0 0;}
  .jcpost h1{font-size: 3em !important; }

footer .innerwrap , header .innerwrap, .innerwrap-custom-header, #bodywrap, #main-navigation .innerwrap {
margin: 0px auto;
padding: 0px;
max-width: 94%;
width:auto;
}

#post-related .feat-cat-meta {margin: 0px 0.8em 0.5em 0px !important;}

#wrapper .content {
	width:100%;
	padding:0% !important;
}

#post-entry { 
	padding:0 !important;
	width: 100% !important;
}

footer .fbox {
	width:100%;
	padding:0%;
}


#slidearea .innerwrap,#gallerycover { width:100% !important;}
.jcbox img{float:none !important;clear:both;margin: 0px 0px 1em 0px !important;padding: 0px;max-width:90% !important;height:auto;width:auto;}
.jcpost {width:auto !important;float:left;}
#slidearea,#gallerycover,.jcpost {height: 530px !important;}

.ftop { width:94%; padding: 2em 3% !important; }

.footer-left, .footer-right {
	width:100% !important;
	padding: 0.25em 0;
}

.footer-right {margin:0; padding:0;}
.footer-right ul {float: left !important;}
.footer-right ul li {margin: 0 10px  0 0 !important;}

div#mobile-nav { display:none !important; }

#top-navigation .sf-menu, #main-navigation .sf-menu {display:none;}

#top-navigation .sf-menu a {
	font-size: 1em !important;
	padding: 0.5em 1.25em;
	font-weight: normal !important;
}

#main-navigation { 
	background: #52C0D4;
	margin:0 0 1.25em;
	}

#siteinfo {
    float: left;
    margin: 0 0 1em;
    text-align: center;
    width: 100%;
}

#custom .flexlarge .flex-image {
	width: 360px;
	height: 220px;
	overflow: hidden;
	position: absolute;
	right: 30px !important;
	bottom: 0px !important;
	border: 6px solid #FFF;
	top: 21px;
	box-shadow: 0 2px 0 #FCF9EE, 0 4px 0 rgba(0, 0, 0, .15);
	}

}

@media only screen and (min-width:280px) and (max-width:750px){
.container-wrap, .footer-top .ftop {
  width:100% !important;
  padding:0% !important;
}

#custom #post-entry article.home-post .article-blk { width: 100%; height:auto !important;margin:0 0 3% !important; }
#custom #post-entry article.home-post { width:100%; height:auto !important;float:left; margin:0 0 2em !important; }
#custom #post-entry article.home-post.alt-post { width:100%; height:auto !important;float:left; margin:0 0 2em !important; }

#custom .separator { display:none; }

#custom .post-right {
	width:100%; margin:0 !important;
	}

#custom #post-entry div.post-thumb.in-archive { width:100%; height:auto !important; }

.post-thumb.in-mobile { display:inline !important; margin: 0 0 0.75em !important; }
.sliderImage h1 {font-size: 2em !important;}

#custom #slider { height: 280px !important; }
#custom .sliderImage img {
width: auto !important;
height: auto !important;
max-width: 800px;
}
#slider .left, #slider .right {
	width: 45% !important;
	}

#post-entry div.post-thumb {
margin: 0em;
width: 100%;
}

#custom .flex-caption {
	width: 80% !important;
	padding:0%;
	position: absolute;
	float: left;
	left:60px !important;
	margin: 0px;
	top: 260px !important;
}

#custom .flex-caption h1  {
	margin:0em;
	color:#222;
	font-size:1.35em;
	line-height:115%;
	padding: 0px;
	float: left;
	width: 100%;
}
.flexlarge .feat-more {margin: 6px 0 0 !important;}
.flex-caption p {display:none;}

@media only screen and (min-width:200px) and (max-width:322px){

}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
12.2 bbPress
--------------------------------------------------------------*/
#bbpress-forums li img.avatar {
	width: 40px;
	height: 40px;
}

#bbpress-forums fieldset.bbp-form {
	border: 1px solid #ddd;
	background-color: #eee;
}

#bbpress-forums fieldset.bbp-form  legend {
	font-size: 120%;
	font-weight: bold;
}

#bbpress-forums li.bbp-topic-title {
	font-size: 120%;
}

#bbpress-forums li.bbp-topic-title a {
	text-decoration: none;
}

/*/////////////////////////////////////////////////////////////////////////////
// Footer css
////////////////////////////////////////////////////////////////////////////*/
footer {}
footer a {}
footer a:hover {}
footer #devlink {
	font-size: 0.85em;
	margin: 0.5em 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
footer #devlink a {}
div.fbox {
	width: 23%;
	padding: 0% 2% 0% 0%;
	float: left;
}

div.fbox:hover {

}

div.fbox.wider-cat {
	display:inline;
}
.footer-top {
	margin: 0px;
	float: left;
	width: 100%;
	padding: 0%;
}
.footer-top .footer-sec {
}

.footer-bottom {
	float: left;
	width: 100%;
	padding: 0;
	background-color: #52C0D4;
}

.footer-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 49%;
	text-align: left;
}
.footer-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 49%;
	text-align: right;
}
.ftop {
	padding: 2% 0%;
	margin: 0px;
	float: left;
	width: 100%;
	text-decoration: none;
}
.ftop, .ftop div.textwidget {
	color: #7c7c7c !important;
	line-height:1.4em;
	}
	.ftop div.textwidget a, .ftop .widget_my_theme_twitter_widget a {
	text-decoration:underline;
	color: #52C0D4;
}

.ftop .container-wrap {
	width:100%;
	float:left;
	padding:0% !important;
}
.fbottom{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 1% 0% !important;
	color: #FFF;
}
.fbottom .footer-left, .fbottom a {}
.fbottom a:hover {text-decoration: none;}

footer .ftop a{
	text-decoration: none;
	color: #666;
}
footer .ftop a:hover {
	text-decoration: none;
	color: #52C0D4;
}
footer .fbottom a {
	text-decoration: none;
	color: #fff;
}
footer .fbottom a:hover {
	text-decoration: none;
	color: #FFF;
}

footer .ftop a:hover, footer div.textwidget a, footer .fbottom a:hover, footer .twitterbox a {
	text-decoration: none;
}

.site-info {
	display: none;
}

.ftop aside, .ftop div.textwidget, .ftop div.tag-cloud {
	padding: 0px 5% 0px 0px;
	float: left;
	width: 95%;
	border: 0 none !important;
	background: transparent;
}
#custom .ftop div.tagcloud, #custom .extra-block {
	padding-top: 14px !important;
}
.ftop .widget-area aside ul li, .ftop .widget-area aside ul li:hover {
	margin: 0px;
	padding: 0px;
	background: transparent none;
}

.ftop .widget-area aside ul li ul {
	margin: 0px 0px 3px;
}
.ftop .widget-area aside ul li ul li {
	padding-right: 0px;
	padding-left: 15px;
	background: url(images/children_alt.png) no-repeat left 3px;
}
.ftop .widget-area aside ul li:hover {

	background: transparent none;
}
.ftop .widget-area aside ul li ul li:hover {
	padding-right: 0px;
	padding-left: 15px;
	background: transparent url(images/children_alt.png) no-repeat left 3px !important;
}
.ftop .widget-area aside ul li ul li a {
}
.ftop .widget-area aside ul li {}
.ftop .widget-area aside ul li {

}
.ftop .widget caption {
	font-size: 0.9em !important;
	background: #333 !important;
	color: #CCC;
	font-weight: bold;
}
.ftop h3.widget-title {
	color: #181919;
	font-size: 1.125em;
	padding: 0px 0px 10px;
	float:left;
	margin: 0px 0px 1em;
	width: 100%;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom: 5px solid #52C0D4;
}
.ftop h3.widget-title a {
	color: #52C0D4;
	text-decoration: none;
}
.footer-right ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	list-style: none;
	display: block;
	float: right;
}
.footer-right ul li  {
	display: inline-block;
	margin: 0px 0px 0px 13px;
	padding: 0px;
	float: left;
	text-transform: capitalize !important;
}
.footer-right li a {

}
.footer-right p {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
	display: block;
	float: right;
}
.fbottom .footer-right span {font-size:0.85em;}
