/**
 * Theme Name: Swipelife - 2013
 * Theme URI: http://swipelife.com/
 * Description: Child theme of BlogDrops
 * Version: 0.8
 * Author: Dzikri Aziz
 * Author URI: http://kucrut.org/
 * Template: blogdrops
 */

@font-face {
	font-family: 'Nexa Light';
	src: url('fonts/nexa_light.eot');
	src: url('fonts/nexa_light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/nexa_light.woff') format('woff'),
		 url('fonts/nexa_light.ttf') format('truetype'),
		 url('fonts/nexa_light.svg#nexa_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	padding-top: 80px;
}
/** Header **/
#header {
	padding: 0;
	margin-bottom: 10px;
}
.admin-bar #header {
	padding-top: 20px;
}
#header .container_alt {
	padding: 5px 0 2px;
}
#header h1 {
	font-family: Nexa Light;
	font-size: 1.85714285714em;
	text-transform: uppercase;
	float: left;
	height: 38px;
	line-height: 38px;
	margin-top: 3px;
	letter-spacing: 1px;
}
#navigation {
	float: left;
}


/** Content **/
.single img.main-single {
	display: block;
	width: 100%;
	height: auto;
}
.single ul.medpost {
	margin-top: 28px;
}

#disqus_thread {
	margin-top: 2em;
}

body div.sharedaddy,
body #content div.sharedaddy,
body #main div.sharedaddy {
	margin-bottom: 1em;
}

body div.sharedaddy div.sd-block {
	border: 0;
}

body div.sharedaddy h3,
body #content div.sharedaddy h3,
body #main div.sharedaddy h3,
body #primary div.sharedaddy h3 {
	float: none;
	width: auto;
	margin: 0 0 1em 0;
}
body div.sharedaddy .sd-content {
	width: auto;
	float: none;
	margin: 0;
}
body div.sharedaddy .sd-content li {
	display: inline-block;
	float: none;
}

.postinfo {
	border: 0;
	padding: 0;
}
.postinfo .fl {
	display: none;
}
.postinfo .fr {
	float: none !important;
}



h2.heading, h2.pageheading {
	margin-top: 0;
}
.entry {
	margin-top: 10px;
}

.single .hentry > .entry:last-child {
	margin-bottom: 0;
}



/*** Widgets ***/
h2.widget-single {
	clear: both;
}


#mc_signup {
	overflow: hidden;
	margin-bottom: 2em;
}
#mc_signup_form .mc_input {
	margin: 0;
	width: 99%;
}
.mc_merge_var {
	overflow: hidden;
}
#mc_signup_form .mc_email_format {
	margin: 0 .75em 0 0;
	font-weight: normal;
}
.mc_email_options {
	margin: 0;
}
.mc_email_options input,
.mc_email_options label {
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
}
#mc_signup_form .mergeRow,
.mc_email_options ul,
.mc_email_options li {
	display: inline;
}
.mc_email_options li {
	margin-right: .75em;
}
.mc_email_options li input {
	margin-right: .3em;
}
.mc_signup_submit {
	padding-top: 1em;
}
.mc_signup_submit #mc_signup_submit {
	margin: 0;
	float: none;
	font-weight: bold;
	font-size: 1em !important;
	padding: .4em 0;
	width: 73%;
	background: #ddd;
}

body .pptwj-tabs-wrap {
	clear: both;
	padding-top: 0;
	margin-bottom: 2em;
}
body .pptwj-tabs-wrap .inside {
	padding: 0 !important;
}
body .pptwj-tabs-wrap .tab-links {
	background: none;
	padding: 0;
	border: 0;
	width: auto;
}
body .pptwj-tabs-wrap .list {
	margin-bottom: 0;
}
body .pptwj-tabs-wrap .boxes ul.tab-filter-list {
	width: auto;
}

.post-share-links {
	height: 21px;
	line-height: 21px !important;
	opacity: 0;
   -webkit-transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   transition: opacity .25s ease-in-out;
}
.hentry:hover .post-share-links {
	opacity: 1;
}
.post-share-links iframe,
.post-share-links iframe[style] {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	float: none;
}

ul.medpost>li>h2 {
	text-transform: none;
}
ul.medpost>li>.entry>a.mainbutton {
	margin-top: -2px;
	color: #fff;
	background:#353535;
}


#content .entry a { color: blue !important; }





