/*
Theme Name: SFNET
Author: Cono Onorato
Author URI: http://itscono.me
*/

@import url('css/fonts.css');


body{
	margin: 0px;
	padding: 0px;
	background: #b6b6b6;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a{
	outline: none;
	color: #576497;
	text-decoration: none;
}

a:focus{
	outline: none;
}

.rounded-five{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input:focus, button:focus, select:focus{
	outline: none;
}

a:hover{
	color: #6a4568;
}

.alignleft{
	float: left;
	margin-right: 10px;
}

.alignright{
	float: right;
	margin-left: 10px;
}


h1,h2,.left-lightbox-title{
	font-family: 'Gotham-Bold';
}

h1.title{
	color: #525c86;
	text-transform: uppercase;
}

h1.title span{
	color: #555;
}

h2.grid-title{
	font-size: 16px;
	margin-bottom: 5px;
}

h2.grid-title span{
	color: #cb333b;
}
.clear{
	display: block;
	clear: both;
}

.hide{
	display: none;
}

.hidetab{
	opacity: 0;
	position: absolute;
}

#header{
	background: #1e1e1e repeat-x left top;
	min-width: 1000px;
}

.login-header-wrap{
	width: 950px;
	position: relative;
	margin: 0px auto;
}

#header a.logo{
	float: left;
	margin-top: 10px;
	margin-left: -5px;
}

.icon-tabs{
	margin: 0px;
	padding: 0px;
	float: left;
	margin-top: 15px;
	margin-left: 18px;
}

.icon-tabs li{
	float: left;
	list-style-type: none;
}

.icon-tabs li a{
	text-indent: -999px;
	float: left;
	overflow: hidden;
	width: 40px;
	height: 47px;
	background:  url(images/tab-icons.png) no-repeat;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.icon-tabs li.active a{
	width: 40px;
	background-color: #cb333b;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #dd5158;
	border-bottom: none;
}

/* STANDARD ICONS */
.icon-tabs li.ms a{
	background-position: 3px -34px;
}

.icon-tabs li.mail a{
	background-position: -43px -34px;
}

.icon-tabs li.library a{
	background-position: -80px -34px;
}

.icon-tabs li.blackboard a{
	background-position: -116px -33px;
	width: 60px;
}

.icon-tabs li.jics a{
	background-position: -172px -33px;
	width: 30px;
}


/* HOVER ICONS */
.icon-tabs li.ms a:hover{
	background-position: 3px -74px;
}

.icon-tabs li.mail a:hover{
	background-position: -43px -74px;
}

.icon-tabs li.library a:hover{
	background-position: -80px -74px;
}

.icon-tabs li.blackboard a:hover{
	background-position: -116px -73px;
}

.icon-tabs li.jics a:hover{
	background-position: -172px -73px;
}



/* ACTIVE ICONS */
.icon-tabs li.ms.active a{
	background-position: 3px 6px;
}

.icon-tabs li.mail.active a{
	background-position: -43px 6px;
}

.icon-tabs li.library.active a{
	background-position: -80px 6px;
}

.icon-tabs li.blackboard.active a{
	background-position: -116px 6px;
}

#header-inside{
	width: 960px;
	padding: 0px 20px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 0px;
}

#header-inside.home{
	height: 395px;
	overflow: hidden;
	position: relative;
}

#header-inside .user{
	float: right;
}

#header-inside .user ul{
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 999;
	right: 20px;
	background: #525c86;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
	top: 45px;
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
	display: none;
}

#header-inside .user ul li{
	display: block;
	list-style-type: none;
	font-size: 12px;
}

#header-inside .user ul li a{
	color: #fff;
	padding: 10px 20px;
	width: 160px;
	display: block;
	border-bottom: 1px solid #464f73;
	border-top: 1px solid #5b6694;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
}

#header-inside .user .user-arrow{
	padding: 10px;
	position: absolute;
	top: 17px;
	padding-bottom: 11px;
	right: 20px;
	z-index: 9999;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
}

#header-inside .user .user-arrow:hover, #header-inside .user .user-arrow.active{
	background: #525c86;
}

#header-inside .user ul li a:hover{
	background: #4d577e;
}

#header-inside .user table,#header-inside .user table td{
	border: none;
	background: none;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}

#header table.purple th{
	background: #6a4568;
	border-top: 1px solid #7d547b;
}

#header table.purple a{
	color: #e0e4f7;
}

#header table.blue th{
	background: #525c86 no-repeat right center;
	border-top: 1px solid #5c6793;
}

#header table.button{
	background: none;
}

#header table.button th{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(images/arrow-table-btn.png);
}

#header table.button.noarrow th{
	background-image: none;
}

#header table.button.noarrow th span{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	padding-left: 2px;
}

#header table {
	margin-top: 20px;
	background: #2c2c2c;
	color: #eeeeee;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

#header table.purple, table.blue{
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}

#header table th a{
	text-decoration: none;
	float: right;
	color: #e0e4f7;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#header table a:hover{
	color: #fff;
}

#header table th {
	color: #fff;
	text-align: left;
	font: bold 12px/22px 'Gotham-Bold';
	padding: 10px;
}

#header table  td{
	padding: 6px 10px;
	border: 1px solid #3d3d3d;
	border-top: none;
}

#header table tr.alternate td{
	background: #333;
}

#header table td.first{
	border-right: none;
}

#header table th img{
	float: left;
	margin-right: 10px;
}

.topbar{
	height: 63px;
}

.menu{
	background: #555555;
	margin-top: -1px;
}

.menu .menu-inside{
	width: 960px;
	margin: 0px auto;
	padding: 0px 20px;
}

.search{
	float: right;
}

.search img{
	margin-top: 13px;
}

.menu ul{
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

.menu ul ul{
	display: none;
}

.menu ul li.first{
	border-left: none;
}

.menu ul li{
	list-style-type: none;
	float: left;
	line-height: 18px;
	position: relative;
}

.menu ul li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

.menu ul li:hover a, .menu ul li:hover{
	background: #666;
}

.menu ul li:hover li:hover a{
	background: #777;
}

.menu ul li.current_page_ancestor, .menu ul li:hover li.current_page_item a, .menu ul li.current_page_item{
	background: #71737a;
}

.menu ul li ul, .menu ul li:hover ul{
	position: absolute;
	left: 0;
	top: 38px;
	background: #5e6066;
	z-index: 999;
}

.menu ul li ul ul, .menu ul li:hover ul ul{
	left: 225px;
	top: 0px;
	background: #666;
}

.menu ul li ul li{
	background: #666;
}

.menu ul li ul li.last{
	border-bottom: none;
	border-right: none;
	border-left: none;
}

.menu ul li ul li li.first{
	border-top: none;
}

.menu ul li ul li li{
	border-bottom: 1px solid #ce343c;
	border-top: 1px solid #a3292f;
	border-right: none;
}

.menu ul ul ul li:hover{
	background: none;
}

.menu ul ul{
	background: #000;
	width: 227px;
}



.menu ul ul ul li a:hover{
	background: #af2c32;
}



.menu ul li ul li a{
	width: 185px;
	text-transform: none;
	padding: 8px 20px;
}

.left-half{
	float: left;
	width: 42%;
	position: relative;
}

.right-half{
	width: 42%;
	float: right;
	position: relative;
}

.left-half.video{
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
	width: 546px;
}

.chapel-cred{
	text-align: right;
	color: #b0b0b0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 47px;
	margin-top: 20px;
}

#header .chapel-cred table{
	background: none;	
	border: none;
	margin: 0px;
	width: 90%
}

#header .chapel-cred table tr td{
	background: none;
	border: none;
	padding: 0px;
}



.chapel-cred span{
	color: #fcc368;
	font-size: 31px;
	border-left: 1px solid #676767;
	padding-left: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 31px;
	float: right;
	margin-top: -5px;
}

.tab-menu{
	margin: 0px;
	padding: 0px;
	margin-top: 42px;
	font: bold 13px 'Gotham-Bold';
}

.tab-menu li{
	float: left;
	list-style-type: none;
	margin: 0px 1px;
	position: relative;
}

.tab-menu li a{
	color: #fff;
	padding: 8px 25px;
	text-decoration: none;
	margin-right: 1px;
	float: left;
	background: #555;
	margin-top: 5px;
}

.tab-menu li.blue a{
	background: #525c86;
	color: #fff;
}

.tab-menu li.purple a{
	background: #50314e;
	color: #fff;
}

.tab-menu li.teal a{
	background: #0099a5;
	color: #fff;
}

.tab-menu li.yellow a{
	background: #fcc368;
	color: #fff;
}

.tab-menu li.red a{
	background: #e0353d;
	color: #fff;
}

.tab-menu li.small a{
	padding: 8px 15px;
}

.tab-menu li.small.active a{
	padding: 12px 15px;
}

.tab-menu li a:hover{
	background: #525c86;
	color: #fff;
}

.tab-menu li.active a{
	color: #6a6a6a;
	background: #fff;
	padding: 12px 25px;
	margin-top: 0px;
}

#page{
	background: #d0d0d0;
	padding-bottom: 30px;
	border-bottom: 1px solid #a2a2a2;
	color: #555;
	font-size: 12px;
	line-height: 18px;
	min-width: 1000px;
}

#page .page-inside{
	width: 960px;
	padding: 0px 20px;
	margin: 0px auto;
}

#page .page-inside.wider{
	width: 100%;
	padding: 0px 0px;
	clear: both;
}

#page .page-inside.wider .page-inside{
	width: 960px;
	margin: 0px auto;
}

#page .page-full{
	background: #fff;
	padding: 40px 25px;
	border: 1px solid #a9a8a8;
	border-top: none;
	font-size: 12px;
	line-height: 18px;
	color: #787878;
}

.page-full table.format, .page-partial table.format {
	border: 1px solid #ccc;
}

.page-full table.format th, .page-partial table.format th{
	text-align: left;
	background: #aaa;
	padding: 10px;
	border-top: none;
	color: #fff;
}

.page-full table.format td, .page-partial table.format td{
	padding: 10px;
	
}

.page-full table.format tr.alternate, .page-partial table.format tr.alternate{
	background: #eee;
}

.page-partial{
	padding-top: 30px;
}

.page-partial .col-left{
	background: #fff;
	padding: 20px 25px;
	border: 1px solid #a9a8a8;
}

.page-partial.full .col-left {
	border: 1px solid #a9a8a8;
}

.page-partial .col-right{
	width:280px;
	padding-left: 20px;
}

.page-partial h1.title{
	margin-bottom: 25px;
	font-size: 22px;
	margin-top: 10px;
}

.page-partial .col-right a{
	color: #525c86;
}

.title-box{
	padding: 10px 10px;
	background: #525c86 no-repeat right center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Gotham-Bold';
	line-height: 22px;
	width: 260px;
	border: 1px solid #454d70;
	border-right: 2px solid #454d70;
	border-bottom: 2px solid #454d70;
	cursor: pointer;
	display: block;
}

a.title-box:hover{
	color: #fff;
	background: #0099a5;
	border-color: #13838d;
}

.title-box.small{
	padding: 5px 10px;
	width: inherit;
	padding-right: 20px;
}

.title-box img{
	float: left;
	margin-right: 5px;
}

.title-box.purple{
	background: #6a4568 no-repeat right center;
	border-color: #50314e;
}

.title-box.grey{
	background: #777;
	border-color: #666;
}

.title-box.teal{
	background: #0099a5 no-repeat right center;
	border-color: #13838d;
	
	padding-top: 12px;
}

.title-box.teal:hover{
	background-color: #00b8c6;
}

.title-box.red{
	background: #e0353d no-repeat right center;
	border-color: #bf2a31;
}

.title-box.yellow{
	background: #bedbe7 no-repeat right center;
	border-color: #89b6c9;
}

.title-box.gold{
	background: #fcc368;	
	border-color: #e3a849;
}

.title-box.button{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(images/arrow-table-btn.png);
}

.tab-have{
	background: url(images/graphic-have.png) no-repeat right top;
	width: 110px;
	height:110px;
	position: absolute;
}

.tab-need{
	background: url(images/graphic-need.png) no-repeat right top;
	width: 110px;
	height:110px;
	position: absolute;
}

.listing-need a{
	color: #825580;
}

.user-links-firesale{
	margin: 0px;
	padding: 0px;
}

.user-links-firesale li{
	float: left;
	list-style-type: none;
	margin-top: 10px;
}

.user-links-firesale li a{
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	float: left;
	
}

.user-links-firesale li a:hover{
	background: #525c86;
}

.user-links-firesale li.active a{
	background: #d0d0d0;
	padding-bottom: 11px;
	margin-bottom: -1px;
}

.seller-wrap{
	padding: 20px 0px;
	margin: 15px 0px;
	position: relative;
	line-height: 20px;
	margin-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.seller-wrap .profile-img{
	float: left;
	padding: 7px;
	background: #fff;
	border: 1px solid #bbb;
	cursor: pointer;
	margin-top: -35px;
	margin-right: 20px;
	position: relative;
}

.seller-wrap .profile-img:hover .change-remove{
	display: block;
}

.seller-wrap .change-remove{
	position: absolute;
	font-size: 11px;
	background: #0099a5;
	color: #fff;
	line-height: 13px;
	text-align: center;
	padding: 5px 0px;
	left: 4px;
	margin-top: 40px;
	border: 2px solid #000;
	width: 103px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
}	

.seller-wrap .change-remove:hover{
	display: block;	
}

.haveneed-postable{
	float: right;
	right: 0px;
	margin-top: -30px;
	background: #DDD url(images/white-gradient-100px.png) repeat-x 50% 50%;
	border: 2px solid #333;
	border-bottom: 3px solid #333;
	padding: 3px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.haveneed-postable ul{
	margin: 0px;
	padding: 0px;
	
	
}

.haveneed-postable ul li{
	float: left;
	width: 80px;
	height: 30px;
	list-style-type: none;
	color: #999;
	line-height: 17px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	font-size: 13px;
	text-align: center;
	padding: 7px 0;
	display: inline;
	margin: 0;
	border-left: 1px solid #CCC;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.8);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.8);
	-ms-box-shadow: inset 1px 0 0 rgba(255,255,255,0.8);
	-o-box-shadow: inset 1px 0 0 rgba(255,255,255,0.8);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.8);
}

.haveneed-postable ul li.first-child{
	border-left: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.haveneed-postable ul li span{
	color: #333;
	font-size: 16px;
	text-align: center;
	display: block;
	font-weight: bold;
}

.table-listings{
	border: 1px solid #aaa;
}

.table-listings td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #777;
	padding: 15px 10px;
}

.table-listings td h2{
	margin: 0px;
	font-size: 14px;
	color: #555;
	margin-bottom: 2px;
}

.table-listings .offer{
	padding: 0px 10px;
	text-align: center;
	border-right: none;
	width: 80px;
	font-weight: bold;
}

.table-listings tr.alternate td{
	background: #efefef;
}

.table-listings td .post-content{
	line-height: 16px;
}

.table-listings th{
	background: #555;
	color: #fff;
	text-align: left;
	padding: 5px 10px;
	color: #ddd;
	border: 1px solid #444;
	border-right: none;
}

input.search-listings{
	width: 680px;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #222;
	border-bottom: 2px solid #222;
	border-right: 2px solid #222;
	color: #888;
	font-size: 14px;
	margin-bottom: 30px;
	float: left;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.search-submit{
	width: 200px;
	padding: 8px 20px;
	margin-top: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0099a5;
	font-size: 15px;
	font-weight: bold;
	float: right;
	color: #fff;
	border: 1px solid #2a3049;
	border-right: 2px solid #2a3049;
	border-bottom: 2px solid #2a3049;
	cursor: pointer;
	float: right;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.search-submit:hover{
	background: #5f6a9b;	
}

.right-content ul.listings{
	margin: 0px;
	padding: 0px;
	
}

.right-content ul.listings li{
	list-style-type: none;
	padding: 2px 0px;
}

.right-content ul.listings li span{
	color: #999;
}

.listings-filter .filter-tabs{
	margin: 0px;
	padding: 0px;
}

.listings-filter .filter-tabs li{
	float: left;
	list-style-type: none;
}

.listings-filter .filter-tabs li a{
	float: left;
	background: #888;
	color: #ddd;
	padding: 5px 15px;
	margin-right: 3px;
	border-bottom: none;
	font-weight: bold;
	position: relative;
	font-size: 12px;
}

.listings-filter .filter-tabs li.active a{
	background: #444;
	color: #fff;
}

.listings-filter .filter-box{
	margin-bottom: 10px;
	clear: both;
	display: block;
	padding: 5px;
	border-top: none;
}

.listings-filter .filter-box select{
	float: right;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border: none;
	padding: 5px 10px;
	background: #777 url(images/dropdown-white.png) no-repeat right center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	color: #eee;
	font-weight: bold;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
}

.table-listings .time-left{
	font-weight: bold;
	padding: 0px 10px;
	width: 80px;
	text-align: center;
}

.page-submenu{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.page-submenu li{
	margin-top: 29px;
	display: inline-block;
	list-style-type: none;
	position: relative;
}

.page-submenu li a{
	color: #666;
	padding: 10px 15px;
	font-weight: bold;
	font-family: 'Gotham-Medium';
	font-size: 13px;
	
}

.page-submenu li a:hover{
	color: #cb333b;
}

.page-submenu li.active a{
	background: #888;
	color: #fff;
	border: 1px solid #777;
	
}

.page-submenu li.active a span{
	position: absolute;
	background: url(images/sub-arrowc.png) no-repeat;
	width: 13px;
	height: 8px;
	left: 50%;
	bottom: -15px;
	margin-left: -7px;
}

.right-content{
	padding: 10px 15px;
	background: #ededed;
	border: 1px solid #999;
	border-top: none;
	margin-bottom: 20px;
}

.right-content.last{
/* 	margin-bottom: 0px; */
}

.right-content p{
	margin: 10px 0px;
}

.right-content ul{
	margin: 10px 0px;
	padding: 0px;
	padding-left: 20px;
}

.hrspacer{
	margin-top: 10px;
	border-bottom: 1px dotted #aaa;
}

.hrspacer.solid{
	margin-top: 10px;
	border-bottom: 1px solid #aaa;
}

.hrspacer hr{
	display: none;
}

ul.dotted{
	margin: 0px;
	padding: 0px;
}

ul.dotted li{
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px;
}

ul.dotted.dark li{
	border-color: #444;
}

.grid-button{
	padding: 8px 12px;
	display: block;
	background: #656565 url(images/pad-arrow.png) no-repeat right center;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

.grid-button:hover{
	background-color: #cb333b;
	color: #fff;
}

.grid-button.nohover:hover, .grid-button.nohover{
	background: #656565;
	text-align: center;
}

.grid-full td{
	padding-left: 30px;
}

.grid-full td.first{
	padding-left: 0px;
}

.grid-title{
	color: #666;
}

.under-box{
	margin-top: 30px;
	background: #fff;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	position: relative;
	border: 1px solid #a9a8a8;
}

.under-box .bullhorn{
	position: absolute;
	left: 25%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
}

.under-box table td{
	padding: 10px 15px;
}

.under-box td.left-box{
	background: #ddd;
	width: 25%;
	text-align: center;
	color: #1e1e1e;
	font-size: 14px;
	font-family: 'Gotham-Bold';
}

.under-box a{
	color: #525c86;
	font-weight: bold;
}

.footer-inside{
	width: 960px;
	margin: 0px auto;
	padding: 20px;
	font-size: 12px;
	line-height: 17px;
	color: #414141;
}

.footer-inside a{
	color: #000;
	text-decoration: none;
}

.footer-inside a:hover{
	color: #6a4568;
}

.footer-tweet ul{
	margin: 0px;
	padding: 0px;
}

.footer-tweet ul li{
	list-style-type: none;
}

.worship-tweet ul{
	margin: 0px;
	padding: 0px;
}

.worship-tweet ul li{
	list-style-type: none;
}

h2.tweet{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #484848;
	margin-top: 10px;
}

.droptab .droplink{
}

.droptab .droplink a{
	padding: 10px 15px;
	display: block;
	background: url(images/arrow-blue.jpg) no-repeat left center;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}

.droptab .droplink.active a{
	background: url(images/arrow-blue-down.jpg) no-repeat left center;
}

.droptab .droplink a:hover{
	color: #6a4568;
}

.droptab .dropcontent{
	padding: 20px;
	border-bottom: 1px dotted #ccc;
	display: none;
}

table.formatb{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.formatb th, table.formatb thead tr td{
	background: #999;
	text-align: left;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #888;
	border-left: none;
	font-weight: bold;
}

table.formatb.dark th, table.formatb.dark thead tr td{
	background: #1e1e1e;
	border-color: #333;
}

table.formatb.grey th{
	background: #777;
	border-color: #666;
}

table.formatb.grey tr.alt th{
	background: #666;
	border-color: #555;
}

table.formatb th.first{
	border-left: 1px solid #888;
}

table.formatb tr.alternate td{
	background: #efefef;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.formatb tr td.current-week, table.formatb tr.alternate td.current-week{
	background-color: #d3e7f2;
}

table.formatb td{
	padding: 5px 10px;
	border-right: 1px solid #ccc;
}

.new-listing{
	width: 360px;
	max-height:550px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -250px;
	-moz-box-shadow: 0 0 20px #222;;
	-webkit-box-shadow: 0 0 20px #222;
	box-shadow: 0 0 20px #222;
	background-color: #f5f5f5;
	background: #222;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 999999;
	padding-top: 0px;
}

.new-listing.wide{
	width: 750px;
	margin-left: -375px;
}

.new-listing a{
	color: #0099a5;
}


.new-listing a:hover{
	color: #00b8c6;
}
.new-listing span{
	border-left: 1px solid #c6f5f9;
	padding-left: 5px;
	color: #c6f5f9;
}

.new-listing .tinymce-wrap span{
	border: none;
	padding: inherit;
	
}

.offer-box{
	-moz-box-shadow: 0 0 20px #222;;
	-webkit-box-shadow: 0 0 20px #222;
	box-shadow: 0 0 20px #222;
	position: absolute;
	width: 240px;
	bottom: 40px;
	left: 60px;
	padding: 20px;
	background: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	opacity: 0;
	display: none;
	border: 1px solid #ccc;
}

.offer-box .not-arrow{
	position: absolute;
	background: url(images/not-arrow.png) no-repeat;
	width: 20px;
	height: 15px;
	bottom: -15px;
	left: 50%;
	margin-left: -7px;
	border: none;
}

.new-listing .offer-box input[type=text], .new-listing .offer-box textarea{
	width: 220px;
	background: #ddd;
	border: 1px solid #ccc;
	color: #666;
}

.new-listing .offer-box input[type=text].disabled{
	width: 90px;
	background: #efefef;
	border: 1px solid #ddd;
	color: #888;
}

.new-listing .offer-box input[type=submit]{
	padding: 5px 20px;
	font-size: 11px;
	width: 100px;
	background: #6a4568;
	border-color: #4e334d;
}

.offer-box .suggest-small{
	background: #0099a5;
	padding: 10px 10px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin-bottom: 10px;
	text-align: center;
}

.lightbox-slide-sizer{
	width: 450px;
	max-height: 430px;
	border-bottom: 1px solid #444;
	text-align: center;
	padding: 10px;
}

.lightbox-slide-sizer DIV{
	display: none;
}

.lightbox-slide-sizer DIV.active{
	display: block;
}

.lightbox-slide-thumbs{
	background: #333;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.lightbox-slide-thumbs ul{
	margin: 0px;
	padding: 0px;
}

.lightbox-slide-thumbs ul li{
	list-style-type: none;
	float: left;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #333;
	padding: 0px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.lightbox-slide-thumbs ul li:hover{
	border-color: #d0c5b8;
}

.lightbox-slide-thumbs ul li.active{
	border: 1px solid #0099a5;
}

.lightbox-slide-info{
	background: #f5f5f5;
	color: #444;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.new-listing #uploaded-thumbs span, .new-listing #profile-thumbs span{
	border: none;
	padding-right: 5px;
}

#uploaded-thumbs .remover, .new-listing #profile-thumbs .remover{
	position: absolute;
	top: -20px;
	right: 0px;
	cursor: pointer;
}

.haveneedmessage{
	display: none;
}

.listing-title{
	background: #0099a5;
	color: #fff;
	padding: 10px;
	font-family: 'Gotham-Bold';
	margin-bottom: 5px;
	padding-top: 12px;
	font-size: 14px;
	text-align: center;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.new-listing .close{
	position: absolute;
	right: -13px;
	top: -13px;
	cursor: pointer;
}

.new-listing input[type=text]{
	padding: 10px 10px;
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	border: none;
	font-size: 12px;
	margin-bottom: 15px;
	color: #777;
}

.new-listing input[type=text].small{
	width: 50px;
}

.new-listing input[type=text]:focus, .new-listing textarea:focus{
	outline: none;
	color: #000;
}

.new-listing input[type=text].disabled{
	background-color: #ccc;
	width: 132px;
}

.new-listing .choose{
	width: 120px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	cursor: pointer;
}

.new-listing .choose.have{
	float: left;
	background: #525c86;
	color: #fff;
	-webkit-appearance: none;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	border: 1px solid #596593;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.new-listing .choose.have:hover{
	background-color: #596593;
}

.new-listing img.gallery-pick{
	margin-right: 7px;
	margin-bottom: 10px;
	border: 1px solid #333;
	cursor: pointer;
}

.new-listing img.gallery-pick.active{
	border: 1px solid #0099a5;
}

.new-listing .choose.need{
	float: right;
	background: #6a4568;
	color: #fff;
	-webkit-appearance: none;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	border: 1px solid #724a70;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.new-listing .choose.need:hover{
	background-color: #724a70;
}



.listing-content{
	overflow: hidden;
	position: relative;
}

.listing-content-table{
	position: relative;
}

.new-listing textarea{
	padding: 10px;
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 100px;
	color: #777;
	-webkit-appearance: none;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	border: none;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.new-listing p.info{
	margin: 0px;
	padding: 0px;
	color: #bbb;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 3px;
}

.new-listing select{
	width: 100%;
	margin: 10px 0px;
	padding: 13px 0px;
	margin-top: 5px;
	background: #fff url(images/dropdown.png) no-repeat right center;
	-webkit-appearance: none;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: none;
	cursor: pointer;
	
}

.new-listing input[type=submit],.new-listing input[type=button]{
	background: #e0353d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 7px 20px;
	width: 100px;
	cursor: pointer;
	margin: 0px auto;
	border: 1px solid #c12930;
	font-weight: bold;
	font-size: 14px;
	-webkit-appearance: none;
}

.lightbox{
	display: none;
	width: 550px;
	height: 530px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -225px;
	z-index: 9999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	-moz-box-shadow: 0 0 30px #222;;
	-webkit-box-shadow: 0 0 30px #222;
	box-shadow: 0 0 30px #222;
	border: 1px solid #BFBFBF;
	background-color: #f5f5f5;
}

.lightbox .close{
	position: absolute;
	right: -13px;
	top: -13px;
	cursor: pointer;
}

.lightbox a{
	color: #000000;
	text-decoration: underline;
}

.lightbox h2{
	margin-bottom: 5px;
	color: #000;
}

.lightbox-content{
	height: 500px;
	padding: 0px 30px;
	margin: 30px 0px;
	overflow: auto;
	color: #000;
	font-size: 13px;
	line-height: 21px;
}

.lightbox.hasfooter .lightbox-content{
	height: 350px;
}

.shadow{
	background: url(images/white-lightbox.png);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;
	cursor: pointer;
	display: none;
	left: 0;
	top: 0;
}

.left-lightbox-title{
	font-size: 14px;
}

.gform_wrapper  input[type=text]{
	border: 1px solid #ccc;
	line-height: 20px;
	text-indent: 5px;
}

.gform_wrapper textarea{
	border: 1px solid #ccc;
}

.gform_wrapper input[type=submit]{
	background: #e0353d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 7px 20px;
	width: 100px;
	cursor: pointer;
	margin: 0px auto;
	border: 1px solid #c12930;
	font-weight: bold;
	font-size: 14px;
	-webkit-appearance: none;
}

.sale-stepper-on{
	background: url(images/sale-stepper-on.png) no-repeat left center;
	position: absolute;
	width: 30px;
	height: 35px;
	margin-left: 8px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.sale-topper{
	background: #444444;
}

.sale-topper ul{
	margin: 0px;
	padding: 0px;
}

.sale-topper ul li{
	float: left;
	list-style-type: none;
}

.sale-topper ul li a{
	background: #333;
	padding: 8px 20px;
	float: left;
	margin-right: 3px;
	font-weight: bold;
	color: #bbb;
}

.sale-topper ul li.active a, .sale-topper ul li.active a:hover{
	background: #d0d0d0;
	color: #333;
}

.sale-topper ul li a:hover{
	background: #0099a5;
	color: #eee;
}

.sale-topper .sort-filter{
	float: right;
}

.sale-topper .sort-filter select{
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	width: 200px;
	border: none;
	padding: 5px 0px;
	padding-right: 13px;
	padding-left: 10px;
	background: #777 url(images/dropdown-white.png) no-repeat right center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	color: #ddd;
	font-size: 11px;
}

.input-class{
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	padding: 2px 5px;
	padding-bottom: 3px;
}

.button-class-grey{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	padding: 1px 6px;
	padding-bottom: 3px;
	background: #777;
	border: 1px solid #555;
	border-bottom: 2px solid #555;
	color: #fff;
	font-weight: bold;
}

.button-class-grey:hover{
	background: #666;
}

.input-class.tiny{
	width: 15px;
}

.firesale-breadcrumbs{
	position: absolute;
	margin-top: 13px;
	font-weight: bold;
	color: #888;
}

.firesale-breadcrumbs a{
	color: #4f4f4f;
}

.firesale-breadcrumbs a:hover{
	color: #0099a5;
}

.firesale-breadcrumbs span.spacer{
	padding: 0px 5px;
}

.search-fixed{
	position: absolute;
	width: 100%;
}

.search-fixed .wrap{
	width: 980px;
	margin: 0px auto;
	margin-top: 30px;
}

.search-fixed .wrap input[type=text]{
	border: 1px solid #888;
	background: #ccc;
	color: #444;
}

a.button-dark {
	background: url(images/black-10.png);
	padding: 10px 15px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #BEBEBE;
	display: block;
	color: #383737;
	font: bold 13px "Aller-Bold",Helvetica;
	font-size: 12px;
}

.pick-connect-group{
	background: #c0c0c0;
	border: 1px solid #9a9a9a;
	width: 30%;

	float: left;
	margin-top: 40px;
}

.pick-connect-group.right{
	margin-right: 40px;
	margin-left: 40px;
	
}

.pick-connect-group .top-pick{
	padding: 12px;
	background: #afafaf;
	border-bottom: 1px solid #9a9a9a;
}

.pick-connect-group .bottom-pick{
	padding: 12px;
}

.bottom-pick .group-text{
	margin-bottom: 10px;
	height: 52px;
	overflow: hidden;
}

.pick-connect-group h2{
	margin: 0px;
	margin-bottom: 2px;
	font-size: 16px;
	color: #444444;
}

.pick-connect-group h2 a{
	color: #444;
}

.pick-connect-group .top-pick h2 a:hover{
	color: #525c86;
}

.connect-img-sm{
	border: 3px solid #fff;
}

a.connect-button{
	background: #525c86;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Gotham-Medium','Gotham-Thin','Arial';
	padding: 5px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	line-height: 14px;
	display: block;
	padding-left: 10px;
	border: 1px solid #4b547a;
}

a.connect-button:hover, a.connect-button.green{
	background-color: #0099a5;
	border-color: #008c97;
}

a.connect-button.green:hover{
	background-color: #6a4568;
	border-color: #563855;
}

a.connect-button img{
	margin-right: 10px;
	float: left;
}

.connect-count span{
	position: absolute;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 29px;
	line-height: 28px;
}

.leader-topper-wrap{
	width: 205px;
	margin: 0px auto;
	display: block;
	margin-bottom: 20px;
}

.connect-leader-mask{
	width: 175px;
	height: 175px;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 10px;
}

.connect-leader-mask .shell{
	position: absolute;
}

.connect-leader-mask .img{
	margin-top: 10px;
	text-align: center;
}

.connect-time{
	width: 300px;
	padding: 20px 20px;
	background: #c5c5c5;
	border: 1px solid #949494;
}

h1.connect-leader-pg{
	margin: 0px;
	color: #1e1e1e;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #a0a0a0;
	font-size: 20px;
}

.connect-time h2{
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	color: #343434;
	margin-top: 5px;
}

DIV.connect-leader-pg{
	font-size: 13px;
	line-height: 22px;
}

.connect-error{
color: #e0353d;
	padding-bottom: 20px;
}

#connect-user-list ul.dotted li{
	padding: 7px 0px;
}

#connect-user-list ul.dotted li a{
	color: #444;;
}

#connect-user-list ul.dotted li a:hover{
	color: #666;
}

.fourohfour{
	position: relative;
	margin-top: 80px;
	margin-bottom: 103px;
}

.fourohfour-title {
font-size: 45px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 15px;
padding-bottom: 10px;
color: #525C86;
border-bottom: 1px dashed #525C86;
}

.fourohfour-guy {
position: absolute;
margin-left: 13px;
top: -41px;
z-index: 0;
}

table.formTable{
	border-collapse: collapse;
	border-color: #bbb;
}

table.formTable td{
	padding: 10px;
}

table.formTable tr.formTableHeader td{
	background: #ddd;
	font-weight: bold;
	text-transform: uppercase;
}

table.formTable td.subheading{
	background: #eee;
}

table.formTable input[type=text], table.formTable textarea{
	border: 1px solid #bbb;
	padding: 5px 0px;
	width: 98%;
	text-indent: 5px;
}

input[type=submit].submit{
	width: 200px;
	padding: 8px 20px;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0099a5;
	font-size: 15px;
	font-weight: bold;
	float: right;
	color: #fff;
	border: 1px solid #2a3049;
	border-right: 2px solid #2a3049;
	border-bottom: 2px solid #2a3049;
	cursor: pointer;
	float: right;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

.connect-admin-menu-wrap{
	padding: 10px 0px;
	margin-top: 20px;
}

.connect-admin-menu-wrap .button-class-grey{
	padding: 5px 15px;
	background: #525c86;
	border-color: #454e71;
	margin-left: 5px;
}

ul.connect-admin-menu{
	margin: 0px;
	padding: 0px;
	
}

ul.connect-admin-menu li{
	float: left;
	list-style-type: none;
	margin-right: 3px;
}

ul.connect-admin-menu li a{
	padding: 8px 15px;
	font-weight: bold;
	font-size: 12px;
	color: #555;
}

ul.connect-admin-menu li.active a{
	background: #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom: none;
	color: #fff;
}

.hide_field .ginput_container, .gform_wrapper .top_label .hide_field .gfield_label{
	display: none;
}

.dSearch {
	padding-left: 40px;
	padding-top: 15px;
}

.dSearch input[type=text]{
	display: block;
	background: #404040;
	border: 1px solid #4a4a4a;
	width: 309px;
	padding: 12px 20px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: bold;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.dSearch select{
	display: block;
	font-weight: bold;
	background: #404040 url(images/searchdrop.png) no-repeat right center;
	border: 1px solid #4a4a4a;
	width: 350px;
	padding: 12px 20px;
	color: #fff;
	margin-bottom: 15px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.searchwrap{
	position: relative;
	background: #404040;
	top: -15px;
	width: 349px;
	
}

.results{
	position: absolute;
	top:0px;
	color:#fff;
	background: #404040;
	width: 100%;
	border: #4a4a4a 1px solid;
	border-top: 0px;
	max-height: 243px;
	overflow: scroll;
}

.results ul,.results li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-bottom: 1px solid #4a4a4a;
}

.results ul li{
	padding: 10px;
	background: #404040;
	font-size: 14px;
	margin-top: 0px;
}

.results .desc{
	font-size: 12px;
	color: #ababab;	
}

.desc{
	padding: 2px 0px;
}

.desc table{
	width: 100%;
	margin-top: 7px !important;
	background: #525252 !important;
}

.desc table td{
	border: none !important;
}

.desc a{
	color: #eeeeee;
}

.desc a:hover{
	color: #b0b0b0;
}

span.download{
	font-size: 10px;
	border: none;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	line-height: normal;
}

span.download:hover{
	color: #eeeeee;
}

.alert{
	width: 100%;
	position: fixed;
	z-index:99;
	display: none;
	text-transform: uppercase;
	padding: 10px 0px;
	font-size: 18px;
	border-radius: 0px 0px 5px 5px;
	font-weight: 500;
	color: #fff;
	display: none;
}

.wait{
	background: rgba(233, 209, 4, 1);
	color: #ffffff;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
	text-align: center;
}
