/*
Theme Name: RedCliff v3 (GoMedia designed)
Theme URI: http://www.redcliffsdesertreserve.com/
Description: Red Cliff theme designed by GoMedia for the Red Cliffs Desert Reserve
Version: 3.0
Author: testMonkey
Author URI: http://www.testmonkeydesigns.com/
*/

/*General*/

body { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: .9em;
	color: #330000;
	background: #feefb2 url(images/body-background-slice2.png) repeat-x top center;
}

/* ================ */
	/* = The 1Kb Grid = */     /* 12 columns, 55 pixels each, with 20 pixel gutter */
	/* http://www.1kbgrid.com/ */
	/* ================ */
	
	.grid_1 { width:55px; }
	.grid_2 { width:130px; }
	.grid_3 { width:205px; }
	.grid_4 { width:280px; }
	.grid_5 { width:355px; }
	.grid_6 { width:430px; }
	.grid_7 { width:505px; }
	.grid_8 { width:580px; }
	.grid_9 { width:655px; }
	.grid_10 { width:730px; }
	.grid_11 { width:805px; }
	.grid_12 { width:880px; }
	
	.column {
		margin: 0 10px;
		overflow: hidden;
		float: left;
		display: inline;
	}
	.row {
		width: 900px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0;
	}
	.row .row {
		margin: 0 -10px;
		width: auto;
		display: inline-block;
	}

/* ================ */

p { 	line-height: 1.4em; }

a { 
	text-decoration: underline;
	color: #336633;
}

a:hover { color: #122e12; }

img { border: none; }

ul { list-style: none; }

h2, h3, h4 {
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
}

h2 {
	margin: 20px 40px;
	padding: 0;
	font-size: 3em;
	color: #3a1a08;
}	

h3 {
	font-size: 1.8em;
	color: #996633;
}

h4 {
	font-size: 1.3em;
		color: #3a1a08;
}

#wrapper {
	width: 1020px;
	margin: auto;
	padding: 0;
	background: transparent url(images/wrapper-background-slice.png) repeat-y top center;
}

/* Header */

.header {
	width: 940px;
	height: 250px;
	margin: auto;
	border-bottom: 4px solid #3a1a08;
	border-top: 3px solid #3a1a08;
	position: relative;
}

#home { background: transparent url(images/banners/home-getInvolved/banner1.jpg) no-repeat top center; }

.header #slider {
position:relative;
background:url("/wp-content/themes/redCliff-GoMedia/jscript/nivoslider/style-pack/loading.gif") no-repeat 50% 50%;
width: 940px;
height: 250px;
}

.header #slider img {
position:absolute;
top:0px;
left:0px;
display:none;
z-index: 1;
}

/* old logo
#logo {
	width: 240px;
	background-color: transparent;
}

#logo img { margin: 10px 0 0 40px; }
*/

#logo {
position: absolute;
top: 0px;
left: 0px;
margin: 0 0 0 40px;
width:107px;
height:100px;
background: url("images/logo7.png") no-repeat;
float: left;
display: inline;
text-indent: -9999px;
z-index: 202;
}

#logo h1 a {
width:107px;
height:100px;
display: block;
}

#top-nav {
	position: absolute;
	z-index: 250;
	top: 0;
	left: 145px;
	width: 650px;
	height: 28px;
	margin: 0 auto;
	padding: 0;
	background-color: #3a1a08;
	background-color: rgba(58,26,8,.6);
	font-size: .9em;
}

#top-nav ul{
	margin: 0;
	padding:0;
	list-style-type: none;
	position: relative;
	}
	
#top-nav a {
	display: block;
}

#top-nav ul li {
	float: left;
	position: relative;
}
#top-nav ul li a { 
	color: #feefb2;
	text-decoration: none;
	padding: 4px 15px;
}

#top-nav ul li a:hover { text-decoration: underline; }

	/* navBar submenus area -------------------------------------- */

	#top-nav li ul {
		position: absolute;
		z-index: 1;
		width: 125px;
		top: 25px;
		left: -999em; /* hides the list on load */
		background: transparent;
		margin: 0 0 0 15px;
	}
	
	#top-nav li:hover ul, #top-nav li.sfHover ul {
		left: auto;  /* shows the list on hover */
	}
	
	
	#top-nav ul li ul li
	{
	display: block;
	}
	
	#top-nav ul li ul li a
	{
	height: 30px;
	width: 160px;
	line-height: 30px;
	padding: 0 1.4em;
	margin:0;
	background: #963;
	border-bottom: 1px solid #fffae6;
	border-right: 0;
	text-decoration: none;
	color: #fff;
	float: none;
	font-size:11px;
	}
	
	#top-nav ul li ul li a:hover
	{
	background: #462815;
	color: #fff;
	}


/* Content */ 

#content {
	width: 940px;
	margin: auto;
	padding: 0 0 0 0;
	background-color: transparent;
	font-size: 1em;
}

/*#content div { margin-top: 40px }*/

#content div ul { 
	margin: 0 20px 0 40px;
	padding: 0;
	list-style-type: none;
}

#content div ul li { 
	float: none;
}

#content ul {
list-style-type: disc;
margin-left: 60px;
}

#content h3, #content h4, #content p { padding: 0 40px; }

#content h3 {
margin: 30px 0 0 0;
}

#signup {
	width: 870px;
	height: 100px;
	min-height: 100px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: transparent url(images/signup-background.png) top center;
}

#signup img { margin: 25px 20px; }

/* Footer */

#footer {
	width: 940px;
	height: 298px;
	min-height: 298px;
	margin: 20px auto;
	padding: 0;
	background: transparent url(images/footer-background-slice.png) repeat-x top left;
}

#container  { 
	width: 900px; 
	margin: auto;
	padding: 0;
}	

#container div {
	width: 225px;
	height: 246px;
	min-height: 246px;
	margin: 10px 0 0 0;
	padding: 0; 
}

#container div h4, #container div ul , #container div p { padding: 0 20px; }
#container div ul li, #container div p { font-size: .9em; }	

#container div ul li { 
	margin: 5px 0;
	padding: 0;
}

a.h-links { 
	color: #3a1a08;
	text-decoration: none;
}

.divider { background: transparent url(images/footer-content-divider.png) no-repeat center right; }

/* Image template page */	
#content .gallery-photo {
padding: 30px 30px 0 30px;
margin: 0 auto;
}

#content .entry-caption {
padding: 0;
margin: 0;
}

#content .gallery-nav {
padding: 0 0 0 30px;
margin: 0;
}

#content .nav-previous {
float: left;
padding: 0 10px 0 0;
}

#content .nav-next {
float: left;
}

/* Gallery Caption change */
dd.gallery-caption {
padding: 5px;
margin: 0;
}

/* Other */	

.clearfix { clear: both; }
.float { float: left; }
.light { color: #feefb2 }
.line { background: transparent url(images/line.png) no-repeat bottom center; }

img.left, .alignleft {
float: left;
padding: 0 20px 10px 0;
}

img.right, .alignright {
float: right;
padding: 0 20px 10px 20px;
}
