body {
	background: url("images/mahogany-tile.png");
}

body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: -10px;
	height: 10px;
	width: 100%;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 80px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 80px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 80px 10px rgba(0,0,0,.8);
}

#header {
	margin-top: 2em;
}

#right-header {
	margin-top: 2em;
}

#right-header ul {
	margin-right: -10px;
}
img#header-image {
	padding-bottom: 1em;
	width: 370px;
	height: 92px;
}


p {
	font: 1.1em 'Open Sans', sans-serif;
	line-height: 1.68em;
	max-width: 54em;
}

p.text-cube {
	max-width: 210px;
	margin: 0;
}

p.text-cube img {
	padding: 0 0 .5em 0;
}

#sidebar {
	margin-top: 1em;
}

#sidebar p {
	margin-left: 1.5em;
}

#sidebar h2 {
	margin-left: 1.2em;
}
a.image-link {
	display: block;

}
p.sidebar-text {
	font: 1.1em 'Open Sans', sans-serif;
	margin: 0 0 1.2em 2em;
	color: #777;
	line-height: 1.4em;
}
p.venue {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #444;
	margin-left: 3.7em;
}

a:active, a:focus {
	color: #888;
}

.container {
	box-shadow: 2px 4px 45px 20px #000;
	background: #fff;
	margin-bottom: 60px;
	padding: 0 40px 0 30px;
}

#content {
	margin-top: 1em;
}

.centered-image, .centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#subheader {
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,rgba(1,32,1,1)), color-stop(100%,rgba(0,0,0,1))); */
	height: 3.3em;
} 
img.thumb {
	height: 150px;
	width: 200px;
}

#photo-thumbs p {
	position: relative;
	margin: 0 auto;
}

.ribboned {
	background-image: url("images/hp12c.png");
	background-size:  513px 308px;
	width: 513px;
	height: 308px;
	margin-bottom: 2em;
}

a.hp-link { text-decoration: none; }

 h4{
        text-align: center;
        position: relative;
        color: #fff;    
        margin: 0 5px 30px 2px;
        padding: 14px 0; 
		top: 70px;
		font-size: 1.6em;
        text-shadow: 0 1px rgba(0,0,0,.8);
        background: #5c5c5c;
        background: -moz-linear-gradient(#012001, #001902); 
		background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #012001),color-stop(1, #001902));	
		background: -webkit-linear-gradient(#012001, #001902);	
		background: -o-linear-gradient(#012001, #001902);
		background: -ms-linear-gradient(#012001, #001902);
		background: linear-gradient(#012001, #001902);
		-moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
        box-shadow: 0 2px 0 rgba(0,0,0,.3);
    }
    
    h4:before, h4:after
    {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -10px;
    }
    
    h4:before
    {
        border-width: 0 10px 10px 0;
        border-right-color: #222;
        left: 0;
    }
    
    h4:after
    {
        border-width: 0 0 10px 10px;
        border-left-color: #222;
        right: 0;
    }

	
	span.ribbon-note {
		display: block;
		color: #777;
		font-style: italic;
	}
	
	.disclaimer p {
		margin-top: 4.4em;
		color: #666;
		font: .8em 'Open Sans', sans-serif;
		text-align: justify;
		max-width: none;
	}
	
	
	h2.hp-title {
		background: url('images/hp.png') no-repeat left center;
		background-size: 1.4em 1.4em;
		padding: .2em 0 .2em 1.8em;
	}
/* Main */
#menu{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;  
	background: #012001;
	background: -moz-linear-gradient(#012001, #001902); 
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #012001),color-stop(1, #001902));	
	background: -webkit-linear-gradient(#012001, #001902);	
	background: -o-linear-gradient(#012001, #001902);
	background: -ms-linear-gradient(#012001, #001902);
	background: linear-gradient(#012001, #001902);

	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 220px;
}

#menu a{
	float: left;
	margin: 0;
	height: 19px;
	padding: 0;
	color: #ddd;
	width: 220px;
	font: 1.4em 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
}

#menu li:hover > a{
	color: #999;
}

*html #menu li a:hover{ /* IE6 */
	color: #fafafa;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
	text-align: center;
    padding: 0;    
    display: none;
    position: absolute;
    top: 29px;
    left: 11px;
	width:160px;
    z-index: 99999;    
    background: #001902;
    background: -moz-linear-gradient(#001902, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #001902));
    background: -webkit-linear-gradient(#001902, #111);    
    background: -o-linear-gradient(#001902, #111);	
    background: -ms-linear-gradient(#001902, #111);	
    background: linear-gradient(#001902, #111);
	 -moz-box-shadow: 0 2px 6px #111111;
    -webkit-box-shadow: 0 2px 6px #111111;
    box-shadow: 0 2px 6px #111111;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    
    padding: 10px;
    height: auto;
	text-indent: -44px;
    line-height: 1;
    display: block;
    white-space: nowrap;
	font-size: 1.25em;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{ /*
        background: #0186ba;
	background: -moz-linear-gradient(#222,  #111);	
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
	background: -webkit-linear-gradient(#222,  #111);
	background: -o-linear-gradient(#222,  #111);
	background: -ms-linear-gradient(#222,  #111);
	background: linear-gradient(#222,  #111); */
}

#menu ul li:first-child a{
}


#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a{
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

 
h1, h2, h3 {
	font: 1.65em 'Open Sans', sans-serif;
	color: #004500;
	letter-spacing: 1px;
	font-weight: normal;
}

h2 {
	font: 1.4em Arial;
	color: #004500;
	font-weight: bold;
}

a {
	color: #005600;
}

a:hover {
	color:#004500;
}

.agenda4 a {
	color: #ada;
}

td, th {
	
}

.agenda-table td.time {
	background-color: #555;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.agenda-table .agenda1 {
	background-color: #eee;
}

.agenda-table .agenda2 {
	background-color: #efe;
}

.agenda-table .agenda3 {
	background-color: #ddc;
}

.agenda-table .agenda4 {
	background-color: #012001;
	color: #eee;
}

table {
	width: 600px;
	line-height: 1.67em;
	border-spacing: 1px;
	border-collapse: separate;
}

img.sponsor {
	padding: 0 10px;
}

.gray-box {
	margin: 1.3em 0 0em 2em;
	padding: 2em 2em 0 2em;
	background-color: #eee;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 1px dotted #888;
}

#footer {
	margin: 3em 0 2em 0;
	text-align: center;	
	font: 12px 'Open Sans', sans-serif;
	color: #666;
}

/* ---------------  BUTTONS ----------- */

.button
{
    margin: 10px 10px 0 10px;
    text-decoration: none;
    font: bold 1.3em 'Open Sans', sans-serif; /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #fff;
	background: #003400;
    border: 1px solid #fff; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, .6);            
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);

}

.button, .button span
{
    -moz-border-radius: 6px;
    border-radius: 6px;
	min-width: 7em;
}

.button span
{
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.5em 1em;

    /* The background pattern */

background-image: linear-gradient(bottom, rgb(0,36,12) 32%, rgb(0,74,6) 93%);
background-image: -o-linear-gradient(bottom, rgb(0,36,12) 32%, rgb(0,74,6) 93%);
background-image: -moz-linear-gradient(bottom, rgb(0,36,12) 32%, rgb(0,74,6) 93%);
background-image: -webkit-linear-gradient(bottom, rgb(0,36,12) 32%, rgb(0,74,6) 93%);
background-image: -ms-linear-gradient(bottom, rgb(0,36,12) 32%, rgb(0,74,6) 93%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.32, rgb(0,36,12)),
    color-stop(0.93, rgb(0,74,6))
); 


}


.button:hover
{
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
	color: #999;
}

.button:active
{
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}

 /* submit message button */
 .submit-button {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	height: 30px;
	padding: 0 1.2em;
	color: #fff;
	background: #003400;
	font-family: 'Open Sans', sans-serif;
	
 }

/* ------------------------------------------------------------------ */

fieldset {
	-moz-border-radius: 9px;
	border-radius: 9px;
	border: 0px dotted #888;
	padding: 0 0 0 3px;
	margin: 0 0 .5em 0;
}

input.text {
	font-size: inherit;
	width: 12em;
	margin: 0 4em 0 .6em;
}

label {
	font-size: inherit;
	font-family: 'Open Sans', sans-serif;
}

textarea {
	font-family: 'Open Sans', sans-serif;
	height: 10em;
	max-width: 96%;
}










nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
  /* background: #eee; */
  border-bottom: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;    
}

nav li {
  float: left;          
}

nav #login {
  border-right: 1px solid #ddd;
  -moz-box-shadow: 1px 0 0 #fff;
  -webkit-box-shadow: 1px 0 0 #fff;
  box-shadow: 1px 0 0 #fff;  
}

nav #login-trigger,
nav #signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 #fff; 
}

nav #signup a {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

nav #login-trigger {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

nav #login-trigger:hover,
nav #login .active,
nav #signup a:hover {
  background: #fff;
}

nav #login-content {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;    
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);  
  padding: 15px;
  -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  box-shadow: 0 2px 6px rgba(0,0,0,.9);
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}

nav li #login-content {
  right: 0;
  width: 242px;  
}

/*--------------------*/

#inputs input {
  background: #f1f1f1;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 240px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px #ccc inset;
  -webkit-box-shadow: 0 1px 1px #ccc inset;
  box-shadow: 0 1px 1px #ccc inset;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  -moz-box-shadow: 0 0 0 1px #e8c291 inset;
  -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
  box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/

#login #actions {
  margin: 0;
}

#login #submit {		

background-image: linear-gradient(bottom, rgb(0,36,12) 32%, rgb(0,74,6) 93%);
background-image: -o-linear-gradient(bottom, rgb(0,36,12) 32%, rgb(0,74,6) 93%);
background-image: -moz-linear-gradient(bottom, rgb(0,36,12) 32%, rgb(0,74,6) 93%);
background-image: -webkit-linear-gradient(bottom, rgb(0,36,12) 32%, rgb(0,74,6) 93%);
background-image: -ms-linear-gradient(bottom, rgb(0,36,12) 32%, rgb(0,74,6) 93%);

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.32, rgb(0,36,12)),
    color-stop(0.93, rgb(0,74,6))
); 

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #000;
  float: left;
  height: 30px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff;
}

#login #submit:hover,
#login #submit:focus {		
	color: #888;
}	

#login #submit:active {		
  outline: none;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#login #submit::-moz-focus-inner {
  border: none;
}

#login label {
  float: right;
  line-height: 30px;
}

#login label input {
  position: relative;
  top: 2px;
  right: 2px;
}