@CHARSET "UTF-8";

/** NORMALIZE CSS **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}
/** END NORMALIZE **/


p, h1, h2, h3, ul, li, label, table {
	font-family: 'Trebuchet MS', sans-serif, Arial;
}

p {
	margin-top: 1em;
}


body {
	background: url('../img/bg.jpg') left top no-repeat;
	background-color: #3e0600;
	text-align: center;
}

#container {
	position:relative;
	left: 0px;
	top: 0px;
	width: 950px;
	margin: 0px auto -1px auto;
}

#header {
	position:relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 93px;
}

#main-image {
	position:relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 379px;
}

#logo {
	position: relative;
	left: 29px;
	top: 10px;
	height: 73px;
	width: 148px;
	float: left;
	background: url('../img/logo.png') no-repeat left top;
	cursor: pointer;
	cursor: hand;
}

#contact-details {
	position: relative;
	top: 40px;
	width: 240px;
	float: right;
	text-align: left;
}

#contact-details p {
	margin-top: 0px;
	color: #ffffff;
	font-size: 0.9em;
	margin-top: 0.2em;
}

#contact-details p.label {
	color: #bc776b;
	font-size: 0.7em;
}

#contact-details a {
	position: relative;
	top: -7px;
	float: right;
}

#main-image {
	background-repeat: no-repeat;
	background-position: center top;
}

#main-image-header {
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 698px;
	height: 93px;
}

#navigation {
	position: relative;
	text-align: left; 
	left: 0px;
	top: 0px;
	width: 100%;
	height: 75px;
	background: url('../img/navi-shadow.gif') bottom repeat-x;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;	
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#navigation-bar {
	position:relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 69px;
	background: url('../img/navi-bg-normal.gif') repeat-x top;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	cursor: hand;
}

#navigation td.button {
	position: relative;
	text-align: center;
	height: 100%;
}

#navigation td.button-down {
	background: url('../img/navi-bg-down.gif') repeat-x top;
	position: relative;
	text-align: center;
	height: 100%;
}

#navigation td.button-start-down {
	background: url('../img/navi-bg-down.gif') repeat-x top;
	position: relative;
	text-align: center;
	height: 100%;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	
    -moz-border-radius-topleft:  6px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 0px;
}

#navigation td.button-end-down {
	background: url('../img/navi-bg-down.gif') repeat-x top;
	position: relative;
	text-align: center;
	height: 100%;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	
    -moz-border-radius-topleft:  0px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 6px;
}

#navigation td.button-over {
	background: url('../img/navi-bg-over.gif') repeat-x top;
	position: relative;
	text-align: center;
	height: 100%;
}

#navigation td.button-start-over {
	background: url('../img/navi-bg-over.gif') repeat-x top;
	position: relative;
	text-align: center;
	height: 100%;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	
    -moz-border-radius-topleft:  6px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 0px;
}

#navigation td.button-end-over {
	background: url('../img/navi-bg-over.gif') repeat-x top;
	position: relative;
	text-align: center;
	height: 100%;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 6px;
}

#navigation-bar .separator {
	width: 1px;
	height: 100%;
	background-color: #4d0400;
	float: left;
}

#navigation-bar p {
	font-size: 1.0em;
	margin-top: 0px;
}

#navigation-bar a {
	text-decoration: none;
	color: #c97b6a;
	text-shadow: #511d12 -1px -1px 1px;
}

#navigation-bar a.button-over {
	color: #ffffff;
}

#navigation-bar a.button-down, #navigation-bar a.button-start-down, #navigation-bar a.button-end-down {
	color: #ffffff;
	text-shadow: #000000 -1px -1px 1px;
}

#content {
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 10px;
}

#welcome-box {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 663px;
	height: 236px;
	background: url('../img/welcome-box.jpg') no-repeat top;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#welcome-box-content {
	margin-top: 35px;
	margin-bottom: 20px;
	margin-left: 237px;
	margin-right: 30px;
	text-align: left;
}

#welcome-box-content h1 {
	color: #ffffff;
	font-size: 2.5em;
	text-transform: uppercase;
}

#welcome-box-content p {
	color: #88a3d8;
	font-size: 0.85em;
	margin-top: 0.6em;
}

#welcome-box-content a {
	color: #ffffff;
	border-bottom: 1px solid #a7270e;
	text-decoration: none;
}
	
#welcome-box-content p.caption {
	color: #ffffff;
	font-size: 1em;
	text-transform: uppercase;
}

#events-box {
	position: relative;
	float: right;
	left: 0px;
	top: 0px;
	width: 274px;
	height: 236px;
}

#events-box-bar {
	position: relative;
	left: 0px;
	top: 0px;
	width: 274px;
	height: 44px;
	background: url('../img/events-box-bar.jpg') no-repeat top;
	text-align: left;
}

#events-box-bar p {
	position: relative;
	margin-top: 0px;
	left: 12px;
	top: 12px;
	color: #ffffff;
}

#events-box-content{
	position: relative;
	left: 0px;
	top: 0px;
	width: 274px;
	height: 185px;
	background: url('../img/events-box-bg.png') repeat-x top;
	margin-top: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#event {
	position: relative;
	margin-left: 12px;
	margin-right: 12px;
	height: 51px;
	border-bottom: 1px dotted #ffffff;
	text-align: left;
	top: 10px;
}

#event p {
	color: #cf7e6c;
	font-size: 0.7em;
	margin-top: 0.2em;
}

#event p.title {
	font-size: 0.8em;
	color: #ffffff;
	font-weight: bold;
}

#text-box {
	background-color: #ffffff;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
	padding: 70px;
	padding-left: 150px;
	padding-right: 150px;
}

#text-box h1 {
	color: #000000;
	font-size: 2.2em;
	margin-bottom: 1em;
}

#text-box h2 {
	color: #000000;
	font-size: 1.4em;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}

#text-box p.caption {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

#text-box p, #text-box li, #text-box table {
	color: #222222;
	font-size: 0.85em;
	line-height: 1.4em;
}

#text-box p{
	margin-bottom: 1.2em;
}

#text-box ul{
	margin-left: 50px;
}

#text-box li{
	margin-bottom: 0.8em;
	list-style-type: square;
}

#text-box img {
	margin-right: 20px;
	margin-bottom: 0px;
	float: left;
}

table.programme {
	width: 645px;
	
}

table.programme td {
	width: 100%;
	height: 20px;
	padding: 4px;
}
	
table tr.a {
	background-color: #eeeeee;
}

#btn_add{
	background: url('../img/btn_add.png') no-repeat top left;
	width: 33px;
	height: 27px;
	float: left;
	display: inline;
	cursor: pointer;
}

#btn_add:hover{
	background-position:-33px 0px;
}

#events-box-bar #btn_add:active{
	background-position:-66px 0px;
}

#tools{
	width: 33px;
	height: 12px;
	position: absolute;
	right: 0px;
	top: 3px;
}

#btn_delete{
	background: url('../img/btn_delete.gif') no-repeat top left;
	width: 13px;
	height: 12px;
	float: left;
	display: inline;
	cursor: pointer;
}

#btn_edit{
	background: url('../img/btn_edit.gif') no-repeat top left;
	width: 13px;
	height: 12px;
	float: left;
	display: inline;
	cursor: pointer;
	margin-right: 3px;
}

.simple-overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	/*background-image:url('../img/overlay_bg.png');*/
	background-image:url('../img/transparent.gif');
	
	margin:60px;
	width:575px;
	min-height:200px;
	border:0px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#dialog-wrap {
	background: url('../img/bg.jpg') no-repeat top;
	background-color: #501a05;
	min-height: 300px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: left;
}

#dialog-wrap .titlebar{
	background: url('../img/dialog-titlebar-bg.gif') repeat-x top;
	background-color: #390d02;
	width: 100%;
	height: 44px;
	text-align: left;
	
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
}

#dialog-wrap h1{
	color: #ffffff;
	font-size: 22px;
	position: relative;
	left: 20px;
	top: 10px;
}

#dialog-wrap .details{
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#dialog-wrap label{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	display: block;
}

#dialog-wrap input, textarea{
	width: 100%;
	border: 0px;
}

#dialog-wrap input{
	height: 28px;
}

#dialog-wrap textarea{
	height: 200px;
}

#dialog-wrap .footer{
	text-align: right;
	padding-bottom: 15px;
	padding-right: 20px;
}

#dialog-wrap button{
	width: 92px;
	height: 27px;
	border: 0px;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

#dialog-wrap button.ok{
	background: url('../img/btn-ok.gif') no-repeat top;
}

#dialog-wrap button.cancel{
	background: url('../img/btn-cancel.gif') no-repeat top;
}

#footer {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60px;
	text-align: center;
	color: #73322c;
	font-size: 0.6em;
	margin-top: 20px;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}
