/*
Theme Name: SimpleMag Child Theme
Theme URI: http://transguys.com/
Author: Joshua Riverdale
Author URI: http://transguys.com/joshua
Description: Custom child them for TransGuys.com
Template: simplemag
*/


@import url("../simplemag/style.css");

/* 
-------------------------------------- */

/* HEADER */

#branding {
	margin-top:10px;
	margin-bottom:10px;
}

#adtopleft, #adtopright {
	margin-top: 10px;
	width: auto;
}

#adtopleft {
	float: left;
}

#adtopright {
	float: right;
}

.main-menu > ul > li > a {
	padding-left: 10px;
	padding-right: 10px;
}

/* HOME PAGE */

.home-section .section-header { 
	margin-bottom: 10px;
}

/* hide date from main feature - temp style */
BODY.home LI.post-2441 .entry-category, 
BODY.home LI.post-2441 TIME,
BODY.home UL.slides .entry-category, 
BODY.home UL.slides TIME {
	display: none; 
}

BODY.home UL.slides .entry-title,
BODY.home UL.slides a.read-more,
ARTICLE.content-over-image .entry-title {
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}


/* CONTENT */

.title-with-bg H1.entry-title {
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

.entry-content A, .page-content A {
	color: #00F;
}

.entry-content H2 {
	margin-top: 40px;
}

.entry-content H3 {
	margin-top: 30px;
}

LI.share-pinterest, LI.share-linkedin {
	display: none !important;
}

.fluid-width-video-wrapper, SPAN.vvqbox {
	margin-top: 30px;
	margin-bottom: 50px;
}

.tag-box A {
		padding-left: 3px !important;
}



.highlightbox {
	background-color: #F4F4F4;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.highlightbox-inner {
	border: 1px solid black;
	padding: 10px;	
}

.bluehighlightbox {
	background-color: #E7F2F5;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.bluehighlightbox IMG {
	padding: 10px;
}

.bluehighlightbox-inner {
	border: 1px solid #8FC1D1;
	padding: 10px;	
}

.entry-content TD {
	vertical-align: top;
}

.page-content li,
.entry-content li {
	margin-bottom: 8px;
}

.page-content UL UL,
.entry-content UL UL {
	margin-top: 8px;
}

.column-width-one-half {
  width: 48%;
  float: left;
}

UL.twocol LI {
  width: 45%;
  float: left;
}


/* BLOCKQUOTES */
	.page-content blockquote,
	.entry-content blockquote {
		font-size:16px;
		line-height:1.3em;
		font-style: italic;
		background-color: #F6F7F8;
		border: 1px solid #EEEFF2;
		border-radius: 5px; 
		margin-bottom: 30px;
	}
	
	.page-content blockquote IMG,
	.entry-content blockquote IMG {
		border-radius: 5px; 
	}	


.fineprint {
	font-size: 0.8em;
}


.clear {
	clear: both;
}

/* MAPS 
---------------------- */

.google-maps {
}

.google-maps IFRAME, .video IFRAME, .vvqyoutube {
	max-width: 100% !important;
}


/* TABLES
---------------------- */

TABLE.data {
	width: 100%;
	max-width: 100%;
	margin: 20px 0 30px 0;
	font-size: 0.85em;
}

TABLE.data CAPTION {
	margin-bottom: 20px;
}

TABLE.data TR {
	border-bottom: 1px solid #CCC;
}

TABLE.data TD {
	padding: 4px;
}

TABLE#toc {
	font-size: 13px;
	line-height: normal;	
}

.entry-content TABLE#toc OL {
	margin-right: 30px;
	margin-bottom: 20px;
}

.entry-content TABLE#toc LI {
	line-height: normal;
	padding: 0;	
	margin: 0;
}

/*
BLOGOSPHERE
--------------------- */

#blogosphere UL#blogcontainer LI { 
	float: left; 
}

#blogosphere DIV.blogfeed {
	font-size: 12px;
	margin: 0 20px 40px 20px; 
	padding: 0;
	width: 260px; 
	height: 180px;
}

#blogosphere DIV.blogfeed UL LI { 
	float: none; 
	width: 260px; 
	list-style: none; 
	margin: 0; 
	border-bottom: 1px dashed #babab2;  
}


#blogosphere DIV.blogfeed UL LI A { 
	margin: 0; 
	text-decoration: none; 
	display: block;
	padding: 9px 5px; 
}


/* SHOP */

#astore {
	width: 80%;
	overflow: hidden;
}


#astore IFRAME {
}


/* LINKS */

#wordpresslinks {
	margin: 15px 0;
}

#wordpresslinks H3 {
	margin: 15px 0;
}

#wordpresslinks A {
	color: Blue;
}

#wordpresslinks LI {
	margin: 20px 0;
}

#deliciouslinks P {
	padding: 10px 0;
}

#deliciouslinks A {
	color: Blue;
}


/* SITEMAP */

.sitemap .row ul { 
	border-bottom: none;
}




/* DISABLE ANIMATIONS */
	
.entries .hentry .entry-image img:hover {
   opacity: 1;
}
	
.csstransitions .entries .hentry .entry-image img:hover {
        -webkit-transform:none;
        -moz-transform:none;
        -o-transform:none;
        -ms-transform:none;
        transform:none;
    }
	
#footer,
#content,
#masthead #branding,
#masthead .main-menu {	
-webkit-animation-name:none;
   -moz-animation-name:none;
-o-animation-name:none;
animation-name:none;
}
 
.entry-image {
opacity:1;
}



/* PLUGINS */

#google_plus_one {
	float: right;
	margin: 0 10px;
}

.google_translate_element {
}

/* FIXES */
.secondary-menu > ul > li {
	line-height: 48px;
}




/* ========= AD ZONES ========= */
/* BACKDROP */

#siteskin {
        display: none;
}

@media only screen and (min-width: 1024px) {
/*
BODY.home #siteskin {
	    top:0;
        left:0;
        position:fixed;
        z-index:1;
        width:100%;
        height:100%;
        display: block;
}

BODY.home {
        background:url('http://transhelp.org/img/banners/skin_manningup.jpg') no-repeat center top;
        background-attachment:fixed;
}
*/

.layout-boxed {
        position:relative;
        z-index:2;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

}


/* ========= RESPONSIVE & MEDIA QUERIES ========= */

.textwidget IFRAME /*FB Like Box */ {
    width: 100% !important;
}

@media only screen and (max-width: 479px) {	
/* SIDEBAR 
ASIDE.sidebar { 
	border: none;
}*/

/* Change margins for square banners */
ASIDE.sidebar #ti_code_banner-5,
ASIDE.sidebar #ti_code_banner-3 {
	margin-left: -40px;	
}

}

@media only screen and (max-width: 750px) {
IMG#sitelogo {
	border-left: 35px solid #FFD800;
	border-right: 35px solid #FFD800;
}

.header-default	{
	text-align: center;
}

#adtopleft, #adtopright {
	display: none;
}

/* Enable for smartphone header ads
#adtopleft, #adtopright {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#adtopleft {
	margin-bottom: 10px;
}
*/

}

@media only screen and (min-width: 751px) and (max-width: 1023px) {

.header-default	{
	margin-bottom: 20px;
}

#adtopleft, #adtopright {
	max-width: 220px;
}

#adtopleft {
	margin-right: 30px;
}

#adtopright {
	margin-left: 30px;
}
	


}

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

@media only screen and (min-width: 1024px) {

#socialicons IMG {
	margin-right: 10px;	
}

}