/* reset
------------------------------------------- */
* { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }

body { margin: 0; padding: 0; }

ul, ol, dl { margin: 0; padding: 0; list-style: none; }

fieldset, img { border: none; }
a { color: #666; text-decoration: none; }
a:hover, a:focus, a:active { color: #F10000; text-decoration: underline; }
/* general
------------------------------------------- */
body { background: #000 url(../images/website/bg02.jpg) repeat-x; color: #fff; font: 13px/18px Tahoma, Arial, Verdana; }

input, textarea { font-size: 12px; font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; padding: 2px; 	}
select { font-size: 11px; font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;	}

/* headings
------------------------------------------- */
h1 { font-size: 15px; font-weight: normal; margin-bottom: 10px; color: #fff;  font-weight: bold; }
h2 { font-size: 26px; font-weight: normal; letter-spacing: 1px; margin: 15px 0px;}
h3 { color: #C1C1C1; text-align: left; margin: 10px 0px; }
h4 { color: #C1C1C1; text-align: left; margin: 10px 0px; }
h4 a { color: #C1C1C1; }

#wrapper { width: 900px; margin: 0 auto;}
#top { position: relative; background: url(../images/website/top_bg.jpg) no-repeat; width: 900px; height: 68px;  }

#logo { position: absolute; top: 26px;}
#tagline { position: absolute; right: 1px; top: 29px; z-index: 2; font-size: 17px; font-weight: normal; color: #000;}
#tagline-shaddow { position: absolute; top: 30px; right: 0;  z-index: 1; font-size: 15px; font-weight: normal; color: #666;  font-weight: bold;}

#nav { margin-bottom: 30px; float:left; padding: 15px; background: url(../images/website/menu_bg.jpg) 75px  repeat-y; width:  975px; margin-left: -75px; }
#nav li { float: left; margin-left: 85px;}
#nav li.last { margin-right: 0px; }
#nav li a { color: #fff; font-size: 16px;  font-weight: bold;}
#nav li a:hover, #nav li.active a { color: #F10000; text-decoration: none;} 

#nav-extras { background: #0D0D0B url(../images/website/sidemenu_bg.jpg) repeat-x; text-align: right; padding: 0px 10px; margin-bottom: 30px; }
#nav-extras li { padding: 10px; border-bottom: solid 1px #212121; }
#nav-extras li  a { font-size: 14px; font-weight: bold; color: #999; text-transform: normal ; }
#nav-extras li  a:hover { color: #fff; text-decoration: none; } 

#nav-footer { float: left;  }
#nav-footer li { float: left; margin-left: 10px;}


#content { float: right; width: 680px; margin-bottom: 30px; text-align: left;}
#content p { text-align: left; }
	.tagline { font-size: 16px; margin-bottom: 30px; }
	.last-update {  color: #C1C1C1;}
	.grey-box { padding: 15px; background: #525252; margin: 15px 0px; text-align: left; line-height: 20px; }

#thin-content { float: right; width: 510px; margin-right: 10px;}
#second-sidebar { float: right; width: 150px; text-align: right;}

	
table.rank { border-collapse: collapse; margin-bottom: 15px; text-align: left; margin-top: 15px; }
table.rank th { background: #500000; padding: 15px; color: #999; border: solid 3px #500000;}
table.rank td { background: #250000; border: solid 3px #500000; padding: 15px; }
table.rank td.center { text-align: center; }
table.rank .footprint { text-align: right; font-size: 11px; color: #999;}
table.rank .footprint a { color: #999; font-size: 11px; }
table.rank .footprint a:hover { color: #F10000; }

.post { text-align: left; background: #500000;  padding: 15px; margin-bottom: 15px;}
.post p { margin: 10px 0; }
.post .footprint { text-align: right; font-size: 11px; color: #999;}
.post .footprint a { color: #999; font-size: 11px; }
.post .footprint a:hover { color: #F10000; }

.news-col-1 {float: left; width: 330px; margin-top: 15px;}
.news-col-2 {float: right; width: 330px; margin-top: 15px;}

#sidebar { width: 200px; float: left; margin-bottom: 30px; text-align: center; }
#footer { clear: both; color: #666; margin-bottom: 15px; }
#footer span.right div {float: left;}

/* contact
------------------------------------------- */
#contact-form { float: left; width: 320px; margin-bottom: 20px;}
#contact-content { float: right; width: 340px; margin-bottom: 20px; text-align: left; }
#contact-form input.txt { width: 300px; }
#contact-form th { text-align: right;}
#contact-form textarea { width: 300px; }
.clear { clear: both; }
.grey { color: #C1C1C1 }
.red { color: #F10000 }
.error_list { color: red;}

/* forms
------------------------------------------- */
form { margin: 0; padding: 0; }
input, textarea { background: #FEFEFE;
	border-bottom: solid 1px rgb(225, 225, 225);
	border-left: solid 1px rgb(142, 142, 142);
	border-right: solid 1px rgb(225, 225, 225);
	border-top: solid 1px rgb(142, 142, 142);
	font-family: 'Lucida Grande'; }
input, textarea, select { font-size: 12px; font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; padding: 2px; 	}
label.float { float: left; display: block; width: 80px; font-weight: bold;	margin-bottom: 2px; }
input.submit { width: auto; background: #999; color: #fff; border: none; font-size: 11px; padding: 5px 10px 5px 10px; }

/* page edit style
------------------------------------------- */
.highlight { border: solid 1px red; background: #fbdbe8; }

/* messages
------------------------------------------- */
.infoConfirm, .infoError, .infoConfirmContactform { display: block; padding: 5px;  margin: 0px 0px 10px 0px; color: #fff; font-weight: normal; background: green; }
.infoError { background: red; }
.infoConfirmContactform { background: #666600; }

/*    media module
/*----------------------*/
div.media_container table.fieldset td {border: none;}
div.media_container div.breadcrumb {background-color:#EFEFEF;border-bottom:1px solid #000000;border-top:1px solid #000000;font-weight:bold;margin:10px 0px;padding:15px 0;}
div.media_container div.breadcrumb a {font-size: 1.2em; font-weight: bold;}
div.media_container div.media {width: 135px;  border: 1px solid #E5E8EA; float:left; overflow: hidden; margin: 5px 10px; position: relative;}
div.media_container div.media span.media_action {display: block;   padding: 5px 0px;   float: right;}
div.media_container div.media {color: #0A2D4F;}
div.media_container div.media span input {display:block;}


/* table for forms
------------------------------------------- */
table.fieldset td { padding-top: 10px; }
table.fieldset td, table.fieldset th { text-align: left; padding: 10px; border-bottom: solid 1px #ccc;  }
table.fieldset th { border-bottom: solid 1px #ccc; }
table.fieldset tfoot td { padding-top: 15px; padding-bottom: 15px; border-top: dashed 1px #666; border-bottom: dashed 1px #666; }
table.fieldset a,table.fieldset a:hover  { text-decoration: none; }
table.fieldset { width: 100%; text-align: left; border-collapse: collapse; color: #000;}
table.fieldset thead th { background: #000; color: #fff; }
table.fieldset th { background: #DEDEDE; color: #000; }
table.fieldset tr.odd td { background: #fff; }
table.fieldset tr.even td { background: #F5F5F5; }
table.fieldset tr.highlight td { background: #FFFFCC; }
table.fieldset td.help { font-size: 10px; color: #666; }
table.fieldset tbody td input, table.fieldset tbody td textarea {width: 400px;}

#edit-mode-toolbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: #000;
	color: #fff;
	z-index: 100;
	line-height: 25px;
}
#edit-mode-toolbar a { color: #fff;}
.dump-box { font-size: 12px; color: #666; background: #eee;}

.right { float: right; }
.left { float: left;}