/*
Blue Hound Art
Global CSS
(c)2008 Festinalente.co.uk
*/

body {
	/*background-color: #22005D;*/
	background-color: #10002c;
	font-family: arial, helvetica, sans-serif;
	color: white;
	border: 0;
	top: 0;
	left: 0;
	margin: 0;
}

div#main {
	background-image: url("/resources/images/bha_bg.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}


a#admin {
	position: absolute;
	right: 0;
	top: 0;
}

div#centre {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	height: 100px;
	border-bottom: 1px solid white;
	margin-bottom: 18px;
}

div#header ul#links{
	display: inline;
	width: 300px;
	height: 80px;
	padding-left: 20px;
	vertical-align: 20%;
	list-style: none;
	/*font-family: "Courier New",courier;*/
	font-weight: normal;
	font-size: 18px;
}

div#header ul#links li{
	display: inline;
}

div#header ul#links li a {
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

div#footer {
	height: 24px;
	font-size: 11px;
	padding-left: 18px;
	padding-top: 4px;
	border-top: 1px solid white;
}

div#content {
	width: 100%;
	padding-bottom: 24px;
}

div#content h1{
	/*font-family: "Courier New",courier;*/
	font-size: 18pt;
	font-weight: normal;
	text-align: center;
}


/*===== Gallery Index ======*/

div.gallery-album-holder {
	padding-left: 10px;
	width: 960px;
	height: 270px;
	margin: 10px;
	/*border: 1px solid white;*/
}

div.gallery-album {
	display: inline;
	float: left;
	width: 180px;
	margin-right: 10px;
	background-image: url('/resources/images/galbg.jpg');
	background-position: 0px 100%;
	background-repeat: repeat-x;
	font-size: 10pt;
}

div.gallery-album .title {
	/*font-family: "Courier New",courier;*/
	font-size: 14px;
	text-align: center;
	height: 38px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

div.gallery-album .img {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

div.gallery-album .desc {
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
}

div.b_b {
	background-image: url('/resources/images/brd_b.jpg');
	background-position: 0px 0px;
	background-repeat: x-repeat;
	height: 8px;
	width: 100%;
}

div.b_br {
	background-image: url('/resources/images/brd_br.jpg');
	background-position: 100% 0px;
	background-repeat: no-repeat;
	height: 8px;
	width: 100%;
}


/*===== Image Gallery ======*/

div#gallery_holder {
	width: 100%;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}

div#gallery_slider {
	position: absolute;
	top: 0px;
	width: 3300px;
	margin-top: 24px;
	display: none;
}

div#gallery_img {
	position: absolute;
	top: 0px;
	width: 3300px;
	margin-top: 24px;
	display: none;
}

div.img_holder {
	text-align: center;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 400px;
	width: 600px;
	/*border: 1px dashed white;*/
}

div.hide {
	display: none;
}

div.show {
	display: inline;
}

a.but_left {
	position: absolute;
	left: 10px;
	top: 200px;
	width: 59px;
	height: 61px;
	background-image: url('/resources/images/left_but.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	z-index: 99;
}

a.but_left:hover {
	background-position: 0px -62px;
}

a.but_right {
	position: absolute;
	left: 910px;
	top: 200px;
	width: 59px;
	height: 61px;
	background-image: url('/resources/images/right_but.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	z-index: 99;
}

a.but_right:hover {
	background-position: 0px -62px;
}

.faded {
	opacity: 0.3; /* CSS3 compatible */
	mozopacity: 0.3; /* Mozilla's pre-CSS3 proprietary rule */
	filter: "alpha(opacity=30)"; /* IE's proprietary filter */
    khtmlopacity: 0.3;	/* Safari proprietary rule */
}

div#img_text {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
}

div#img_caption {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	/*font-family: "Courier New",courier;*/
	font-weight: normal;
	font-size: 12pt;
}
