/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* background of page */

body.custom {
    background: #202020 url(http://gosupersisters.com/im/bg.gif) top left repeat fixed;
}


/* header and nav bar */

.custom #header {
	position: relative;
/*	border-bottom: 0; */
/*	background: url('http://www.gosupersystem.com/members/wp-content/uploads/2013/05/supersystemheader.png') no-repeat;
	background: url('http://gosupersystem.com/wp-content/uploads/2013/06/before-and-after-collage1.jpg') no-repeat;
	background-size:750px 200px; */
	border-bottom:none;
/*	height:200px; */
	margin-bottom: 20px;
/*	width:920px; */
	overflow: none;
}

/* .custom #header {
	position: relative;
	height: auto;
	width: auto;
} */

.custom ul.menu {
	position: absolute;
	top: 1.8em;
	right: 1.1em;
	width: auto;
}

.custom ul.menu li.rss {
	float: left;
}

/* page, content, sidebar backgrounds and styling */

.custom .page {
padding-bottom: 0em;
background: transparent;
background-image: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-position-x: initial;
background-position-y: initial;
background-origin: initial;
background-clip: initial;
background-color: transparent;
}

.custom #content_box {
padding-top: 0em;
padding-bottom: 2em;
background: transparent;
background-image: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-position-x: initial;
background-position-y: initial;
background-origin: initial;
background-clip: initial;
background-color: transparent;
border: 0px;
}

.custom #content {
/*	width: 820px; */
	background-color:#FFFFFF; /* Background of Only Post Box */
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.05), 0 10px 10px -10px rgba(0,0,0,0.5);
	border-bottom:2px solid #ec9494;
}


/* social sidebar buttons */

#social {
float:none;
text-align:center;
width:100%;
padding:0;
}

#social ul, #social li {
float:left !important;	
}

#social ul {
	position:relative;
	left:50%;
}
#social li {
width:auto !lett;
margin:0;
	position:relative;
	right:50%;
margin:0 5px;
}

#social li a {
padding:1px;
margin:0;
}

#social li:last-child a {
padding: 1px 0 1px 1px;	
}

.headlink {
height:50px;
width:50px;
display:block;
padding:0 !important;
overflow:none;
}

#headlink-fb {
background:url('http://gosupersisters.com/im/fb.png') top center no-repeat;
}
#headlink-ig {
background:url('http://gosupersisters.com/im/ig.png') top center no-repeat;
}
#headlink-yt {
background:url('http://gosupersisters.com/im/yt.png') top center no-repeat;
}
#headlink-pn {
background:url('http://gosupersisters.com/im/pn.png') top center no-repeat;
}

.headlink:hover {
border-bottom:none !important;
background-position:bottom center !important;
}

ul.choices li, ul.choices_labels li {
width:200px;
float:left !important;
padding:0;margin:0;
list-style:none;
}

ul.choices li {
height:171px;
background:url('http://gosupersisters.com/im/cloudbg.png') top center no-repeat;
position:relative;
text-align:center;
}

ul.choices li p {
position:absolute;	
bottom:0;
width:100%;
}

ul.choices li:hover {
background:url('http://gosupersisters.com/im/cloudbg.png') top center no-repeat !important;	
}

ul.choices_labels li i, ul.choices_labels li em {
font-size:10px;	
text-align:center;
width:100%;
display:block;
padding:0;
margin:0;
}

ul.choices button {
background:transparent;
height:171px;
box-shadow:none;
padding:0;
-moz-box-shadow:none;	
-webkit-box-shadow:none;
font-size:18px;	
color:#000;
text-shadow:none !important;
-moz-shadow:none !important;
-webkit-shadow:none !important;
-o-shadow:none !important;
}

ul.choices button span {
font-size:14px;
text-transform:uppercase !important;
}

ul.choices li:hover {
opacity:0.7;
}

ul.choices {
position:relative;
left:50%;	
}

ul.choices li {
position:relative;
right:50%;	
}

/* pink dotted border under post titles */

.custom .entry-title {
border-bottom:3px dotted #ffc6c6;
width: 100%;
/* padding-bottom: 3px; */
}

/* youtube video border */


#youtubefeed p {
	margin:0;
	display:block;
	width:100%;
	line-height:0;
}

#youtubefeed iframe {
	width:100%;
}

#youtubewrap:hover {
opacity:0.7;	
}

.box {
	padding: 5px;
	border:1px solid rgba(0,0,0,0.1);	
	background:#fff;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.05), 0 10px 10px -10px rgba(0,0,0,0.5);
	border-bottom:2px solid #ec9494;
	margin: 0;
}

/* border on bottom of content area */

#wordpress #page-wrap {
	width:654px;
	overflow-x:none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

/* search bar in header, newsletter signup in sidebar */


/* clears the header floats
#header {
	overflow: hidden;
}
*/

/* allows the search function to be positioned to the right of the logo
#logo, #tagline {
	float: left;
	width: 300px;
}
*/

/* places the tagline below the logo
#tagline {
	clear: left;
}
*/

/* positions the search widget on the right hand side of the header
.widget_search {
	float: right;
	width: 200px;
}
*/

/*
.widget_mailinglist {
	float: none;
	width: 250px;
}
*/

/* formats the search input and button
.search_form .text_input {
	font-size: 11px;
	padding: 5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color: #ffffff;
	/* new stuff */
	border:1px solid #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 0 0 3px rgba(0,0,0,0.1);
}
*/

/*
.mailinglist .text_input {
	font-size: 13px;
	padding: 5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color: #ffffff;
	/* new stuff */
	border:1px solid #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 0 0 3px rgba(0,0,0,0.1);
}
*/

/* .search_form #searchsubmit, .mailinglist #searchsubmit {
	color:#fff;
/*	font-family: 'Courier New'; */
	text-shadow:1px 1px 0px rgba(0,0,0,1.0);
	font-size:11px;
	margin:0px;
	text-transform:uppercase !important;
	padding:4px;
	background: #ec9494; /* Old browsers */
	cursor:pointer;	
/*	width:100%;	*/
	border:none;
	line-height:normal !important;
	font-weight:bold;
	box-shadow:inset 0 0 2px 2px rgba(255,255,255,0.3);
}
*/

/* sidebar headers */

.custom .sidebar h3 {
/*	font-family: 'Courier New'; */
	text-shadow:1px 1px 0px rgba(0,0,0,1.0);
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
	text-transform:uppercase;
	padding:0 0;
	background: #ffc6c6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc6c6 50%, #f4b4b4 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffc6c6), color-stop(50%,#f4b4b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc6c6 50%,#f4b4b4 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc6c6 50%,#f4b4b4 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc6c6 50%,#f4b4b4 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffc6c6 50%,#f4b4b4 50%); /* W3C */
	color:#fff;
	text-align:center;
	border-radius: 9px 0 9px 0;
	-moz-border-radius: 9px 0 9px 0;
	-webkit-border-radius: 9px 0 9px 0;
}

/* fix, left, right */

.l {float:left;}
.r {float:right;}
.fix {clear:both;}

/* youtube subscribe cta */

#ytsub {
	margin:5px 0;
	text-align:center;	
}

/* footer area */

.custom #footer_area {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-top: 5px solid rgba(0,0,0,0.1);
	background: url('im/bg2.gif') top center repeat #000;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%), url('im/bg2.gif'), top center repeat #000; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3))), url('im/bg2.gif'), top center repeat #000; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%), url('im/bg2.gif') top center repeat #000; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%), url('im/bg2.gif') top center repeat #000; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%), url('im/bg2.gif') top center repeat #000; /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%), url('im/bg2.gif') top center repeat #000; /* W3C */
}
	.custom #footer_area .page {background:transparent;}
		.custom #footer {border-top:0; padding 30px 0;}

/* three widget footer styling */

.custom #footer-widget-block { text-align:left; overflow:hidden; background: transparent; background-color: transparent;}
.custom .footer-widgets { width:50%; float:left; background: transparent; background-color: transparent;}
.custom .my-footer-one {text-align:left; color:#fff;}
.custom .my-footer-two {text-align:left; color:#fff;}
/* .custom .my-footer-three {text-align:left; color:#fff;} */
.custom #footer_area .widget_box { background: transparent; background-color: transparent; border:0px; }
.custom #footer_area .widget_box h3, .custom #footer_area .widget h3 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
	text-align: left;
}

/* social buttons on posts */


.post .r {
background:#FFC6C6;
line-height:0;
padding:3px;
border-radius:3px;
height:20px;
}