/* @group text */

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: url(/images/bg-body.jpg);
	color: #554518;
}

a {
	color: #336699;
}

a img {
	border: 0;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
   font-family: Georgia, Times New Roman, Times, serif;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #b75a03;
	}

h3 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px dotted #ad975a;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
	font-size: 16px;
font-weight: normal;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
	list-style-type: disc;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}



/* @end */

/* @group layout */

/* @group home */

#intro {
	background:url(/images/ulu.jpg) no-repeat;
	height: 360px;

}

#intro p {
	padding-right: 40px;
	font-size: 16px;
	font-family:Georgia, Times New Roman, Times, serif ;
	line-height: 1.7;
	color:#5d5924;
}

#intro h1 {
	margin-top: 20px;
}

.feature-box h3{
	margin: 10px;
	background: #d2d19b;
	padding: 5px;
	line-height: 1;
}

.feature-box p {
	padding-left: 10px;
	padding-right: 20px;
}


.feature-box {
	line-height: 1.3;
	background:url(/images/bg-feature-box.jpg) no-repeat;
	/*height: 100px;*/
}

.slideshow {
	position: relative;
	width: 540px;
	height: 365px;
	background:url(/images/bg-photo.jpg) no-repeat;
}

.slideshow img {

	margin: 10px;
	
}

/* @end */

img {
	border: 0;
}


.entry {
border-bottom: 1px solid #bfbb86;
border-bottom: 1px solid #d4d09c;
margin-bottom: 10px;	
}


.profile {
margin-bottom: 20px;	
}
.profile h4 {
margin-bottom: 0px;	
}


.pad {
	padding: 20px;
}

#credit {
	margin-top: 10px;
	margin-bottom: 20px;
}

#credit, #credit a {
	font-size: 12px;
	line-height: 1.4;
	color: #554518;
	text-decoration: none;
}

#bg-ulu {
	width: 100%;
	background:url(/images/bg-ulu-body.jpg) repeat-x ;
}

#header {
	
	width:960px ;
	height: 128px;
	background:url(/images/bg-nav-top.png) no-repeat  left bottom;
	
}

#partners {
	float: right;
	margin-right: 20px;
	margin-top: 40px;
}

#content {
	background:url(/images/bg-ulu-content.jpg) no-repeat top right;
	min-height:500px;
height: auto !important;
height: 500px;
}

body.home #content {
	background: none;
}


/*.content-wrap {
	background: #efece0;
}*/

#content , #sidebar #intro {
	
	min-height:400px;
	height: auto !important;
	height: 400px;
}

.page-top {
	color: #FFF;
	padding: 30px 0 20px 0;
	margin-bottom: 20px;
	background:  url(/images/bg-page-top.jpg) no-repeat 0 22px;
}

.page-top h1 {
	color: #FFF;
}

.bg-content {
background:  url(/images/bg-content.jpg) repeat-y 50% 0;

}


#bg-shadow {
	width: 960px;
	margin: 0 auto;
	background:url(/images/bg-shadow-left.png) no-repeat;
}

/* @group sidebar */

#sidebar a {
	color: #554518;
}

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

#sidebar ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	line-height: 2;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	border-bottom: 1px dotted #ad975a;
}

#sidebar li a {
	text-decoration: none;
}


#sidebar  h3 {
	border-bottom: 1px solid #bfbb86;
	
	/*background: #bfbb86;*/
	
}

#sidebar {
	
	margin-top: 40px;
	margin-bottom: 40px;
	background: url(/images/bg-sidebar.jpg) repeat-y;

}


.quote {
	margin: 20px 0;
}

.quote blockquote {
	margin: 20px 0;
	font-size: 17px;
	font-style: italic;
	font-family:Georgia, Times New Roman, Times, serif ;
	line-height: 1.4;
	color:#5d5924;
}

#sidebar .pad {
	padding: 0 15px;
}

#sidebar-top {
	height: 20px;
	background: url(/images/bg-sidebar-top.jpg) no-repeat;

}

#sidebar #ulu {
	margin-top: 20px;
	line-height: 1.3;
	padding-left: 10px;
}

#sidebar #ulu em {
	font-family:Georgia, Times New Roman, Times, serif ;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
}

#sidebar #ulu h3 {
	font-size: 26px;
	border: 0;
}

/* @end */

/* @group footer */


#footer {
	
	background: url(/images/bg-footer.jpg) repeat-y;
	color: #edeadd;
	padding:  20px 0;
}

#footer .grid_3 {
	/*padding: 0 5px;*/
	border-right: 1px solid #8e8948;
}

#footer h4 {
	color: #d3c100;
	line-height: 1.2;
}

#footer a {
	color: #FFF;
}

/* @end */

/* @end */

/* @group nav */

#nav-top {
	/*margin: 0 10px;*/
width: 960px;
height: 40px;
background:#d16701 url(/images/bg-nav.jpg) repeat-x ;
background:url(/images/bg-nav2.jpg) no-repeat 50% 0;

/*margin-bottom:-3px;*/
}

#nav-top ul {
	margin: 0 20px;
 padding: 0;
    padding-top: 9px;
	list-style: none;
}

#nav-top li {
	
	margin: 0;
	padding: 0 ;
	list-style: none;
	display: inline;
	float: left;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 40px;
}

#nav-top li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 6px 10px;
	line-height: 1;
	border-right: 1px solid #d8806e;
}


#nav-top li a:hover {
	background: #ecebdc;
	color: #554518;	
}

body.home #nav-top a.home,
body.locations #nav-top a.locations,
body.faq #nav-top a.faq,
body.about #nav-top a.about,
body.facts #nav-top a.facts,
body.photos #nav-top a.photos,
body.stories #nav-top a.stories,
body.calendar #nav-top a.calendar,
body.resources #nav-top a.resources,
body.contact #nav-top a.contact
 {
background: #ecebdc;
	color: #554518;
}


/* @end */

/* @group gallery */

#photos_table a {
	text-decoration: none;
	color: #5d5924;
	}
	
	

#photos_table .spacer {
	font-size: 10px;
	margin: 5px 0 5px 0;
	}

#photos_table .border {
	border: 1px solid #979472;
	}

#photos_table .paddedborder {
	padding: 20px;
	border: 1px solid #000;
	}

#photos_table .thumbs {
	text-align: center;
	padding: 15px 3px 8px 3px;
	background-color: #d2d19b;
	}

#photos_table .title {
	margin: 3px 0 0 0;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5d5924;
	}

#photos_table .categories {
	padding: 7px 10px 7px 12px;
	background-color: #d2d19b; 
	color: #5d5924;  
	}

#photos_table .total_files {
	padding: 7px 10px 7px 12px;
	background-color: #d2d19b; 
	color: #5d5924;  
	text-align: center;
	}

#photos_table .tableBorder {
	border: 1px solid #979472;
	color: #5d5924;
	}

#photos_table th {
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 5px 6px 5px 12px;
	background-color:  #5d5924;
	}

#photos_table td {
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 11px;
	color: #5d5924;
	}



/* @end */