/* CSS Document */

/*
THEME COLORS

#f2e5a0		- light beige
#f2cb05		- deep gold
#96b661		- light forest
#3c530c		- dark forest
#bf4b60		- red poker chip
*/

html, body {
	padding:0;
	margin:0;
}

body {
	background-color:black;
	color: #f2e5a0;
	font-family:Helvetica, Arial, sans-serif;
}

h2, h3, h4, h5 {
	clear:both;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#f2cb05;
	margin:15px 0 0 0;
	padding:0px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#96b661;
	margin:10px 0 5px 0;
	padding:0px;
	text-align:center;
}

img {
	border:none;
}

p.center, p.center img {
	text-align:center;
	float:none;
	margin:0px 10px 0px 10px;
}

p.center {
	display:block;
}

p img, ul.event-pictures li a img {
	background-color:#3c530c;
	border:1px solid #96b661;
	padding:3px;
}

p img {
	float:left;
	margin:0px 20px 0px 0px;
}

p img.right {
	float:right;
	margin:0px 0px 0px 20px;
}

p.error {
	background-color:#bf4b60;
	border:1px solid #96b661;
	padding:3px;
	color:white;
	font-weight:bold;
}

p {
	text-align:left;
	font-size:12px;
	padding:0px;
	margin:5px 10px 15px 10px;
	overflow:hidden;
}

li {
	font-size:12px;
}

a, a:visited {
	color:#f2e5a0;
	color:#f2cb05;
}

a:hover {
	color:#b43;
}

/* Container */

	#container {
		width: 850px;
		margin:auto;
	}

/* /Container */
/* Header */

	#header {
		width:850px;
		height:130px;
		background:no-repeat url(/media/images/banner_top.jpg);
		position:relative;
	}
	
	.facebook {
		position:absolute;
		right:10px;
		bottom:10px;
		top:40px;
		height:30px;

	}
	
	.logo {
		position:absolute;
		left:15px;
		top:15px;
	}

/* /Header*/
/* Menu */

	#menu {
		height: 50px;
		margin: 0 auto; 
		padding: 0;
		background:url(/lib/style/images/header.jpg) no-repeat;
	}
	
	#menu ul {
		margin: 0;
		padding: 0;
		padding-left: 10px;
		list-style: none;
		line-height: normal;
	}
	
	#menu li {
		float: left;
		height: 50px;
		background: url(/lib/style/images/separator.png) no-repeat right center;
	}
	
	#menu li.last {
		background: none;
	}
	
	#menu a {
		display: block;
		margin-top: 10px;
		margin-right: 3px;
		padding: 7px 22px 7px 22px;
		text-decoration: none;
		font-size: 13px;
		border: none;
		color:#ffefbf;
	}
	
	#menu a:hover {
		color:#f2cb05;
	}

/* /Menu */
/* Content */

	#content {
		
	}

	#content-left {
		width:550px;
		float:left;
	}

	#content-right {
		margin-right:-2px;
		width:300px;
		float:right;
	}

/* /Content */
/* =side-block */

	.side-block-top {
		background:url(/lib/style/images/block-top.jpg) no-repeat top center;
		padding:0px;
		padding-top:15px;
	}

	.side-block {
		background:url(/lib/style/images/block-middle.jpg) repeat-y;
		padding:0px;
		margin:0px;
		margin-top:10px;
	}

	.side-block-bottom {
		background:url(/lib/style/images/block-bottom.jpg) no-repeat bottom center;
		padding:0px 10px 15px 10px;
		overflow:hidden;
	}
	
	.side-block h1{
		margin:0px;
		padding:0px;
		color:#f2cb05;
		font-family:Helvetica, Arial, sans-serif;
		font-size:1.4em;
	}

/* /side-block */
/* =Footer */

	#footer {
		width:850px;
		height:130px;
		background:url(/media/images/bottom_banner.jpg) no-repeat;
		position:relative;
		clear:both;
		margin-top:20px;
	}

	#footer ul {
		margin:0;
		padding:3px 0 0 0;
		list-style: none;
		margin:auto;
		width:380px;
	}
	
	#footer li {
		float:left;
		color:#000000;
		padding:0 5px;
	}
	
	#footer a {
		text-decoration: none;
		font-size:11px;
		font-weight:bold;
		color:#000000;
		border:none;
	}
	
		#copyright {
			position:absolute;
			bottom:0px;
			width:100%;
		}
	
		#copyright p{
			clear:both;
			font-size:11px;
			color:#000000;
			padding:0;
			margin:0 0 4px 0;
			text-align:center;
		}
/* /Footer */






ul.event-pictures {
	margin:0px;
	padding:0px;
}

ul.event-pictures li {
	list-style:none;
	float:left;
	margin-right:0;
	margin-bottom:20px;
	text-align:center;
	width:33%;
}

.clear {
	clear:both;
}

td.adp-substep, div.gmnoprint {
	color:black;
}

/* BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#3c530c;
    border:1px solid #2c4300;
    border-top:1px solid #96b661;
    border-left:1px solid #96b661;

	font-family:Helvetica, Arial, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#f2e5a0;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttons .secondary {
	float:right;
}

.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	background-color:transparent;
    margin:0 3px -2px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
.buttons {
	clear:both;
	min-height:30px;
	margin-top:5px;
}

.buttons.indented {
	margin-left:150px;
	padding-left:15px;
	border-left:solid 1px #CCC;
}
/*END BUTTONS*/

.content {
	margin-top:10px;
	text-align:left;
}

.file-list {
	color:white;
	text-align:left;
	list-style:none;
}

.file-list a{
	background:no-repeat url(/media/images/icons/disk.png);
	padding-left:20px;
}

p.disclaimer {
	font-size:10px;
}

div.pictures {
	background-color:#3c530c;
	border:1px solid #96b661;
	text-align:center;
}

div.pictures img {
	padding:3px;
}

#photoholder {
}

.side-block-bottom div.pictures {
	margin:0 11px 6px 11px;
	overflow:hidden;
}

form {
	font-size:12px;
	margin:0px 8px 3px 8px;
	border:none;
	padding:3px;
}

form div.buttons {
	margin-top:14px;
}

form fieldset {
	margin:0px;
	padding:5px;
	margin-bottom:5px;
	border:1px solid #96b661;
	background-color:#3c530c;
}

form fieldset legend {
	color:#f2cb05;
	font-size:1.4em;
	font-weight:bold;
}

form fieldset div.input textarea,
form fieldset div.input input,
form fieldset div.input select
{
	margin-left:3px;
	border:2px solid #96b661;
	color:#3c530c;
}

form fieldset div.input textarea:focus,
form fieldset div.input input:focus,
form fieldset div.input select:focus
{
	border:2px solid #bf4b60;
}

form fieldset div.input label {
	display:block;
	font-weight:bold;
	margin-top:3px;
}

form fieldset div.input label.list {
	display:inline;
	font-weight:normal;
	margin:0px 3px 0 3px;
	float:left;
}
