/*	
	Copyright (c) 2007 blondedigital.com.
	Doc: master.css
	Revision: 1.0
*/

body{
	margin:0;
	padding:0;
	font: 72%/1em Arial, Helvetica, sans-serif;
	color:#333;
	text-align: center;
	background:#fff;
}

p, table{
	font-size:1em;
	line-height:1.4em;
}

img{
	border:0;
}

a{
	color:#333;
}

a:hover{
	
}

a:visited{
	
}

h2{
	font-size:1.2em;
	line-height:1.2em;
}

h1{
	font-size: 1.4em;
	line-height: 1.4em;
}
h3, h4, h5{
 line-height: 1.2em;
 font-size: 1.1em;
}


/*////////////////////////////*/
/*header layout*/
/*////////////////////////////*/

#header{
	position:relative;
	width:760px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:url('../img/header_bg.jpg') no-repeat;
}

#logo{
	position:absolute;
	top:13px;
	left:36px;
	margin:0;
}

#site_title{
	position:absolute;
	left:170px;
	bottom:0;
	margin:0;
	padding:13px 19px 10px 19px;
	background:#fff;
}

#cart_navigation{
	position:absolute;
	right:25px;
	_right: 15px;
	top:73px;	
	margin:0;
	list-style-type:none;
	background:url('../img/cart_ico.gif') no-repeat;
	height:28px;
	padding:0 0 0 30px;
}

#cart_navigation li{
	float:left;
	position:relative;
	top:5px;
	display:inline;
	margin-right:10px;
}

/*////////////////////////////*/
/*main content layout*/
/*////////////////////////////*/


#main_content{
	position:relative;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:7px;
}

#main_content h1{
	font-size:1.2em;
	line-height:1.4em;
}

#menu_holder{
	float:left;
	background:#89a5cd;
	width:149px;
	padding:14px 10px 6px 10px;
}

#menu{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:1.1em;
}

#menu li{
	margin-bottom:3px;
	_margin-bottom: 0;
	line-height: 0;
}

#menu .selected {
	background:url('../img/subnav_bg.gif');
	_margin-bottom: 3px;
}

#menu .selected ul{
	list-style-type: none;
	margin:0;
	padding:0 0 10px 0;
}

#menu .selected ul li{
	background:url('../img/link_dot_bg.gif') no-repeat 0 0.3em;
	padding-left:15px;
	margin-left:20px;
	margin-bottom:0.5em;
	line-height: 1.2em;
}

#countdown{
	margin-top:5px;
}

#content{
	float:left;
	width:412px;
	_width:411px;
	overflow: hidden;
	margin:0 5px 0 5px;
}

#content a{
 color: #53638e;
}

#content a:hover{
 text-decoration: none;
} 

/*////////////////////////////*/
/*support col layout*/
/*////////////////////////////*/

#support_material{
	float:left;
	width:169px;
	_width: 168px;	
}

#support_material div{
	position: relative;
}

#brochure_download{
	height:179px;
	background:#DDE8F7 url('../img/brochure_thumb.jpg') no-repeat 72px 66px ;
	border-top:5px solid #BCD1F0;
	padding:5px;
}

#brochure_download h5{
	margin-top:0px;
}

#brochure_download p{
	width:75px;
}

.news_home{

	height:227px;
}
#news_display{
	background:#DDE8F7;
	border-top:5px solid #BCD1F0;
	padding:5px;
	margin-top:6px;
}

#news_display h5{
	margin-top:5px;
}

#news_display .news_item a{
	color:#666;	
	text-decoration: none;
}

#news_display .news_item a:hover{
	text-decoration: underline;
}

#news_display .news_item{
	padding-bottom:0.5em;
	border-bottom:1px solid #666;
	_width:150px;
}

.news_image{
	background:#DDE8F7;
	border-top:5px solid #BCD1F0;
	padding:5px;
	margin-top:6px	
}

#related_files{	
	background:#DDE8F7;
	border-top:5px solid #BCD1F0;
	padding:5px;
	margin-top:6px;
}

#related_files .files_item{
	padding-bottom:0.5em;
	border-bottom:1px solid #666;
	_width:150px;
}

#related_files .files_item a{
	color:#666;	
	text-decoration: none;
}

#related_files .files_item a:hover{
	text-decoration: underline;
}

#event_rhs{	
	background:#DDE8F7;
	padding:5px;
	width: 159px;	
	_width: 158px;
}

#event_rhs a{
	word-wrap: break-word;
}


#gallery_tags{	
	background:#DDE8F7;
	border-top:5px solid #BCD1F0;
	padding:0 5px 10px 5px;
}

#gallery_tags .gallery_tag{
	_width:150px;
	_margin: 0 0 5px 0;
}
#gallery_tags form{
	margin: 0;
}

#gallery_tags .gallery_tag a{
	color:#666;	
	text-decoration: none;
}

#gallery_tags .gallery_tag a:hover{
	text-decoration: underline;
}


/*////////////////////////////*/
/*footer layout*/
/*////////////////////////////*/

#footer{
	position:relative;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:#dde8f7;
	height:5em;
	margin-top:1em;
}

#language_selection{
	position:absolute;
	margin:0;
	padding:0;
	top:1em;
	left:1em;
	list-style-type:none;
}

#language_selection li{
	float:left;
	display:inline;
	margin-right:10px;
}

#terms_menu{
	position:absolute;
	margin:0;
	padding:0;
	top:2.5em;
	left:1em;
	list-style-type:none;
}

#terms_menu li{
	float:left;
	display:inline;
	margin-right:10px;
}

#sponsors_menu{
	position:absolute;
	margin:0;
	padding:0;
	top:1em;
	right:10px;
	list-style-type:none;
}

#sponsors_menu li{
	float:left;
	display:inline;
	margin-right:10px;
}

/*////////////////////////////*/
/*secondary search*/
/*////////////////////////////*/

#search_secondary_level{
	border-top:5px solid #BCD1F0;
	background:#DDE8F7;
	padding:5px;
	_padding: 5px 5px 1px 5px;
}

#search_secondary_level h5{
	margin-top:4px;
}

#search_secondary_artform{
	
}


#search_secondary_artform select{
	_margin-left: 1px;
}

#search_secondary_date{
	position:relative;
	margin-top:10px;
}

#search_secondary_date input{
	width:77px;
}
#search_secondary_level label{
	display:block;
	margin:0.5em 0;
}

#search_secondary_level #to_date{
	margin-left:25px;
	_margin-left:29px;
}
#search_secondary_level #from_date{
	margin-left:10px;
	_margin-left:11px;
}
#calender_but_to,#calender_but_from{
	position:relative;
	top:5px;
	_top:4px;
	left:2px;
}
#event_image{
	float: right;
	display: inline;
	margin-left: 10px;
}

#content ul li{
	line-height: 1.1em;
	margin-top: 3px;
}

#search_submit{
	text-align:center;
	_margin-top:4px;
	margin-top: 10px;
}
#search_secondary_level #search_submit{ margin-top: 4px;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
