/* ----------------------------------------------
	Template Name : UrbanArtist
	Template Code : S-0025
	Version : 1.1   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified :  January 17, 2010
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

@font-face { font-family: "Bell Gothic Std Bold"; src: url(BellGothicStd-Bold.otf) format("opentype") }

html { /*background: #010000 url(bg.gif) repeat-x;*/  }

body {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #a7bf92;
	margin: 0; 	padding: 0; 
/*	background: #000  url(reyout.png) no-repeat right top, url(back.png) top right repeat;*/
	background:url(layoutrd.png) top center no-repeat, #070201;
	text-align: center;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #544C3A;
}
a:hover {
	color: #a05955;
	border-bottom: 1px dotted #a05955;
}

/* headers */
h1, h2, h3 {
font-family: "Bell Gothic Std Light";
	color: #d1473e;
}
h1 {
	font-size: 3.1em;	
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
/*	text-shadow: 2px 2px 0px #50130f;*/
	opacity: 0.5;	
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;		
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none;}

dt {
  font-weight: bold;
  color: #FAFAFA;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
/*	background: #d9c681;
   border: 1px solid #d9c681;
	padding: 3px;*/
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #070707;
	border: 1px solid #111;   
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #070707 url(../images/quote.gif) no-repeat 10px 10px;
	border: 1px solid #111; 
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
/*	background: #000;*/
/*	color: #FAFAFA;*/
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
/*	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;*/
}
tr {
	color: #ADADAD;
	text-shadow:#6E6E6E;		
	height: 34px;		
}
td {
	padding-left: 12px;
	padding-right: 12px;
/*	border: 1px solid #111;	*/
/*	background: #070707; */
}
/* end - table */


/* form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	background: #070707; 	
	border: 1px solid #111;	
}
form p {
	border-bottom: 1px solid #101010;
	padding: 12px 0 5px 0;	margin: 0;	
}
label {
	font-weight: bold;	
	color: #FAFAFA;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #0C0C0C;  
	border: 1px solid #1C1C1C;
}
option { padding-right: 0.5em; } 

#name, #email, #message{
	width: 480px;
}
input.button { 
	font: bold 12px Arial, Verdana, Sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	margin-top: 8px;
	color: #48780E;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #1B1B1B;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 592px;	
	margin: 0 auto;
	text-align: left;
		
/*position:absolute;
top:20px;
right:15px;
width:592px;*/					
}
#content-wrap {
	clear: both;
	width: 592px;	
	float: left;	
	padding-top: 20px;
	padding-bottom: 20px;	
	float: left;	
		background-color: #0E0505;	
}
#header {
	position: relative;
	width: 592px;
	height: 380px;
	margin: 0;
	padding: 0;
			float: right;		
}

#navcontainer {
	position: absolute;
	left: 80px;
	width: 420px;
	top: 355px;
	height: 45px;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background: transparent;
	color: white;
	width: 100%;
	  list-style: none;
}
li {
list-style-image:url('bull3.gif');
padding-left: 5px;
margin: 0;
}

#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding:3px 8px;
	color: #568ea8;
	text-decoration: none;
	border-right:1px dashed #FFF;
	text-shadow: 2px 2px 0px #50130f;	
	font: 200% verdana;			
}
#navcontainer ul li a:hover {
	/*background: #000 #121212;*/
	color: #666688;
	font: 210% verdana;
	border-bottom: 1px dotted #666688;	
	text-shadow: 2px 2px 0px #50130f;	
}

#navcontainer ul #active a {
	background: transparent;
	color: #a9d3e7;
	font-weight:bold;
	font: 200% verdana;	
	text-shadow: 2px 2px 0px #50130f;
	opacity: 0.5;		
}

/* Main Column */
#main {
	float: center;
	width: 450px;
	padding: 0; margin: 0 0 0 0px;
	display: inline;	
	color: #ADADAD;
	text-shadow:#6E6E6E;		
	text-align:justify;
}
#main h2 {
	padding: 5px 12px;
	margin: 15px 5px 10px 5px;
	font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;				
	color: #8f7b57;
}
#main h2 a {
	color: #45D5E6;
	text-decoration: none;		
	border: none;		
}
#main ul li {
	list-style-image: url(bull3.gif);
}

/* footer */
#footer {
	clear: both;
	padding: 0.1em 0 1em 0;	
	padding-bottom: 0px;			
	/*background: #010000;
	color: #4E4E4E;*/
	background-color:  #270E13;
	color: #ADADAD;
	text-shadow:#6E6E6E;		
	text-align:justify;	
/*	color: #751913;*/
	text-align:center;
	width: 592px;
	float: left;			
	/*border-bottom: 20px solid #8c9d7a;	*/
}
