/*======================================*
** style.css
** ------------------------------------------------------------*
** Created: 11-01-07 (dd-mm-yy)
** Author: onedollartemplates.com
** Template: Dark Splinter
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body, html { height: 100%; }
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
	background: #000 url(img/bg.jpg) repeat-x 50% 0;
	text-align: center;
	color: #fff;
	}
h1 {
	font-size: 28px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0;
	text-decoration: none;
	padding-bottom: 0px;
}
#left h1 {
	color: #503910;
}
h2 {
	font-size: 22px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#left ul li {
	color: #330;
	font-style: italic;
	font-size: 16px;
}

h3 { font-size: 2.1em; padding: 25px 0; }
h4 { font-size: 1.7em; padding: 20px 0; }
h5 { font-size: 1.4em; padding: 15px 0; }	
h6 { font-size: 1.2em; padding: 10px 0 0; }

/* text */
p { font-size: 1.2em; line-height: 1.5em; margin: 0 0 20px; }
acronym { cursor: help; }
code { font-size: 1.5em !important; margin: 0 0 20px; border: 1px dashed #333; padding: 10px; display: block; background-color: #111; color: #ffc; }
blockquote { font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 20px; border: 1px solid #333; padding: 15px 15px 0 15px; display: block; background-color: #111; }
blockquote p { margin-bottom: 15px; }

/* links */
a { text-decoration: none; color: #ff9; }
a:hover { text-decoration: underline; }

/* images */
img {
}	
#header img {
	margin-left: 85px;
}
a img { border: 5px solid #2F1C07; }
a:hover img { border-color: #50300C; }
img.right { margin-left: 10px; }

/* lists */
ul, ol, dl, table, blockquote, code { font-size: 1.2em; }
ul, ol, dl { margin: 0 0 30px; padding: 0 0 0 25px; }
ul ul { font-size: 1em; margin: 0; }
ol ol { font-size: 1em; margin: 0; }
dl { padding: 0; }
dl dt { font-weight: bold; }

/* tables */
table { margin: 0 0 30px; border: 1px solid #333; }
table th, table td { padding: 10px; text-align: left; color: #fff; }
table th { background-color: #222; }

/* forms */
fieldset { border: 1px solid #333; background-color: #222; padding: 20px; margin: 30px 0; }
fieldset legend { display: none; }
fieldset form p { clear: both; }
fieldset form p label { float: left; display: block; width: 47%; margin-right: 20px; }
fieldset form p input,
fieldset form p select,
fieldset form p textarea { border: 3px solid #ccc; background-color: #999; padding: 5px; width: 50%; font-family: Tahoma, Arial, Helvetica, sans-serif; }
fieldset form p select { width: 52.5%; }
fieldset form ul.fieldlist { margin: 0 0 20px 46%; padding: 0; list-style-type: none; }
fieldset form ul.fieldlist li { padding: 0 30px 5px 0; white-space: nowrap; }
fieldset form input.btn { width: auto; border-color: #000; background-color: #111; padding: 10px; cursor: pointer; color: #ffc; font-weight: bold; }

/* horizontal rule */
hr { border: 0; height: 1px; background-color: #333; color: #333; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
	position: relative;
	height: 250px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
	}
	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/ 
#content {
	background-color: #FFF9DE;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 120px;
	padding-left: 30px;
	font-size: 0.98em;
	height: 100%;
	}
#content:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}
/* the following enables you to add content 
directly into the content div for a one 
column layout while still adding the 
correct margins. */
#content * { margin-right: 20px; }
#content div { margin-right: 0; }
span, em, strong, acronym, del, label, input, select, textarea, a { margin: 0 !important; }
#content #left h2 {
	font-size: 20px;
	color: #7C1518;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin-top: -10px;
}

/* left column formatting */
#content #left {
	width: 400px;
	float: right;
	}	

/* right column formatting */	
#content #right {
	float: left;
	width: 260px;
	min-height: 322px;
	margin-top: 20px;
	background-image: none;
	background-repeat: repeat-x;
	background-color: #180000;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
* html #content #right { height: 322px; }
	
#content ul.links {
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 7px;
	}	
#content ul.links li {
	border-bottom: 1px solid #333;
	}
#content ul.links li a {
	display: block;
	height: 1%;
	padding: 12px;
	color: #E8CD7A;
	}
#content ul.links li a:hover {
	background-color: #B27D39;
	color: #FFF;
	}
		
#content ul.images {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	height: 1%;
	}
#content ul.images:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	}	
#content ul.images li {
	float: left;
	margin: 0 11px 11px 0;
	}		
#right .images li a img {
	border: medium solid #E7C98C;
	margin-left: 5px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/ 
#footer {
	margin-top: -83px;
	text-align: left;
	}
#footer div {
	color: #ACA47D;
	background-color: #2F1C07;
	margin: 0 auto;
	width: 720px;
	padding: 30px;
	}
#footer p {
	margin: 0;
	position: relative;
	text-align: center;
}
#content #left p {
	color: #170000;
	font-size: 14px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: -10px;
}
.info{
	background-image: url(img/rope.png);
	background-repeat: repeat-x;
}
#left_content{
	float: left;
	width: 300px;
}
#map p {
	font-size: 20px;
	color: #000;
	text-align: center;
}
.frame{
	margin-left: 18px;
}
.auto{
	border: medium solid #180000;
	margin-left: 40px;
	margin-bottom: 10px;
}.auto2 {
	border: medium solid #180000;
	margin-top: -5px;
	margin-left: 20px;
}
#left ul {
	margin-top: -15px;
}
#container #content #left p a {
	color: #2F2713;
}
#container #content #left ul li a {
	color: #2F2713;
}
