/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	/*background: #000000 url(images/img1.gif) repeat-x left top; */
	background: #000000 url(images/rocks_bg2.jpg) no-repeat right top;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

body,td,th {
	color: #000000;
}

h1 { color:#99CC00;
	font-size: 14px;
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

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

a:hover {
	text-decoration: underline;
}

img { border: 2px solid #FFFFFF; }

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
	
}
.img2 {
	float: right;
	margin: 5px 15px 0px 0px;
}

.grtxt {
	color: #99CC00;
	font-size:10px;
	
}


/* NAVIGATION TOP
---------------------------------------------------------------------------------------------------------------------------------------------*/
#nav {
	width: 800px;
	height: 20px;
	margin: 0px auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;

}

#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 100px;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 22px;
        text-decoration: none;
        color: #708491;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #99CC00;
        background: url(images/rounded.gif) no-repeat bottom center;
}




/* NAVIGATION LEFT SIDE 
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.nav { text-align: left; color: 	#7D8085; padding: 0px 0 0 0px; width: 150px; }
.nav li { 
	font-weight: bold; 
	margin: 5px 0 5px 0px; 
	padding: 0px 0 0 0px; 
	border-bottom: 1px solid #ccc; 
	height: 25px; background: url(images/li.png) no-repeat left;
}
.nav li a { color: #546078; text-decoration: none;  padding: 5px 0 0 10px; display: block; height: 25px;}
.nav li a:hover { color: #FFF; text-decoration: none; background: #99CC00; display: block; height: 25px;}





/* Search */
#search {
	margin: 0px;
	padding: 0px;
	background-color: #CC441B;
	color: #FFFFFF;
}


/** Forms */

form {
	margin: 0px;
	padding: 15px 0px 0px 25px;
}

.input1 {
	width: 130px;
	background-color: #FFFFFF;
	border: 1px solid #363636;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 600px;
	height: 60px;
	margin: 0px auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 20px;
	letter-spacing: -2px;
}

#header h2 {
	margin: 0px;
	padding-top: 38px;
	font-size: 12px;
	letter-spacing: -1px;
}

#header a {
	text-decoration: none;
	color: #99cc00;
}

/* Post */

.latest-post {
	padding: 0px 2em 1em 3em;
}

.latest-post h2 {
	font-size: 1.6em;
	color: #000000;
}

.post {
	padding: 2em 2em 1em 3em;
	border-top: 1px dashed #823D47;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #000000;
}

.file * {
	color: #000000;
	text-decoration: none;

}

/* Content */

#content {
	width: 800px;
	margin: 20px auto;
	padding: 20px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 550px;
	background-color: #99CC00;
	padding: 20px 20px;
	border: 3px solid #666666;
	color: #000000;
}

#colOne .search {
	background-color: #000000;
	margin: 0px;
	padding-bottom: 10px;
	height: 50px;
}
#colTwo {
	float: left;
	width: 180px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 2em;
}

#colTwo a {
	color: #990033;
	text-decoration: none
}


#colTwo a:hover {
	color: #990033;
	text-decoration: underline
}

#colTwo h1, #colTwo h2 {
	background: url(images/arrow_gr.gif) no-repeat;
	padding: 0px 0 5px 20px;
	text-transform: uppercase;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	border-bottom: 1px dashed #666666; 
	color: #99CC00;

}


/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 0px 50px 0px 280px;
	color: #787878;
}

#footer p {
	margin: 0px;
	padding-right: 40px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #990033;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
}
