/* =================== DEFAULT =================== */

body {
	background: #899738 url('http://womad.assets.katalyst.com.au/images/bkgnd.png') no-repeat top center;
}

a:link { 
	color: #000000;
	text-decoration: none;
	}
	
a:visited { 
	color: #000000;
	text-decoration: none;
	}
	
a:hover { 
	color: #d81922;
	text-decoration: none;
	}
	
a:active { 
	color: #d81922;
	text-decoration: none;	
	}
	
#main a:link { 
	color: #d81922;
	text-decoration: none;
	}

#main a:visited { 
	color: #d81922;
	text-decoration: none;
	}

#main a:hover { 
	color: #000000;
	text-decoration: none;
	}

#main a:active { 
	color: #000000;
	text-decoration: none;	
	}

h1 {
	padding-top: 10px;
	font-size: 32px;
	color: #d81922;
	font-family: "TradeGothic-CondEighteen", inherit;
	font-weight: normal;
}
h2 {
	padding-top: 10px;
	font-size: 24px;
	color: #d81922;
	font-family: "TradeGothic-CondEighteen", inherit;
	font-weight: normal;
}

h3 {
	padding-top: 10px;
	font-size: 18px;
	color: #d81922;
	font-family: "TradeGothic-CondEighteen", inherit;
	font-weight: normal;
}
h4 {
  font-size:14px;
  font-weight:bold;
  margin-bottom:0px;
}

p {
	margin: 0 0 10px 0;
}

/* =================== NAVIGATION =================== */

#primary-navigation ul {
	list-style: none; 
	margin: 0; 
	padding: 0
}

#primary-navigation ul li {
	position: relative;	
	display: block;	
	float: left; 
	padding: 0px;
}


#secondary-navigation {
		background: #fff url('../images/subnav-bkgnd-bot.jpg') bottom;
		margin-top:10px;
}

#secondary-navigation .content {
	background: #fff url('../images/subnav-bkgnd-top.jpg') top;
}

#secondary-navigation .content {
	font-size: 16px;
}

#secondary-navigation .content li {
	list-style-type: none;
	line-height: 16px;
	margin-bottom: 8px;
}

#secondary-navigation .content ul {
	list-style-type: none;
	margin: 0 10px 10px 10px;
	padding-top: 10px;
}

#artist-nav ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
	display: block;
	width: 100%;
}

#artist-nav ul li {
	position: relative;	
	display: block;	
	float: left; 
	padding: 0px;
	border: 1px solid #999;
	text-align: center;
	width: 15px;
	margin-left: 2px;
	font-size: 10px;
	color: #999;
}


#artist-nav ul li a:link { 
	color: #003479;
	text-decoration: none;
	}
#artist-nav ul li a:visited { 
	color: #003479;
	text-decoration: none;
	}
#artist-nav ul li a:hover { 
	color: #9b243e;
	text-decoration: none;
	}
#artist-nav ul li a:active { 
	color: #003479;
	text-decoration: none;	
	}
	
	#artist-nav ul li.act{
		background: white;
		color: #9b243e;
	}	


/* =================== GENERAL =================== */

#header {
	margin-top: 60px;
	margin-bottom:5px;
}

#footer {
		margin-bottom: 20px;
}

#footer ul {
	list-style: none; 
	margin: 0; 
	padding: 0

}

#footer ul li {
	position: relative;	
	display: block;	
	float: left; 
	padding: 0px;
}


#quicklinks {
	margin-top: 10px;
}

#follow {
	margin-top: 20px;
}

#follow ul li {
	margin-top: 10px;
	padding-left: 10px;
}


#dates ul li {
	margin-top: 10px;
	padding-left: 10px;
}

#quicklinks li, #follow li, #dates li {
  float: left;
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

#quicklinks ul, #follow ul, #dates ul {
	list-style-type: none;
	margin: 0px;
}

#quicklinks img, #follow img, #dates img {
	display: block;
}


#banner {
	background: #fff url('../images/banner-bkgnd.png');
	height:310px;
  width: 720px;
  margin-top:10px;
}

#banner img {
  margin: 12px 0 0 12px;
}



#content, #sponsors {
		background: #fff url('../images/content-bkgnd-bot.png') bottom;
		margin-top: 10px;
}

#content .content, #sponsors .content {
	background: #fff url('../images/contnet-bkgnd-top.png') top;
  padding: 10px 10px 0 10px;
}

#artist-thumbs img {
	padding: 1px;
	border: 1px solid #999;
	margin-right: 5px;
}

#artist-summaries {
  margin: 20px 0;
}

.artist-summary
{
/*  display: block;*/
/*  float: left;*/
  margin-bottom: 10px;
  width: 230px;
}

.artist-summary img {
  float: left;
  margin-right: 10px;
	padding: 1px;
	border: 1px solid #999;

}

.artist-summary p.additional {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

.artist-summary p.description
{
	display: none;
}

/* .artist-summary:hover */

.artist-summary:hover
{
  background: #fff;
	border: 1px solid #999;
  height: 78px;
  padding: 5px;
  width: 218px;
}

.artist-summary:hover img
{
  display: none;
}

.artist-summary:hover  p.additional
{
  float: none;
  width: auto;
}

.artist-summary:hover  p.description
{
	display: block;
}

/* .video */

.video {
/*  display: none;*/
  text-align: center;
}

.video #thecontent {
  margin: 0 auto;
  width: 400px;
}

/* */


/*div.showgrid #secondary-navigation {
  background: transparent;
}

div.showgrid #secondary-navigation .content {
  background: transparent;
}

div.showgrid #content, #sponsors {
background: transparent;
}

div.showgrid #content .content, #sponsors .content {
background: transparent;
}*/

/* news */

#news
{
  background: transparent url('/images/lastest-news-bottom-bg.png') no-repeat bottom center;
  margin-bottom: 10px;
  width: 200px;
}

#news .content
{
  background: transparent url('/images/latest-news-top-bg.png') repeat-y top center;
  padding: 10px 10px 0 10px;
  width: 180px;
}

#news h4
{
  color: #003479;
  font-size: 12px;
  margin-bottom: 0;
}

.fieldWithErrors { display: inline; }