html, body {
	margin: 0; 
	padding: 0;
	height: 100%;
}

html {
	font-size: 62.5%;
}
  
body {
	background: #eeeeed url(../images/header_bg.png) repeat-x 0 0;
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul, ol {
	margin: 0; 
	padding: 0;
}

form, fieldset {
	margin: 0; padding: 0;
	border: 0;
}

ul.error {
    margin: 20px 0 0 20px;
}

.error {
    color: #e02c25;
    font-weight: bold;
}

#wrapper {
	background-image: url(../images/header_decor.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	min-height: 100%;
	position: relative;
}

#page {
	width: 1110px;
	margin: 0 auto;
	position: relative;
	padding: 340px 0 102px 0;
	overflow: hidden;
}

#mainContent {
	background: url(../images/decor.png) no-repeat 65px 12px;
	padding: 10px 0 0 0;
	float: left;
	width: 828px;
}

#mainContent .inner {
	padding: 5px 0 0 95px;
}

#col {
	overflow: hidden;
	padding: 0 0 378px 0;
}


#titleHolder {
	overflow: hidden;
	padding: 0 0 0 130px;
}

#titleHolder .date {
	background: url(../images/icon_vid_recorder.png) no-repeat right 0;
	padding: 2px 40px 2px 0;
	margin: 0 58px 0 0;
	float: right;
	font-weight: bold;
}

.title {
	float: left;
}


/*** NAV ***/

#nav {
	position: absolute;
	top: 275px;
	left: 90px;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0 44px 0 0;
}

#nav a {
	background-image: url(../images/spritesheet.png);
	float: left;
	text-indent: -5000px;
	height: 25px;
	overflow: hidden;
	outline: none;
}

#navHome a {
	background-position: 0 0;
	width: 43px;
}

#navHome .active,
#navHome a:hover {
	background-position: 0 -25px;
}

#navEnter a {
	background-position: -43px 0;
	width: 116px;
}

#navEnter .active,
#navEnter a:hover {
	background-position: -43px -25px;
}

#navEntries a {
	background-position: -159px 0;
	width: 111px;
}

#navEntries .active, 
#navEntries a:hover {
	background-position: -159px -25px;
}

#navLyrics a {
	background-position: -270px 0;
	width: 145px;
}

#navLyrics .active, 
#navLyrics a:hover {
	background-position: -270px -25px;
}

#navRegister a {
	background-position: -415px 0;
	width: 73px;
}

#navRegister .active, 
#navRegister a:hover {
	background-position: -415px -25px;
}


/*** LOGIN ***/

#login {
	position: absolute;
	top: 272px;
	right: 90px;
}

#login a {
	background: url(../images/login.png) no-repeat;
	display: block;
	width: 92px;
	height: 27px;
	text-indent: -5000px;
	overflow: hidden;
}

#login a:hover {
	background: url(../images/login_active.png) no-repeat;
}

#logout {
	position: absolute;
	top: 272px;
	right: 169px;
}

#logout p {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.3em;
    float: left;
    margin: 0 26px 0 0;
}

#logout a {
    background: url(../images/logout.png) no-repeat;
	float: left;
	width: 56px;
	height: 22px;
	text-indent: -5000px;
	overflow: hidden;
}

.popupLoginError {
    position: absolute;
    right: 193px;
    top: 262px;
}


/*** VIDEO UPLOAD ***/

.box .promptText {
    border-bottom: 1px solid #bcbcbc;
    padding: 0 0 15px 0;
}

.box .promptText h2,
.box .promptText p {
    margin: 5px 0 0 0;
}

/*** ENTER STEPS ***/

#enterSteps {
    overflow: hidden;
    padding: 0 0 20px 0;
}

#enterSteps li {
    float: left;
    list-style: none;
    padding: 0 0 0 10px;
}


/*** BOX ***/

.box {
	background: url(../images/box_top.png) no-repeat;
	padding: 8px 0 0 0;
}

.box .content {
	background: url(../images/box_repeater.png) repeat-y;
	overflow: hidden;
	padding: 20px 57px 10px 35px;
}

.box .bottom {
	background: url(../images/box_bottom.png) no-repeat;
	padding: 10px 0 0 0;
}

.box h2 {
	font-size: 1.2em;
	margin: 20px 0 0 0;
}

.box a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.box a img {
    border: none !important;
}

.mainBox {
	margin: 0 0 20px 0;
}

.tabBox {
	margin: 0 0 10px 0;
}

.tabBox .content {
	padding: 20px 52px 10px 35px;
}

.uploadedBy {
	color: #8e8e8e;
	font-weight: bold;
}


/*** WYSIWYGCONTENT ***/

.wysiwygContent {
    padding: 15px 0 0 0;
}

.wysiwygContent .warning {
    color: #e02c25;
    font-weight: bold;
}

.wysiwygContent ol li {
    margin: 8px 0 8px 20px;
}

.wysiwygContent h1 {
    font-size: 1.8em;
}

.wysiwygContent h2 {
    font-size: 1.2em;
}

.wysiwygContent h3 {
    font-size: 1.1em;
}

.wysiwygContent .highlight {
    background: #e83125;
    color: #ffffff;
    font-weight: bold;
    padding: 1px 2px;
}

/*** COL ***/

.tweetList {
	background: url(../images/tweet_bg.png) repeat-y right 70px;
	width: 218px;
	margin: 20px 0 0 20px;
}

.tweetList .tweetTop {
    background: url(../images/tweet_top.png) no-repeat 0 0;
    width: 206px;   
    height: 77px;
}

.tweetList .tweetBottom {
    background: url(../images/tweet_bottom.png) no-repeat 0 0;
    width: 206px;
    height: 110px; 
}

.tweetList .inner {
    background: #ffffff;
	padding: 0 20px 20px 20px;
	width: 166px;
}

.tweetList .item {
	padding: 0 0 7px 0;
}

.tweetList h2 {
	padding: 30px 0 10px 11px;
}

.tweetList p {
	margin: 0 0 0 0;
}

.tweetList p span {
	color: #989898;
	font-weight: bold;
}

.tweetList .time {
	margin: 0;
	font-size: 0.85em;
	color: #686868;
}

.tweetList .more {
	margin: 15px 0 0 8px;
	display: block;
}

.instructions {
	background: url(../images/explanation.png) no-repeat;
	width: 239px;
	height: 286px;
	padding: 0 0 15px 0;
}

.instructions .inner  {
	padding: 0px;
}

.instructions h2 {
	padding: 27px 0 22px 35px;
}

.instructions #instructionOne {
	padding: 0 0 0 3px;
}

.instructions #instructionTwo {
	padding: 12px 0 0 8px;
}

.instructions #instructionThree {
	padding: 12px 0 0 8px;
}

.share {
	background: url(../images/cta_share.png) no-repeat;
	width: 234px;
	height: 185px;
	margin: 25px 0 0 0;
}

.share .inner {
	padding: 20px 20px 0 20px;
}

.share img {
    display: block;
}

.share p {
    margin-top: 10px;
}

/*** TAB NAV ***/

#tabNav {
	overflow: hidden;
	position: relative;
	top: 3px;
	left: 25px;
}

#tabNav li {
	list-style: none;
	float: left;
}

#tabNav a {
	background-image: url(../images/tabs.png);
	float: left;
	height: 52px;
	text-indent: -5000px;
}

#tabEntries a {
	background-position: 0 0;
	width: 206px;
}

#tabEntries .active {
	background-position: 0 -52px;
}


#tabAnthems a {
	background-position: -206px 0;
	width: 251px;
}

#tabAnthems .active {
	background-position: -206px -52px;
}

#tabVideos a {
	background-position: -457px 0;
	width: 152px;
}

#tabVideos .active {
	background-position: -457px -52px;
}


/*** INFO ***/

.info {
	overflow: hidden;
	border-top: 1px solid #bcbcbc;
	padding: 7px 0 0 0;
}

.info li {
	list-style: none;
	float: left;
}

.info .comments {
	background: url(../images/icon_speech.png) no-repeat 0 10px;
	padding: 10px 0 10px 28px;
	border-right: 1px solid #bcbcbc;
	width: 180px;
}

.info .tweets {
	background: url(../images/icon_twitter.png) 16px 13px no-repeat;
	padding: 10px 23px 10px 35px;
	border-right: 1px solid #bcbcbc;
}

.videoBox .info .tweets {
    border-left: 1px solid #bcbcbc;
    margin-left: 20px;
}

.videoBox .info .rate {
    padding-left: 0;
    float: left;
}

.videoBox .info .rate span {
    padding-left: 0;
}

.info .rate {
	padding: 10px 0 10px 18px;
	float: right;
}

.info .rate span {
	padding: 0 10px 0 15px;
}

.info .commentAndRate {
    float: right;
}

.info .commentAndRate a {
    background: url(../images/chevron.png) no-repeat right 9px;
    float: right;
    padding: 10px 36px 10px 0;
}


/*** LIST ***/

.list {
	overflow: hidden;
}

.list .item {
	width: 125px;
	float: left;
	margin: 0 17px;
	padding: 0 0 30px 0; 
}

.list .item p {
	font-size: 0.9em;
	height: 70px;
	overflow: hidden;
}

.list .item span {
	display: block;
}

.list .contentId {
    display: none;
}

.itemInfo {
	border-top: 1px solid #bcbcbc;
	overflow: hidden;
	padding: 7px 0 0 0;
}

.itemInfo li {
	list-style: none;
	font-size: 0.8em;
}

.itemInfo li a {
	text-decoration: none;
	font-size: 1.1em;
	position: relative;
	top: -1px;
	left: 2px;
	
}

.itemInfo .comments {
	background: url(../images/icon_speech.png) no-repeat 0 2px;
	padding: 0 0 0 22px;
	float: left;
}

.itemInfo .rating {
	padding: 0 0 0 5px;
	float: right;
}


/*** LISTING ***/

.listing {
    border-bottom: 1px solid #bcbcbc;
}

.listing .item {
    border-top: 1px solid #bcbcbc;
    padding: 10px 0 10px 0;
}

#commentsListing {
    margin: 20px 0 0 0;
}

.topInfo {
    overflow: hidden;
    padding: 0 0 5px 0;
}

.topInfo .name {
    color: #8e8e8e;
    font-weight: bold;
    font-size: 1.1em;
    float: left;
    margin: 5px 0;
}

.topInfo .rating {
    float: right;
    margin: 5px 0;
}

.box .commentsTitleBox {
    margin: 0 0 20px 0;
    overflow: hidden;
}

.commentsTitleBox h2 {
    float: left;
    margin: 0;
    font-size: 1.3em;
}

.commentsTitleBox .loginReq {
    float: right;
}

.commentsTitleBox .loginReq p {
    margin: 0;
}

/*** RATE VIDEO PAGE ***/

#rateThisVideo {
    padding: 0 0 5px 0;
    overflow: hidden;
}

#rateThisVideo textarea {
    border: 1px solid #b0b0b0;
    width: 632px;
    height: 106px;
    padding: 3px;
}

#rateThisVideo .label label {
    font-weight: bold;
    padding: 10px 0 16px 0;
    float: left;
    font-size: 1.3em;
}

#rateThisVideo .buttons {
    float: right;
}
 

#rateThisVideo .userInfo {
    background: url(../images/person.png) 0 12px no-repeat;
    font-weight: bold;
    float: right;
    margin: 0;
    padding: 10px 0 16px 20px;
    color: #cd2123;
}

#rateThisVideo .userInfo span {
    color: #a8a8a7;
}

#submitCommment {
    Overflow: hidden;
    padding: 15px 0 0 0;
}

#rateThisVideo #addComment {
   padding: 17px 0 0 0;
}

#rateThisVideo #selectStars {
    float: left;
    width: 350px;
}

#rateThisVideo #selectStars label {
    font-size: 1.1em;
    float: left;
    font-weight: bold;
}

#rateThisVideo #jsVideoRating {
    padding: 0 15px;
    overflow: hidden;
    display: none;
}

#rateThisVideo #jsVideoRating li {
    list-style: none;
    float: left;
}

/*** FORM ***/

.form {
	overflow: hidden;
	padding: 20px 0;
}

.form .field {
	padding: 0 0 20px 0;
}

.form .label {
	padding: 0  0 2px 0;
	color: #8e8e8e;
	font-weight: bold;
	font-size: 1.1em;
}

.form .textbox {
	width: 182px;
	border: 1px solid #8b8b8b;
	padding: 7px 3px;
}

.form .textarea {
	height: 82px;
	width: 374px;
	border: 1px solid #8b8b8b;
	padding: 3px;
}

.form .row {
	overflow: hidden;
}

.form .row .field {
	float: left;
	padding-right: 20px; 
}

.form .checkbox {
    padding: 5px 0 0 0;
}

.form .checkbox .label {
    font-size: 1em;
}

.form .dob {
    display: block;
    padding-bottom: 4px;
    line-height: 1.2em;
}

.form .buttons {
    padding: 20px 0 0 0;
}

#videoUploadForm {
    padding: 20px 0 0 0;
}

#loginForm .submit,
#passwordForm .submit {
    margin-top: 22px;
}

#registerForm select {
    padding: 6px 3px;
    border: 1px solid #8B8B8B;
}


/*** LOGIN BOX ***/

.loginBox {
    background: url(../images/login_box.png) no-repeat;
    width: 310px;
    height: 66px;
    overflow: hidden;
    position: relative;
    padding: 18px;
}

.loginBox .field {
    float: left;
    padding: 0 0 0 10px;
}

.loginBox label {
    display: block;
    padding: 0 0 7px 0;
}

.loginBox .emailTextbox .textbox,
.loginBox .passwordTextbox .textbox {
    background: url(../images/login_textbox.png) no-repeat right 0;
    width: 120px;
    height: 18px;
    border: none;
    padding: 3px;
    position: static;
}

.loginBox .emailTextbox label {
    background: url(../images/label_username.png) no-repeat;
    width: 58px;
    height: 13px;
    text-indent: -5000px;
}

.loginBox .passwordTextbox label {
    background: url(../images/label_password.png) no-repeat;
    width: 54px;
    height: 14px;
    text-indent: -5000px;
}
 
.loginBox .buttons {
    float: left;
    padding: 20px 0 0 2px;
}

.loginBox .error {
    background: #ffffff;
    clear: both;
    padding: 5px;
    /*-moz-border-radius: 3px;*/
    margin: 0 0 0 7px;
    overflow: hidden;
}

.btnCancelLogin {
    background: url(../images/login_cross.png) no-repeat;
    width: 32px;
    height: 31px;
    text-indent: -5000px;
    position: absolute;
    right: 0;
    top: 0;
}

/*** FOOTER ***/

#footer {
	background: #000000 url(../images/footer_bg.png) repeat-x;
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 90px;
	padding: 0 0 27px 0;
}

#footer .inner {
	width: 1110px;
	position: relative;
	margin: 0 auto;
}

#flashHolder {
	padding: 280px 0 0 0;
}

#footer .flash {
	position: absolute;
	top: -244px;
	left: 0;
} 

#footer .flashQuiz {
	position: absolute;
	top: -313px;
	right: 47px;
}

#footer ul {
	padding: 28px 0 0 0;
}

#footer li {
	display: inline;
}

#footer .footerLogo {
	padding: 0 292px 0 0;	
}

#footer .decor {
    position: absolute;
    right: 55px;
    bottom: -27px;
}


/*** PAGINATION ***/

.paginationFooter {
    padding: 15px 0 10px 0;
    border-top: 1px solid #bcbcbc;
    margin: 30px 0 0 0;
}

.paginationFooter .paginationSeparator {
    display: none;
}

.paginationFooter a, 
.paginationFooter span {
    margin: 0 4px;
    text-decoration: none;
}

.paginationFooter {
    overflow: hidden;
}

.paginationFooter ul {
    float: right;
}

.paginationFooter li {
    float: left;
    list-style: none;
}

.paginationFooter .currentPage {
    color: #e62f25;
    font-weight: bold;
}

.paginationPageInfo,
.paginationLast,
.paginationFirst {
    display: none;
}

.paginationPrevious a {
    background: url(../images/arrow_left.png) no-repeat 0 -2px;
    display: block;
    text-indent: -5000px;
    width: 36px;
    height: 29px;
}

.paginationNext a {
    background: url(../images/arrow_right.png) no-repeat 0 -2px;
    display: block;
    text-indent: -5000px;
    width: 36px;
    height: 29px;
}

/*** ***/

.allEntries {
	text-align: right;
	padding: 0 25px 0 0;
}

.pngfix {
	behavior: url(js/iepngfix.htc);
}

.loadingImage img {
    border: none !important;
}

