/*
	Default CSS Style Sheet for the Bideford Folk Festival 2007 Website
	Main blue 	#0033CC
	Dark blue 	#00248F
	Light blue	#BFCFFF
	Pastel blue	#809FFF
*/

*{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	
}

body{
	background-color: #FFFFCC;
	width: 800px;
}


h1{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

h2{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

h3{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

#header2008{
	border-bottom:2px solid #F50D0B;
}

#header2008 li{
	font-weight:bold;
	text-align:center;
}

#bfflogo {
	height: 50px;
	width: 500px;
	clear: none;
	text-align: center;
	float: left;
}

#content{
	text-align:justify;
	clear:both;
	float: left;
	width:100%;
	margin-top: 5px;
}

#content a:link, a:visited, a:hover{
	color:#FF0000;
}

#content img.left{
	padding: 0 10px 5px 5px;
	clear: both;
	float: left;
}

#content img.right{
	padding: 0 5px 5px 5px;
	clear: both;
	float: right;
}

#content a#latestnews:link,a#latestnews:visited{
	border: 2px solid #FF0000;
	text-decoration:none;
	font-size:14px;
	color:#FF0000;
	clear:both;
	font-family:inherit;
	font-weight:bold;
}
#content a#latestnews:hover{
	border: 2px solid #FF0000;
	text-decoration:none;
	font-size:14px;
	color:#000099;
	clear:both;
	font-family:inherit;
	font-weight:bold;

} 

#contentwithmenu{
	text-align:justify;
	float: right;
	width:80%;
	margin-top: 5px;
}

#contentwithmenu iframe{
	border:none;
}

#contentwithmenu img.left{
	padding: 0 10px 5px 5px;
	clear: both;
	float: left;
}

#contentwithmenu img.right{
	padding: 0 5px 5px 5px;
	clear: both;
	float: right;
}

#center{
	clear: both;
	float:none;
	text-align:center;
	width: 800px;
	margin-top: 5px;
	height: 98px;
}

#center img{
	padding: 0 5px 5px 5px;
}

#footer{
	border-top:solid 2px #f50d0b;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 9px;
	color:#333333;
}

#footer strong{
	font-size:9px;
}

#header {
	border-bottom: solid 2px #f50d0b;
	height: 104px;
	width: 100%;
}



#logo{
	width: 58px;
	height: 98px;
	float:left;
	background-image: url(../assets2007/resizeblueviolinlogo.jpg);
	border:solid 1px #f50d0b;
	padding-bottom: 2px;
}

#menu{
	float:left;
	width: 19%;
	margin-top: 5px;
	padding-top:2px;
	padding-bottom::2px;
	clear: both;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	list-style:none;
	width: 98%;
	border:2px solid #000000;
	margin-top: 6px;
	margin-bottom: 6px;
}

#menu a{
	text-decoration:none;
}

#sponsor_logos{
	clear:both;
	text-align: center;
	width: 100%;
	margin-top: 5px;
}

#sponsors{
	clear:both;
	text-align: justify;
	width: 100%;
	margin-top: 5px;
}

#sponsors ul{
	margin:0px;
	padding:0px;
}

#sponsors li{
	list-style: none;
	display: inline;
}

#sponsors a:visited,a:link{
	color: #f50d0b;
}

#sponsors a:hover{
	color: #0066CC;
}



#title{
	width: 230px;
	height: 33px;
	float: right;
	color: #f50d0b;
	margin-bottom: 2px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	clear: none;
	padding-top: 15px;
	border:solid 1px #f50d0b;
}

#navigation{
	width: 730px;
	height: 44px;
	color: #f50d0b;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	left: 75px;
	top: 70px;
}

#nav li{
	display:inline;
	list-style:none;
	padding-top: 5px;
	padding-right: 10px;
}

#nav a:visited,a:link{
	color: #FF0000;
}

#nav a:hover{
	color: #0066CC;
}
