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

body {
	background-color: #222;
}

img {
	background-color: #666;
	padding: 3px;
	border: 1px solid #000;
}

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

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

img.news {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #000;
}

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

.archivimg {
	background-color: #666;
	padding: 3px;
	border: 2px solid #666;
	border-color: #666 #000 #000 #666;	
}

.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;
}

.sup{
	font-size: 1.7em;
	padding-left: 0.15em;
}

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

div.feature {
	padding: 0 10px 5px 0;
	margin: 0;
	overflow: hidden;
}

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

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

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

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

div.book {
	padding: 0 10px 5px 10px;
	margin: 0;
	width: 350px;
	_width: 320px;
	height: 220px;
	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;
}

.smallinfo {
	padding: 0 20px;
}

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


/* Layout
--------------------------------------------------*/
#header {
	background: #3f3f3f url("../img/bg_head.png") top left repeat-x;
	border-bottom: 1px solid #222;
	height: 90px;
}

#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 ;	
}

.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: 700px;	
	background-color: #3f3f3f;
	margin: 0 0 10px 280px;
}

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

.right_main_cont {
	width: 660px;
	padding: 10px 0 10px 25px ;
	overflow: auto;
}

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

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

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

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

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

h1 {
	text-transform: uppercase;
	font-size: 1.2em;
	color: #bf1e2e;
	margin: 0;
	margin-bottom: 10px;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #bf1e2e;
	margin: 0;
	margin-bottom: 3px;
}

h3 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
	padding-bottom: 3px;
	margin: 8px 0 5px 0;
	border-bottom: 1px solid #222;
}

#admin h3 {
	clear: both;
}

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

h5 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

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


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

ul {
	list-style-type: none;
}

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

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

a:hover {
	color: #bf1e2e;
}

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

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

#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: 0.9em;
	color: #d4d4d4;
	text-decoration: none;
	height: 30px;	
	overflow: hidden;
	display: block;	
	padding: 8px 15px 0 15px;
}

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

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

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

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

#navmultimedia {
	width: 7.4em;
}

#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: 320px;	
}

p.captexcerpt {
	padding-left: 120px; 
	height: 52px;
	font-size: 0.9em;
}


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

#slideshow{
	width: 660px;
	text-align: center;
}

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

.slideshowContainer {
	border: 1px solid #ccc;
	width: 640px;
	height: 426px;
	margin: 5px auto;
}

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

.slideshowThumbnail {
	outline: none;
}

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

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


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

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

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

#controls{
	background: transparent url(../img/bg_controls.png) top left no-repeat;
	height: 34px;
	width: 320px;
	clear:both;	
	margin: 5px auto;
}

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

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