/* css Doorzomerfestival 2010 */

/* Algemeen */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: white;
	background-image: url('../img/bgGr.png');
	background-repeat: repeat-x;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #47281a;
	margin-top: 10px;
}
hr {
	color: #533724;
 	border: none;
  	border-bottom-style: dotted;
   	margin: 10px 0px 0px 0px;
 	border-bottom-width: thin;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #47281a;
	text-decoration: none;
	font-weight: 300;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #47281a;
	text-decoration: none;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #47281a;
	text-decoration: none;
	font-weight: bold;
}
.clear {
	clear: both;
}

#content-container {
	margin: 0 auto;
	width: 960px;
	background-image: url('../img/bg_shadow.png');
	background-repeat: repeat-y;
	overflow: hidden;

}

/* Header */

#header {
	margin-left: -2px;
}
#flash-content {
	margin-left: 1px;
}
#flash-content p {
	margin-left: 30px;
}
#menu {
	padding-left: 110px;
	margin-left: 6px;
	margin-right: 7px;
	background-color: #44bbbc;
	height: 30px;
}
#menu ul li * {
	height: 30px;
	display: block;
}
#menu ul li {
	float: left;
	list-style: none;
	display: block;	
	height: 30px;
}
#menu ul li a {
	background-image: url('../img/btns.png');
	background-repeat: no-repeat;
}
/* normal state */
#menu ul li#home a {
	background-position: 0 0;
	width: 70px;
}
#menu ul li#programma a {
	background-position: -70px 0;
	width: 132px;
}
#menu ul li#nieuws a {
	background-position: -202px 0;
	width: 86px;
}
#menu ul li#fotos a {
	background-position: -288px 0;
	width: 75px;
}
#menu ul li#sponsors a {
	background-position: -363px 0;
	width: 100px;
}
#menu ul li#contact a {
	background-position: -463px 0;
	width: 94px;
}
#menu ul li#info a {
	background-position: -557px 0;
	width: 57px;
}
#menu ul li#gastenboek a {
	background-position: -614px 0;
	width: 131px;
}
/*hover state */
#menu ul li#home a:hover {
	background-position: 0 -30px;
}
#menu ul li#programma a:hover {
	background-position: -70px -30px;
	width: 132px;
}
#menu ul li#nieuws a:hover {
	background-position: -202px -30px;
	width: 86px;
}
#menu ul li#fotos a:hover {
	background-position: -288px -30px;
	width: 75px;
}
#menu ul li#sponsors a:hover {
	background-position: -363px -30px;
	width: 100px;
}
#menu ul li#contact a:hover {
	background-position: -463px -30px;
	width: 94px;
}
#menu ul li#info a:hover {
	background-position: -557px -30px;
	width: 57px;
}
#menu ul li#gastenboek a:hover {
	background-position: -614px -30px;
	width: 131px;
}

/* content */

#content {
	margin-left: 15px;
}
.content-box {
	width: 420px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	margin-right: 5px;
}
.content-box-right {
	width: 420px;
	float: left;
	margin-left: 20px;
	margin-top: 65px;
	margin-right: 5px;
}
.content-box div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #47281a;
	text-decoration: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #47281a;
	font-weight: bold;
}
.text, .nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #47281a;
	text-decoration: none;
}
.text ul li {
	list-style: none;
	text-indent: 25px;
}
.text a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #47281a;
	font-weight: bold;
}
.text a:hover {
	text-decoration: underline;
}
.nav:hover {
	text-decoration: underline;	
}

.socIcon {
	margin-right: 5px;
	border:0px;
}

/* columns */
#columns {
	clear: both;
	padding-top: 20px;
	margin-left: 4px;
}
.column {
	width: 208px;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
}
.column-content {
	background-color: #f0a347;
	padding-left: 20px;	
	padding-bottom: 10px;
	clear: both;
	height: 180px;
}
.column-content img, .column-content-bl img {
	margin-bottom: 10px;
	margin-top: 10px;
}
.column-content-bl {
	background-color: #7ecdc9;
	padding-left: 20px;
	padding-bottom: 10px;
	clear: both;
	height: 180px;
}
/* temp fix only anchors */

.column-content a, .column-content-bl a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	line-height: 2em;
}

.column-content a:hover, .column-content-bl a:hover {
	text-decoration: underline;
}

/* better but cms need fixing */
.column-content ul li, .column-content-bl ul li {
	list-style: none;
}
.column-content ul li a, .column-content-bl ul li a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.column-content ul li a:hover, .column-content-bl ul li a:hover {
	text-decoration: underline;
}

/* programma pagina */ 
#legenda {
	margin-left: 15px;
	margin-top: 10px;
	
}
#prog-box {
	overflow: hidden;
}
#donderdag, #vrijdag, #zaterdag, #zondag {
	float: left;
	width: 150px;
	margin-top: 25px;
	margin-right: 75px;
	
}

#vrijdag {
	margin-left: 15px;
}
.artist {
	clear: both;
	margin-top: 15px;
}
.artist img {
	margin-top: 5px;
	margin-bottom: 15px;
	border: none;
}

.title_h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #47281a;
	text-align:left;
	text-decoration: none;
}
.title_h2:hover {
	text-decoration: underline;
}
.hr-box {
	margin-left: 75px;
	padding-right: 75px;
	width: 100%;
}

/* footer */
#footer {
	width: 945px;
	margin: 0 auto;
	background-image: url('../img/bottom.png');
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 15px;
	height: 50px;
}
#footer span, #footer span a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#footer span a:hover {
	text-decoration: underline;
}
.content_breed {
	width: 940px;
	padding: 0px 0px 0px 30px;
	float:left;
	
}
.content_breed a {
	margin-right: 10px;
}
.content_breed img {
	border: none;
}

/* gastenboek form */ 

#gbfrm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

#programmaOud {
	text-align:right;
	padding-right:300px;
}






