

/* Global Tag Definitions */
@import url("globals.css");



/* layout
----------------------------------------------*/
body {
	text-align: center;
}
#wrapper {
     width: 775px;
     margin: 0 auto;
     text-align: left;
     background: url(../images/wrapper-bg.jpg) repeat-y right top;
}

#content-container {
     width: 554px;
     float: right;
     clear: both;
}
#content {
	padding: 63px 26px 0 26px;
}
#content img {
	margin: 0 0 27px 0;
}
#left-col-container {

     width: 221px;
     float: left;
	 clear: left;
}
#left-col {
	padding: 63px 0;

}
#left-col ul {
	padding: 68px 0;

}
#thumbs {
	width: 139px;
}
#thumbs .row {
	margin: 0 0 10px 0;
}
#thumbs img {
	vertical-align: top;
	margin-right: 10px;
}
#event {
	padding: 0 0 17px 0;
	border-bottom: 1px solid #3D4047;
	margin: 0 0 24px 0;
}


/*Typography
----------------------------------------------*/
body {
	color: #3D4047;
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #2D3138;
}

#content p {
	font-size: 12px;
	line-height: 21px;
	margin: 0 0 21px 0;
}
#event p {
	margin: 0;
}
#event .title {
	font-size: 15px;
}
#left-col {
	color: #F5EACD;

}
#left-col h1 {
	font-size: 19px;
	margin: 0;
	padding: 0;

}
#left-col p.email {
	font-size: 11px;


}
#left-col ul {
	font-size: 11px;

}
#left-col li {
	margin: 0 0 17px 0;
}
label {
	font-size: 12px;
}

/* Links
----------------------------------------------*/

a:link {
	text-decoration: none;
	color: #F5EACD;
}
a:visited {
	text-decoration: none;
	color: #F5EACD;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
a:focus{

}
ul#nav li a:link {
	color: #F5EACD;
	text-decoration: none;
}
ul#nav li a:visited {
	color: #F5EACD;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
ul#nav li a:active {
	text-decoration: none;
}

ul#nav li a.current {
	
}

/* Forms 
----------------------------------------------*/

#contact-form div {
	margin-bottom: 33px;
}
input, textarea {
	margin-top: 6px;
}

/* Validation */

#contact-form input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

#contact-form input.required, #contact-form textarea.required {
	/*border: 1px solid #00A8E6;*/
}
#contact-form input.validation-failed, #contact-form textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
#contact-form input.validation-passed, #contact-form textarea.validation-passed {

}

#contact-form .validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

#contact-form .custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* Misc
----------------------------------------------*/

/* 100 Percent Height. 
----------------------------------------------*/

html, body {
	height: 100%;
}
#wrapper{ /* div you want to stretch */
	min-height: 100%;
}

/* Put this in a conditional comment for 6 and below
#wrapper {
	height: 100%;
}*/


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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */