@charset "UTF-8";
/* CSS Document
csPress
Main stylesheet
©2012 Crowdsurf LLC

CSS code by Luke Howard for Crowd Surf LLC, www.crowdsurf.net */
********** Wordpress generated code for posts etc **********/
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; margin:0 15px 10px 0; }
.alignright { float:right; margin:15px 0 10px 0; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/********** additional resets - coding tools **********/
div, ul, li, header, footer, article, section { position:relative }
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }

/************** Main Site Wide Rules ***************/
body {
	background: #fff url(../images/background.jpg) top center no-repeat fixed;
	font: 12px/1.25 Futura, "Century Gothic", "Apple Gothic", sans-serif;
	color: #3f3f41;
}
div, article, footer {
	position:relative;
}
#wrapper {
	width:960px;
	margin:0 auto;
	padding:0 10px 20px 20px;
	z-index:2;
}
a { 
	color: #3f3f41; 
	text-decoration: underline;
	-webkit-transition: 0.5s  ease-in-out;
	-moz-transition:0.5s  ease-in-out;  
   	-o-transition:0.5s  ease-in-out;  
   	transition:0.5s  ease-in-out;
}
a:hover, li.current_page_item a { color: #ce0f76; }
/*** Awesome new highlights for FF and Safari ***/
::selection { background: #ce0f76; }
::-moz-selection { background: #ce0f76; }
#rightfade {
	position: fixed;
	height: 100%;
	width: 120px;
	top: 0;
	right: 0;
background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.11, rgba(219,80,155,0.8)),
    color-stop(1, rgba(219,80,155,0))
);
background-image: -moz-linear-gradient(
    right center,
    rgba(219,80,155,0.8) 11%,
    rgba(219,80,155,0) 100%
);
}

/**************************** Header Rules *************************/
h1#siteheading {
	width:476px;
	height:358px;
	background:url(../images/logo.png) top center no-repeat;
	position:relative;
	left:200px;
}
h1#siteheading span {
	text-indent:-9999px;
	visibility:hidden;
}
/***Navigation***/
nav#mainnav {
	padding:10px 10px 15px 10px;
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height:20px;
	height:20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	background-color:#fff;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.75);
	        box-shadow: 0 0 10px rgba(0,0,0,0.75);
}
nav#mainnav ul#sitenav {
	width:650px;
	float:left;
}
nav#mainnav ul#sociallinks {
	width:250px;
	float:right;
	position:relative;
	top:-10px;
}
nav#mainnav ul#sitenav li a {
	text-decoration:none;
	margin:0 5px;
}
.betweennav {
	position:relative;
	bottom:2px;
	font-size:25px;
}
/*** Social links ***/
ul#sociallinks {
	text-align:right;
	height:43px;
	margin:0;
}
ul#sociallinks li {
	width:43px;
	height:43px;
	display:inline-block;
	margin:0 -5px 0 -5px;
}
ul#sociallinks li a span {
	visibility:hidden;
	text-indent:-9999px;
}
#twitterico, #youtubeico, #facebookico, #instagramico, #itunesico, #mailico {
	width:43px;
	height:43px;
	display:inline-block;
	background:url(../images/social-sprite.png) 0 0 no-repeat;
	-webkit-transition:none;
	-moz-transition:none;  
   	-o-transition:none;  
   	transition:none;
}
#youtubeico {
	background-position:-43px 0;	
}
#facebookico {
	background-position:-86px 0;	
}
#instagramico {
	background-position:-129px 0;	
}
#itunesico {
	background-position:-172px 0;	
}
#mailico {
	background-position:-215px 0;	
}
#twitterico:hover {
	background-position:0 -43px;	
}
#youtubeico:hover {
	background-position:-43px -43px;	
}
#facebookico:hover {
	background-position:-86px -43px;	
}
#instagramico:hover {
	background-position:-129px -43px;	
}
#itunesico:hover {
	background-position:-172px -43px;	
}
#mailico:hover {
	background-position:-215px -43px;	
}
#albumfeature {
	position:absolute;
	width:379px;
	height:221px;
	top:60px;
	right:-20px;
}

/***********************Main Post and Page Content Rules ************************/
div#content {
	width:625px;
	float:left;
	margin-right:10px;
}
article#pagecontent {
	width:595px;
	padding:15px;
	margin-bottom:15px;
	background:#fff url(../images/titlebg.jpg) top center repeat-x;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	        box-shadow: 0 0 5px rgba(0,0,0,0.75);
}
article.post {
	width:625px;
	margin:0 0 20px 0;
	display:block;
}
img.avatar {
	width:100px;
	height:100px;
}
div.avatarbox {
	width:100px;
	height:100px;
	padding:5px;
	background:#fff;
	margin-right:10px;
	float:left;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	        box-shadow: 0 0 5px rgba(0,0,0,0.75);
}
div.postcontent {
	width:475px;
	min-height:80px;
	padding:15px;
	float: right;
	background:#fff url(../images/titlebg.jpg) top center repeat-x;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	        box-shadow: 0 0 5px rgba(0,0,0,0.75);	
}
.postcontent h2, #pagecontent h2 {
	font-size:20px;
	line-height:1;
	padding:10px;
	margin-bottom:15px;
	width:485px;
	position:relative;
	left:-15px;
	text-transform:uppercase;
	color:#fff;
}
#pagecontent h2 {
	width:605px;
}
.postcontent h2 a {
	color:#ffffff;
	text-decoration:none;
}
h2 time {
	font: 12px/1.25 Futura, "Century Gothic", "Apple Gothic", sans-serif;
	position:relative;
	top:-3px;
}
.postcontent p, #pagecontent p {
	margin-bottom: 10px;
}
.postcontent img, .postcontent a img, #pagecontent img, #pagecontent a img {
	padding: 5px;
	border: 0;
	background-color: #ce0f76;
	max-width: 465px;
}
.postcontent a:hover img, #pagecontent a:hover img {
	background-color: #3f3f41;
	-webkit-transition: 0.5s  ease-in-out;
	-moz-transition:0.5s  ease-in-out;  
   	-o-transition:0.5s  ease-in-out;  
   	transition:0.5s  ease-in-out;
}
article ul {
	list-style-type: circle;
	list-style-position:outside;
}
article ol {
	list-style-type:decimal;
	list-style-position:outside;
}
article ol li, article ul li, {
	display: block !important;
}
div.postcredits {
	margin-top: 10px;
}
/*** Photos/ Videos Page Rules ***/
article#mediacontent {
	width:595px;
	padding:15px;
	margin-bottom:15px;
	background:#fff;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	        box-shadow: 0 0 5px rgba(0,0,0,0.75);
}
.pagethumb {
	width: 130px;
	float: left;
	margin: 0 9px 15px 9px;
	display: block;
	text-align: center;
}
.pagethumb img.avatar {
	width:120px;
	height:120px;
	padding:5px;
	background-color:#ce0f76;
}
a.pagethumbwrap {
	display:block;
	width:120px;
	height:120px;
	position:relative;
	background-color:#ce0f76;
	padding:5px;
	margin-bottom:5px;
}
a.pagethumbwrap:hover {
	background-color: #3f3f41;
	-webkit-transition: 0.5s  ease-in-out;
	-moz-transition:0.5s  ease-in-out;  
   	-o-transition:0.5s  ease-in-out;  
   	transition:0.5s  ease-in-out;
}
a.pagethumbwrap img.avatar {
	width:120px;
	height:120px;
	padding:0!important;
	background-color:transparent!important;
	z-index:4;
}
.pagethumb a.pagethumbwrap img.videobtn {
	width:120px;
	height:120px;
	padding:0!important;
	background-color:transparent!important;
	position: absolute;
	top:5px;
	left:5px;
	z-index:5;
}
#mediacontent .pagethumb h2 {
	padding: 0;
	margin-bottom: 5px;
	background: none;
}
#mediacontent .pagethumb h2 a {
	font-weight: bold;
	font-size: 12px;
	line-height:1;
	color: #3f3f41;
}
#mediacontent .pagethumb h2 a:hover {
	color: #ce0f76;
}
/*** Rests for WP Gallery defaults ***/
div.gallery {
	margin:0;
	padding:0;
}
div.gallery dl {
	float: left;
	margin: 0 5px 10px 0;
}
/*********************Sidebar Rules *********************/
div#sidebar {
	width:295px;
	float:right;
	min-height:200px;
	padding:5px 15px 15px 15px;
	margin-bottom:40px;
	background-color:#fff;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
	        box-shadow: 0 0 5px rgba(0,0,0,0.75);
}
#sidebar a {
}
#sidebar h3 {
	font-size:20px;
	clear:both;
	margin:10px 0;
	color:#fff;
	background-color:#3f3f41;
	padding:10px;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
#sidebar h3 a {
	color:#fff;
}
#sidebar #sitecredits {
	position:absolute;
	bottom:-40px;
	text-align:center;
	width:295px;
}
/*** Twitter widget Pro ***/
#tweetbox h3.widget-title {
	display: none;
}
.time-meta {
	display: block;
	margin:3px 0 15px 0;
}
.from-meta {
	display: none;
}

/*** mailchimp ***/
form#mc_signup_form {
	margin-left: 10px;
}
div.mc_merge_var {
	display: block;
}
div.mc_merge_var input {
	width: 270px;
	height: 12px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #a59a8b;
	margin-bottom: 5px;
}
div.mc_merge_var label {
	margin-left: 10px;
}
div.mc_merge_var input:focus {
	border-color: #000;
	outline: none;
}
#mc_signup_submit {
	float: right;
	margin: -10px 20px 30px;
	width: 80px;
	height: 30px;
	background-color: #fff; 
	border: none;
	color: #000;
	cursor: pointer;
	/* -moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; */
}
#mc_signup_submit:hover { 
	background-color: #333;
	-webkit-transition: 0.5s  ease-in-out;
	-moz-transition:0.5s  ease-in-out;  
   	-o-transition:0.5s  ease-in-out;  
   	transition:0.5s  ease-in-out;
}
	
/*** Pagination Rules ***/	
div.navigation {
	margin: 10px 0 50px 125px;
	color:#fff;
}
div.navigation ol li {
	background: none;
	border: none;
	font-weight: bold;
	font: 18px/16px;
	color: #fff;
	margin-right: 4px;
}
div.navigation ol li a {
	color: #fff;
	background-color:#4c1514;
	padding: 5px 10px;
	border:none;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
div.navigation ol li a:hover, div.navigation ol li span.current {
	background-color:#ffcccb;
	color: #4c1514;
	border:none;
	padding: 5px 10px;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
div.navigation ol li span.title {
	text-transform:uppercase;
	color:#4c1514;
}