/* basics */

body {
	margin:0; padding:0;
	font: 13px arial,helvetica,clean,sans-serif;
	color:#493e33;
	background: #7e0403 url(../../img/gbl/bg-body.jpg) 0 0 repeat-x;
	text-align: center;
	}
	
body * {line-height: 1.22em;}

h1, h2, h3, h4, h5, h6,
p,
blockquote,
form,
label, dl, ul, ol,
address {
    margin: 0 0 1em 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	margin: 0 0 1em 0; padding: 0;
	color:#493e33;
	}

h1 {font-size: 2em;font-weight:normal;margin-bottom:5px;}
h2 {font-size: 136%;font-weight:normal;}
h3 {font-size: 115%;}
h4 {font-size: 105%;}


/* images and misc. */

img{ border: none; }
img a{border:none;}

img.left{ float: left; border: none; }
img.right{ float: right; border: none; }

img.floated {float: left;margin: 0 15px .5em 0; border:none;}
img.floated.alt {float: right;margin: 0 0 .5em 15px; border:none;}

blockquote{ margin:15px; padding:0 12px 0 12px;}

code{ margin:10px; font-family:"Courier New", Courier, monospace;}
	
.clear { clear:both;}

select, input, textarea {font: 99% arial,helvetica,clean,sans-serif;}

hr {background: #ccc;border: 0;color: #ccc;height: 1px;margin: 0 0 10px;}


/* links */

a{ color:#6b0808; text-decoration:underline; border: none;}
a:hover{color:#840b0b;text-decoration: underline; border: none;}


/* container */

#container {
	width: 960px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	}
	
/* header */

#header {
	width:313px;
	float:left;
	margin-bottom:15px;
	}
	
	#sidebar {
		width:219px; height:635px;
		background:url(../../img/gbl/sidebar-bg.png) 0 0 no-repeat;
		float:left;
		margin-top:99px;
		margin-bottom:15px;
		margin-left:60px;
		}

	#logo {
		margin:32px 0 0 22px;
		}

	#ribbon {
		width:345px; height:66px;
		position:absolute;
		top:277px; left:-32px;
		}
		
	#ribbon-tip {
		width:53px; height:32px;
		position:absolute;
		top:289px; left:313px;
		}
		
	#tagline {
		margin-top:100px;
		text-align:center;
		}

		#tagline h3 {
			margin-bottom:-3px;
			font-size:13px;
			}
		
	#header-feature {
		width:162px;
		margin-top:25px;
		margin-left:30px;
		color:#272119;
		}				
		
		#header-feature p {
			margin-top:25px;
			margin-bottom:25px;
			}
			

/* slideshow */

#content-feature {
	width:540px; height: 240px;
	background:url(../../img/gbl/bg-content-feature.png) 0 0 no-repeat;
	float:right;
	margin-top:30px;			
	margin-right:82px;
	margin-bottom:50px;
	}
	
	#slideshow {
		padding:4px 0 0 4px;
		}			


/* main menu */

#menu {
	width:590px; height:44px;
	float:right;
	margin-right:57px;
	}

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

		#menu li {
			margin: 0; padding: 0;
			float: left;
			}
			
			#menu li.last {
				margin-right:0;
				}

			#menu a {
				width:114px; height:44px;
				display:block;
				overflow:hidden;
				text-indent:-999em;
				margin-right:5px;
				}
				
				#menu a#home {
					background:url(../../img/gbl/menu-home.jpg) 0 0 no-repeat;
					z-index:5000;
					}
					
					#menu a#home:hover {
						background-position:0 -44px;
						}
						
				#menu a#menu {
					background:url(../../img/gbl/menu-menu.jpg) 0 0 no-repeat;
					}
					
					#menu a#menu:hover {
						background-position:0 -44px;
						}
						
				#menu a#photos {
					background:url(../../img/gbl/menu-photos.jpg) 0 0 no-repeat;
					}
					
					#menu a#photos:hover {
						background-position:0 -44px;
						}
						
				#menu a#events {
					background:url(../../img/gbl/menu-events.jpg) 0 0 no-repeat;
					}
					
					#menu a#events:hover {
						background-position:0 -44px;
						}
						
				#menu a#contact-us {
					background:url(../../img/gbl/menu-contact-us.jpg) 0 0 no-repeat;
					margin-right:0;
					}
					
					#menu a#contact-us:hover {
						background-position:0 -44px;
						}

				#menu a.current {
					background-position:0 -44px !important;
					}
	

/* content */

#content {
	width:647px;
	float:right;
	margin-bottom:25px;
	}
		
	#content-top {
		margin-top:30px;
		height:10px;
		background:url(../../img/gbl/content-top.jpg) 0 0 no-repeat;
		}

	#content-primary {
		width: 595px;
		float: right;
		background:url(../../img/gbl/bg-content-primary.jpg) 1px 0 repeat-y;
		margin-right:53px;
		}

		#content-primary-inner {
			padding: 15px 28px;
			}
			
	#content-bottom {
		height:15px;
		background:url(../../img/gbl/content-bottom.jpg) 0 0 no-repeat;
		}	


/* footer */

#footer {
	font-size: 82%;
	background:url(../../img/gbl/footer-bg.jpg) 0 0 repeat-x;
	position: relative;
	height:97px;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	}

	#footer-inner {
		padding: 10px 10px 0 10px; 
		color: #bca892;
		}

		#footer p {
			margin: 10px 0 0 0; padding: 0;
			line-height:15px;
			}
			
		#footer a {
			color:#bca892;
			text-decoration:underline;
			}
			
			#footer a:hover {
				color:#d5c3af;
				}
				
			#footer .copyright {
				text-align: center;
				margin-top:20px;
				}
				
				
/* misc. */

#photo-gallery {
	margin-top:	30px;
	}
	
	
/* forms */

form {
	width: 100%;
	margin: 0 0 20px 0; padding: 0;
	clear: both;
	}

	fieldset {
		margin: 0 0 10px 0 !important; padding: 10px;
		border: 1px solid #eee;
		}

		legend {
			display: none;
			}

		.fieldgroup label {
			display: block;
			float: left;
			margin: 0 0 5px 0;
			width: 49%;
			}

		.fieldgroup.extended label {
			width: 100%;
			}

			 .prelabel, .inline-labels .prelabel {
				width: 32%;
				float: left;
				padding: 2px 0;
				}

			.fieldgroup input, .fieldgroup textarea, .fieldgroup select {
				float: left;
				width: 62%;
				margin: 0; padding: 0;
				}
			
			.fieldgroup input {
				background-color: #f5efef !important;
				}

			.fieldgroup.extended textarea {
				float: left;
				width: 95%;
				margin: 0; padding: 0;
				}
				
.fieldgroup {
	width: 100%;
	float: left;
	padding: 0;
	}

	#content .btnset {
		padding: 0 0 10px 0; margin: 0;
		position: relative;
		}
				
		.btnset button {
			display: block;
			display: inline; 
			float: left;
			margin: 0 3px 0 0;
			background-color: #f5f5f5;
			border: 1px solid #dedede;
			border-top: 1px solid #eee;
			border-left: 1px solid #eee;
			font-size: 92%;
			line-height: 130%;
			text-decoration: none !important;
			color: #565656;
			cursor: pointer;
			padding: 4px 8px; 
			}
	
		.btnset button {
			width: auto;
			overflow: visible;
			padding: 4px 7px 3px 7px; 
			}
	
		.btnset button[type] {
			padding: 5px 7px 5px 7px; 
			line-height: 16px;
			}
	
		.btnset a:hover {
			background: #f4f4f4;
			color: #666;
			}
	
.tip {
	clear: left;
	margin: 0 0 10px 0; color: #675848;
	font-size: 85%;
	}

.legend {
	color: #675848;
	margin: 0 0 10px 0; padding: 0;
	font-size:11px;
	}