/*====================================================================*/
/*========================== General ================================*/
/*====================================================================*/

  
* {
margin: 0;
padding: 0;
}

html {
background: #fff url(../images/bg_body.jpg) repeat-x;
}

body {
color: #3D3D3D;
font-family: Verdana, Lucida, Arial, sans-serif; 
font-size:12px;
}

/*====================================================================*/
/*============================ Layout ================================*/
/*====================================================================*/

div#container {
position:relative;
margin:0 auto;
width:965px;
}

div#header {
float:left;
position:relative;
width:965px;
height:353px;
background: url(../images/sprites.jpg) no-repeat 0 0;
z-index:10;
}

div#logo {
position:absolute;
top:80px;
left:115px;
width:285px;
height:100px;
}

div#logo a {
display:block;
text-indent:-5000px;
height:100px;
}


div#banner {
position:absolute;
top:56px;
left:480px;
width:319px;
height:167px;
z-index:11;
}

div#main {
position:relative;
float:left;
width:965px;
background: url(../images/bg_main.jpg) repeat-y;
z-index:11;
}

div#content {
float:left;
position:relative;
width:730px;
margin-left:117px;
margin-top:-30px;
}

div#footer {
float:left;
position:relative;
width:965px;
height:181px;
background: url(../images/sprites.jpg) no-repeat 0 -360px;
z-index:2;
}

/*====================================================================*/
/*=========================== Page types =============================*/
/*====================================================================*/

.video {
float:left;
margin:0 15px 15px 0;
}

#galleryLeft {
clear:both;
float:left;
width:200px;
border-right:#000000 1px solid;
margin-right:15px;
}

.galleryAlbumText {
float:left;
width:195px;
margin-bottom:10px;
}

#galleryRight {
float:left;
width:510px;
}

/*====================================================================*/
/*============================ Menu ==================================*/
/*====================================================================*/

.menu {
position:absolute;
top:260px;
left:118px;
width:740px;
z-index:30;
}

.menu ul{
height:35px;
list-style:none;
margin:0;
padding:0;
}

.menu li{
float:left;
padding:0px;
}

.menu li a{
background:url("../images/menu.png") no-repeat;
color:#202020;
display:block;
font-weight:normal;
line-height:35px;
margin:0;
padding:0 5px 0 5px;
text-align:center;
text-decoration:none;
width:95px;
font-size:16px;
}

.menu li a:hover, .menu ul li:hover a{
background:url("../images/menu.png") no-repeat;
color:#000;
text-decoration:none;
}

.menu li ul{
display:none;
height:auto;
padding:0px;
margin:0;
border:0px;
position:absolute;
width:105px;
z-index:200;
}

.menu li:hover ul{
display:block;
}

.menu li li {
background:url('../images/subMenu.png') no-repeat;
display:block;
float:none;
margin:0px;
padding:0px;
width:105px;
}

.menu li:hover li a{
background:none;
color:#000;
}

.menu li ul a{
display:block;
font-size:11px;
margin:0px;
padding:0 4px 0 4px;
color:#202020;
}

.menu li ul a:hover, .menu li ul li:hover a{
color:#000;
text-decoration:none;
}

.menu p{
clear:left;
}	

/*====================================================================*/
/*========================== SilverStripe ============================*/
/*====================================================================*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
