/* General
--------------------------------------------------*/
html, body, span, ul, li, a {
	margin: 0;
	padding: 0;
}

body {
	background-color: #222;
}

img.logo {
	background-color: transparent;
	border: 0;
	padding:0;
	margin: 0 0 10px 0;
}

img.loader {
	border: 0;
	margin: 15px 0 15px 0;
	padding: 0;
	width: 220px;
	height: 19px;
}

img {
	border:0;	
}

.noborder {
	background-color: transparent;
	padding: 0;
	border: 0;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #222;
	-webkit-box-shadow: 3px 3px 4px #222;
	box-shadow: 3px 3px 4px #222;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#222222');
}

.shadow_big {
	-moz-box-shadow: 4px 4px 5px #222;
	-webkit-box-shadow: 4px 4px 5px #222;
	box-shadow: 4px 4px 5px #222;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#222222');
}

.shadow_small {
	-moz-box-shadow: 2px 2px 3px #222;
	-webkit-box-shadow: 2px 2px 3px #222;
	box-shadow: 2px 2px 3px #222;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#222222')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#222222');
}

.main {
	clear: both;
	margin-bottom: 5px;
}

.left {
	float: left;
	margin-right: 6px;
}

.right {
	float: right;
	margin-left: 6px;
}

.ordering {
	display: block;
	width: 160px;
	margin-bottom: 10px;
	float: left;
}

.showlist {
	margin: 5px 0;
	padding: 5px;
	font-size: 1.1em;
	background-color: #222;
}

.thumbdesc {
	height: 60px;
}

.tabeven, .tabodd {
	float: left;
	padding: 5px;
	margin: 5px 3px ;
}

.tabeven {
	background-color: #333;
}

.tabodd {
	background-color: #555;
}

p {
	margin: 3px 0 6px 0;
}

div.feature {
	padding: 0 10px 30px 0;
	margin: 0;
	overflow: hidden;
	width: 720px;
}

div.small_feature1 {
	padding: 5px 10px 5px 20px;
	margin: 0;
	width: 300px;
	height: 320px;
	overflow: hidden;
	float: left;
}

div.small_feature2 {
	padding: 5px 20px 5px 0;
	margin: 0;
	width: 300px;
	height: 320px;
	overflow: hidden;
	float: right;
}

div.small_latest1 {
	padding: 5px 10px 5px 0;
	margin: 0;
	width: 300px;
	height: 320px;
	overflow: hidden;
	float: left;
}

div.small_latest2 {
	padding: 5px 40px 5px 0;
	margin: 0;
	width: 300px;
	height: 320px;
	overflow: hidden;
	float: right;
}


div.thumb_feature1 {
	padding: 5px 10px;
	margin: 0;
	width: 170px;
	height: 120px;
	overflow: hidden;
	float: left;
}

div.thumb_feature2 {
	padding: 5px 10px;
	margin: 0;
	width: 170px;
	height: 120px;
	overflow: hidden;
	float: left;
}

div.book {
	padding: 0 10px 5px 10px;
	margin: 0;
	width: 230px;
	_width: 220px;
	height: 400px;
	overflow: hidden;
}

div.archive {
	padding: 0 10px 5px 10px;
	margin: 0;
	width: 350px;
	_width: 320px;
	height: 120px;
	overflow: hidden;
}

.clear {
	clear: both;
	visibility: hidden;
	display: block;
}

.left_cont .clear {
	margin-bottom: 30px;
}

.smallinfo {
	padding: 0 20px;
}

li {
	margin: 0 0 5px 20px;
}


/* Layout
--------------------------------------------------*/


#content {
	margin: 20px;
}

.left_content {
	width: 240px;	
	background-color: #3f3f3f;
	margin-bottom: 20px;
}

.left_top {
	background: #3f3f3f url("../img/bg_top_left.png") top left no-repeat;	
	width: 240px;
	height: 8px;
	margin: 0;
	padding: 0;
}

.left_cont {
	width: 215px;
	padding: 0 0 0 15px ;	
}

#leftthumbs{
	width: 150px;
}

.left_bot {
	background: #3f3f3f url("../img/bg_cont_left.png") bottom left no-repeat;	
	width: 240px;
	height: 8px;
	margin: 0;
	padding: 0;
}

.right_content {
	width: 800px;	
	background-color: #3f3f3f;
	margin: 0 0 10px 280px;
}

.right_top {
	background: #3f3f3f url("../img/bg_top_right.png") top left no-repeat;	
	width: 800px;
	height: 9px;
	margin: 0;
	padding: 0;
}

.right_main_cont {
	width: 760px;
	padding: 15px 0 15px 35px ;
	overflow: hidden;
}

.right_cont {
	width: 780px;
	padding: 15px 0 15px 10px ;
	overflow: auto;
}

.right_bot {
	background: #3f3f3f url("../img/bg_cont_right.png") bottom left no-repeat;	
	width: 800px;
	height: 9px;
	margin: 0;
	padding: 0;
}

#footer {
	background: #3f3f3f url("../img/bg_menu.jpg") bottom left repeat-x;
	height: 30px;
	overflow: hidden;	
	padding: 12px 0 0 10px;
	color: #666;
	clear: both;
}

/* Typo
--------------------------------------------------*/

body {
	font-family: "Myriad", "Arial", "Helvetica", "Verdana";
	font-size: 11px;
	color: #d4d4d4;
	line-height: 1.4em;
}

h1 {
	font-size: 1.4em;
	color: #d4d4d4;
	margin: 24px 0;
}

h2 {
	font-size: 1.3em;
	color: #ffffff;
	margin: 18px 0 5px 0;
}

h3, a h3 {
	font-size: 1.3em;
	color: #ffffff;
	margin: 0;
	padding: 10px 0 8px 0;
	margin: 8px 0 5px 0;
	clear: both;
}


h4 {
	font-size: 1.1em;
	color: #000;
	margin: 0;
	margin-bottom: 10px;	
}

h5 {
	font-size: 1em;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#message, .redbold {
	font-size: 1.1em;
	color: #bf1e2e;
	font-weight: bold;
}

sup {
	font-size: 0.8em;
	line-height: 0px;
}

.smallinfo, #footer {
	font-size: 0.9em;
}

ul {
	list-style-type: none;
}

/* Links
--------------------------------------------------*/

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

a:hover {
	color: #999;
}

/* Navi
--------------------------------------------------*/

#navi {
	background: #3f3f3f url("../img/bg_menu.jpg") bottom left repeat-x;
	border-bottom: 1px solid #BF1E2D;
	height: 36px;
	width: 98%;
	position: relative;
	overflow: hidden;
	padding-left: 2%;
}

#navi ul {
	display: inline;
}

#navi li {
	display: inline;
	border-right: 1px solid #222;
	height: 30px;
	float: left;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#navi a {
	font-size: 1.1em;
	color: #d4d4d4;
	text-decoration: none;
	height: 30px;	
	overflow: hidden;
	display: block;	
	padding: 18px 12px 0 12px;
}

#navi a:hover {
	color: #d4d4d4;
	background-color: #3f3f3f;
}

#latest #navlatest, #contact #navcontact, #legal #navlegal, #feature #navfeature, #photogs #navphotogs, #books #navbooks, #multimedia #navmultimedia, #archive #navarchive {
	color: #d4d4d4;
	background: #282828 url("../img/bg_menu_act.jpg") bottom left repeat-x;
}

#navlatest, #navfeature, #navcontact, #navarchive  {
	width: 6em;
	}

#navbooks, #navlegal {
	width: 5em;
}

#navmultimedia, #navnews {
	width: 7.4em;
}

a#navmultimedia {
	padding: 13px 12px 0 12px;
}

#navphotogs {
	width: 9em;
}

/* Contact
--------------------------------------------------*/

form {
	border: 0;
	margin: 30px 0 50px 0;
}
	
form p {
	width: 600px;
	float: left;
}

label {
	display: block;
	width: 160px;
  	font-weight: bold;
	margin-bottom: 10px;
	float: left;
}

input, textarea, select {
	font-family: "Arial", "Helvetica", "Verdana";
	font-size: 1em;
	color: #000;
  	border: 1px solid #000;
	margin-right: 8px;
	background-color: #aaa;
}

input, textarea {
	padding: 3px;
}

input.send {
	width: 200px;
	margin-left: 160px;
	cursor: pointer;
}

input.next, input.submit {
	width: 160px;
	cursor: pointer;
}

#errorbox {
	background-color: #bf1e2e;
	width: 20em;
	color: #000;
	font-size: 1.1em;
	padding: 0.5em;
	margin: 1em;
	border: 1px solid #000;
}

/* Tables
--------------------------------------------------*/

table {
	padding: 10px;
	font-size: 0.9em;
}

th { 
	background-color: #222;
}

th img { 
 	padding-top: 5px;
}

td {
	padding: 5px;
	border-right: 1px solid #222;
	
}

/* InPlaceEdit
--------------------------------------------------*/

.captions_edit {
	float: right;
}

form.inplaceeditor-form { 
}

form.inplaceeditor-form input[type="text"] { 
	margin: 0; 
	padding: 0;
}

form.inplaceeditor-form textarea { 
	margin: 0; 
	padding: 0;
}

form.inplaceeditor-form input[type="submit"] { 
	margin: 0; 
	padding: 0;
  	margin-left:1em;
}

form.inplaceeditor-form a { 
	margin: 0; 
	padding: 0;
  	margin-left:1em;
}

/* Sortables & Draggables
--------------------------------------------------*/

.drag {
	cursor: move;
	margin: 5px 0;
	padding: 5px;
	font-size: 1.1em;
	background-color: #222;
}

.dragparent {
	cursor: move;
	margin: 5px 0;
	padding: 5px;
	font-size: 1.2em;
}

.drag_list {
	width: 360px;	
}

p.captexcerpt {
	padding-left: 170px; 
	width: 100px;
	font-size: 0.9em;
}


/* Slideshow
--------------------------------------------------*/

#slideshow, #container{
	width: 740px;
	text-align: center;
	margin: 0 auto;
}

#slideshow img{
	padding: 0;
	margin: 0;
}

.slideshowContainer {
	width: 720px;
	height: 480px;
	margin: 5px auto;
	background-color:#3f3f3f;
	border:0;
}

.loading {
	/* background: url(../img/ajax-loader.gif) center no-repeat; */
}

.slideshowThumbnail {
	outline: none;
}

#slideshow .slideshowThumbnail img {
	width: 75px;
	height: 50px;
	background-color: transparent;
	border: 0;
	margin: 4px;
	float: left;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
}

#slideshow a:hover.slideshowThumbnail img,
#slideshow .current img {
	margin: 4px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


#thumbnailwrapper {
	width: 720px;
	height: 70px;
	margin: 5px auto;
	overflow: hidden;
	position: relative;
}

#thumbnails {
	height: 100px;
	margin: 5px auto;
	position: relative;
}

.scrolling-content {
	width: 680px;
	height: 60px;
	text-align: center;
	position: absolute;
}

#controls{
	background: transparent url(../img/bg_controls.png) top center no-repeat;
	height: 34px;
	width: 280px;
	clear:both;	
	margin: 20px auto;
	position: relative;
}

#favstory{
	width: 720px;
	float: left;
	margin: 10px;
	text-align: left;
}

#smallcontrols{
	text-align: center;
	float: right;
	background: transparent url(../img/bg_smallcontrols.jpg) top center no-repeat;
	height: 34px;
	width: 120px;
	clear:both;	
}

#controls img, #smallcontrols img {
	background-color: #222;
	padding: 3px;
	border: 0;
}

#caption {
	margin: 10px 10px 5px 10px;
	text-align: left;
	font-weight: bold;
}

#captcont {
	margin-left: 0;
	text-align: left;
}
