/* @override http://wptp3.local.com/wp-content/plugins/wptouch-pro-3/themes/foundation/default/style.css?ver=3.0.6 */

/* @group Reset */

html,body,div,span,applet,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,strong,sub,sup,var,b,u,i,center,ol,ul,li,caption {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 130%;
}

body {
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}

.page-wrapper {
	min-height: 600px;
	padding-bottom: 20px;
}

ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

ins,a {
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group WordPress & Structure */

sup {
	vertical-align: super;
	font-size: 50%;
	font-variant: small-caps;
}

hr {
	border: 1px dashed rgba(0,0,0,.2);
}

.post ul {
	list-style-type: disc;
}

.post ol {
	list-style-type: decimal;
}

.post li {
	margin: 1% 8%;
}

blockquote {
	margin-left: 5%;
	margin-right: 5%;
	font-style: italic;
}

.aligncenter, .alignnone {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	display: block !important;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.left-justify {
	text-align: left;
}

.full-justify {
	text-align: justify;
}

.right-justify {
	text-align: right;
	direction: rtl;
}

code, pre {
	overflow: scroll;
	padding: 5px;
	font-family: monospace;
	background-color: rgba(0,0,0,.1);
}

#content input {
	font-size: 100% !important;
}

.wp-caption-text {
	font-size: 90%;
}

.posts-nav {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #999;
	text-transform: capitalize;
	font-weight: bold;
}

.footer {
	text-align: center;
}

/* @group WP Gallery & Captions */

.wp-caption {
	text-align: center;
	max-width: 99%;
	margin-top: 0;
}

.wp-caption img {
	max-width: 100%;
}

.wp-caption p.wp-caption-text {
	padding: 0 0 15px;
}

.gallery {
	margin: 0;
	padding: 0;
	width: 100% !important;
	height: auto !important;
}

.gallery dl.gallery-item img.attachment-thumbnail {
	padding: 3px;
	margin: 10px;
	width: 50% !important;
	height: auto;
}

.gallery dl.gallery-item, .gallery dl.gallery-item dt.gallery-icon {
	margin: 0;
}

.gallery-nav {
	text-align: center;
	color: #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
}

.entry-caption {
	text-align: center;
	font-style: italic;
}

/* @end */

/* @end */

/* @group Media Handling */

iframe[src^='http://maps.google'] {
	width: 100%;
	max-width: 100% !important;
}

.css-videos video, .css-videos embed, .css-videos object {
	-webkit-transform: translate3d(0,0,0);
}

.css-videos.portrait video {
	width: 100%   		!important;
	height: auto   		!important;
	min-height: 160px	!important;
	max-width: 100%		!important;
}

.css-videos.landscape video {
	width: 100%   		!important;
	height: auto   		!important;
	min-height: 250px	!important;
	max-width: 100%		!important;
}

.post img, .post img {
	max-width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* @end */

/* @group Preview bar */

/* Preview bar: This CSS is only used/shown in the preview window */

#preview-bar {
	-webkit-animation: pulse 1.5s infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-out;
	position: fixed;
	height: 26px;
	z-index: 1000;
	left: 0;
	right: 0;
	opacity: 0.95;
	box-shadow: rgba(0,0,0,.3) 0px -2px 4px, inset rgba(255,255,255,.3) 0px 6px 12px;
	-webkit-user-select: none;
	color: #fff;
	text-shadow: rgba(0,0,0,.5) 0 -1px 1px;
	font: bold 13px Helvetica, Geneva, Arial, sans-serif;
	bottom: 0;
}

#preview-bar p {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 5px;
	left: 8px;
}

.refresher {
	width: 72px;
	height: 16px;
	background-color: rgba(255,255,255,.1);
	position: absolute;
	top: 3px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: inset rgba(255,255,255,.2) 0px 1px 0px;
	text-align: center;
	padding-top: 3px;
	color: #fff;
	text-shadow: rgba(0,0,0,.8) 0 -1px 1px;
	cursor: pointer;
	text-transform: uppercase;
	right: 3px;
	font-weight: bold;
	font-size: 11px;
}

.refresher:active {
	background-color: rgba(255,255,255,0);
}

/* @end */

/* @group CSS Effects */

/* A little cpu-intensive right now, this is just for play */

.blur {
	-webkit-animation-name: blurAnimation;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 0s;
	-webkit-backface-visibility: hidden;
}

/* CSS Noise background effect: Added to any element easily with a class of 'noise' */

.noise {
	position: relative;
	z-index: 1;
}

.noise:before, .body-noise:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(data:image/png;base64,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);
}

/* @group Slide Down */

.slide-in {
	-webkit-animation-duration: 350ms;
	-webkit-animation-name: slideInPanel;
}

@-webkit-keyframes slideInPanel {
	from { 
	-webkit-transform: translateY(-35px);
	opacity: 0;
	}

to {
	opacity: 1;
	}
}

/* @end */

/* @end */

/* @group Load More, Infinite */

.load-more-link, .infinite-link, .load-more-comments-wrap, .load-more-post-link, .load-more-page-link {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	line-height: 150%;
	text-transform: capitalize;
}

.spinner {
	display: inline-block;
	margin-right: 8px;
}

/* @end */

/* @group Animations */

/* @group Blur */

@-webkit-keyframes blurAnimation {
	0% {
		-webkit-filter: blur(0px);
	}

100% {
		-webkit-filter: blur(4px);
	}
}

/* @end */

/* @group Preview Bar Animation */

@-webkit-keyframes pulse {
	0% {
		background: #666;
	}

100% {
	background: #222;
	}
}

/* @end */

/* @end */

/* @group Advertising */

.wptouch-ad {
	text-align: center;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

.post .wptouch-ad {
	padding-bottom: 10px;
	padding-top: 10px;
}

.wptouch-custom-ad {
	margin: 5px;
	text-align: center;
	display: none;
}



/* @end */

/* @group Featured Slider */

/* @group Swipe */

.swipe {
	overflow: hidden;
	visibility: hidden;
	border-bottom: 1px solid rgba(255,255,255,.6);
}

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

.swipe img {
	width: 100%;
	-webkit-box-reflect: below 1px -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,.2)), to(rgba(0,0,0,.3)));
}

.swipe.grayscale img {
	-webkit-filter: grayscale(1) contrast(1.1);
}
.swipe-wrap > div {
	float:left;
	position: relative;
	height: 200px;
}

.landscape .swipe-wrap > div {
	height: 274px;
}

.swipe p {
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 100%;
	text-shadow: #000000 0 -1px 0;
	margin: 0;
	padding: 8px 5%;
	line-height: 100%;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: bold;
	left: 0;
}

.rtl .swipe p {
	direction: rtl;
}

.dark-body .swipe {
	border-bottom: 1px solid rgba(0,0,0,.4);
	box-shadow: rgba(255,255,255,.15) 0px 1px 0px;
}

/* @end */

/* @group Dots */

.dots {
	padding-bottom: 5px;
	position: relative;
	z-index: 1;
	margin-right: auto;
	padding-top: 5px;
	text-align: center;
	margin-bottom: -30px;
}

.dots li {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: rgba(255,255,255,.8);
	box-shadow: inset rgba(0,0,0,.3) 1px 1px 1px, rgba(255,255,255,.1) 0px 1px 0px;
	margin-right: 3px;
	margin-left: 3px;
	display: inline-block;
}

.dots li.active {
	box-shadow: inset rgba(255,255,255,.2) 0px 1px 0px, rgba(255,255,255,.1) 0px 1px 0px;
}

/* @end */

/* @end */

/* @group Sharing Options */

.sharing-options {
	text-align: center;
}

/* @group Default */

.sharing-options a {
		width: 25%;
	max-width: 25%;
	display: block;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
	font-weight: bold;
	font-size: 90%;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
		background-color: rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(255,255,255,.7);
	border-top: 1px solid rgba(255,255,255,.7);
}

.sharing-options.long a {
	width: 50%;
	max-width: 50%;
	margin-bottom: -3px;
}

.sharing-options.style-vibrant .facebook-btn {
	background-color: #3a589a;
}

.sharing-options .facebook-btn:before {
	content: '\f09a';
	margin-right: 5px;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}

.sharing-options.style-vibrant .twitter-btn {
	background-color: #8cc1db;
}

.sharing-options .twitter-btn:before {
	content: '\f099';
	margin-right: 5px;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}

.sharing-options.style-vibrant .google-btn {
	background-color: #eb2632;
}

.sharing-options .google-btn:before {
	content: '\f0d5';
	margin-right: 5px;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}

.sharing-options.style-vibrant .pinterest-btn {
	background-color: #e11d00;
}

.sharing-options .pinterest-btn:before {
	content: '\f0d2';
	margin-right: 5px;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}

.sharing-options.style-vibrant .email-btn {
	background-color: #999;
}

.sharing-options .email-btn:before {
	content: '\f003';
	margin-right: 5px;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Vibrant */

.sharing-options.style-vibrant a {
		width: 25%;
	max-width: 25%;
	display: block;
	text-shadow: rgba(0,0,0,.4) 0 -1px 0;
	font-weight: bold;
	font-size: 90%;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	color: #fff;
}

.sharing-options.style-vibrant .facebook-btn {
	background-color: #3a589a;
}

.sharing-options .facebook-btn:before {
	content: '\f09a';
	margin-right: 5px;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}

.sharing-options.style-vibrant .twitter-btn {
	background-color: #8cc1db;
}

.sharing-options .twitter-btn:before {
	content: '\f099';
	margin-right: 5px;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}

.sharing-options.style-vibrant .google-btn {
	background-color: #eb2632;
}

.sharing-options .google-btn:before {
	content: '\f0d5';
	margin-right: 5px;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}

.sharing-options.style-vibrant .pinterest-btn {
	background-color: #e11d00;
}

.sharing-options .pinterest-btn:before {
	content: '\f0d2';
	margin-right: 5px;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}

.sharing-options.style-vibrant .email-btn {
	background-color: #999;
}

.sharing-options .email-btn:before {
	content: '\f003';
	margin-right: 5px;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @end */

/* @group Web-App Mode */

body.web-app-mode.translucent {
	margin-top: 20px;
}



/* @end */

/* @group 404 */

.not-found {
	text-align: center;
	font-size: 200%;
	margin-top: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}

.not-found:after {
	font-family: 'FontAwesome';
	content: "\f0c5";
	display: block;
	font-size: 400%;
	margin-top: 90px;
	margin-bottom: 90px;
}

.not-found-text {
	margin-bottom: 70px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
}



/* @end */

/* @group Switch Link */

#switch {
	margin-right: 16%;
	margin-left: 16%;
	padding-top: 15px;
	padding-bottom: 15px;
}

#switch div {
	border: 1px solid rgba(0,0,0,.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	text-shadow: rgba(255,255,255,.7) 0 1px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.9)), to(rgba(255,255,255,.1)), color-stop(.5, rgba(255,255,255,.6)), color-stop(.51, rgba(255,255,255,.5)));
	background-color: rgba(0,0,0,.1);
	text-align: center;
	position: relative;
	font-weight: bold;
	height: 24px;
	text-transform: capitalize;
	color: rgba(0,0,0,.5);
	line-height: 100%;
	font-size: 95%;
	box-shadow: rgba(255,255,255,.5) 0px 1px 1px;
}

#switch .off {
	border-left: 1px solid rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding-top: 4px;
	width: 50%;
}

#switch .on {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding-top: 4px;
	width: 50%;
}

#switch .active {
	-webkit-box-shadow: inset rgba(0,0,0,.2) px 0px 8px;
	-moz-box-shadow: inset rgba(0,0,0,.2) 0px 0px 8px;
	box-shadow: inset rgba(0,0,0,.2) 0px 4px 8px;
	border-style: none;
}

/* @end */

/* @group Footer Social Links */

.social-links-wrap {
	margin-left: 10%;
	margin-right: 10%;
}

.social-footer-badges  {
	background-color: rgba(255,255,255,.9);
	display: inline-block;
	border-radius: 20px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 120%;
	vertical-align: middle;
	line-height: 195%;
	box-shadow: inset rgba(255,255,255,.4) 0px 1px 0px;
	text-shadow: none;
	border-style: solid;
	border-width: 1px;
	margin: 5px;
}

.dark-body .social-footer-badges {
	background-color: rgba(0,0,0,.3);	
	box-shadow: inset rgba(255,255,255,.2) 0px 1px 0px;
	border-width: 0;
}



/* @end */

/* @group Comments */

p.nocomments {
	text-align: center;
	font-style: italic;
	text-transform: capitalize;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* @group Commentform */

form#commentform input[type="text"], form#commentform input[type="email"], form#commentform input[type="url"] {
	width: 50%;
	border: 1px solid #aaa;
}

form#commentform input, form#commentform textarea {
	padding: 1%;
	border: 1px solid #aaa;
	font-size: 100%;
	box-shadow: inset rgba(0,0,0,.1) 0px 1px 6px;
}

form#commentform textarea {
	min-height: 100px;
	margin: 0;
	width: 97.5%;
}

button#submit {
	border: 1px solid #aaa;
	font-weight: bold;
	font-size: 100%;
	background-color: #eee;
	color: rgba(0,0,0,.9);
	padding: 3px 12px;
	margin: -5px 0 0;
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
}

/* @end */

/* @end */

/* @group Dark */

.light-body {
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
}

.dark-body {
	text-shadow: rgba(0,0,0,.8) 0 -1px 0;
	color: rgba(255,255,255,.9);
}

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

.dark-body #switch div {
	border: 1px solid rgba(0,0,0,.3);
	text-shadow: rgba(0,0,0,.8) 0 -1px 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.1)));
	background-color: rgba(255,255,255,.1);
	color: rgba(255,255,255,.8);
	box-shadow: rgba(255,255,255,.1) 0px 1px 0px;
}

.dark-body #switch .off {
	border-left: 1px solid rgba(0,0,0,.2);
}

.dark-body #switch .active {
	-webkit-box-shadow: inset rgba(0,0,0,.4) 0px 4px 8px;
	-moz-box-shadow: inset rgba(0,0,0,.4) 0px 4px 8px;
	box-shadow: inset rgba(0,0,0,.4) 0px 4px 8px;
}



/* @end */

/* @group Multipage Links */

.wp-page-nav {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 115%;
	font-weight: bold;
}

.wp-page-nav a {
	padding: 2px;
}



/* @end */

/* @group Password Protected */

.post form {
	background-color: rgba(0,0,0,.1);
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post form label {
	font-size: 90%;
}

.post form input[type="password"] {
	width: 35%;
}

.post form input[type="submit"], .post form input[type="button"] {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 90%;
}



/* @end */