/*
* Theme Name: Cupid Bar Crawl
* Author: RXN Design/De'Yonte W.
* Author URI: http://rxndesign.com
* 
*/

/*************************************
UNIVERSAL STYLES
*************************************/
html,body{
	height: 100%;
	margin:0;
	padding:0;
}
body{
    margin: 0px;
	padding: 0px;
}
img{
    max-width:100%;
    height:auto;
}
.alignleft{
    float:left;
}
.alignright{
    float:right;
}
.aligncenter{
    display:block;
    margin:0 auto;
}
img.alignright{
    padding:10px 0 10px 10px;
}
img.alignleft{
    padding:10px 10px 10px 0;
}
p,li,table{
    font-size:13px;
}
.center{
	float:none!important;
	margin:0 auto!important;
	display:block!important;
	
}
p,li{
	font-family: 'Oxygen', sans-serif;
}
h1,h2,h3{
	font-family: 'Walter Turncoat', cursive;
}
div.schema{
	display:none;
}
/*************************************
STICKY FOOTER DIV SETTINGS
*************************************/
div#wrapper {
       width: 100%;
       min-height: 100%;
       height: auto !important;
       height: 100%;
       margin: 0px 0px -311px 0px;
 }
div#footer_wrapper_heart_clouds {
       width: 100%;
       height: 144px;
	   background:url('images/clouds-heart-background.png') repeat-x;
	   bottom:0;
	   position:fixed;
 }
 div#footer_wrapper_clouds {
       width: 100%;
       height: 144px;
	   background:url('images/clouds-background.png') repeat-x;
	   bottom:0;
	   position:fixed;
 }
 

div#content_wrapper {
       width: 100%;
       padding: 0px 0px 0 0px;
 }
 

.bottom_cupid{
	background:url('images/bottom-cupid.png') no-repeat;
	height:260px;
	/*margin-top:-155.5px;*/
	width:100%;
	bottom:40px;
	position:fixed;
	left:100px;
}
.nav_content{
    position:absolute;
    z-index:10;
    
}
/*****************BACKGROUND IMAGE*************/
#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    left: 0px;
}

/*************************************
BANNER
*************************************/
.banner{
	text-align:center;
	margin-bottom:5px;
	margin-top:60px;
	margin-bottom:40px;
}
#logo_top{
	margin-top:10px;
	margin-left:20px;
	position:relative;
}
.top_utility_links{
	text-align:right;
	color:#000;
	margin-top:20px;
	width:285px;
	position:absolute;
	right:0;
	top:-14px;
}
.top_utility_links a:link,
.top_utility_links a:visited{
	color:#000;
	font-size:18px;
	text-decoration:none;
}
.top_utility_links a:hover,
.top_utility_links a:active,
.top_utility_links a:focus{
	color:#CB0000;
}
.top_utility_links img{
	float:left;
	margin-top:-8px;
	margin-right:7px;
}
img.inactive{
	display:none;
}
.hidden{
	display:none;
}
.show{
	display:block;
}
/*************************************
SOCIAL MEDIA ICONS
*************************************/
.social_icons_header{
	text-align:right;
	margin-bottom:10px;
	margin-top:76px;
}
.twitter_bar{
	background-image:url('images/twitter-sidebar.png');
	background-position:left center;
	background-repeat:no-repeat;
	color:#fff;
	min-height:55px;
	padding-left:53px;
	padding-top:20px;
}
.twitter_bar ul,
.twitter_bar ul li{
    list-style:none;
    padding:0;
    margin:0;
}
.floatright a{
	float:right;
}
/*************************************
MAIN CONTENT
*************************************/
.snowman_footer{
    position:fixed;
    bottom:3px;
    
}
div.signup_cta {
    background: none repeat scroll 0% 0% transparent;
    position: relative;
    margin: -53px auto -10px;
    width: 300px;
}
.content_superwrapper{
}
.navigation{
	min-width:160px;
	min-height:438px;
	/*background:url('images/parachute.png') no-repeat top center;*/
	padding-top:35px;
	margin-top:100px;
	padding-top:96px;
}
.navigation a{
	display:block;
	margin-bottom:2px;
	margin-left:19px;
}
.frost_top{
	background:url('images/snow-crawl-frost-top2.png') no-repeat transparent;
	width:760px;
	height:89px;
	-moz-opacity: 0.85;
opacity: 0.85;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=85);

}
.content_container{
	position:absolute;
	z-index:5;
	-moz-opacity: 0.90;
opacity: 0.90;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
margin-top:20px;

}
.content *{
	font-family: 'Oxygen', sans-serif;
}
.content{
	background:#fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

padding:0 12px 12px 12px;
width:720px;
margin-left:16px;
margin-bottom:20px;
position:relative;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding-top:15px;

}
div.content_container{
	/*background:#fff;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:3px 3px 5px rgba(50, 50, 50, 0.75);
	box-shadow:3px 3px 5px rgba(50, 50, 50, 0.75);
	margin-bottom:10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-moz-opacity: 0.86;
opacity: 0.86;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=86);
text-align:left;
padding:10px 10px 10px 10px;
position:absolute;
z-index:2;
height:500px;
overflow:auto;*/
}

div.featured_post{
}

div.featured_post h1{

}


/********************************************
BANNER
*********************************************/
div#navigation{
	background: #B73233;
	height: 67px;
	z-index: 5!important;
	/*IMPORTANT !!! need to adjust the width of elements if grids are inside other grids.
	width:70.6%!important;/*override grid_8 of the fluid 960 grid. This allows grid_8 to take up the space it should take up. Something weird taking place. This allows the navigation to have no margins between elements to make it appear fluid*/
	margin:0;
	width:740px;
	position:relative;
	background: #8cb406; /* Old browsers */
background: -moz-linear-gradient(top,  #8cb406 0%, #689904 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cb406), color-stop(100%,#689904)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8cb406 0%,#689904 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8cb406 0%,#689904 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8cb406 0%,#689904 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8cb406 0%,#689904 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cb406', endColorstr='#689904',GradientType=0 ); /* IE6-9 */

}
#navigation_borders{
    border:1px solid #000;
    border-width:0 1px 0 1px;
    position:absolute;
    height:100%;
    width:739px;
}

/*===============================
RIBBONS
===============================*/
div#ribbon_left,#ribbon_right{
	background: #B73233 url(images/header-pattern.png) repeat;
	height: 67px;
	position: relative;
	/*top:18px;*/
	top:7px;
	background: #8cb406; /* Old browsers */
background: -moz-linear-gradient(top,  #8cb406 0%, #689904 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cb406), color-stop(100%,#689904)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8cb406 0%,#689904 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8cb406 0%,#689904 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8cb406 0%,#689904 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8cb406 0%,#689904 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cb406', endColorstr='#689904',GradientType=0 ); /* IE6-9 */


}
div#ribbon_left{
	margin-right:0;
}
div#ribbon_right{
	margin-left:0;
}
div#ribbon_left_triangle{
	font-size: 0; 
	line-height: 0; 
	width: 0;
	border-top: 34px solid transparent;
	border-bottom: 33px solid transparent;
	border-left: 34px solid #2F3275;
	border-right: 33px inset transparent;
}
div#ribbon_right_triangle{
	font-size: 0; 
	line-height: 0; 
	width: 0;
	border-top: 34px solid transparent;
	border-bottom: 33px solid transparent;
	border-left: 34px inset transparent;
	border-right: 33px solid #2F3275;
	float:right;
	
}

/*===============================
TRIANGLES
===============================*/
div#triangle_left_bottom{
    /*border-style:inset;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 0 0 18px;
	border-color: transparent transparent transparent #B73233;
	line-height: 0; 
	position:relative;
	top:67px;*/
	
	border-style:inset;
	width: 0px;
height: 0px;
border-style: solid;
border-width: 7px 0 0 23px;
border-color: transparent transparent transparent #699A04;
line-height: 0; 
	position:relative;
	top:67px;
z-index:10;
	
	
}
div#triangle_left_top{
	/*width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 18px 18px 0;
	border-color: transparent #952526 transparent transparent;
	line-height: 0; 
	position:relative;
	top:67px;
	left:-18px;
	float:left;*/
	
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 23px 7px 0;
	border-color: transparent #4c6f03 transparent transparent;
	line-height: 0; 
	position:relative;
	top:60px;
	float:left;
	z-index:10;
}
div#triangle_right_bottom{
	/*width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 18px 18px;
	border-color: transparent transparent #B73233 transparent;
	line-height: 0; 
	position:relative;
	top:67px;
	float:right;
	right:0;
	z-index:10;*/
	
	
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 0 7px 23px;
border-color: transparent transparent #699A04 transparent;
line-height: 0; 
	position:relative;
	top:60px;
	float:right;
	right:0;
	z-index:10;
	
}
div#triangle_right_top{
	/*width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: #952526 transparent transparent transparent;
	line-height: 0; 
	position:relative;
	top:67px;
	float:right;
	right:-18px;
	z-index:10;*/
	
	
	width: 0px;
height: 0px;
border-style: solid;
border-width: 7px 23px 0 0;
border-color: #4c6f03 transparent transparent transparent;
line-height:0;
position:relative;
top:60px;
float:right;
	right:-23px;
	z-index:10;
}

/********************************************
TWITTER BANNER
*********************************************/
div#navigation2{
	background: #B73233;
	height: 67px;
	z-index: 5!important;
	/*IMPORTANT !!! need to adjust the width of elements if grids are inside other grids.
	width:70.6%!important;/*override grid_8 of the fluid 960 grid. This allows grid_8 to take up the space it should take up. Something weird taking place. This allows the navigation to have no margins between elements to make it appear fluid*/
	margin:0;
	width:740px;
	position:relative;
	background: #8cb406; /* Old browsers */
background: -moz-linear-gradient(top,  #8cb406 0%, #689904 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cb406), color-stop(100%,#689904)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8cb406 0%,#689904 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8cb406 0%,#689904 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8cb406 0%,#689904 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8cb406 0%,#689904 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cb406', endColorstr='#689904',GradientType=0 ); /* IE6-9 */

}
#navigation_borders2{
    border:1px solid #000;
    border-width:0 1px 0 1px;
    position:absolute;
    height:100%;
    width:739px;
}

/*===============================
RIBBONS
===============================*/
div#ribbon_left2,#ribbon_right2{
	background: #B73233 url(images/header-pattern.png) repeat;
	height: 67px;
	position: relative;
	/*top:18px;*/
	top:7px;
	background: #8cb406; /* Old browsers */
background: -moz-linear-gradient(top,  #8cb406 0%, #689904 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cb406), color-stop(100%,#689904)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8cb406 0%,#689904 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8cb406 0%,#689904 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8cb406 0%,#689904 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8cb406 0%,#689904 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cb406', endColorstr='#689904',GradientType=0 ); /* IE6-9 */


}
div#ribbon_left2{
	margin-right:0;
}
div#ribbon_right2{
	margin-left:0;
}
div#ribbon_left_triangle2{
	font-size: 0; 
	line-height: 0; 
	width: 0;
	border-top: 34px solid transparent;
	border-bottom: 33px solid transparent;
	border-left: 34px solid #195090;
	border-right: 33px inset transparent;
}
div#ribbon_right_triangle2{
	font-size: 0; 
	line-height: 0; 
	width: 0;
	border-top: 34px solid transparent;
	border-bottom: 33px solid transparent;
	border-left: 34px inset transparent;
	border-right: 33px solid #195090;
	float:right;
	
}

/*===============================
TRIANGLES
===============================*/
div#triangle_left_bottom2{
    /*border-style:inset;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 0 0 18px;
	border-color: transparent transparent transparent #B73233;
	line-height: 0; 
	position:relative;
	top:67px;*/
	
	border-style:inset;
	width: 0px;
height: 0px;
border-style: solid;
border-width: 7px 0 0 23px;
border-color: transparent transparent transparent #699A04;
line-height: 0; 
	position:relative;
	top:67px;

	
	
}
div#triangle_left_top2{
	/*width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 18px 18px 0;
	border-color: transparent #952526 transparent transparent;
	line-height: 0; 
	position:relative;
	top:67px;
	left:-18px;
	float:left;*/
	
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 23px 7px 0;
	border-color: transparent #4c6f03 transparent transparent;
	line-height: 0; 
	position:relative;
	top:60px;
	float:left;
}
div#triangle_right_bottom2{
	/*width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 18px 18px;
	border-color: transparent transparent #B73233 transparent;
	line-height: 0; 
	position:relative;
	top:67px;
	float:right;
	right:0;
	z-index:10;*/
	
	
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 0 7px 23px;
border-color: transparent transparent #699A04 transparent;
line-height: 0; 
	position:relative;
	top:60px;
	float:right;
	right:0;
	z-index:10;
	
}
div#triangle_right_top2{
	/*width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: #952526 transparent transparent transparent;
	line-height: 0; 
	position:relative;
	top:67px;
	float:right;
	right:-18px;
	z-index:10;*/
	
	
	width: 0px;
height: 0px;
border-style: solid;
border-width: 7px 23px 0 0;
border-color: #4c6f03 transparent transparent transparent;
line-height:0;
position:relative;
top:60px;
float:right;
	right:-23px;
	z-index:10;
}

/*************************************
FOOTER
*************************************/
.footer_cloud{
	background:url('images/snowhills.png') repeat-x;
	color:#fff;
	height:334px;
	position:fixed;
	bottom:0;
	width:100%;
}
.footer_cloud_hearts{
	background:url('images/clouds-heart-background.png') repeat-x;
	color:#fff;
	height:334px;
	position:fixed;
	bottom:0;
	width:100%;
}
.utility_links{
	text-align:center;
}
.utility_links a,
.utility_links a:visited{
	color:#fff;
}

/********************************************
SCHEMA / RICH SNIPPET STYLES
*********************************************/

#schema_block{
	display:none;
}
h2.fb_popup{
	text-align:left;
	color:#000!important;
	width:390px!important;
	float:right;
	position:relative;
	left:14px;
}
#fblikepop{
	width:550px!important;
	border:1px solid #000!important;
}
#fblikepop #popupMessage{
	background:#fff!important;
}
#buttonArea{
	width:390px!important;
	position:absolute;
	right:0;
	right:-14px;
	bottom:24px;
	height:30px;
}


#fblikepop #counter-display {
    float: right;
    font-size: 11px !important;
    font-weight: normal !important;
    margin: 5px 0px 0px;
    text-align: right;
	display:none;
}
#fblikepop h3.news{
	position:relative;
	top:-50px;
	color:#000;
	font-size:12px;
	height:0;
	left:150px!important;
	font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
	font-weight:normal;
}

.fbflush{
	cursor: pointer;
	font-size:11px;
	color:#000 !important;/*PDC changes*/
	border:0px !important;
	text-decoration:none !important;
}

img.cupid_popup_logo{
margin-bottom:40px;
}