/* @override http://www.expeditionbasecamp.com/css/screen.css */

/* @override http://www.jwchristiansen.com/EGG/css/screen.css */

/* @override http://www.jwchristiansen.com/EGG/css/screen.css */

/* @group Thickbox */

#TB_window {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

#TB_secondLine {
	font: 11px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* @end */

/* @group Global Styles */

html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #cebaa0 url(../img/bg_main.png) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 800px;
}

#wrapper {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}

h1 a {
	text-decoration: none;
	color: #fff;
	font-weight: lighter;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 10px;
}


/* @end */

/* @group Navigation */

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	display: inline;
	padding-right: 15px;
}

#wrapper div p.logged_in_as {
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#nav li a {
	text-decoration: none;
	color: #CFBCA1;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 14px;
}

#nav li a:hover {
	color: #fff;
	padding-top: 3px;
	border-top: 3px solid #6f7534;
}


/* @end */

/* @group Search Box */

/* @group Index Search */

#index_search .search_form {
	float: right;
	width: 45%;
	color: #fff;
}

#index_search .search_form .row {
	height: 30px;
}

#index_search .row .label {
	font-weight: lighter;
	letter-spacing: 1px;
  	float: left;
  	width: 100px;
  	text-align: left;
}

#index_search .search_form fieldset {
	border: none;
}

#index_search .search_form legend {
	text-transform: uppercase;
	font-weight: lighter;
	padding-bottom: 10px;
}

#index_search .row .search_select {
	float: left;
  	padding-left: 15px;
  	width: 175px;
  	text-align: left;
}

#index_search .row .search_select select {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 175px;
}

#index_search .row .search_text {
	float: left;
  	padding-left: 15px;
  	width: 175px;
  	text-align: left;
}

#index_search .row .search_text input {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 175px;
}

/* @end */

/* @group Inner Search */

#inner_search .search_form {
	float: right;
	background: #fefcf6;
	width: 45%;
	color: #8b7f6f;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-left:  10px;
	margin-bottom: 10px;
	border-left: 1px solid #49453f;
	border-bottom: 1px solid #49453f;
	
}

#inner_search .search_form .row {
	height: 30px;
}

#inner_search .row .label {
	font-weight: lighter;
	letter-spacing: 1px;
  	float: left;
  	width: 100px;
  	text-align: left;
}

#inner_search .search_form fieldset {
	border: none;
}

#inner_search .search_form legend {
	text-transform: uppercase;
	font-weight: lighter;
	padding-bottom: 10px;
}

#inner_search .row .search_select {
	float: left;
  	padding-left: 15px;
  	width: 175px;
  	text-align: left;
}

#inner_search .row .search_select select {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 175px;
}

#inner_search .row .search_text {
	float: left;
  	padding-left: 15px;
  	width: 175px;
  	text-align: left;
}

#inner_search .row .search_text input {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 175px;
}

/* @end */

/* @end */

/* @group Index */

#main {
	background: #fff;
	height: 950px;
}

#copyright p {
	font-size: 13px;
	float: left;
	width: 300px;
	margin-top: 5px;
	padding: none;	
}


#index_top {
	padding: 10px;
	background: #1f1e1b;
}

#footer_nav {
	font-size: 13px;
	float: right;
	width: 350px;
	text-align: right;
	margin-top: 5px;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	display: inline;
	padding-left: 10px;
}

#footer ul li a {
	text-decoration: none;
	color: #fff;
}

#index_top table {
	width: 380px;
}

#index_top table tbody tr.still_gallery td {
	background: #fff;
	border-right: 10px solid #1f1e1b;
	border-bottom: 10px solid #1f1e1b;
}

#index_top table tbody tr.last_post td {
	background: #f4f9e9;
	border-right: 10px solid #1f1e1b;
}

#search {
	margin-left: 15px;
}

#welcome_message {
	font-size: 13px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	width: 400px;
	line-height: 22px;
}

#welcome_message h2  {
	font-weight: normal;
	font-size: 22px;
	margin-top: 20px;
}

#top_contrib h3 {
	margin-top: 40px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#top_contrib {
	float: right;
	width: 39%;	
	font-size: 13px;
	line-height: 20px;
	padding-left: 20px;
	padding-bottom: 20px;

}

#index_top table tbody tr.last_post td h3 {
	font-weight: lighter;
	font-size: 18px;
	color: #1f1e1b;
	margin: 10px;
}


#index_top table tbody tr.last_post td p {
	font-weight: lighter;
	font-size: 16px;
	color: #1f1e1b;
	margin: 10px;
	line-height: 22px;
}

#index_top table tbody tr.last_post td h3 span.new_clip_author {
	color: #8a221a;
	text-transform: capitalize;
}

#index_top table tbody tr.last_post td p.read_more {
	text-align: right;
}

#index_top table tbody tr.last_post td p.read_more a {
	text-decoration: none;
	font-weight: lighter;
	font-size: 14px;
	color: #8b7f6f;
	border-bottom: 1px dotted #8b7f6f;
	background-color: #fefcf6;
}

#index_top table tbody tr.last_post td p.read_more a:hover {
	text-decoration: none;
	font-weight: lighter;
	font-size: 14px;
	color: #fefcf6;
	border-bottom: 1px dotted #8b7f6f;
	background-color: #8b7f6f;
}

/* @end */

#footer {
	clear: both;
	margin-bottom: 80px;
	color: #fff;
}

#footer a {
	padding: 2px;
	border-bottom: 1px dotted #f0f0f0;
}

#footer a:hover {
	border:none;
	background-color: #f0f0f0;
	color: #cab79d;
}

/* @group Inner Global */

#inner_main {
	background: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 22px;
	min-height: 250px;
}

#inner_main h2 {
	font-weight: lighter;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 28px;
	color: #8c271f;
}

#inner_main a {
	text-decoration: none;
	color: #49453f;
	border-bottom: 1px dotted #49453f;
}

#inner_main a:hover {
	text-decoration: none;
	color: #49453f;
	background-color: #fefcf6;
}



/* @group Inner Forms */

#inner_main .row {
	min-height: 30px;
}

#inner_main fieldset {
	border: none;
}

#inner_main .row .label {
	font-weight: lighter;
	letter-spacing: 1px;
  	float: left;
  	width: 175px;
  	text-align: left;
}

#inner_main .row .input_text input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 175px;
}

#inner_main .row .input_text input#zip {
	width: 75px;
}

#edit_clip_movie fieldset legend {
	color: #a55751;
	font-weight: bold;
}

#edit_clip_movie fieldset div.row span.input_select {
	text-transform: capitalize;	
}

select#chapter {
	text-transform: capitalize;
}

#inner_main ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #bfae96;
}

#inner_main ul li.clips {
	line-height: 8px;
}

#inner_main input#login {
	margin-top: 20px;
	margin-left: 175px;
}

#inner_main select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 175px;
}


#contribute_form fieldset div.row div.row div.row span.input_time select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 50px;
}

#contribute_form fieldset div.row span.input_select {
	text-transform: capitalize;
}

#profile_email_form fieldset legend {
	color: #a55751;
	font-weight: bold;
}

p.field_instructions {
	font-size: 11px;
	width: 400px;
}

#profile_password_form fieldset legend {
	color: #a55751;
	font-weight: bold;
}

#profile_info_form fieldset legend {
	color: #a55751;
	font-weight: bold;
}

select#state {
	width: 100px;	
}



#inner_main textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 175px;
	line-height: 18px;
	height: 150px;
}

textarea#comment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 350px;
	line-height: 18px;
	height: 150px;	
}

p.field_error {
	color: #a55751;
}

.error {
	border: 2px solid #a55751;
}

/* @end */

/* @end */

#search_results {
	width: 350px;
	background: #fcfaf4;
	padding-left: 10px;
	padding-right: 10px;
}

#inner_main p.pages {
	font-size: 12px;
	line-height: 8px;
}

#inner_main ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
}

#inner_main ul li.result {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #cebaa0;
}

#inner_main div.clip_detail_box fieldset legend {
	font-weight: lighter;
	font-size: 18px;
	color: #8c271f;
	padding-top: 15px;
}

#inner_main div.clip_detail_box fieldset ul li label {
	float: left;
	margin-right: 14px;
	font-weight: bold;
}

span.cap {
	text-transform: capitalize;
}

#inner_main div.clip_detail_box fieldset ul {
	margin: 0px;
	padding: 0px;
}

#inner_main div.clip_detail_box {
	line-height: 14px;
}

#edit_clip_movie fieldset fieldset div.row span.input_text {
	text-transform: capitalize;
}

#edit_clip_movie fieldset div.row span.input_text {
	text-transform: capitalize;
}

#edit_clip_movie fieldset div.row span.input_time select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 50px;
}

input#edit_movie_title.ac_input {
	text-transform: capitalize;
}

span.beta {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#inner_main .input_text_full textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 550px;
	line-height: 18px;
	height: 150px;
}

.title {
	text-transform: capitalize;
}


