/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Georgia, 'Times New Roman', serif;
}

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

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

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

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

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

	Licensed under GPL and MIT.
*/

/* =Containers
--------------------------------------------------------------------------------*/

.container_12,
.container_16
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/


.grid_2,
.grid_3,
.grid_4,
.grid_6,
.grid_9,
.grid_10,
.grid_12{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3
{
	width: 220px;
}

.container_12 .grid_6
{
	width: 460px;
	background: #e5eac7;
}

.container_12 .grid_9
{
	width: 700px;
}

.container_12 .grid_12
{
	width: 940px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/



.container_12 .grid_2
{
	width: 140px;
}

.container_12 .grid_4
{
	width: 300px;
	background: #e5eac7;
	
}



.container_12 .grid_10
{
	width: 780px;
}



/* =Prefix Extra Space >> Global
--------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4
{
	padding-left: 25%;
}

.container_12 .prefix_6,
.container_16 .prefix_8
{
	padding-left: 50%;
}

.container_12 .prefix_9,
.container_16 .prefix_12
{
	padding-left: 75%;
}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/

.container_12 .prefix_1
{
	padding-left: 8.333%;
}

.container_12 .prefix_2
{
	padding-left: 16.666%;
}

.container_12 .prefix_4
{
	padding-left: 33.333%;
}

.container_12 .prefix_5
{
	padding-left: 41.666%;
}

.container_12 .prefix_7
{
	padding-left: 58.333%;
}

.container_12 .prefix_8
{
	padding-left: 66.666%;
}

.container_12 .prefix_10
{
	padding-left: 83.333%;
}

.container_12 .prefix_11
{
	padding-left: 91.666%;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #eee;
	width: 100%; background:#e5eac7 url('../assets/templates/styles/images/repeata.jpg') repeat-x top;
	border-top: 1px solid #000;
	color: #6b753d;
	font-size: 11px;
	padding: 0 0 40px;
}


/* anchors
----------------------------------------------- */
a {
	color: #525e22;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#73950b;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
/*	background: url('../assets/templates/styles/images/sides.png') repeat-y top 160px; */
	
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em; padding-left:10px;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	height: 190px;
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#;
	padding:.7em 1em;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background: #dddfbb url('../assets/templates/styles/images/boxbottom.jpg') bottom no-repeat;
	padding:10px 10px 10px 10px;
}
.box h2 {
	/*font-size:1em;*/
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
	background:#e5eac7;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}






/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	padding-top:10px;
	padding-bottom: 0px;
		background: url('../assets/templates/styles/images/boxtop.jpg') top no-repeat;

}
.box .article {
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
	color:#6b753d;
	margin-top: 20px;
	background:#6b753d;
	margin-bottom:0px;
	margin-left: 160px;
	padding-top:20px;
	border: 0px solid #6b753d;
	background:#c4c992 url('../assets/templates/styles/images/footertop.jpg') top no-repeat;
}
#site_info a {
	color:#525e22;
}
#site_info a:hover {
	color:#73950b;
}

#site_info p {padding:10px;}

#site_info {
padding-bottom:10px;
background: url('../assets/templates/styles/images/footerbottom.jpg') bottom right no-repeat;}

#site_info li {
	display: inline;
	margin:10px;
 	}
	
	
	


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #73950b;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}



	#place {
					position: relative;
					color: #999900;
					margin-top: 5px;
					margin-left: 163px;	
					margin-bottom: 15px;
					width: 800px;
					height: 72px;
					background: url('../assets/templates/styles/images/floral-2.jpg') no-repeat bottom center;
					text-align: center
					}
					
					
					

#page {
	min-height: 100%;
	
	background: url('../assets/templates/styles/images/background-2.png') top no-repeat;
	width: 960px;
	}			

#fix {
	background:#e5eac7;}
					
					
/* Footer
------------------------------------------------------------------------ */



#footer {
	height: 100px;
	width: 800px;
	position: relative;
	margin-bottom: 0px;
	margin: 0 auto;
	text-align: center;
	color: #361d00;
	font-size: 0.8em;

}

#footer ul {
	padding-top: 5px;
 	max-width: 800px;
 	margin: 0 auto;
 	background: url('images/dash.jpg') repeat-x top;
 	}


	

	
#footer img {
	padding-top: 2.5%;
	}
			
					
					
					
					
#player {
		padding-top: 105px;	
		float: right;
		padding-right: 60px;
			}

.articleright {
	padding-top:10px;
	padding-bottom: 0px;
		background: url('../assets/templates/styles/images/boxtopright.jpg') top no-repeat;
	color: #566e01;	
			}

.boxright {
		background: #c4c992 url('../assets/templates/styles/images/boxbottomright.jpg') bottom no-repeat;
		padding: 10px 10px 10px 10px;
		}


#branding{
		position:absolute;
}

#menu {
		margin-top:38px;
		}
		
		
		

		
h4 {padding-top:15px;margin-bottom:-10px;color:#73950b;}		



.alignright{
		text-align: right;}


#filler {
		margin-left: -10px;
		margin-top: 10px;}
		
/*
-----------------------------------------------
Navigation
----------------------------------------------- */

/* navigation (horizontal subnavigation)
----------------------------------------------- */

ul.nav,
ul.nav * { margin:0;padding:0;}
ul.nav {
  position:relative;
  margin-left: 0px;
  max-width:100%;
  height:1.5em;
  text-align: center;
  }
ul.nav li {
	cursor:pointer;
	float:none;
	display: inline;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
}
ul.nav li ul {
	cursor:default;
	width:100%;
	max-width:100%;
	position:absolute;
	height:auto;
	top:1em;
	background-position:0 0 !important;
	left:-9000px;
}
ul.nav li ul li {
	padding:0;
	border:none;
	width:auto;
	max-width:none;
}
ul.nav li a {
	color:#999900;
	font-weight:normal;
	font-size:150%;
	letter-spacing:0.1em;
	text-decoration:none;
	display:inline;
	
	padding:0 10px;
	height:1em;
	line-height:1em;
}
ul.nav li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1em;
	height:1em;
	font-weight:normal;
	color:#666;
	background-position:0 50% !important;
}

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {color:#4d2b00; /*background:#ccc;*/}
ul.nav li a:active {color:#4d2b00;}
ul.nav li:hover ul {left:0;z-index:10}
/*ul.nav li ul,
ul.nav li {background:#ccc !important} */
ul.nav li:hover ul li a {color:#444;}
ul.nav li:hover ul li a:hover {color:#000; background:#fff;}
ul.nav li:hover ul li a:active {color:#666; background:#fff;}

ul.nav li.current a {color:#666; background:#fff; cursor:default; font-weight:bold;}
ul.nav li.current ul {left:0;z-index:5}
ul.nav li.current ul,
ul.nav li.current {background:#ccc !important}
ul.nav li.current ul li a {color:#444; background:#ccc; font-weight:normal;}
ul.nav li.current ul li a:hover {color:#000; background:#fff;}
ul.nav li ul li.current a,
ul.nav li ul li.current a:hover,
ul.nav li.current:hover ul li a:active {color:#666; background:#fff;}


				



/* Gallery
------------------------------------------------ */


#images {
	margin: 0 auto;
  width: 100%;
}

#details {
  color: #000;
}



.gallery
{
    width: 100%;
	cursor: default;
	list-style: none;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}

.gallery img
{
	background: #fff;
	border-color: #e5eac7 #e5eac7 #e5eac7 #e5eac7;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 140px;
	height: 161.875px;
}

.gallery li
{
	background: #e5eac7;
	border-color: #e5eac7 #e5eac7 #e5eac7 #e5eac7;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
}


