/*
Author: Ruben Van den Bossche
Date created: 21/08/07
Description: CSS for new Campinaria Site
*/

/* BACKGROUND, HEADER & GENERAL PROPERTIES */

body {
	margin: 0px;
	text-align: left;
	
	background: #696969 url(/images/Background.jpg) 50% 50% repeat-y;
}

a {
	outline: none;
}



#main {
	position : absolute;
	left : 0px;
	top : 0px;
	
	width: 100%;
	height: 100%;
}

#wrapper {
	position: relative;
	margin: 2em auto 0 auto;
	
	width: 956px;
	min-height: 750px;
}

#fadeleft, #faderight {
	position: absolute;
	top: 320px;
	
	width: 1px;
	height: 416px;
}

#fadeleft {
	left: 0px;
}

#faderight {
	right: 1px;
}


/* TOPMENU */

#topmenu_left {
	position: absolute;
	top: 235px;
	left: 20px;
}

#topmenu_right {
	position: absolute;
	top: 235px;
	right: 20px;
}

a.item {
	margin: 0 20px 0 20px;
	font-family: "Calibri", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

a.item:link, a.item:visited {
	text-decoration: none;
	
}

a.item:hover, a.item:active {
	/*text-decoration: underline;*/
	font-weight:bold;
	color: #000000;

}

/* MENU RIGHT */

div#menu_navigatie, div#menu_upcoming, div#menu_links, div#buttons, div#rss, div#fb, div#menu_openhouder {
	position: absolute;
	right: 10px;
	
	width: 177px;
	height: 140px;
}

div#menu_navigatie {
	top: 300px;
	background: url(/images/menu_navigatie.jpg) 0 0 no-repeat;
}

div#menu_upcoming {
	top: 300px;
	background: url(/images/menu_upcoming.jpg) 0 0 no-repeat;
}

div#menu_openhouder {
	top: 450px;
	background: url(/images/menu_openhouders.jpg) 0 0 no-repeat;
}

div#menu_links {
	top: 600px;
	background: url(/images/menu_links.jpg) 0 0 no-repeat;
}

div#fb {
	top: 720px;
	background: #FFFFFF;
}

div#buttons {
	top: 760px;
	text-align: center;
}

div.menubox {
	position: relative;
	
	margin: 35px 15px 15px 15px;
	
	font-family: "Calibri", "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

div#rss {
	top: 600px;
	background: url(/images/rss.gif) 0 0 no-repeat;
}


/* PAGES */

#pagecaption {
	position: absolute;
	top: 340px;
	left: 10px;
	
	width: 54px;
}

#content {
	position: absolute;
	top: 300px;
	left: 90px;
	
	width: 650px;
	
	font-family: "Calibri", "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}

.imgright {
float: right;
padding: 6px 10px 6px 0px;
}


hr {
	width: 80%;
	height: 1px;
	border: 0px;
	border-top: 1px solid #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
}

a.link {
	border-bottom: dotted 1px #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}

a.link:hover {
	border-bottom: solid 1px #FFFFFF;
}

a.upcoming {
	text-decoration: none;
	color: #FFFFFF;
}

a.upcoming:hover {
	border-bottom: dotted 1px #FFFFFF;
}

big {
	font-family: "Calibri", "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

div.thumb {
	position: relative;
	width: 125px;
	height: 110px;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	
	border: solid 1px #FFFFFF;
	background: #000000;
	
	font-family: "Calibri", "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

div.thumb:hover {
	background: #222222;
}

div.picture {
	position: relative;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	
	border: solid 1px #FFFFFF;
	background: #000000;
	
	font-family: "Calibri", "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

div#reactieform {
	width: 300px; 
	border: 1px dotted #ffffff; 
	text-align: left;
	
	padding: 15px;
}


/* NIEUWS */

.news
{
	font-family: "Calibri", "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 2%;
	width: 99%;
	position: relative;
	margin-bottom: 1.5em;
}

.news a
{
	text-decoration: none;
	border-bottom: dotted 1px #FFFFFF;
	color: #FFFFFF;
}

.list_news
{
	margin: 0 0 0 3.5em;
	padding:  0 0 1em 1.2em;
	border-left: 1px solid #FFFFFF;	
}

.news .title
{
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	border-bottom: none;
	clear:both;
}

.news .date
{
	position: absolute;
	top: 15px;
	left: 5px;
	width: 2.3em;
	text-align: right;
}

.news .date .month
{
	text-transform: uppercase;
	font: 700 1.0em arial, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}

.news .date .day
{
	display: block;
	margin-top: -5px;
	font: 700 2.1em arial, sans-serif;
	color: #FFFFFF;
}

.news .footer
{
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
}

.news .contentt
{
	font-family: "Calibri", "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* FORMULIEREN */

input, select, textarea {
	font-family: "Calibri", "Tahoma", Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size: 11px; 
	
	line-height: 13px; 
	padding: 1px; 
	
	background-color: #000000;
	border: #FFFFFF 1px dotted; 
	margin: 2px;
}