/* CMS Main CSS */

/* @group Globals */

body {
	font: 95% "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#header * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.wp-caption-text {
	color: rgba(0,0,0,.7);
}

#content {
	position: relative;
}

.top-content-ad .wptouch-ad, .bottom-content-ad .wptouch-ad, #content .wptouch-ad {
	margin-left: -15px;
	margin-right: -15px;
}

.single #content .wptouch-ad img {
	border: none;
	max-width: none !important;
	height: auto;
	padding: none;
	border-radius: none;
	background-color: transparent;
}

.header-ad .wptouch-custom-ad {
	margin: 0;
}

/* @end */

/* @group Default Font Sizes */

h1 {
	font-size: 160%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

/* @end */

/* @group Buttons */

.button-dark {
	box-shadow: rgba(255,255,255,.03) 0px 1px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.1);
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	background: rgba(0,0,0,.05);
}

.button-dark:active {
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgba(0,0,0,.1)),  color-stop(1, rgba(0,0,0,.15)) );
}

/* @end */

/* @group Header */

#header {
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.1);
	position: relative;
	z-index: 3;
	font-size: 88%;
}

#header-title-logo h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 250%;
	margin: 0;
}

#header-title-logo img {
	max-width: 95%;
	max-height:140px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#header-buttons {
	font-size: 95%;
	padding-bottom: 10px;
	text-transform: capitalize;
}

#header-buttons a {
	padding: 5px 10px;
}

#header-buttons i {
}

#header-buttons i.wptouch-icon-search, #header-buttons i.wptouch-icon-user  {
	font-size: 100%;
}

#header-buttons i.wptouch-icon-play {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: 3px;
	font-size: 65%;
	position: relative;
	bottom: 1px;
}

#header, #header .button-dark, #header h1, .generic-slider a, .archive-text  {
	color: rgba(0,0,0,.7);
	text-shadow: rgba(255,255,255,.6) 0px 1px 0px;
}

.wptouch-menu {
	display: none;
	position: absolute;
	width: 100%;
	box-shadow: rgba(0,0,0,.3) 0px 2px 4px;
	text-align: left;
}

/* @group Search */

#search-dropper {
	width: auto;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,.2);
	display: none;
	background-color: rgba(0,0,0,.1);
}

#searchform {
	padding: 4px;
}

input#search-text {
	padding: 3px;
	width: 70%;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 4px;
	font-size: 16px;
}

input#search-submit {
	font-weight: bold;
	vertical-align: middle;
	padding: 4px 12px;
	text-transform: capitalize;
	font-size: 100%;
	-webkit-appearance: none;
}

/* @end */

/* @end */

/* @group Featured Slider */

#slider {
	border-bottom: none;
}

#slider p.featured-title {
	box-shadow: inset rgba(0,0,0,.8) 0px 0px 80px;
	text-shadow: none;
	background: none;
	font-size: 150%;
	padding-left: 5px;
	padding-top: 5px;
}



/* @end */

/* @group Category Slider */

.generic-slider {
	background: rgba(0,0,0,.05);
	-webkit-overflow-scrolling: touch;
	-ms-overflow-x: scroll;
	overflow-x: scroll;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
	z-index: 1;
	font-size: 80%;
}

.generic-slider ul {
	text-align: center;
	white-space: nowrap;
}

.generic-slider ul li {
	display: inline-block;
}

.generic-slider li a {
	font-weight: bold;
	text-transform: capitalize;
	display: block;
	padding: 10px;
}

/* @end */

/* @group Blog */

.entry {
	display: block;
	overflow: hidden;
}

.not-single.not-page .entry-inner:before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid;
	top: 4px;
	left: -10px;
}

.entry-inner {
	margin-left: 78px;
	position: relative;
	height: 70px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.post-date, .post-author {
	color: rgba(0,0,0,.5);
	font-weight: bold;
	font-size: 80%;
}

#content .entry-inner h2.post-title {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	padding-right: 12%;
	line-height: 115%;
	font-size: 110%;
	margin: 3px 0 0;
	height: 2.3em;
}

img.wp-post-image {
	width: 78px;
	height: 78px;
	float: left;
	margin: 0;
}

.placeholder {
	height: 78px;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	float: left;
	width: 78px;
	position: relative;
}

.placeholder i {
	font-size: 300%;
	position: relative;
	top: 10px;
	color: rgba(0,0,0,.3);
}

.post-link-button {
	font-size: 32px;
	position: absolute;
	right: 3%;
	top: 50%;
	padding: 0;
	margin: -20px 0 0;
}

.load-more-link, .infinite-link {
	text-transform: capitalize;
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-shadow: inset rgba(0,0,0,.03) 0px 0px 44px;
}

.sharing-options {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 25px;
	margin-top: 15px;
}

.sharing-options.share-top {
	padding-top: 0;
}

.sharing-options.share-bottom {
	margin-bottom: -14px;
}

/* @end */

/* @group Single Post Page */

/* @group Posts Nav */

.nav-controls {
	background-color: rgba(0,0,0,.05);
	font-size: 90%;
	font-weight: bold;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding: 10px 20px;
	text-align: center;
	margin: -1px 0;
	color: rgba(0,0,0,.7);
}

.nav-controls div  {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	float: left;
}

.nav-controls a:before {
	margin-right: 3px;
}

.nav-controls a {
	font-weight: normal;
	font-style: normal;
	display: block;
}

.nav-controls a.prev-post {
	padding-right: 8px;
}

.nav-controls .previous {
	text-align: left;
}

.nav-controls .next {
	text-align: right;
	float: right;
}

.nav-controls a:after {
	margin-left: 3px;
}

/* @end */

/* @group Archive Nav Bar */

#single-nav-bar {
	font-size: 90%;
	border-top: 1px solid rgba(255,255,255,.05);
	text-transform: capitalize;
}

#nav-controls {
	text-align: center;
	margin-bottom: 4px;
	margin-top: 4px;
}

#nav-controls a {
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav-controls a.older {
	padding-left: 4px;
}

#nav-controls a.newer {
	padding-right: 4px;
}

#nav-controls i {
	font-size: 95%;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 150%;
}

.archive-text {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* @end */

/* @group Post Head */

.single .post-head-area {
	min-height: 60px;
}

#content .single img.post-thumbnail {
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.single .post-date, .single .post-author {
	font-size: 90%;
	font-weight: bold;
}

#content .single .post-head-area h2.post-title {
	margin-top: 3px;
	margin-bottom: 3px;
	letter-spacing: -1px;
	line-height: 130%;
}

/* @end */

.single #content, .page #content, .search #content {
	-webkit-background-size: 150px;
	-moz-background-size: 150px;
	background-size: 150px;
	padding: 15px;
	line-height: 1.6em;
	font-size: 105%;
}

.single #content img, .page #content img, .search #content img {
	border: 1px solid rgba(255,255,255,.8);
	max-width: 95%;
	height: auto;
	padding: 5px;
	border-radius: 2px;
	background-color: #fff;
}

/* @end */

/* @group Related Posts */

.related-posts {
	margin-top: 20px;
	padding: 0 15px;
}

.related-posts ul {

}

.related-posts ul li {
	position: relative;
	list-style-type: none;
	margin: 0 0 20px;
}

.related-posts h3 {
	padding-bottom: 10px;
}

.related-posts li a {
	font-size: 1.2em;
}

.related-posts li.has-thumb  p {
	margin-top: 5px;
}

.related-posts li.has-thumb  a, .related-posts .has-thumb p {
	padding-left: 60px;
	display: block;
}

.related-posts .has-thumb img {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 5px;
	border: 1px solid rgba(0,0,0,.3);
}

.dark-body .related-posts .has-thumb img {
	border-color: rgba(255,255,255,.2);
}

.rtl .related-posts img {
	left: 0;
}



/* @end */

/* @group Comments */

#comments {
	margin-left: 10px;
	margin-right: 10px;
}

.commentlist {
}

.commentlist li {
	border-top: 1px dashed rgba(0,0,0,.2);
	padding-top: 15px;
	padding-bottom: 15px;
}

.dark-body .commentlist li {
	border-top: 1px dashed rgba(255,255,255,.2);
}

.comment-top {
}

.comment-top .comment-author {
	font-weight: bold;
	padding-top: 2px;
}

.comment-time {
	font-size: 80%;
	color: rgba(0,0,0,.6);
}

.dark-body .comment-time {
	color: rgba(255,255,255,.5);
}

.avatar {
	float: left;
	height: 36px;
	width: 36px;
	margin-right: 8px;
	border: 1px solid rgba(0,0,0,.3);
	padding: 2px;
	background-color: #fff;
}

p.nocomments {
	text-align: center;
	color: rgba(0,0,0,.5);
	text-transform: capitalize;
	font-style: italic;
}

/* @group Leaving A Comment */

h3#responses {
	padding-top: 15px;
	padding-left: 10px;
	text-transform: capitalize;
	font-size: 120%;
}

#respond {
	padding-top: 20px;
	padding-bottom: 20px;
}

#respond input {
	border: 1px solid #999;
	font-size: 95%;
	padding: 4px;
	border-radius: 4px;
}

/* @end */

/* @end */


/* @group Pages */

.page .post-head-area {
	min-height: 40px;
}

.page .post-head-area h2 {
	margin-top: 3px;
	margin-bottom: 3px;
	letter-spacing: -1px;
}

/* @end */

/* @group Search */

#content.search {
}

#content.search li {
	margin-bottom: 25px;
}

#content h3.search-heading.page-heading {
	display: none;
}

#content h3.search-heading {
	text-transform: capitalize;
	padding-top: 0;
	margin-top: 0;
}

#content.search li a {
	font-size: 135%;
	font-weight: bold;
}

#content.search li a:after {
	font-family: 'wptouch-icons';
	content: "\e815";
	margin-left: 5px;
}

#content.search li p {
	margin: 5px 0;
}

#content.search .date {
	font-size: 95%;
	color: rgba(0,0,0,.5);
	margin-top: 0;
	font-weight: bold;
}



/* @end */

/* @group Login Fly-In */

.dark-body .wptouch-login-wrap, .dark-body .wptouch-login-wrap a {
	color: rgba(255,255,255,.8);
	text-shadow: rgba(0,0,0,.2) 0 -1px 0;
}

.dark-body .wptouch-login-wrap #wp-submit {
	color: rgba(255,255,255,.8);
	border: 1px solid rgba(0,0,0,.2);
	background-color: rgba(0,0,0,.1);
}



/* @end */

/* @group Footer */

.social-footer-badges {
	line-height: 210%;
}

.footer {
	font-size: 80%;
		color: rgba(0,0,0,.6);
	line-height: 120%;
	padding-top: 10px;
}

.footer p {
	padding-bottom: 20px;
	margin: 0;
	padding-top: 15px;
}

.social-footer-badges {
	line-height: 210%;
}

/* @end */

/* @group Dark Themes */

.dark-body .entry-inner {
	border-top: 1px solid rgba(0,0,0,.08);
	border-bottom: 1px solid rgba(255,255,255,0);
	border-left: 1px solid rgba(0,0,0,.08);
	box-shadow: none;
}

.dark-body #content .sharing-options a {
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.dark-body .wp-caption-text, .dark-body .nav-controls {
	color: rgba(255,255,255,.7);
}

.dark-body .load-more-link, .dark-body .infinite-link {
	border-top: 1px solid rgba(255,255,255,.03);
	border-bottom: 1px solid rgba(255,255,255,.03);
	box-shadow: inset rgba(0,0,0,.05) 0px 0px 24px;
}

.dark-body .post-date, .dark-body .post-author {
	color: rgba(255,255,255,.6);
}

.dark-body.single #content img, .dark-body.page #content img, .dark-body.search #content img {
	background-color: rgba(0,0,0,.2);
	border-color: rgba(0,0,0,.3);
}

.dark-body .footer {
		color: rgba(255,255,2555,.5);
}

.dark-body .sharing-options a {
	border-top-color: rgba(0,0,0,.2);
	border-bottom-color: rgba(0,0,0,.2);
	text-shadow: rgba(0,0,0,.3) 0px -1px 0px;
}

.dark-header .post-link-button {
	color: rgba(255,255,255,.9);
}

.dark-header #header {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.dark-header #header, .dark-header #header .button-dark, .dark-header #header h1, .dark-header .generic-slider a, .dark-header .archive-text {
	color: rgba(255,255,255,.8);
	text-shadow: rgba(0,0,0,.1) 0px -1px 0px;
}



/* @end */

/* @group iOS 7  Web App Mode */

.ios7.web-app-mode #header {
	padding-top: 20px;
}

.ios7.web-app-mode .fixed-header-fill {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 20px;
	z-index: 5;
	display: block;
	opacity: 0.96;
}

/* @end */

/* @group Back Button */

.back-button,
.smartphone.web-app-mode.pushy-active .back-button {
	display: none;
}

.smartphone.web-app-mode .back-button {
	background-color: rgba( 255, 255, 255, 0.2 );
	color: rgba( 255, 255, 255, 0.3 );
	border-radius: 35px;
	display: block;
	padding: 15px 18px 15px 15px;
	position: fixed;
	bottom: 30px;
	left: 30px;
	transition: background-color .5s linear;
	z-index: 1;
}

.smartphone.web-app-mode .back-button.visible {
	background-color: rgba( 255, 255, 255, 1 );
	color: #000;
	transition: background-color .5s linear;
}

.light-body.smartphone.web-app-mode .back-button {
	background: rgba( 0, 0, 0, 0.1 );
	color: rgba( 0, 0, 0, 0.3 );
}

.light-body.smartphone.web-app-mode .back-button.visible {
	background-color: rgba( 0, 0, 0, 0.8 );
	color: #fff;
}

/* @end */
