/*
Theme Name: 1000 Pitches
Description: Custom Theme for 1000pitches.com by the wojo group
Author: The Wojo Group
Author URI: http://thewojogroup.com/
	This theme was designed and built by The Wojo Group,
	whose blog you will find at http://thewojogroup.com/
*/



/*********************************
RESETS
*********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
body { line-height: 1;
}
ol, ul { list-style: none;
}
blockquote, q { quotes: none;
}

/ remember to define focus styles! /
:focus { outline: 0;
}

/ remember to highlight inserts somehow! /
ins { text-decoration: none;
}
del { text-decoration: line-through;
}

/ tables still need ‘cellspacing=”0”’ in the markup /
table { border-collapse: collapse; border-spacing: 0;
}

/*********************************
GLOBAL LAYOUT
*********************************/
body{
	background:#a8c3d9 url(images/BG.png) repeat-x;
	font:11px "Lucida Grande", "Lucida Sans", arial, sans-serif;
	color:#666;
}
#container{
	width:980px;
	margin:30px auto;
}
h1 a{
	background:url(images/logo.png);
	display:block;
	width:380px;
	height:54px;
	text-indent:-9999px;
	margin-left:15px;
}

.mpoweredproduction a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/mpowered_production.png) no-repeat 0 0;
display:block;
height:54px;
margin-left:675px;
margin-top: -29px;
margin-bottom: -35px;
text-indent:-9999px;
width:380px;
}

#nav{
	width:959px;
	height:55px;
	margin:20px 0 20px 7px;
	background:url(images/BGNav.png);
	padding:0 0 0 12px;
	position:relative;
}
#nav li{
	float:left;
}
#nav a{
	position: relative;
	display:block;
	height:31px;
	font:normal 12px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:19px 17px 0 17px;
	text-shadow:-1px -1px 1px #000;
	border-left:1px solid #515151;
	border-right:1px solid #232222;
	margin:3px 0 0 0;
	z-index: 1000;
}
#nav a img{
	vertical-align:middle;
	position:relative;
	top:-2px;
}
#nav li a.firstNav{
	border-left:none;
	background:url(images/BGNavStates.png);
	position:relative;
	margin: 1px 0px 0px -13px;
	padding:20px 17px 0 23px;
	height:30px;
}
#nav li.hover a.firstNav{
	background:url(images/BGNavStates.png)  0 -51px;
}
#nav li.hover a{
	background:url(images/BGNavStates.png)  0 -156px;
}
#nav li.hover ul a{
	background:none;
}
#nav li ul{
	position:absolute;
	background:url(images/BGDrop.png) bottom no-repeat;
	width:241px;
	padding-bottom:11px;
	margin:0 0 0 -2px;
	display:none;
}
#nav li ul li{
	background:url(images/BGDropList.png) repeat-y;
	width:221px;
	padding:5px 10px;
}
#nav li ul li a{
	border-bottom:1px solid #0c0c0c;
	padding:5px 0;
	height:auto;
	margin:0 10px;
	border-right:none;
	border-left:none;
}
#nav li ul li a:hover{
	text-decoration:underline;
}
#signinBar{
	background:url(images/loginBar.png) right no-repeat;
	height:16px;
	display:inline;
	position:absolute;
	right:10px;
	top:15px;
	float:none;
	padding:5px 0 4px 0;
}
#nav #signinBar a{
	display:inline;
	height:auto;
	font:normal 11px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-transform:none;
	padding:0;
	padding:0 4px;
	border-right:1px solid #232222;
	border-left:none;
	margin:0;
}
#nav #signinBar a:hover{
	text-decoration:underline;
	background:none;
}
#nav li.hover #signinBar a{
	text-decoration:none;
	background:none;
}
#signinBarInner{
	background:url(images/loginBar.png) ;
	height:16px;
	display:inline;
	padding:5px 6px 6px 11px;
	position:relative;
	left:-11px;
}
#nav #signinBar #loginLink{
	border-right:none;
	border-left:1px solid #515151;
}
#contentTop{
	width:990px;
	height:29px;
	background:url(images/BGContentTop.png);
}
#contentBottom{
	width:990px;
	height:29px;
	background:url(images/BGContentBottom.png);
}
#content{
	width:942px;
	padding:0 24px;
	background:url(images/BGContent.png);
	overflow:auto;
	
}
#innerContent{
	background:url(images/innerContent.png) no-repeat;
	min-height:253px;
	width:922px;
	padding:10px;
}
#innerContent h2{
	font-size:25px;
	padding-bottom:15px;
}
#main{
	width:560px;
	float:left;
}
#sidebar{
	float:right;
	width:292px;
	background:url(images/BGSidebar.png) center left no-repeat;
	min-height:430px;
	padding:30px 25px;
}
#sidebarplain{
	float:right;
	width:292px;
	min-height:430px;
	padding:30px 25px;
}
/*********************************
HOME PAGE
*********************************/
#homeBanner{
	background:url(images/homeBanner.png);
	height:357px;
	padding:20px 20px 0 20px;
	margin-bottom:30px;
}
#homeVideo{
	float:left;
	width:434px;
}
#homeIntro{
	float:left;
	width:400px;
	display:inline;
	margin-left:30px;
}
#categoriesHeader{
	background:url(images/categoriesHeader.png);
	width:154px;
	height:55px;
	position:relative;
	left:-27px;
	text-indent:-9999px;
}
.catWrap{
	float:left;
	clear:left;
}
.category{
	display:inline-block;
	vertical-align:top;
	width:235px;
	margin:40px 40px 0 0;
}
.category img{
	float:left;
}
.category h4,
.categoryBody{
	float:right;
	width:184px;
}
.category span{
	font-size:9px;
	color:#aaaaaa;
	text-transform:uppercase;
}
#cloudClusterPromo{
	background:url(images/cloudClusterPromo.png);
	width:302px;
	height:224px;
}
.btnFacebook{
	display:block;
	width:278px;
	height:38px;
	background:url(images/socialButtons.png);
	text-indent:-9999px;
	margin:9px;
}
.btnFacebook:hover{
	background-position:0 -38px;
}
.btnFacebook:active{
	background-position:0 -76px;
}
.btnFlickr{
	display:block;
	width:133px;
	height:35px;
	background:url(images/socialButtons.png) 0 -114px;
	text-indent:-9999px;
	float:left;
	margin:0 9px;
}
.btnFlickr:hover{
	background-position:-133px -114px;
}
.btnFlickr:active{
	background-position:-266px -114px;
}
.btnTwitter{
	display:block;
	width:133px;
	height:35px;
	background:url(images/socialButtons.png) 0 -149px;
	text-indent:-9999px;
	float:left;
}
.btnTwitter:hover{
	background-position:-133px -149px;
}
.btnTwitter:active{
	background-position:-266px -149px;
}
#sponsorsModule{
	clear:both;
	padding:40px 0 0 0;
}
#hostedBy{
	background:url(images/BGHostedBy.png);
	width:146px;
	height:120px;
	padding:20px 0 0 45px;
	float:left;
}
#sponsoredBy{
	background:url(images/BGSponsoredBy.png);
	width:676px;
	height:120px;
	padding:20px 0 0 45px;
	float:left;
	overflow:hidden;
}
#logos{
	width:10000px;
	left:0;
	position:relative;
}
#logos img{
	vertical-align:middle;
	margin:0 20px;
}
#homeIntro span{
	background-image:url(images/pitchCounterSprite.png);
	width:52px;
	height:91px;
	display:block;
	float:left;
	text-indent:-9999px;
	margin-right:5px;
	margin-top:5px;
	
}
.a1{ background-position:0 -91px; }
.a2{ background-position:0 -182px; }
.a3{ background-position:0 -273px; }
.a4{ background-position:0 -364px; }
.a5{ background-position:0 -455px; }
.a6{ background-position:0 -546px; }
.a7{ background-position:0 -637px; }
.a8{ background-position:0 -728px; }
.a9{ background-position:0 -819px; }
#homeIntro em{
	font:normal 30px "MyriadPro-Semibold", "MyriadSemiBold", Verdana, sans-serif;
	color:#222;
	float:left;
	padding:50px 5px 0 0;
}
#homeIntro p{
	clear:both;
	font:normal 16px/23px "AvenirLTStd-Medium", "AvenirMedium", "Helvetica", Arial, sans-serif;
	color:#5f7889;
	margin-bottom:15px;
}
.btnSubmitYourPitch{
	background:url(images/homeButtons.png);
	width:160px;
	height:32px;
	display:-moz-inline-box;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
}
.btnSubmitYourPitch:hover{
	background-position: -160px 0;
}
.btnSubmitYourPitch:active{
	background-position: -320px 0;
}
.btnRegisterYourGroup{
	background:url(images/homeButtons.png) 0 -32px;
	width:169px;
	height:35px;
	display:-moz-inline-box;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	top:-2px;
	margin-right:10px;
}
.btnRegisterYourGroup:hover{
	background-position:-169px -32px;
}
.btnRegisterYourGroup:active{
	background-position:-338px -32px;
}
/*********************************
SIDEBAR ITEMS
*********************************/
.sidebarModule{
	margin:30px 0 0 0;
	width:297px;
}
.sidebarModule h5{
	background:url(images/moduleHeader.png);
	width:283px;
	height:25px;
	font:normal 12px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#222;
	text-transform:uppercase;
	text-shadow:-1px -1px 1px #fff;
	padding:14px 0 0 14px;
}
.moduleBody{
	background:#eaeaea;
	border:1px solid #d9d9d9;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomLeft: 2px;
	-moz-border-radius-bottomRight: 2px;
	overflow:auto;
}
/*********************************
SUBMIT PITCH PAGE
*********************************/
/*check form.css for most of it*/
form li p{
	margin-left:3px;
}
#btnSubmitPitch{
	background:url(images/btnSubmitPitch.png);
	border:none;
	height:35px;
	width:119px;
	padding-top:35px;
	color:#fff;
	font-size:0;
	overflow:hidden;
	cursor:pointer;
}
#btnSubmitPitch:hover{
	background-position:-119px 0;
}
#btnSubmitPitch:active{
	background-position:-238px 0;
}
#uploadifyQueue{
	background:none;
}
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
	background:none;
	margin-bottom:-60px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	//background:url(images/progressbar.png);
	background:#ccc;
	margin-top: 10px;
	width: 100%;
	height:16px;
	padding:0;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border:1px solid #fff;
	position:relative;
	top:-50px;
	left:-15px;
	
}
.uploadifyProgressBar {
	background:url(images/downloadedBar.png) repeat-x;
	height:14px;
	padding:0;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border:1px solid #e41531;
}
.uploadifyInfo{
	position:relative;
	top:-51px;
	left:91px;
	background:0;
	padding:0;
}
.fileName{
	background:none;
	font:normal 12px "Lucida Grande", "Lucida Sans", arial, sans-serif;
	color:#222;
}
.percentage{
	background:none;
	font:normal 12px "Lucida Grande", "Lucida Sans", arial, sans-serif;
	color:#666;
}
.cancel{
	background:none;
	padding:0;
}
.cancel a{
	display:block;
	width:14px;
	height:14px;
	background:url(images/btnClose.png);
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	top:-14px;
	left:10px;
}
.cancel a:hover{
	background-position:0 -14px;
}
.formSuccess{
	background:url(images/BGSuccess.png);
	width:730px;
	height:110px;
	margin:40px auto;
	padding:40px 0;
	text-align:center;
	font:16px/30px "Lucida Grande", "Lucida Sans", arial, sans-serif;
	color:#127041;
	display:none;
}
.formSuccess h2{
	font:normal 26px "MyriadPro-Semibold", "MyriadSemiBold", Verdana, sans-serif;
	color:#fff;
	text-shadow:1px 1px 1px #49c486;
}
.error{
	display:block;
	color:#DF0000;
	clear:both;
	font:13px bold "MyriadPro-Semibold", "MyriadSemiBold", Verdana, sans-serif;
	padding-top:4px;
}
input.text.error{
	background:#f42541;
	color:#fff;
}
#file{
	background:transparent;
	color:#fff;
	border:none;
}
#youtubeError{
	display:block;
	width:100%;
	text-align:center;
	font-size:18px;
	padding:10px 0;
}
/*********************************
REGISTER PAGE
*********************************/
#pledgeBoxes{
	position:relative;
	height:255px;
}
.pledgeBox{
	width:199px;
	height:228px;
	background:url(images/registerSprite.png) -133px 0;
	float:left;
	padding:4px 15px;
}
#platinum{
	background-position:-365px 0;
	width:223px;
	height:255px;
	position:absolute;
	right:-10px;
	top:-12px;
}
.ribbon{
	float:left;
	width:33px;
	height:58px;
	display:block;
	background:url(images/registerSprite.png);
	margin-right:6px;
}
#bronzeRibbon{background-position:-1px 0;}
#silverRibbon{background-position:-34px 0;}
#goldRibbon{background-position:-67px 0;}
#platinumRibbon{background-position:-100px 0;}
.pledgeBox h3{
	color:#262626;
	font:normal 20px/12px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	text-transform:uppercase;
	float:left;
	padding:25px 0 4px 0;
	border-bottom:1px solid #ccc;
	width:160px;
}
.pledgeItem{
	clear:both;
	font:normal 14px "MyriadPro", Verdana, sans-serif;
	text-shadow:1px 1px 1px #fff;
	border-bottom:1px solid #fff;
	border-top:1px solid #d6d6d6;
	padding:24px 0 6px 0;
	position:relative;
	
}
.pitchesNumber{
	position:absolute;
	right:0;
	bottom:3px;
	font:normal 30px/28px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#111;
}
.pitchesLabel{
	display:block;
	font:normal 9px/9px "AvenirLTStd-Heavy", "AvenirHeavy", "Helvetica", Arial, sans-serif;
	color:#8e8d8d;
	text-transform:uppercase;
}
.reward{
	position:absolute;
	right:0;
	bottom:3px;
	font:normal 30px/28px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#0bb63c;
}
.btnSignUp{
	display:block;
	background:url(images/registerSprite.png) 0 -58px;
	width:99px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:-8px;
}
.btnSignUp:hover{
	background-position:0 -93px;
}
.btnSignUp:active{
	background-position: 0 -128px;
}

#aboutPledgeProgramHeader{
	background:url(images/aboutThePledgeProgram.png) no-repeat;
	width:273px;
	height:55px;
	position:relative;
	left:-37px;
	text-indent:-9999px;
	margin-top:30px;
}
#participatingGroups{
	border-top:1px solid #b8b8b8;
	margin:25px 0 0 0;
	padding:25px 0 0 0;
}
#groupsList{
	border:1px solid #c2d8dc;
	border-bottom:none;
}
#groupsList li{
	background:#dde5e6 url(images/blueGrad.png) repeat-x;
	height:47px;
	border-top:1px solid #fff;
	border-bottom:1px solid #c2d8dc;
}
.groupName{
	float:left;
	width:400px;
	height:44px;
	padding:3px 10px 0 10px;
	font:normal 12px/45px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#222;
	text-transform:uppercase;
	border-right:1px solid #c2d8dc;
}
.groupPledgeLevel{
	padding:11px 10px 3px 10px;
	text-align:center;
	border-right:1px solid #c2d8dc;
	border-left:1px solid #fff;
	float:left;
	width:65px;
	height:33px;
	background:url(images/pledgeGrads.png);
}
.groupPledgeLevel.Silver{
	background-position:0 -47px;
}
.groupPledgeLevel.Gold{
	background-position: 0 -94px;
}
.groupPledgeLevel.Platinum{
	background-position:0 -141px;
}
.groupPledgeLevel strong{
	font:normal 14px/20px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#222;
	text-transform:uppercase;
	display:block;
}
.groupPledgeLevel span{
	font:normal 9px/9px "AvenirLTStd-Heavy", "AvenirHeavy", "Helvetica", Arial, sans-serif;
	color:#8e8d8d;
	text-transform:uppercase;
	display:block;
}
.pitchCount{
	float:left;
	width:34px;
	height:33px;
	border-left:1px solid #fff;
	text-align:center;
	padding:11px 7px 3px 7px;
}
.pitchCount strong{
	font:normal 17px/19px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#222;
}
.pitchCount span{
	font:normal 9px/9px "AvenirLTStd-Heavy", "AvenirHeavy", "Helvetica", Arial, sans-serif;
	color:#8e8d8d;
	text-transform:uppercase;
	display:block;
}
/*********************************
CONTACT
*********************************/
.contactModule h5{
	background:url(images/contactModuleTop.png) top left no-repeat;
	padding:28px 0 0 14px;
	height:22px;
}
.contactInfo{
	border-bottom:1px solid #cfcfcf;
	margin:10px 14px;
	overflow:auto;
	padding-bottom:10px;
}
.contactInfo img{
	float:left;
	margin-right:15px;
}
.contactInfo span{
	float:left;
}
.contactInfo address{
	font-style:normal;
}
.contactInfo strong{
	color:#262626;
}
/*********************************
PRESS
*********************************/
.postWrap{
	width:100%;
	clear:both;
	margin:0 0 30px 0;
	float:left;
}
.postDate{
	float:left;
	width:50px;
	text-shadow:rgba(100,100,100,0.1) 1px 1px 1px;
}
.postDay{
	font:normal 12px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#929292;
}
.postMonth{
	font:normal 12px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#929292;
	text-transform:uppercase;
}
.postYear{
	font:normal 19px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#929292;
}
.post{
	float:left;
	display:inline;
	margin:2px 0 0 15px;
	width:470px;
}
.btnPressKit{
	display:block;
	width:171px;
	height:35px;
	background:url(images/btnPressKit.png);
	text-indent:-9999px;
	overflow:hidden;
	margin:10px 0 0 -3px;
}
.btnPressKit:hover{
	background-position:-171px 0;
}
.btnPressKit:active{
	background-position:-342px 0;
}
/*********************************
SPONSORS
*********************************/
#ourPartners img{
	float:left;
	margin:10px;
}
/*********************************
GROUP DASHBOARD
*********************************/
.groupDashboard .ribbon{
	margin-top:-15px;
	z-index:1000;
	position:absolute;
}
.groupDashboard h2{
	margin-left:40px;
	margin-bottom:30px;
}
#pitchList{
	border:1px solid #c2d8dc;
	border-bottom:none;
	margin-top:10px;
}
#pitchList li{
	background:#dde5e6 url(images/blueGrad.png) repeat-x;
	height:47px;
	border-top:1px solid #fff;
	border-bottom:1px solid #c2d8dc;
}
.pitchNumber{
	float:left;
	width:40px;
	height:44px;
	padding:3px 4px 0 4px;
	font:normal 20px/45px "AvenirLTStd-Heavy", "AvenirHeavy", "Helvetica", Arial, sans-serif;
	color:#999;
	text-transform:uppercase;
	border-right:1px solid #c2d8dc;
	text-align:center;
	text-shadow:-1px -1px 1px #fff;
}
.pitchInfo{
	float:left;
	width:470px;
	height:37px;
	padding:10px 4px 0 10px;
	font:bold 13px/15px "MyriadPro-Semibold", "MyriadSemiBold", Verdana, sans-serif;
	color:#000;
	border-left:1px solid #fff;
}
.pitchInfo strong{
	display:block;
}
.pitchInfo span{
	font:normal 11px "lucida grande","lucida sans", sans-serif;
}
.pitchInfo small{
	color:#666;
	padding-left:4px;
}
#pledgeBarWrap{
	position:relative;
	margin:20px 0;
	font-size:11px;
}
#pledgeBar{
	background:url(images/pledgeBar.png);
	height:29px;
	width:298px;
	clear:both;
	position:relative;
	top:3px;
}
#pledgeBarLeft{
	width:12px;
	height:29px;
	background:url(images/pledgeBar.png) 0 -30px;
	float:left;
}
#pledgeProgress{
	height:22px;
	float:left;
	background:url(images/pledgeBar.png) 0 -60px repeat-x;
	text-align:right;
	padding-top:7px;
	color:#fff;
	font:normal 14px "AvenirLTStd-Heavy", "AvenirHeavy", "Helvetica", Arial, sans-serif;
}
#pledgeBarRight{
	width:12px;
	height:29px;
	background:url(images/pledgeBar.png) -18px -30px;
	float:left;
}
#halfwayBar{
	height:29px;
	width:1px;
	border-right:1px solid #000;
	position:absolute;
	left:159px;
}
#pitchStart{
	float:left;
	display:block;
	width:50px;
}
#pitchHalf{
	float:left;
	display:inline;
	margin-left:103px;
}
#pitchEnd{
	float:right;
}
#pitchHalfDate{
	width:298px;
	padding-top:5px;
	text-align:center;
	display:block;
	text-indent:18px;
}
#pitchNote{
	clear:both;
	margin-top:20px;
	color:#666;
	line-height:130%;
}
#pitchNote strong{
	color:#333;
}
/*********************************
LOGIN LIGHTBOX
*********************************/
#overlay{
	background:#000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10000;
}
#loginBox{
	background:url(images/BGLoginBox.png) bottom center no-repeat;
	position:absolute;
	top:130px;
	left:50%;
	margin-left:-255px;
	width:451px;
	z-index:11000;
}
#loginBoxInner{
	width:411px;
	padding:20px 20px 5px 20px;
	background:url(images/BGLoginBox.png);
	position:relative;
	top:-25px;
}
#loginBox label{
	margin:10px 0 2px 2px;
	display:block;
	text-transform:uppercase;
	font:bold 12px "AvenirLTStd-Black", "Helvetica", Arial, sans-serif;
	color:#222;
}
.inputWrap{
	padding:4px 8px 4px 4px;
	color:#444;
	background:#deeefa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#btnLogin{
	display:-moz-inline-box;
	display:inline-block;
	width:85px;
	height:35px;
	background:url(images/btnLogin.png);
	text-indent:-9999px;
	overflow:hidden;
	vertical-align:middle;
	margin:10px 10px 0 0;
}
#btnLogin:hover{
	background-position:-85px 0;
}
#btnLogin:active{
	background-position:-170px 0;
}
#forgotPassLink,
#cancelForgotLink{
	line-height:35px;
	position:relative;
	top:5px;
}
#loginBox input{
	width:388px;
	padding:4px;
}
#btnSubmit{
	background:url(images/btnSubmit.png);
	height:35px;
	width:89px;
	overflow:hidden;
	display:-moz-inline-box;
	display:inline-block;
	text-indent:-9999px;
	margin:10px 10px 0 0;
}
#btnSubmit:hover{
	background-position:-89px 0;
}
#btnSubmit:active{
	background-position:-178px 0;
}
/*********************************
CLOUD CLUSTER
*********************************/
#cloudClusterWrap{
	background:url(images/cloud-cluster.png);
	width:942px;
	height:727px;
	position:relative;
	overflow:hidden;
}
#cc_flashWrap{
	position:absolute;
	z-index:1;
}
#cloudClusterUI{
	background:url(images/BGCloudClusterUI.png);
	width:361px;
	height:727px;
	position:absolute;
	right:-376px;
	padding-left:15px;
	z-index:2000;
}
#cc_btnOpenClose{
	display:block;
	width:46px;
	height:26px;
	background:url(images/cc_openClose.png);
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:-43px;
	top:20px;
}
#cc_btnOpenClose:hover{
	left:-45px;
}
#cc_btnOpenClose.cc_UIClose{
	background-position:0 -26px;
}
#cc_btnOpenClose.cc_UIClose:hover{
	left:-43px;
}
#cloudClusterUI h2{
	font:normal 22px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
#cloudClusterUI h3{
	color:#fff;
	font:normal 16px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	padding:10px 0 0 0;
	display:block;
}
#cloudClusterUI label{
	color:#fff;
}
#cc_school{
	clear:both;
}
#cc_search{
	background:url(images/cloudClusterSearch.png);
	border:none;
	width:282px;
	height:17px;
	padding:0;
	vertical-align:middle;
	color:#fff;
	font:bold 13px Arial, sans-serif;
	padding:7px;
}
#cc_search:focus{
	outline:none;
}
.btnGo{
	background:url(images/btnGo.png);
	width:46px;
	height:33px;
	display:-moz-inline-box;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	vertical-align:middle;
	margin-left:6px;
}
.btnGo:hover{
	background-position:0 -33px;
}
.btnGo:active{
	background-position:0 -66px;
}
#cc_year div{
	width:90px;
	float:left;
}
#cc_school div,
#cc_category div{
	float:left;
	width:180px;
	padding:4px 0;
}
#cc_category{
	clear:both;
}
#cc_group{
	clear:both;
	position:relative;
	top:20px;
}
#groupSelect,
#ratingSelect{
	display:block;
	width:243px;
	height:35px;
	background:url(images/cc_select.png);
	color:#000;
	font:bold 16px/35px arial, sans-serif;
	text-indent:5px;
}
#groupSelect:hover,
#ratingSelect:hover{
	text-decoration:none;
	background-position:0 -35px;
}
#groupSelect:active,
#ratingSelect:active{
	background-position:0 -70px;
}
#groupListLayer{
	position:absolute;
	background:url(images/cc_layer.png) no-repeat;
	padding-top:5px;
	width:315px;
	margin-top:-195px;
	height:230px;
	left:-9999px;
}
#groupList{
	
	padding-bottom:5px;
}
#groupListScroll{
	height:199px;
}
#groupList li,
#ratingList li{
	padding:5px 0;
	background:#fff;
	width:315px;
}
#groupList label{
	color:#222;
}
.cc_btnClose{
	display:block;
	position:absolute;
	right:5px;
	top:5px;
	width:14px;
	height:14px;
	background:url(images/cc_btnClose.png);
	text-indent:-9999px;
	overflow:hidden;
	z-index:2;
}
.cc_btnClose:hover{
	background-position:0 -14px;
}
#groupLayerBottom{
	height:22px;
	background:url(images/cc_layer.png) bottom no-repeat;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	top:12px;
	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 10px;
	height: 100%;
	width:17px;
	background: url(images/scrollTrack.png) no-repeat;
}
.jScrollPaneDrag {
	position: absolute;
	background:url(images/scrollHandle.png) bottom left repeat-y;
	cursor: pointer;
	margin-top:5px;
}
.jScrollPaneDragTop {
	position: absolute;
	top:-6px;
	left: 0;
	height:6px;
	overflow: hidden;
	background:url(images/scrollHandle.png) -16px 0 no-repeat;
	
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
/*********************************
MISCELLANEOUS
*********************************/
h2{
	font:normal 20px "MyriadPro-Semibold", "MyriadSemiBold", Verdana, sans-serif;
	color:#7a91a0;
	text-shadow:-1px -1px 1px #e7f3fb;
}

h3 {
font-size: 140%;
margin-top: 17px;
margin-bottom: 11px;
}

h4{
	font:normal 13px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#262626;
	text-transform:uppercase;
	text-shadow:-1px -1px 1px #fff;
}
p{
	line-height:130%;
	font-size: 120%;
	margin-top: 7px;
	margin-bottom: 12px;
}

.categoryBody p {
margin: 0px;
font-size: 110%;
}

a{
	color:#0087d5;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
ol li{
	list-style:decimal;
	margin-bottom:5px;
	margin-left:30px;
	margin-top:5px;
	font-size:110%;
}

.moduleBody li {
margin-bottom:0px;
margin-left:0px;
margin-top:0px;
}
.moduleBody ol{
	padding-left:10px;
	
}
.moduleBody ol li{
	padding:9px 0 8px 7px;
	list-style:none;
	list-style-position:inside;
	background:url(images/olBG.png) left center no-repeat;
	font:normal 11px "AvenirLTStd-Black", "AvenirBlack", "Helvetica", Arial, sans-serif;
	color:#808080;
	border-bottom:1px solid #fff;
	border-top:1px solid #ddd;
}
.moduleBody ol li span{
	padding:0 0 0 15px;
	font:normal 15px "AvenirLTStd-Light", "AvenirLight", "Helvetica", Arial, sans-serif;
	color:#222;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
@font-face {
	font-family: "AvenirBlack"; 
	src: url(stylesheets/avenirltstd-black.otf); 
	format: opentype; 
}
@font-face {
	font-family: "AvenirHeavy"; 
	src: url(stylesheets/avenirltstd-heavy.otf); 
	format: opentype; 
}
@font-face {
	font-family: "AvenirMedium"; 
	src: url(stylesheets/avenirltstd-medium.otf); 
	format: opentype; 
}
@font-face {
	font-family: "AvenirLight"; 
	src: url(stylesheets/avenirltstd-light.otf); 
	format: opentype; 
}
@font-face {
	font-family: "MyriadSemiBold"; 
	src: url(stylesheets/myriadpro-semibold.otf); 
	format: opentype; 
}

#cloudClusterWrap {
z-index: 10;
}

#nav li {
position: relative;
z-index: 1000px;
}

#nav li ul li {
position: relative;
z-index: 1500px;
}

#nav li ul li a {
position: relative;
z-index: 1500px;
}

#nav {
position: relative;
z-index: 5000;