/* 
Green - #98C942
Orange - #FB7624
Gray - #686868
Blue - #889ED1
Lt. Brown - #D3C6AB
*/

/*MAIN*/
body {
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 100%;
	font-family: "Lucida Grande", Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
}
a {
	color: #98C942;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.green {
	color: #98C942;
	text-decoration: underline;
}
a.orange {
	color: #FB7624;
}
a.white {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover.white {
	color: #98C942;
	text-decoration: none;
}
a.white_alt {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover.white_alt {
	color: #FFFFFF;
	text-decoration: none;
}
a.white_numbers {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
}
a:hover.white_numbers {
	color: #98C942;
	text-decoration: none;
}
a.green_numbers {
	color: #98C942;
	text-decoration: none;
	font-size: 20px;
}
a.ltbrown {
	color: #D3C6AB;
}
div {
	font-size: 11px;
}
img {
	border: 0;
}

/*BODY*/
h1 {
	font-size: 20px;
}
h2.green {
	font-size: 18px;
	color: #98C942;
}
h2.orange {
	font-size: 18px;
	color: #FB7624;
}
h2.orange_admin {
	font-size: 16px;
	color: #FB7624;
	margin-right: 35px;
	padding-top: 3px;
}
h3.orange_admin {
	font-size: 16px;
	color: #FB7624;
	margin-right: 35px;
	padding-top: 3px;
	text-align: center;
}
h2.blue {
	font-size: 18px;
	color: #889ED1;
}
#page_heading {
	margin-bottom: 50px;
	margin-left: 35px;
}
#page_heading_admin {
	margin-bottom: 20px;
	margin-left: 35px;
}
.body_text_blue_lg {
	font-size: 18px;
	color: #889ED1;
	line-height: 30px;
}
.body_text_white_lg {
	font-size: 18px;
	line-height: 30px;
}
.body_text_orange_lg {
	font-size: 18px;
	color: #FB7624;
	line-height: 30px;
}
.body_text_orange_exlg {
	font-size: 22px;
	color: #FB7624;
	line-height: 30px;
}
.body_text_ltbrown_lg {
	font-size: 26px;
	color: #D3C6AB;
	line-height: 30px;
	letter-spacing: 4px;
}
.body_text_white_sm {
	font-size: 14px;
	line-height: 22px;
}
.body_text_white_exsm {
	font-size: 12px;
	line-height: 22px;
}
ul {
	list-style: disc;
	margin-left: 15px;
}

ul.bulletsGreen {
	list-style: none;
	padding-top: 12px !important;
	padding-top: /**/20px;
}
ul.bulletsGreen li {
	background-image: url(../images/bulletGreen.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 40px !important;
	padding-bottom: /**/30px;
	height: 1px;
}

ul.bulletsOrange {
	list-style: none;
}
ul.bulletsOrange li {
	background-image: url(../images/bulletOrange.png);
	background-repeat: no-repeat;
	background-position: ;
	background-position: 0px 8px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 20px;
}

/*STRUCTURE ELEMENTS*/
#mainContainer {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}
#mainContainer_wide {
	width: 1300px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/background_wide.jpg);
	background-repeat: repeat-y;
}
#one_col {
	width: 1030px;
	float: left;
	margin-left: 35px !important;
	margin-left: /**/18px;
	margin-right: 35px;
	font-size: 14px;
	/*border: 1px solid blue;*/
}
#one_col_wide {
	width: 1230px;
	float: left;
	margin-left: 35px !important;
	margin-left: /**/18px;
	margin-right: 35px;
	font-size: 14px;
	/*border: 1px solid blue;*/
}
#left_col {
	width: 516px;
	float: left;
	margin-left: 35px !important;
	margin-left: /**/18px;
	/*border: 1px solid blue;*/
}
#center_col {
	width: 40px;
	float: left;
	margin-left: -10px !important;
	margin-left: /**/-20px;
	margin-right: 30px;
	border-right: 2px solid #999999;
}
#right_col {
	float: left;
	width: 445px !important;
	width: /**/445px;
	margin-right: 35px;
	/*border: 1px solid red;*/
}

/*NAVS*/
#nav_inner {
	width: 443px;
	border: 1px solid #999999;
	margin-bottom: 40px;
	height: 122px;
}
#nav_inner_A {
	 float: left;
	 width: 220px;
}
#nav_inner_B {
	  float: right;
	  width: 220px;
}
#top_nav {
	position: relative;
	left: 299px;
	margin-bottom: 120px;
}
.button_top_nav {
	margin-right: 20px;
}
.nav_button_container {
	position: relative;
	float: left;
}
.nav_indicator {
	position: absolute;
	top: 28px;
	left: 30px;
}

/*SUBMISSION FORM*/
#error_msg {
	color: #F87525;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.error_msg_admin {
	color: #F87525;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.errored_field {
	border: 1px solid #FB7624;
}
label {
	font-size: 11px;
}
.label {
	padding-top: 10px;
	padding-bottom: 2px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serifl;
	font-size: 8pt;
	width: 250px;
}
input.checkbox {
	width: auto;
	margin-left: -1px;
	padding-top: 10px;
}
input.button {
	width: auto;
}
#comments_form {
	position: relative;
	width: 482px;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 10px;
}
#sweepstakes_form {
	position: relative;
}

/*USER PROFILE*/
#user_profile_info_container {
	margin-bottom: 20px;
	/*border: 1px solid green;*/
}
.user_profile_title {
	font-size: 16px;
	padding-bottom: 20px;
}
.user_profile_photo_container {
	margin-right: 15px;
	margin-bottom: 20px !important;
	margin-bottom: /**/0px;
	float: left;
}
.user_profile_photo {
	border: 1px solid #999999;
	width: 57px;
	height: 62px;
	font-size: 1px;
}
.user_profile_label {
	color: #98C942;
	margin-bottom: 6px;
}
.user_profile_data {
	font-size: 11px;
	color: #FFFFFF;
}

/*VIDEO*/
.video_featured_set {
	position: relative;
	margin-bottom: 40px;
}
.video_set_sm {
	position: relative;
	width: 445px;
	margin-bottom: 20px;
}
.video_featured_set_A {
}
.video_featured_set_B {
}
.gray_bg_set {
	position: relative;
	width: 502px;
	background-color: #686868;
	padding: 7px;
	margin-bottom: 20px;
}

.video_heading_green_left {
	width: 511px;
	height: 29px;
	background-color: #98C942;
	font-size: 24px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.video_heading_green_sm_left {
	width: 497px;
	height: 29px;
	background-color: #98C942;
	font-size: 24px;
	padding-top: 10px;
	padding-left: 5px;
}
.video_heading_orange_left {
	width: 511px;
	height: 29px;
	background-color: #FB7624;
	font-size: 24px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.video_heading_orange_sm_left {
	width: 497px;
	height: 29px;
	background-color: #FB7624;
	font-size: 24px;
	padding-top: 10px;
	padding-left: 5px;
}
.video_heading_green_sm_right {
	width: 445px;
	height: 29px;
	background-color: #98C942;
	font-size: 24px;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	/*border: 1px solid red;*/
}
.video_heading_clear_sm_right {
	width: 445px;
	height: 29px;
	font-size: 24px;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.video_featured_0 { /* 1st Featured Video*/
	width: 249px;
	height: 210px;
}
.video_featured_1 { /* 2nd Featured Video*/
	position: absolute;
	left: 267px;
	top: 60px;
	width: 249px;
	height: 210px;
}
.video_featured_2 { /* 3rd Featured Video*/
	width: 249px;
	height: 210px;
	margin-top: 15px;
}
.video_featured_3 { /* 4th Featured Video*/
	position: absolute;
	left: 267px;
	top: 285px;
	width: 249px;
	height: 210px;
}
#video_container_green {
	border: 10px solid #98C942;
	margin: 0 auto;
	margin-bottom: 30px;
}
#video_container_orange {
	border: 10px solid #FB7624;
	margin: 0 auto;
	margin-bottom: 30px;
}
.video_thumbnail_green {
	border: 5px solid #98C942;
}
.video_thumbnail_green_sm_left {
	border: 3px solid #98C942;
}
.video_thumbnail_green_sm_right {
	border: 3px solid #98C942;
}
.video_thumbnail_orange {
	border: 5px solid #FB7624;
}
.video_thumbnail_orange_sm {
	border: 3px solid #FB7624;
}
#video_gallery_list_container {
	padding-top: 7px;
	padding-bottom: 7px;
}
#video_gallery_list_container_sm {
	padding-top: 10px;
	padding-bottom: 10px;
}
#video_thumbnail_list_container {
	float: left;
	height: 149px;
	width: 182px;
}
#video_thumbnail_list_container_sm {
	float: left;
	height: 115px;
	width: 137px;
}
#video_details_list_container {
	position: relative;
	left: -2px;
	float: right;
	width: 308px;
	height: 145px;
}
#video_details_list_container_sm {
	position: relative;
	left: 0px;
	float: right;
	width: 290px;
	height: 115px;
}
#comments_list_container {
	position: relative;
	width: 500px;
	margin-top: 5px;
}
.video_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.video_title_sm {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #98C942;
}
.video_description {
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
	line-height: 16px;
}
.video_description_sm {
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.video_submitter {
	position: absolute;
	bottom: 15px;
	font-size: 12px;
}
.video_submitter_sm {
	position: absolute;
	bottom: 15px;
	font-size: 12px;
}
.video_submitter_comments {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 3px;
}
.video_date_posted_comments {
	position: absolute;
	right: 0px;
	top: 3px;
	color: #98C942;
	margin-right: 3px;
}
.video_comment {
	color: #000000;
	font-size: 12px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}
.video_comment_header {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
#video_comments_remaining_char_container {
	position: absolute;
	top: 36px;
	left: 325px !important;
	left: /**/327px;
	color: #000000;
	line-height: 14px;
	font-size: 12px;
}
#video_post_comment_button {
	position: absolute;
	right: 10px;
	bottom: 20px !important;
	bottom: /**/17px;
}
#sweepstakes_descr_remaining_char_container {
	position: absolute;
	top: 375px;
	left: 260px !important;
	left: /**/327px;
	color: #FFFFFF;
	line-height: 14px;
	font-size: 12px;
}
.video_views {
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	color: #98C942;
}
.video_views_sm {
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	color: #98C942;
}
.video_comments {
	position: absolute;
	bottom: 0px;
	right: 20px;
	font-size: 12px;
	color: #98C942;
}
.video_comments_sm {
	position: absolute;
	bottom: 0px;
	right: 20px;
	font-size: 12px;
	color: #98C942;
}
#video_page_left_arrow_container {
	padding-left: 30px;
	float: left;
	width: 18px;
	height: 27px;
}
#video_page_right_arrow_container {
	float: left;
	width: 18px;
	height: 27px;
}
#video_page_number_container {
	float: left;
	width: 420px;
	text-align: center;
	padding-top: 4px;
}
.video_page_numbers {
	width: 12px;
	height: 19px;
	margin-left: 14px;
	margin-right: 14px;
}
#video_page_previous_arrow_container {
	float: left;
	width: 117px;
	height: 29px;
}
#video_page_next_arrow_container {
	/*position: relative;*/
	float: right;
	width: 117px;
	height: 29px;
}
#video_page_next_arrow_inner {
	
	/*
	position: absolute;
	right: 0;
	top: -28px;
	*/
}
.video_rating_display {
	/*
	position: absolute;
	right: 0px !important;
	right: /*7px;*/
	/*
	top: 2px;
	*/
	position: relative;
	color: #98C942;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 50px;
}
.see_more {
	position: relative;
	top: -34px;
	left: 450px;
	width: 100px;
}
.see_more_sm{
	position: relative;
	top: -24px;
	left: 440px;
	width: 100px;
}
.see_more a, .see_more_sm a {
	color: #FFFFFF;
}

/*MISC*/
.gray_box_right {
	border: 1px solid #CCCCCC;
	background-color: #686868;
	padding: 10px;
	height: 245px;
	margin-top: 25px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.left_text_shareURL_green {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: -17px;
	/*margin-bottom: 30px;*/
	margin-bottom: 7px;
}
.left_text_underneath_green {
	color: #98C942;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}
.left_text_underneath_green_sub {
	line-height: 16px;
	margin-left: 10px;
}
.left_text_underneath_orange {
	color: #FB7624;
	font-size: 20px;
	font-weight: bold;
}
.divider_line {
	height: 1px;
	border-bottom: 1px solid #999999;
	margin-bottom: 0px !important;
	margin-bottom: /**/0px;
	margin-top: 0px !important;
	margin-top: /**/-12px;
}
#share_this_container {
	position: relative;
}
.share_this {
	position: absolute;
	top: -30px;
	right: -5px !important;
	right: /**/0px;
	background-image: url(../images/share_this_logo.png);
	background-position: ;
	background-repeat: no-repeat;
}
.share_this_homepage {
	background-image: url(../images/share_this_logo.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	/*padding-top: 2px;*/
}
.clear {
	clear: both;
}

/*FROM iCHAPTERS CSS*/
#headerWrapper {
	background: url(../images/headerBackgroundGlass.png) repeat-x;
	position: relative;
	height: 125px;
	width:100%;
}
#header1 {
	width: 100%;
	position: absolute;
	/*top: 65px;*/
	top: 60px;
	left: 30px;
}
#headerInput {
	float: left;
}
#headerInput input {
	padding: 8px 0 0 2px;
	width: 380px;
	height: 19px;
	border: 1px solid #999999;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
}
#go {
	float: left;
}
#footerWrapper {
	width: 100%;
	bottom: 0px;
	height: 50px;
	background: url(http://www.ichapters.com/tl1/en/US/images/footer_background.gif) repeat-x;
}

#footer1 {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font: bold 11px verdana, arial, sans-serif;
	line-height: 22px;
	color: #81795d;
}
#footer1 a {
	color: #81795d;
}

#footer1 a.alternate {
	color: #f26122;
}
#footer1 a.alternate2 {
	color: #788bc6;
}
#position-search {
	position: absolute;
	top: 13px;
}
/*END FROM iCHAPTERS CSS*/

/* ADMIN */
.table_header {
	background-color: #C1A653;
	color: #000000;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 11px;
	vertical-align: bottom;
	padding: 2px;
}
.table_row {
	background-color: #FFFFFF;
	color: #000000;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
}