@charset "utf-8";
/* CSS Document */


div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body  {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 30px;
	background-color: #121419;
}
#page {
	width: 840px;
	margin: 0 auto;
} 
/* ------- HEADER STYLES ----------*/
#navbar {
	height: 25px;
	width: 660px;
	background-image: url(../images/menuBar.png);
	margin-top: 2px;
	float: right;
}
.menu{
	padding:0;
	height:25px;
	width: 550px;
	margin: 0 50px;
	background-image: url('../images/topMenu.png');
	background-repeat: repeat-x;
}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{
	float: right;
	padding-left:15px;
	padding-right: 15px;
	color:#4F5A5B;
	text-decoration:none;
	cursor:pointer;
	background:url('../images/topMenu.png') 0px -25px no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	line-height:25px;
}
.menu li a:hover{background-position:0px -50px; color:rgb(201,195,195);}
.menu li a.active, .menu li a.active:hover{
	line-height:25px;
	background:url('../images/topMenu.png') 0px -75px no-repeat;
	color:#CFCFCF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
}
#header {
	background: url(../images/header.png) no-repeat;
	width: 100%;
	float: left;
	height: 220px;
	margin: 0 0 5px 0;
}
#headerIndex {
	background: url(../images/header.png) no-repeat;
	width: 100%;
	float: left;
	height: 220px;
	margin: 0 0 35px 0;
}
#flash {
	width: 650px;
	margin: 10px auto;
}
#logoPlace {
	float: left;
	height: 30px;
	width: 840px;
	margin-top: 15px;
}
#logo {
	background-image: url(../images/logo01.png);
	float: left;
	height: 30px;
	width: 140px;
}
#mainContent {
	float: left;
	width: 840px;
	margin-top: 15px;
}
/* --------- GALLERYCONTENT STYLES -------------*/
#frontContent {
	float: left;
	width: 840px;
	margin: 0 0 10px 0;
}
#frontContent ul.frontDesc {
	list-style-type:none;
}
#frontContent ul.frontDesc li {
	display: inline;
	float: left;
	padding: 20px 0 0 0;
	height: 210px;
	width: 205px;
	margin: 2px 0 2px 4px;
	background: transparent url(../images/tileSolid1.png) no-repeat;
}
.frontDesc img {
	border: 4px solid #606C75;
	margin: 10px 3px 20px 0;
}
.frontDesc a:hover img {
	border: 4px solid #FF6600;
}
.title img {
	margin-top: 20px;
	border: none;
}
#galleryContent {
	float: left;
	width: 840px;
	margin: 0 0 6px 0;
}
#galleryContent ul.objDesc {
	list-style-type:none;
}
#galleryContent ul.objDesc li {
	display: inline;
	float: left;
	padding: 10px 0 0 0;
	height: 175px;
	width: 205px;
	margin: 2px 0 2px 4px;
	background: transparent url(../images/tileSolidA.png) no-repeat;
}
.objDesc img {
	border: 4px solid #606C75;
	margin: 10px 3px 22px 0;
}
.objDesc a:hover img {
	border: 4px solid #FF6600;
}
.objInfo {
	font-size:0.7em;
	color: #83878B;
	height:18px;
	text-align:center;
	border-top:1px solid #203945;
	border-bottom:1px solid #203945;
	width: 166px;
	margin: 0 auto;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 4px;
}
.objInfo a {
	color: #83878B;
	text-decoration: none;
}
.objInfo a:hover {
	color: #8E8B44;
	text-decoration: none;
}
.objInfoSmall {
	font-size:0.5em;
	color: #8E8B44;
	height:10px;
	text-align: right;
	width: 150px;
	margin: 0 auto;
	line-height: 10px;
	padding: 2px 0 2px 0;
	font-style: italic;
}
#photoContent {
	float: left;
	width: 840px;
	margin: 0 0 10px 0;
}
#photoContent ul.photoDesc {
	list-style-type:none;
}
#photoContent ul.photoDesc li {
	display: inline;
	float: left;
	padding: 10px 0 0 0;
	height: 120px;
	width: 134px;
	margin: 2px 0 2px 4px;
	border: 1px solid #222c35;
}
.photoDesc img {
	border: 4px solid #606C75;
	margin: 10px 3px 22px 0;
}
.photoDesc a:hover img {
	border: 4px solid #FF6600;
}
#chapterBooks {
	float: left;
	height: 25px;
	width: 840px;
	background: transparent url(../images/chaptBook.png) no-repeat;
	margin: 5px 0;
}
#chapterPoster {
	float: left;
	height: 25px;
	width: 840px;
	background: transparent url(../images/chaptPoster_logo.png) no-repeat;
	margin: 5px 0;
}
#chapterLogo {
	float: left;
	height: 25px;
	width: 840px;
	background: transparent url(../images/chaptLogo.png) no-repeat;
	margin: 5px 0;
}
/*  */
#screenshot{
	position:absolute;
	background:#100f0f;
	padding:8px;
	display:none;
	font-family:verdana, arial, sans-serif;
	font-size:0.7em;
	color:#4F5355;
	font-weight: bold;
	line-height: 160%;
	}
#screenshot img {
	border:1px solid #606C75;
} 
/*  */
/* --------- BASE STYLES -------------*/
#base {
	float: left;
	height: 20px;
	width: 840px;
}
#baseLine {
	float: right;
	height: 2px;
	width: 640px;
	margin: 10px 0 0 0;
	border-top: 4px solid #5d0000;
}
#share {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	text-align: left;
	float: left;
	margin-top: 2px;
	padding-left: 40px;
}
#share a:link, #share a:visited {
	color: #29343f;
	text-decoration: none;
}
#share a:hover, #share a:active {
	color: #FC3;
	text-decoration: none;
}
#linkArt {
	float: left;
	width: 840px;
	margin-bottom: 30px;
}
#artGallery a:link, #artGallery a:visited {
	float: right;
	background: url(../images/ArtGallery2.png) no-repeat;
	height: 30px;
	width: 200px;
}
#artGallery a:hover, #artGallery a:active {
	background: url(../images/ArtGallery2.png) 0 -30px no-repeat;
	border:none;
}
/* --------- CONTACT STYLES -------------*/
#contactContent {
	float: left;
	width: 840px;
	margin: 0 0 10px 0;
}
#thankYou {
	float: left;
	width: 600px;
	margin-bottom: 15px;
	padding: 20px 20px 10px 150px;
}
#thankYou h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	text-align: left;
	color: #42402D;
	padding-left: 50px;
	padding-top: 2px;
}
#thankYou h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #2B3439;
	padding-top: 2px;
}
#contactInfo {
	float: left;
	width: 382px;
	margin-bottom: 15px;
	padding: 20px 20px 10px 30px;
}
#contactInfo h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	color: #41525A;
	padding-left: 30px;
	padding-top: 2px;
}
#contactInfo p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #2F3D42;
	margin: 5px 20px 5px 30px;
	text-align: left;
}
#contactInfo p.last {
	border-bottom: 1px solid #25292E;
	padding-bottom: 20px;
}
#contactInfo span.rubrik {
	font-weight: bold;
	font-size: 0.8em;
	color: #EBEAE7;
	text-transform: uppercase;
}
#contactInfo span.color {
	font-weight: bold;
	color: #80794D;
	text-transform: uppercase;
}
#email {
	font-family:verdana, arial, sans-serif;
	font-size:1em;
	height:25px;
	text-align:center;
	border-top:1px solid #3B4445;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}
#email a:link, #email a:visited {
	color: #988121;
	text-decoration:none;
}
#email a:hover, #email a:active {
	color: #096;
	text-decoration:none;
}
/* --------- FORM STYLES -------------*/
#message {
	width: 224px;
	margin-bottom: 15px;
	padding: 40px 40px 10px 20px;
	float: right;
}
#form {
	float: left;
	width: 150px;
	padding: 20px 10px 10px 20px
}
fieldset  {
	width: 204px;
}
label   {
	display: block;
	font: 0.6em  Verdana, Geneva, sans-serif;
	text-align: left;
	color: #8d8e71;
	margin: 2px 0 2px 4px;
}	
input.formInputText   {
	font: 0.7em  Verdana, Geneva, sans-serif;
	color: #647273;
	background-color: #2A373E;
	border: solid 1px #485157;
	height: 15px;
	width: 194px;
	padding: 2px 0 2px 4px;
	margin-bottom: 2px;
}
input.formInputText:hover {
	background-color: #999788;
	border: solid 1px #BBB7AE;
	color: #000;
	cursor: pointer;
}
input.formInputText:focus {
	color: #000;
	background-color: #CBCCC4;
	border: solid 1px #900;
	cursor: text;
}
textarea.inputMulti {
	font: 0.7em  Verdana, Geneva, sans-serif;
	border: 1px solid #485157;
	padding: 2px 0 4px 4px;
	width: 194px;
	height: 54px;
	color: #647273;
	background-color: #2A373E;
	overflow:hidden;
}
textarea.inputMulti:hover {
	background-color: #999788;
	border: solid 1px #BBB7AE;
	color: #000;
	cursor: pointer;
}
textarea.inputMulti:focus {
	color: #000;
	background-color: #CBCCC4;
	border: solid 1px #900;
	cursor: text;
}
.submitBtn {
	background: transparent;
	background-image:url(../images/blueGo.png);
	border:0 none;
	color:#868C9B;
	font-family:Helvetica, Arial, sans-serif;
	font-size:.9em;
	height:20px;
	margin-top:5px;
	text-align:center;
	width:101px;
	margin-left: 90px;
	font-weight: bold;
	cursor: pointer;
	font-variant: small-caps;
}
/* Clearfix
/* -------------- */
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

