

/* basics */

*{margin:0; padding:0;}

body {
	background:#fff url(images/main-bg.jpg) top left repeat-x;
	font-family: arial, tahoma, sans-serif;
	font-size: 15px;
	}


body, input, textarea {
	color: #333;

}

/* fonts */


@font-face {
    font-family: 'GothamLightRegular';
    src: url('http://stonegateresources.org/fonts/gotham-light-webfont.eot');
    src: local('GothamLightRegular'), 
         local('GothamLightRegular'), 
         url('http://stonegateresources.org/fonts/gotham-light-webfont.ttf') format('truetype'),
         url('http://stonegateresources.org/fonts/gotham-light-webfont.svg#font') format('svg'); 
}

/* Headings */
h1, h2, h3 {
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-rendering: optimizelegibility;
}

h1{
	font-family:"garamond", georgia, helvetica neue, helvetica, arial;
	font-size:34px;
} 

h2{
	font-family:"garamond", georgia, helvetica neue, helvetica, arial;
	font-size:32px;
	font-weight:300;
	line-height:32px;
	text-transform:capitalize;
} 

h2.entry-title{
	font-family:"garamond", georgia, helvetica neue, helvetica, arial;
	font-size:30px;
	font-weight:300;
	line-height:32px;
	text-transform:capitalize;
} 

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.7em;
}

/* Text elements */
p {
	margin-bottom: 1.7em;
	text-align:justify;
}


ul, ol {
	margin: 0 0 1.7em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.7em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 20px 30px 1.7em;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.7;
	margin-bottom: 1.7em;
	padding: 0.85em 1.7em;
}
code {
	font: 12px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* Links */
a{color:#0066cc; text-decoration:none;}

a:hover{text-decoration: none; color:#000;}




/* container */

#main-wrapper {
	width:100%;
	}

#wrapper {
	width:100%;
	padding:20px 0 40px 0;
	}


#container {
	width:950px;
	margin: 0 auto;
	padding:0;
	color:#696157;
	overflow:hidden;
	}



/* header */

#headerimg{
	background:url(images/2.jpg) center no-repeat;
	height:260px;
	width:100%;
	margin:0 auto;
	clear:left;
}


#header-wrapper {
  	width:100%; 
  	background:url(images/header-bg.png) bottom repeat-x;
	height:140px;
	padding:0;
	top:0;
	z-index:9999;
	}
	
#header {
  	width:635px;
  	margin:0 auto; 
  	background:url(images/logo.png) center no-repeat;
  	height:108px;
  	padding:35px 0 0 0;
	}
#header:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}


/* menu */


#access {
	background:url(images/menu.png) repeat-x;
	margin: 0;
	padding:0;
	width: 100%;
	font-family:georgia, arial;
	font-size:14px;
	height:40px;
	clear:left;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0 auto;
	padding:0;
	width:840px;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display:block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}



#menu {
	background:url(images/menu.png) repeat-x;
	margin: 0;
	padding:0;
	width: 100%;
	font-family:georgia, arial;
	font-size:14px;
	clear:left;
	overflow:hidden;
}


#menu ul li a {
	padding: 10px 10px 10px 15px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu ul li a.lastitem {
}



#menu ul li a:hover {
	background:url(images/menuhover.png) ;
	color:#fff;
}



#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	list-style: none;
	margin: 0 auto;
	padding:0;
	width:840px;
}

#menu a {
	display: block;
	padding:6px 10px 7px 10px;
	color: #fff;
	width: auto;
}


#menu a:hover {
	background:url(images/menuhover.png) ;
	color:#fff;
}

#menu li.alignright {
	float:right;
}

#menu li { /* all list items */
	float: left;
	display: block;
}

#menu li ul { /* second-level lists */
	position: absolute;
	background:url(images/menuhover.png) ;
	width: 276px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: block;
	margin: 0 0 0 -1px;
	z-index: 999;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

#menu li ul a{ /* second-level lists */
	width: 244px;
	z-index: 999;
	text-shadow:1px 1px #000;
}

#menu li ul a:hover{ /* second-level lists */
	background:url(images/menuhover.png) ;
	color:#fff;
}

#menu li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 155px;
	padding: 0;
}

#menu li ul ul a{
	width: 144px;
	}

#menu li:hover, #nav li.hover {
    position: static;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* content */

#content-container{
	width:714px;
	margin: 0;
	float:left;
	}


#content {
	background:url(images/content-center.png) repeat-y;
	padding:0 0 20px 0;
	font-family:georgia, arial;
}

#content-top{
	background:url(images/content-top.png) bottom left no-repeat;
	height:24px;
	width:714px;
}

#content-bot{
	background:url(images/content-bot.png) top left no-repeat;
	height:48px;

	width:714px;
}

.sticky {
	background: #fcfcfc;
	padding: 14px !important;
	border-top:2px solid #ddd;
	border-bottom:1px solid #ddd;
}
.sticky .entry-meta {
	display: none;
}


.page {
	margin:0;
	padding:30px 60px 0px 80px;
	line-height:20px;
	}
	
.pagetitle{
	font:normal 18px "arial", verdana, times;
	margin:0 0 20px 0;
	color:#777;
	}
	

.entry-content p{margin:16px 0; line-height:28px;}

.postmetadata{
	clear: both;
	border-top:1px dotted #ccc;
	padding:6px 0;
	margin: 20px 0;
	}
	
.navigation {
	margin: 0 0 1.7em 0;
	overflow: hidden;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
}
#nav-above,
.single #nav-below {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 11px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 11px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Widgets */

#sidebar-wrapper{
	width:236px;
	float:right;
	background:url(images/sidebar.png) bottom left no-repeat;
	margin:4px 0 0 0;
}

#sidebar {
	width: 222px;
	margin: 20px 0;
	padding:0 0 20px 0;
}

#sidebar a{color:#fff; border-bottom:1px dotted #fff;}
#sidebar a:hover{color:#fff; border-bottom:none;}

.widget-area {
	overflow: hidden;
}
.widget-area,
.widget-area input {
	font-size: 12px;
	line-height: 18px;
}
.widget-area ul ul a {
	text-decoration: none;
	color:#fff;
}
.widget-area ul ul a:hover {
	text-decoration: none;
}
.widget-area ul {
	list-style: none;
	margin: 0;
	background:#2f2724;
	padding:20px 0 0 0;
}
.widget-area ul ul {
	list-style: none;
	margin:0;
	padding:0 0 24px 0;
}
.widget-area ul ul ul {
	margin: 0;
	padding:0;
}
.widget-area ul ul li {
	padding: 8px 15px;
	background:url(images/li.png) bottom center no-repeat;
}
.widget-area ul ul li a:hover{
	color:#ccc;
}
.widget-title {
	font-family: "GothamLightRegular", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color:#fff;
	text-align:center;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

#sidebar p{
	color:#fff;
	padding:15px;
	font-size:12px;
	font-family:georgia;
	line-height:20px;
	text-align:justify;
}



/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font: 13px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 0 2px 6px;
}
#wp-calendar th {
	color: #888;
	font-size: 11px;
	text-align: center;
}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: .2em;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tbody a {
	text-decoration: underline;
}
#wp-calendar a:visited {
	color: #0060ff;
}
#wp-calendar a:visited:hover {
	color: #df0000;
}

	
	

/* footer */


#footerbg{
	clear: both;
	width: 100%;
	overflow:hidden;
	background:#2b2320 url(images/footerbg.jpg);
}	

#footerwrapper{
	width: 100%;
	overflow:hidden;
	background:url(images/footer.jpg) top center no-repeat;
}	

#footer {
	width:900px;
	height:360px;
	margin:0 auto 20px;
	overflow:hidden;
	}
	
#footer p{padding:14px 0;margin: 0; color: #333; text-align:center; font-size:12px;}

#footer #site-info{
	float:left;
	padding:12px 0 0 2px;
}

#footer #site-generator, #footer #footer-right-side{
	float:right;
	padding:12px 0;
}

#footer-menu{width:152px; float:left; text-transform:capitalize; margin:50px 0 0 30px;}

#footer-menu h2{
	font-family: "GothamLightRegular", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-align:left;
}

#footer-menu ul{
	margin:15px 0 0 0;
	padding:0;
}

#footer-menu ul li{
	padding: 8px 0;
	background:url(images/li.png) bottom center no-repeat;
	list-style-type:none;
}

#footer-menu ul li a{
	font-family:georgia, arial;
	color:#fff;
	font-size:12px;
}

#footer-menu ul li a:hover{
	color:#ccc;
}


/*  books section */

#book{
	width:394px;
	float:left;
	margin:50px 0 0 50px;
}

#book h2{
	font-family: "GothamLightRegular", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-align:left;
	margin:0 0 15px 0;
}

#book h2 a{
	color:#fff;
}

#book h2 a:hover{
	color:#ccc;
}

.books{
	width:394px;
	overflow:hidden;
	margin:0 0 15px 0;
}

.books img.bookimg{
	width:76px;
	height:109px;
	float:left;
	margin:0 12px 0 0;
}

.books img.buynow{
	width:75px;
	height:29px;
	float:right;
}

.books a img.buynow{
	border:none;
}

.books .title{
	width:303px;
	float:left;
	margin:0;
}

.books .title h2{
	font-family: "GothamLightRegular", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-align:left;
	float:left;
	padding:4px 0 0 0;
}

#footer .books p{
	color:#817a77;
	text-align:left;
	font-size:13px;
}

#footer .books p a{
	color:#fff;
}
#footer .books p a:hover{
	color:#817a77;
}



#address{
	float:right;
	margin:50px 0 0 0;
}

#address a img{
	margin:0 0 15px 0;
	border:none;
}

#address p{
	font-family:georgia, arial;
	font-size:13px;
	line-height:24px;
	margin:0;
	padding:0;
	text-align:left;
	color:#fff;
}




/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{ 
height:260px; 	/*this changes the height of the image slider*/
width:100%;
overflow: hidden;
position: relative;
background:url(images/2.jpg) no-repeat;
margin:0;
}

.aviaslider li, .aviaslider .featured{

width:100%;
height:100%;
position: absolute;
top:0;
left:0;

}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}




/* book display */

.book {
	width: 100%;
	padding-left: 7px;
	font-size: 12px;
	font-family: arial, times;
    color: #222;
    line-height: 14pt;
    list-style-type: none;
    margin-bottom: 25px;
    padding-bottom:25px;
    border-bottom: 1px solid #D3D3D3;
    overflow:hidden;
	}

.book span{display: block; line-height: 14pt;}

.book img, .img {
	float: left;
	margin-right: 22px;
	}
	
.book strong {
	display: block;
	color: #052244;
	}

.dates {
	padding: 24px 0;
	margin-left: 21px;
	border-bottom: 1px solid #d3d3d3;
	}
	
.dates span{display: block; line-height: 14pt;}
	
.dates2 ul{
	padding:0;
	margin: 0 0 4px 21px;
	list-style-type: none;
	}
	
.dates2 ul li{
	padding:0;
	margin: 0 0 4px 21px;
	list-style-type: none;
	}
	
.spacer {
    margin: 16px 0 16px 0;
    }
    
   .schedule {
	text-align: left;
	padding: 20px 0 20px 0;
	margin:0;
	}

.schedule span{display: block; line-height:24px;}

.contact {
	text-align: left;
	padding: 20px 0 20px 0;
	}
	

.contact span{display: block; line-height: 14pt;}


/* contact page */

#contactinfo{
overflow:hidden;
width:100%;
margin:14px 0;
}

.contactleft{
float:left;
width:40%;
}

.contactright{
float:right;
width:40%;
}

#contactinfo p{
line-height:24px;
margin:0 !important;
}

#contactus p{
line-height:24px;
margin:0 !important;
}




