@charset "utf-8";

@font-face {
	font-family: Interstate;
	src: url('/public_1301/fonts/Interstate-Light.eot');
	src: url('/public_1301/fonts/Interstate-Light.ttf') format('truetype'),
		 url('/public_1301/fonts/Interstate-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Interstate-Thin';
    src: url('/public_1301/fonts/Interstate-Thin/interstate-thin-webfont.eot');
    src: url('/public_1301/fonts/Interstate-Thin/interstate-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public_1301/fonts/Interstate-Thin/interstate-thin-webfont.woff') format('woff'),
         url('/public_1301/fonts/Interstate-Thin/interstate-thin-webfont.ttf') format('truetype'),
         url('/public_1301/fonts/Interstate-Thin/interstate-thin-webfont.svg#interstatethin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate-Bold';
    src: url('/public_1301/fonts/Interstate-Bold/interstate-bold-webfont.eot');
    src: url('/public_1301/fonts/Interstate-Bold/interstate-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public_1301/fonts/Interstate-Bold/interstate-bold-webfont.woff') format('woff'),
         url('/public_1301/fonts/Interstate-Bold/interstate-bold-webfont.ttf') format('truetype'),
         url('/public_1301/fonts/Interstate-Bold/interstate-bold-webfont.svg#interstatebold') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
	margin: 0;
	padding: 0;
}
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-align: left;
}
img {
	border: 0;
}
hr {
	border: 1px dashed #d8dedf;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	/*color: #1c8ca9;*/
	color: #0c748f;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	/*color: #1c8ca9;*/
	color: #0c748f;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	/*color: #59b7cf;*/
	color: #1e8eab;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #ffae57;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
input[type=text], input[type=password], textarea {
	outline: none;
	border-radius: 3px;
	border: 0px;
	padding: 2px;
}
div.relative {
	position: relative;
}
div.absolute {
	position: absolute;
}
.inline-block {
	display: inline-block;
	vertical-align: top;
}

/* LOGO */
img.logo {
	width: 199px;
	height: 80px;
}

/* TOP */
div.top_wrapper {
	background: url('http://cdn.thehoopla.com/public_1301/images/top_back.jpg') repeat-x top center;
	height:90px;
	width: 100%;
}
div.top_wrapper input.textbox {
	width: 153px;
	height: 19px;
	background: #ffffff;
	border: 0;
}
div.top_wrapper .help {
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
}
div.top_wrapper .help a {
	color: #ffffff;
	font-weight: normal;
}
div.top_wrapper .help a:hover {
	color: #fbe3a1;
}
div.top_wrapper div.login {
	margin-right: 20px;
}
.login_label {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* NAV */
#nav_wrapper {
	height: 42px;
	width: 100%;
	position: relative;
	z-index: 90;
	background: #fff;
}
#nav {
	width: 980px;
}
#nav a:link, #nav a:visited {
	color: #000000;
	display: block;
	line-height: 42px;
	float: left;
	padding: 0 15px 0 15px;
	font-weight: normal;
	font-size: 14px;
}
#nav a:hover {
	color: #CC3300;
}
#nav a.highlight:link, #nav a.highlight:visited {
	color: #CC3300;
}
#nav a.highlight:hover {
	color: #5098ae;
}

#nav2 {
	position: relative;
	width: 980px;
	height: 42px;
	margin: 0 auto;
}
#nav2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav2 ul li {
	float: left;
	display: block;
}
#nav2 ul li a {
	display: block;
	height: 42px;
	line-height: 42px;
	color: #000000;
	padding: 0 15px;
	font-weight: normal;
	font-size: 16px;
	background: url('http://cdn.thehoopla.com/public_1301/images/main_nav_back.jpg') top left repeat-x #ffffff;
}
#nav2 ul li ul li {
	float: none;
	display: block;
}
#nav2 ul li ul li a {
	text-align: left;
	height: 30px;
	width: 180px;
	line-height: 30px;
	font-size: 12px;
	display: block;
	float: none;
	background: #f56c25;
	color: #ffffff !important;
	border-bottom: 1px solid #fc7a37;	
}
#nav2 ul li ul li a:hover {
	background: #fc7a37;
	color: #ffffff !important;
	-o-transition:.1s;
	-ms-transition:.1s;
	-moz-transition:.1s;
	-webkit-transition:.1s;	
	transition: .1s;
}
#nav2 ul li ul {
	position: absolute;
	margin-top: -3000px;
	z-index: 99;
	box-shadow: 3px 3px 5px #333333;
}
#nav2 ul li:hover ul {
	margin-top: 0px;
}
#nav2 ul li:hover a {
	color: #ffffff !important;
	background-position: 0 -42px;
}
/*
#nav2 ul li:hover ul {
	position: absolute;
	top: 42px;
	z-index: 99;
}
*/

/* POPUP LAYER */
#popupLayer {
	display: none;
	padding: 25px;
	-webkit-box-shadow:  3px 3px 20px 3px #000;
	box-shadow:  3px 3px 20px 3px #000; 
}
#popupLayer, #popupLayer table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	overflow-y: auto;
}
#popupLayer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	color: #0990b8;
	font-weight: normal;
}
#popupLayer input[type=text], #popupLayer input[type=password], #popupLayer textarea {
	border: 1px solid #d4d4d4 !important;
}
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	/* border:1px solid #cecece; */
	z-index:95;
}
.send_button {
	background: #0990b8;
	padding: 3px 15px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	overflow: visible;
	border: 0;
}
.send_button:hover {
	background: #30afd5;
}

/* X BOX */
.x_box a {
	display: block;
	border-radius: 5px;
	line-height: 12px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
.x_box a:hover {
	color: #ffffff;
	background: #f2f2f2;
}

/* HOME */
#home_wrapper {
	position: relative;
	background: url(http://cdn.thehoopla.com/public_1301/images/background_crowd.jpg) top center no-repeat #000000;
	padding: 0 0 30px 0;
	min-height: 570px;
	width: 100%;
	overflow-x: hidden;
}
#home_btns {
	float: right;
	width: 390px;
	text-align: right;
	margin: 15px 0 0 0;
}
.home_btn {
	width: 179px;
	height: 50px;
}
#home_slideshow_nav {
	position: relative;
	height: 37px;
}
#home_slideshow_nav a {
	position: absolute;
	text-transform: uppercase;
	font-family: 'Interstate-Bold', sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 37px;
	padding: 0 15px;
	letter-spacing: 0.01em;
	font-weight: 200;
	border-radius: 8px;
	z-index: 3;
}
/*
#home_slideshow_nav a:hover {
	background: url('http://cdn.thehoopla.com/public_1301/images/ffffff_20.png') top left repeat;
}
*/
#home_slideshow_nav_a_hover {
	display: none;
	position: absolute;
	width: 59px;
	height: 37px;
	padding: 0 15px;
	border-radius: 8px;
	top: 0;
	left: 236px;
	background: url('http://cdn.thehoopla.com/public_1301/images/ffffff_20.png') top left repeat;
	z-index: 2;
}
#home_slideshow_nav_a_bg {
	position: absolute;
	min-width: 10px;
	height: 37px;
	padding: 0 15px;
	border-radius: 8px;
	background: #1e7e97;
	top: 0;
	left: 236px;
	width: 59px;
	z-index: 1;
}
#home_slideshow_nav_create {
	top: 0;
	left: 236px;
}
#home_slideshow_nav_promote {
	top: 0;
	left: 358px;
}
#home_slideshow_nav_connect {
	top: 0;
	left: 487px;
}
#home_slideshow_nav_ecommerce {
	top: 0;
	left: 602px;
}

#home_slideshow_bgs {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1917px;
	height: 570px;
	margin-left: -958.5px;
	z-index: 1;
}
#home_slideshow_bgs .inner {
	position: relative;
}
.home_slideshow_bg {
	position: absolute;
}
#home_slideshow_bg_blue {
	z-index: 4;
}
#home_slideshow_bg_green {
	z-index: 3;
}
#home_slideshow_bg_maroon {
	z-index: 2;
}
#home_slideshow_bg_orange {
	z-index: 1;
}
#home_slideshow_desc {
	position: absolute;
	top: 148px;
	left: 0;
	width: 306px;
	min-height: 251px;
	z-index: 10;
}
#home_slideshow_desc .inner {
	position: relative;
}
#home_slideshow_desc .slideshow_title {
	background: #4a97ab;
	width: 251px;
	height: 40px;
	padding: 0 0 0 20px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.9);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.9);
}
#home_slideshow_desc .slideshow_title h1 {
	color: #fff;
	font-family: 'Interstate', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 27px;
	margin: 0;
	padding: 15px 0 0 0;
	letter-spacing: -0.01em;
}
#home_slideshow_desc .slideshow_title h1 span {
	font-size: 22px;
	font-weight: 100;
	font-family: 'Interstate-Thin', sans-serif;	
}
#home_slideshow_desc .slideshow_text {
	position: absolute;
	top: 80px;
	left: 20px;
	width: 240px;
	color: #d0d0d0;
	font-size: 14px;
	line-height: 18px;
}
#home_slideshow_desc .slideshow_text p {
	margin: 0 0 20px 0;
}
#home_slideshow_h1 {
	position: relative;
	font-family: 'Interstate-Thin', sans-serif;
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin: 0 0 23px 0;
	padding: 0;
	letter-spacing: -0.03em;
	z-index: 10;
}
#home_slideshow_h1 span {
	font-family: 'Interstate', sans-serif;
}
#home_slideshow_h2 {
	position: relative;
	font-family: 'Interstate-Thin', sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index: 10;
}
#home_slideshow_h2 span {
	font-family: 'Interstate', sans-serif;
}
.btn_orange {
	display: block;
	width: 120px;
	height: 31px;
	border-radius: 5px;
	line-height: 31px;
	color: #fff !important;
	text-decoration: none;
	font-size: 17px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	overflow: hidden;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.btn_orange .background {
	height: 100%;
	background: #f3a57d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3a57d 0%, #e74f00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3a57d), color-stop(100%,#e74f00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3a57d 0%,#e74f00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3a57d 0%,#e74f00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3a57d 0%,#e74f00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3a57d 0%,#e74f00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a57d', endColorstr='#e74f00',GradientType=0 ); /* IE6-9 */
}
.btn_orange:hover .background {
	background: #e74f00; /* Old browsers */
	background: -moz-linear-gradient(top,  #e74f00 0%, #f3a57d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e74f00), color-stop(100%,#f3a57d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e74f00 0%,#f3a57d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e74f00 0%,#f3a57d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e74f00 0%,#f3a57d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e74f00 0%,#f3a57d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74f00', endColorstr='#f3a57d',GradientType=0 ); /* IE6-9 */
}

/* CONTENT */
#content_wrapper {
	width: 100%;
/*	background: #ffffff url('http://cdn.thehoopla.com/public_1301/images/content_back.jpg') top left repeat-x;	*/
/*	background: url('http://cdn.thehoopla.com/public_1301/images/background_crowd.jpg') top center no-repeat #000000;	
	-webkit-background-size: 1917px 570px;	*/
	min-height: 570px;
}
#content_stage {
	background: url('http://cdn.thehoopla.com/public_1301/images/background_crowd.jpg') top center no-repeat #000000;
	-webkit-background-size: 1917px 570px;
}
.content {
	font-size: 15px;
	line-height: 21px;
	color: #333;
	text-align: left;
	width: 950px;
	padding: 15px 15px 50px 15px;
	margin: 0 auto;
}
.content a:link, .content a:visited {
	color: #2e95b2;
}
.content a:hover {
	color: #53b1cb;
}
.content h1, .content h2, .content h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: Interstate, Arial, helvetica, sans-serif;
	letter-spacing: -0.02em;
}
.content h1 {
	font-size: 36px;
	line-height: 40px;
	color: #ffffff;
	font-family: Interstate, Arial, helvetica, sans-serif;
	letter-spacing: -0.04em;
}
.content h2 {
	font-family: Interstate, Arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #5fc6e5;
}
.content h3 {
	font-family: Interstate-Bold, Arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #2e95c2;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.big {
	font-family: Interstate, arial, helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: -0.02em;
	margin-top: 0;
}
.h1_logo {
	width: 120px;
	height: 39px;
	margin: 0 0 -9px 3px;
}
.col1 {
	float: left;
	width: 469px;
	border-right: 1px solid #a0babe;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
}
.col2 {
	float: left;
	width: 250px;
}
.col3 {
	float: left;
	width: 200px;
}


/* LINK LIST */
.link_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.link_list li {
	display: block;	
}
.link_list li a {
	display: block;
	font-size: 13px;
	line-height: 16px;
	float: left;
	width: 195px;
	padding: 5px;
	border-top: 1px solid #a0babe;	
}
.link_list li a:hover {
	background: #2e95c5;
	color: #fff;
}

/* BANNER */
#banner {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#headline {
	margin: 80px 0 0 0;
}
#main_promo {
	float: left;
}


#featured_wrapper {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0 0 0 20px;
}
#featured_box {
	background: url('http://cdn.thehoopla.com/public_1301/images/signup_box/back.png') top left repeat;
	padding: 20px;
	color: #ffffff;
	text-align: left;
}
#featured_box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0 15px 0;
}
/*
#btn_signup {
	border: 0;
	margin: 0;
	padding: 3px 5px;
	background: #3088a0;
	color: #ffffff;
}
#btn_signup:hover {
	background: #59b6d0;
}
*/
#btn_signup {
	display: block;
	width: 96px;
	height: 39px;
	background: url('http://cdn.thehoopla.com/public_1301/images/signup_box/btn_signup.png') top left no-repeat;
	border: 0;
	outline: none;
}
#btn_signup:hover {
	background-position: 0 -39px;
}


/* LINK BOX */
#link_box_wrapper {
	float: left;
	width: 280px;
	margin: 0 0 0 20px;
}
#link_box {
	background: url(http://cdn.thehoopla.com/public_1301/images/signup_box/back.png) top left repeat;
	padding: 15px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}
#link_box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#link_box ul li {
	display: block;
	margin: 0 0 0 10px;
}
#link_box ul li.main, #link_box ul li a.main {
	font-size: 14px;
	font-weight: bold;
}
#link_box ul li a:link, #link_box ul li a:visited {
	color: #ffcb94;
	font-weight: normal;
}
#link_box ul li a:hover {
	color: #ffe7ce;
	font-weight: normal;
}

/* CREATE PROMOTE CONNECT */
.cpc {
	list-style-type: none;
	margin: 50px 0 0 0;
	padding: 0;
	color: #929292;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.cpc li {
	display: block;
	float: left;
	margin: 0 13px 0 0;
}
.cpc li:hover {
	color: #ffffff;
}
.cpc li:hover a {
	color: #ffc688;
}
ul.cpc_desc {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.cpc_desc li {
	float: none;
	margin: 0 0 5px 0;	
}

/* CLEAR FLOAT */
.clear_float {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}

/* PROMOTED CONTENT */
#promoted_content {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}
#promoted_content a:link, #promoted_content a:visited {
	color: #7fe4ff;
}
#promoted_content a:hover {
	color: #cbf4ff;
}
#promoted_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#promoted_content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#promoted_content ul li {
	display: block;
	float: left;
	margin: 0 21px 0 0;
	width: 302px;
}

#top_sites {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#top_sites li {
	display: block;
}
#top_sites li a {
	display: block;
	background: none;
	padding: 10px 10px 0 10px;
	color: #7fe4ff;
}
#top_sites li a span {
	font-weight: normal;
	color: #d7d7d7;
	/*color: #979797;*/
}
#top_sites li a:hover, #top_sites li a:hover span {
	background: #59b6d0;
	color: #001b22;
}
#top_sites li a:hover {
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
#top_sites div.avatar {
	border:1px solid #494949; 
	width:75px; 
	height:60px; 
	background:#1d1d1d; 
	margin:0 10px 10px 0; 
	float:left;
}
#top_sites div.desc {
	float: left;
	width: 195px;
}

#selling_now {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#selling_now li {
	display: block;
}
#selling_now li a {
	display: block;
	background: none;
	padding: 10px 10px 0 10px;
	color: #7fe4ff;
}
#selling_now li a span {
	font-weight: normal;
	color: #d7d7d7;
	/*color: #979797;*/
}
#selling_now li a:hover, #selling_now li a:hover span {
	background: #c5f2ff;
	color: #245968;
}
#selling_now li a:hover {
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
#selling_now div.avatar {
	border:1px solid #494949; 
	width:75px; 
	height:60px; 
	background:#1d1d1d; 
	margin:0 10px 10px 0; 
	float:left;
	overflow: hidden;
}
#selling_now div.desc {
	float: left;
	width: 195px;
}

/* BREADCRUMBS */
.breadcrumbs {
	margin: 0 0 25px 0;
	font-size: 11px;
	line-height: 13px;
	color: #bbbbbb;
}
.breadcrumbs a {
	color: #afdeec !important;
}
.breadcrumbs a:hover {
	color: #cdeaf3 !important;
}

/* FOOTER */
#footer_wrapper {
	width: 100%;
	background: #ffffff url('http://cdn.thehoopla.com/public_1301/images/content_back.jpg') top left repeat-x;
}
#footer {
	padding: 25px 0;
	color: #999999;
	width: 960px;
}
#footer a {
	font-weight: normal;
}
#footer a.main {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin: 0 0 5px 0;
}
#footer a.signup {
	color: #ff7800;
	font-weight: bold;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#footer ul li {
	text-align: left;
	float: none;
	text-align: left;
	margin: 3px 30px 0 0;
	min-width: 90px;
}

/* SEARCH */
#input_search {
	width: 130px;
	font-size: 14px;
	color: #666666;
	vertical-align: middle;
	outline: none;
	border: 1px solid #eaeaea;
	padding: 2px;
}
#btn_search {
	vertical-align: middle;
}
#search_wrapper {
	text-align: left;
	float: left;
	width: 145px;
	padding: 0;
	margin: 9px 0 0 15px;
}


/* TUTORIALS */
.help_tutorials {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.help_tutorials li {
	display: block;
	margin: 0 30px 30px 0;
	width: 445px;
	height: 80px;
	float: left;
}
.help_tutorials li a {
	font-size: 14px;
}
.help_tutorials li a img {
	border: 1px solid #636363;
}
.help_tutorials li a:hover img {
	border: 1px solid #d4d4d4;
}

.search_bar {
	/*
	padding: 10px;
	background: url('http://cdn.thehoopla.com/public_1301/images/000000_50.png');
	margin: 0 0 20px 0;
	*/
	padding: 0 0 45px 0;
}
.input_search {
	font-size: 18px;
	width: 930px;
	height: 60px;
	font-size: 45px;
	font-family: Interstate-Thin, sans-serif;
	line-height: 60px;
	background: #585858;
	outline: none;
	border: none;
	border-radius: 5px !important;
	color: #CCCCCC;
	padding: 0 0 0 10px !important;
}
.input_search:focus {
	background: #e1e1e1;
	color: #333;
}

/* HOME SLIDESHOW */
#home_slideshow_wrapper {

}
#home_slideshow {
	text-align: left;
	padding: 0;
	/*float: left;*/
	width: 950px;
	margin-top: 35px;
}
#hs_headline {
	height: 58px;
}
#hs_create {
	float: left;
	margin: 0 14px 0 0;
}
#hs_create_slider {
	float: left;
	width: 398px;
	height: 58px;
	background: url('http://cdn.thehoopla.com/public_1301/images/home_slideshow/create_slider.png') top left no-repeat;
}
#home_slideshow h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0;
}
#home_slideshow h2 {
	font-family: Interstate, Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: normal;
/*	margin-top: 48px;	*/
	margin: 0;
	color: #ffffff;
}
#hs_slide {
	width: 600px;
	margin: 50px auto 0 auto;
}
#hs_find_out_more {
	background: url('http://cdn.thehoopla.com/public_1301/images/home_slideshow/btn_find_out_more.png') top left no-repeat;
	display: block;
	width: 150px;
	height: 43px;
	margin: 15px 0 0 0;
}
#hs_find_out_more:hover {
	background-position: 0 -43px;
}
.orange {
	color: #ffaf60;
}

.btn_signup_free {
	display: block;
	width: 140px;
	height: 33px;
}

/* FEATURED WRAPPER */
#spotlight_wrapper {
	border: 1px solid #0b3940;
	border-radius: 7px;
	height: 100px;
	margin: 0 0 40px 0;
}

/* FAQs */
.faq_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.faq_list li {
	display: block;
	padding: 0 0 0 0;
}
.faq_list .big {
	margin: 0 0 10px 0;
}
.faq_list li ul {
	list-style-type: circle !important;
	margin-left: 20px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 0px;
}
.faq_list li ul li {
	padding: 15px 0 0 0;
}

.faq_q {
	display: block;
	line-height: 21px;
}
.faq_a {
	display: none;
	margin: 5px 0 25px 25px;
	font-size: 16px;
	line-height: 22px;
}
.faq_label {
	padding: 10px 0 0 0;
}

/* SLIDESHOW BOXES */
#box_wrapper {
	position: relative;
	z-index: 1;
	width: 950px;
	height: 280px;
	margin: 10px 0 35px 0;
	overflow: hidden;
	border-radius: 5px;
/*	background: url('/public_1301/images/slideshows/gradient3.jpg') top left repeat-x #ffffff;
	box-shadow: 2px 2px 5px #000000;
*/
}
#box_container img {
	width: 136px;
	height: 100px;
	float: left;
	margin: 0;
	background: #333333;
	color: #ffffff;
	position: relative;
	z-index: 1;
	box-shadow: 3px 3px 5px #000000;
	border-radius: 2px;
}
#box0 {
	z-index: 2;
}
#box_container {
	width: 7000px;
	height: 200px;
	position: relative;
	top: 90px;
}

/* PROMO1 */
#promo1 {
	position: relative;
	font-family: 'Interstate-Thin', sans-serif;
	height: 512px;
	background: url('http://cdn.thehoopla.com/public_1301/images/home/bg_promo1.jpg') top center no-repeat #fff;
}
.special_right_now {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -97px;
	font-family: 'Interstate-Bold', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	width: 174px;
	height: 31px;
	line-height: 31px;
	border-radius: 7px;
	background: #1c7c95;
	text-transform: uppercase;
	text-align: center;
}
.special_right_now span {
	font-family: 'Interstate-Thin', sans-serif !important;
	font-weight: 0;
}
.promo1_h1 {
	width: 920px;
	margin: 0 auto;
	padding: 90px 0 25px 0;
	font-size: 40px !important;
	color: #292929;
	text-align: center;
	letter-spacing: -0.02em;
}
.promo1_h1 span {
	color: #1c7c95;
	font-family: 'Interstate', sans-serif;
}
#promo1_bullets {
	position: relative;
	width: 510px;
	padding: 30px 0 0 0;
	font-size: 16px;
	font-family: 'Interstate', sans-serif;
	line-height: 20px;
	color: #000;
}
#promo1_bullets .fa {
	font-size: 24px;
}
.promo1_bullet {
	margin: 0 0 20px 0;
}
.promo1_bullet .icon {
	display: inline-block;
	vertical-align: top;
	width: 35px;
}
.promo1_bullet .text {
	vertical-align: top;
	display: inline-block;
	width: 175px;
}

/* PROMO 2 */
#promo2 {
	position: relative;
	font-family: 'Interstate-Thin', sans-serif;
	height: 550px;
	background: url('http://cdn.thehoopla.com/public_1301/images/home/bg_promo2_v2.jpg') top center no-repeat #11404d;
}
.featured_right_now {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -97px;
	font-family: 'Interstate-Bold', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #11404d;
	width: 189px;
	height: 31px;
	line-height: 31px;
	border-radius: 7px;
	background: #5ae4ff;
	text-transform: uppercase;
	text-align: center;
}
.featured_right_now span {
	font-family: 'Interstate-Thin', sans-serif !important;
	font-weight: 0;
}
.promo2_h1 {
	width: 920px;
	margin: 0 auto;
	padding: 90px 0 25px 0;
	font-size: 36px !important;
	color: #fff;
	text-align: center;
	letter-spacing: -0.02em;
}
.promo2_h1 span {
	color: #fff;
	font-family: 'Interstate', sans-serif;
}


/* ONLINE STORES */
.store_list .list-bullet {
	width: 25px;
	vertical-align: top;
}
.store_list .list-bullet .fa {
	margin-top: 2px;
}
.store_list .list-text {
	width: 400px;
	vertical-align: top;
}

/* RELATED LINKS */
.related_links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.related_links li.parent {
	font-weight: bold;
}
.related_links li.child {
	
}
.related_links li.child a {
	font-weight: normal !important;
}

#featured_site_wrapper img {
	max-height: 260px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.9);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.9);
}
#featured_site_wrapper h2 {
	font-family: Interstate-Thin, sans-serif !important;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.02em;
}