/* The main styles of the site that are used globally across the design. */

body {
	background: rgb(0, 0, 0);
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Sans-serif;
	font-size: 13px;
	color: rgb(245, 245, 245);
	
	line-height: 1.5em;
}

#MainPage {
	background: rgb(25, 25, 25) url('../images/base-corners.png') no-repeat scroll bottom left;
	margin: 0px auto;
	width: 800px;
	
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#CopyRight {
	margin: 0px auto;
	width: 800px;
	
	margin-bottom: 10px;
	font-size: 11px;
	text-align: center;
	
	color: rgb(150, 150, 150);
}

#ArtDenHeading {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 150px;
	background: url('../images/artden-heading.png') no-repeat;
	
	z-index: 99;
}

#ArtDenAdminHeading {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 150px;
	background: url('../images/artden-heading-admin.png') no-repeat;
	
	z-index: 99;
}

#ArtDenLogo {
	position: relative;
	top: 10px;
	left: 20px;
	width: 165px;
	height: 150px;
	background: url('../images/artden-logo.png') no-repeat;
	
	z-index: 99;
}

/* contact */

table.contact {
	font-size: 12px;
}

table.contact tr td.label {
	color: rgb(220, 220, 220);
}

/* gallery */
#Container #MainPage #galleryImage { 
	position:relative; 
	height:100px; 
	width:800px; 
	overflow:hidden; 
	margin:0; 
	padding:0; 
	top: -50px; 
	margin-bottom: -45px; 
	background-position: bottom center; 
	background-repeat: no-repeat;
}

#Container #MainPage .GalleryMain {
	font-size: 12px;
	margin: 10px;
}

#Container #MainPage .GalleryBrowse {
	font-size: 12px;
	margin: 10px;
	border-top: 1px solid black;
}

#Container #MainPage .GalleryBrowse tr:hover {
	background: rgb(35, 35, 35);
}

#Container #MainPage .GalleryBrowse tr td {
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}

#image {
	padding: 2px; 
	border: 1px solid rgb(50, 50, 50); 
	margin: 10px;
}

h3 {
	color: rgb(200, 210, 230);
	font-family: 'HelveticaNeue-Light', Verdana, Arial, Sans-serif;
	font-size: 14px;
	font-weight: normal;
}

/* Best Image Fader */
#Container #MainPage #crossfade { position:relative; height:350px; width:800px; overflow:hidden; margin:0; padding:0; top: -50px; margin-bottom: -45px; }
#Container #MainPage .fader{ display:none; }
#Container #MainPage #crossfade .fader { display:block; }

#Container #MainPage #crossfade .image{ position:absolute; top: 0px; left: 0px; }
#Container #MainPage #crossfade .text{ 
	position:absolute; 
	z-index:3; 
	top: 300px; 
	left: 50px;
	width: 700px;
	height: 25px;
	
	color: rgb(255, 255, 255);
	font-family: 'HelveticaNeue-Light', Verdana, Arial, Sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-shadow: black 0px 2px 5px;
}


/* Content of Home Page */

#content {
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	color: rgb(200, 200, 200);
	font-family: 'HelveticaNeue-Light', Verdana, Arial, Sans-serif;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	color: rgb(200, 200, 210);
	font-family: 'HelveticaNeue-Light', Verdana, Arial, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid rgb(100, 100, 100);
}

a:link, a:visited {
	color: rgb(180, 210, 240);
	text-decoration: none;
}

a:hover {
	color: rgb(240, 210, 180);
	text-decoration: none;
}

/* admin */
table.imagelist {
	font-size: 12px;
	border: 1px solid rgb(0, 0, 0);
	margin: 10px;
}

table.imagelist tr#head {
	background: rgb(0, 0, 0);
}

table.imagelist tr {
	background: rgb(25, 25, 25);
}

table.imagelist tr:hover {
	background: rgb(50, 50, 50);
}

table.imagelist tr#head:hover {
	background: rgb(0, 0, 0);
}

table.imagelist tr td {
	padding: 4px;
}

table#form {
	font-size: 12px;
	margin: 10px;
}

/* form */
input.File {
	color: rgb(255, 255, 255);
}

input.field {
	border: 1px solid rgb(120, 120, 120);
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	padding: 4px;
}

/* CALCULATOR */
div.image-faded {
	position:relative;
	width:800px; 
	overflow:hidden; 
	margin:0px;
	margin-left:-20px;
	padding:0; 
	
	background-position: center center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div.content-calc {
	position:absolute; 
	z-index:3; 
	top: 20px; 
	left: 20px;
	width: 760px;
	
	color: rgb(255, 255, 255);
	font-family: 'Verdana', Verdana, Arial, Sans-serif;
	font-size: 13px;
	font-weight: none;
}
