/* link colours -------------------------------------------------------- */
a, a:link {
	color: #C59E08;
	text-decoration: none;
	}

a:visited {
	color: #C59E08;
	text-decoration: underline;
	}

a:hover, 
a:active {
	color: #FFCB08;
	text-decoration: underline;
	}

/* fonts --------------------------------------------------------------- */

body {
	color: #3e3e3e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#098845;
}

h2 {
	color:#3F3F3F;
	border-bottom:1px solid #E8F4FE; 
	margin-top:1em;
}

/* content list  --------------------------------------------------------------- */
#content li,  #content-wide li{
	background-image: url(../images/li.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 5px;
	margin-left: 10px;
/*	list-style-image:url(../images/li.gif) ;
	list-style-position:outside;
*/

/*	line-height:1.5;
	padding:0;
	margin:0;
	margin-bottom:5px;
	height:100%;
*/	
}

/* header style -------------------------------------------------------- */
#logoAndDateContainer {
	background-image:url('../images/head_bg.jpg');
	background-repeat: repeat-x;
	background-position:bottom center;
	border:0;
}
#logoAndDateContainer div.inner {
	background-image:url('../images/head_fg1.png');
	background-position:bottom left;
	height:205px;
}

div#logoAndDateContainer div.inner #siteLogo img {
	display:none;
	}
#logoAndDateContainer div.inner #dateVen {
	background-color:#fffbd3;
}
	#logoAndDateContainer div.inner #dateVen p{
		background-color:#000000;
	}

#logoAndDateContainer div.inner #dateVen h2 a {
	color:#cd1717;
	text-decoration:none;
}

#logoAndDateContainer div.inner #dateVen #venue {
color:#9F964F;

}

/* email signup -------------------------------------------------------- */

.mod {
/*    background-color: #ece9e9;
	background-image: url('../images/cal_border.png');
	background-repeat: no-repeat;
	border-top: none;
*/	border-top: 5px solid #054925;
	background-color: #ece9e9;
}

/* side box (opening times) ---------------------------------------------*/

.box { background-color:#ece9e9;}
.box h2 { background:#9e9e9f;color:#000;}

/* footer style -------------------------------------------------------- */

#footer{
/*	background-image: url('../images/footer_tall_bar.png');
	background-repeat: no-repeat;
*/	
}

#sponsors {
	border-top:5px solid #054925;
	border-bottom:5px solid #054925;
/*
	border-top:none;
	border-bottom:none;
	background-image: url('../images/footer_thin_bar.png');
	background-repeat: no-repeat;
	background-position: bottom;
*/	
}


/* Twitter box -------------------------------------------------------- */
#twitter_div {
	background-image:url('../images/twitter.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#B20404;
	border:1px solid #FCD2D2;
}

#twitter_div li span {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#twitter_div li {
	color:#fff;
}

#twitter_div li a {
	color:#fff;
}
#twitter_div li span:before {
    content: url('../images/qopen.png'); 
	margin-right:5px;
}

#twitter_div li span:after {
    content: url('../images/qclose.png'); 
	margin-left:5px;
}

/* Navigation -----------------------------------------------------------*/

#nav  {
}
#nav li {
	background:#7c7c7c;
}

#nav a{ text-decoration:none; }
#nav a:hover{ text-decoration:underline; }

#nav li.active {
	background-repeat:no-repeat;
	background-position:5px 15px;
	background-image:none;
}
#nav li.hasChildren {
	background-image:url(/images/tri_r_orange.gif);
	background-repeat:no-repeat;
	background-position:5px 15px;
}

#nav li.active {
background-color:#054925;
background-image:none;
}

#nav li.hasChildren.active {
	background-image:url(/images/tri_d.gif);
}
#nav li a {
	border-top:1px solid #5F5F5F;
	color:#FFFFFF;
	padding:10px 10px 10px 20px;
	height:1%;
}


#nav li ul li.active a {
background-color:#F4F4F4;
color:#0066CC;
font-weight:bold;
padding:5px 10px 5px 25px;
}



/* Form button colour ---------------------------------------------------*/

form input.button {
	background-color:#054925;
}
input.button{
	cursor:pointer;
}

/* conference */

/* Search bar ---------------------------------------------------*/
#searchContainer{ background-color:#000; }

/* Flash animation ---------------------------------------------------*/
#flashAnim{ margin-bottom:15px; }

/* side language div ---------------------------------------------------*/
#instructions{ text-align:right; }
#languages{ background-color:#ECE9E9; padding:10px; text-align:right; border-top: 5px solid #054925;}
	#languages img { margin-left:10px; }
	
/* gallery  ---------------------------------------------------*/
#content-wide ul.photoGallery, #content ul.photoGallery {
	background:none repeat scroll 0 0 #F1F1F1;
	clear:both;
	list-style:none outside none;
	margin:10px;
	overflow:hidden;
	padding:0;
}
#content-wide .photoGallery li, #content .photoGallery li {
	background-image:none;
	float:left;
	list-style:none outside none;
	margin:0;
	overflow:hidden;
}
#content-wide .photoGallery li a img, #content .photoGallery li a img {
	border:8px solid white;
	margin:5px;
}
	