/* Global Defaults */
 html, body {
 margin: 0px;
 padding: 0px;
 border: 0px;
 }
 body {
 	font: 1em/1.25 'Granjon LT W01 Roman', Times, serif;
	/*background: url('../img/layout/site_bg.gif') repeat-x;*/
 }
 
 /* Headlines */
 h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 font-weight: normal;
 font-family: 'Granjon LT W01 Roman', Times, serif;
 }
 
 /* Text Styles */
 p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
 }

 blockquote {
 margin: 1.25em;
 padding: 1.25em
 }
 q {
 font-style: italic;
 }
 acronym, abbr {
 cursor: help;
 border-bottom: 1px dashed;
 }
 small {
 font-size:.85em;
 }
 big {
 font-size:1.2em;
 }
 
 /* Links and Images */
 a, a:link, a:visited, a:active, a:hover {
 text-decoration: underline;
 }
 img {
 border: none;
 }
 
 /* Tables */
 table {
 margin: 0;
 padding: 0;
 border: none;
 }
 
 /* Forms */
 form {
 margin: 0;
 padding: 0;
 display: inline;
 }
 label {
 cursor: pointer;
 }
 
 /* Common Classes */
 .clear { clear: both; }
 .floatLeft { float: left; }
 .floatRight { float: right; }
 .textLeft { text-align: left; }
 .textRight { text-align: right; }
 .textCenter { text-align: center; }
 .textJustify { text-align: justify; }
 .blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
 .bold { font-weight: bold; }
 .italic { font-style: italic; }
 .underline { text-decoration: underline; }
 .noindent { margin-left: 0; padding-left: 0; }
 .nomargin { margin: 0; }
 .nopadding { padding: 0; }
 .nobullet { list-style: none; list-style-image: none; }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     line-height: 0;
     content: " ";
     clear: both;
     height: 0;
     width: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* ********************* SITE *********************** */


.site_header {
	width:100%;
	padding:12px 0;
	font-family:'Telex', Times, serif;
}
.site_header h1 {
	font-size:3em;
	margin:0px 0px;
}

/* Menu */
#main_menu {
	width:980px;
	height:42px;
	background-color:#499953;
	font-family:'Granjon LT W01 Roman', Times, serif;
}

/* ************************ Slidy menu ************************ */

#nav_bar {
    float:top;
    margin:0px auto;
    position:relative;
    text-align:center;
    width:100%;
    height:42px;
    overflow:hidden;
}
#home, #about, #exhibitors, #sponsorship, #news, #location, #history, #contact {
    float:left;
    height:84px;
	color:#ffffff;
    border:0px solid white;
    position:relative;
	padding-top:12px;
	padding-bottom:12px;
	padding-left: 48px;
	font-size:1.0em;
	cursor:pointer;
}

#nav_bar a {
    line-height:30px;
    font-size:15px;
    margin:0px;
    padding:6px;
}

.nav_top:hover, .nav_bottom:hover {
	color:#97adac;
}
 
.nav_top, .nav_bottom {
    height:42px;
    float:top;
}

.nav_bottom {
	color:#97adac;
}


/**************************************************************/
/* Site main structure */
#site_wrap {
	width:980px;
	height:100%;
	margin:0px auto;
}

/* Content wrapper */
.content_wrap {
	width:980px;
	background-color:#fff;
	margin:25px 0px;
}

.content_body {
	width:69.5%;
	float:left;
}

.sidebar {
	width: 29.5%;
	margin: 3% 0px 20px 8px;
	border-top:2px solid #499953;
	border-bottom:2px solid #499953;
	background-color:#eee;
	float:right;
}

/**************************************************************/
/* Main content */
#content_header img {
	margin:12px 0px;
}

#caption {
	margin:0px;
	padding:0px;
	font-size:0.7em;
	color:#d2232a;
}

#header_contact a {
	color:#fff;
}
.events_list ul {
	margin:0;
	padding:0;
}

.events_list li {
	margin:6px 0;
	padding:0;
	text-align:center;
	list-style:none;
	font-size:110%;
	font-weight:bold;
}

.events_list a {
	color:#fff;
	background:#499953;
	text-decoration:none;
	display:block;
	width:84%;	
	padding:3%; 
	
-webkit-border-radius: 12px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius: 12px;
-moz-border-radius-bottomleft: 0;
border-radius: 12px;
border-bottom-left-radius: 0;
	
	border:1px solid #499953;
}
.events_list a:hover {
	background:#c9e1cc;
	color:#499953;
}


/**************************************************************/


/********************* IMAGE GALLERY ***************************/
.slideshow_a {
	display:block;
	position:relative;
	float:left;
	padding:0px;
	margin:0;
	left:0;	
}
.slideshow_b {
	position:relative;
	right:271px;
	padding:0px;
	margin:0;
	float:right;
}

#image_gallery {
	background:url('../img/content/sculptures/sculpture_main.jpg') no-repeat;
	margin:0px;
	padding:0px;
	border:0px;
	height:302px;
}



/**************************************************************/

h1 {
	margin:1em 0;
	font-size:1.4em;
	color:#499953;
}

h2 {
	/*background-color:#499953;*/
	color:#499953;
	font-size:1.1em;
	padding:0 3px;
	width:70%;
	/*width:700px;*/
}

p {
	margin-right:20px;
	margin-top:16px;
	margin-bottom:12px;

}

.content_wrap {
	font-family:'Granjon LT W01 Roman', Times, serif;	
	font-size:0.9em;	
	margin:16px 0;
	color:#444;
}


/*********************** Sidebar ***********************/
.sidebar_element
{	
	color:#000;	
	font-family: 'verdana', 'arial', sans-serif;
}
.sidebar ul
{
	padding:0;
	margin:0;
}	
.sidebar li
{
	padding:0;
	margin:0;
	list-style:none;
	width:100%;	
}
.sidebar_element a
{
	display:block;
	width:94%;
	padding:4% 3%;
	text-decoration:none;
	color:#499953;
	border-bottom:1px solid #ccc;
}
.sidebar_element a:hover
{
	color:#000;
	background:#ddd;
}
.sidebar_element a:active, .sidebar_element a:focus
{
	background:#ff9;
	color:#000;
}
.sidebar_element img
{
	clear:both;
}


/* ************************************************** */

/* Footer */

#footer {
	border-top:#499953 solid 3px;
	background-color:#fff;
	clear:both;
	font-size:0.7em;
	padding:10px 10px;
}