/* @override 
	http://kbsc/css/style.css
	http://dev.kbsc.com.au/css/style.css
	http://dev.kbsc.com.au/css/dropdown.css
*/

/********************************/
/*	Quetools Renderer			*/
/********************************/

/*--------General Classes-------*/

.alignLeft{ float: left; }
.alignRight{ float: right; }

/*----------Layout--------------*/

body{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: #013571 url(/images/bk.jpg) no-repeat center top;
}

img{
	
	border: none;
	
}

img.header, img.whatson, img.weather{
	
	border: none;
	margin-bottom: 0px;
	padding: 0px;
	margin-bottom: -3px;
	
}

table td{
	
	vertical-align: top;
	
}

#dContainer{
	
	float: left;
	position: absolute;
		top: 0px;
		left: 50%;
	margin-left: -550px;
	height: auto;
	width: 960px;
	background: url(/images/shadow.png);
	padding-left: 71px;
	padding-right: 70px;

}

.dContentStatic{
	
	padding: 10px;
	
}
#flashContent{	text-align: center;}
/* Typography */
h1{
	
	font-size: 30px;
	color:#fee800;
	font-weight: bold;
	text-shadow: #01427c 0px 0px 3px, rgba(0,0,0,0.2) 2px 2px 5px;
	margin-bottom: 0px;
	margin-top: 0px;

	
}

h2{
	
	font-size: 18px;
	margin-top: 0px;
	color: #013571;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 5px;
	font-weight: bold;
	
}

/*------------Header-------------*/

#dHeader{
	
	float: left;
	width: 960px;
	height: 200px;
	background-color: silver;
}

#dHeroContainer{
	
	background: #001A31;
	
}

#dTitle{
	
	position: absolute;
		top: 50px;
		left: 50%;
		
	margin-left: -455px;
	
	width: 427px;
	height: 131px;
	
	background: url("/images/title.png") no-repeat;
	
	z-index: 999999999;
	
}

/*--------------Menu-------------*/

#dMenu{
	
	float: left;
	height: 38px;
	width: 960px;
	background: url("/images/menuback.png");
}

#dMenu li a{
	
	background: url("/images/menuseperator.png") top right no-repeat;
	border: none;
	color: #01244a;
	font-weight: bold;
	
}

/*-----------Content-------------*/
			
#dContent{
	
	float: left;
	height: auto;
	width: 960px;
	background-color: white;
}
/*-----------Footer--------------*/


#dFooter{
	
	float: left;
	clear: both;
	font-size: 9px;
	width: 960px;
	background-color: #001a31;
	color: silver;
}

#dFooter a, #dFooter a:link, #dFooter a:visited{
	color: white;
}

#dFooter a:hover{
	color: orange;
}

#dCopyright{
	
	float: left;
	padding: 10px;
		
}

#dTerms{
	
	float: right;
	padding: 4px;
	
}

/*------------NEWS---------------*/

.newsBitLink{
	
}

/*----------Events Page----------*/


.dEventContainer{
	
	float: left;
	width: 350px;
	
}

.dEventBox{
	
	float: left;
	height: 96px;
	width: 330px;
	padding-top: 20px;
	padding: 10px;
	background-color: #FEF;
	border-bottom: 1px dotted #BBB;
	
}

.dEventDate{
	
	float: left;
	height: 50px;
	width: 50px;
	background-image:url('images/date_bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #CC0000; /* Change this value to change the colour of the box */
	
}

.dEventDate img{
	
	float: left;
	height: 50px;
	width: 50px;
	/* This is the gradient on the box */
	
}

.dEventDate h1, .dEventDate h2{
	
	float: left;
	height: 20px;
	width: 50px;
	font-size: 16px;
	margin-top: -50px;
	text-transform: uppercase;
	vertical-align: center;
	text-align: center;
	font-weight: normal;
	color: #CCC;
	
}

.dEventDate h2{
	
	margin-top: -30px;
	font-size: 18px;
	color: #FFF;
	
}

.dEventInfo{
	
	float: left;
	width: 100px;
	margin-top: -6px;
	padding-left: 10px;

}

.dEventInfo h1, .dEventInfo h2{
	
	width: 276px;
	color: #444;
	
}

.dEventInfo .aReadMore{
	
	float: left;
	margin-left: 174px;
	
}

.pEvent{
	
	float: left;
	height: auto;
	width: 280px;
	margin-top: 2px;
	margin-left: 0px;
	
}

/********************************/
/*		Big Events Elements		*/


.dBigEventBox, .dBigEventBoxDay{
	
	float: left;
	padding: 10px;
	background: whitesmoke;
	margin-bottom: 5px;
	margin-top: 5px;
	
}

.dBigEventDate{
	
	float: right;
	height: 40px;
	width: 40px;
	padding: 8px;
	background-image:url('/images/dateFlag.png');
	background-position: top left;
	background-repeat: repeat;
	
}

.dBigEventDate h1{
	
	font-size: 10px;
	text-align: center;

	margin-bottom: 10;
	margin-top: 0px;
	text-transform: uppercase;
	color: black;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 5px;
	
	
}

.dBigEventDate h2{
	
	font-size: 24px;
	text-align: center;

	color: black;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 5px;
	
}

.dBigEventBoxDay h1, .dBigEventBoxDay h2{
	
	height: auto;
	font-size: 18px;
	text-transform: capitalize;
	width: 100%;
	text-align: left;
	
}

.dBigEventBox h2, .dBigEventBoxDay h2{
	
	height: 25px;
	font-size: 27px;
	margin-top: -4px
	
}

.dBigEventBoxDay a{
	
	text-decoration: none;
	color: black;
	
}

.dBigEventTitle{
	
	float: left;
	width: 450px;
	&width: 400px;
	font-size: 18px;
	margin-left: 10px;
	
}

.dBigEventInfo{
	
	float: left;
	width: 500px;
	&width: 400px;
	
}

.dBigEventInfo a{
	
	text-decoration: none;
	color: black;
	
}

.dBigEventInfo p, .dBigEventBoxDay .short{
	
	float: left;
	width: 515px;
	margin: 0;
	padding: 0px;
	margin-left: 10px;
	&width: 450px;
	
}

.dBigEventBoxDay .short{
	
	margin: 0px;
	
}

.dColWidth{
	
	width: 600px;
	
}

.dFullWidth{
	
	width: 902px;
	
}

/********************************/
/*		Gallery Stuff			*/

.galleryContent{
	
	float: left;
	width: 99%;
	
}

.galleryBit{
	
	float: left;
	width: 45%;
	margin-left: 3%;
	margin-bottom: 10px;
	height: 100px;
	cursor: pointer;
	overflow: hidden;
	border: 4px solid lightgrey;
	
}

.galleryBit:hover{
	
	border: 4px solid grey;
	
}

.galleryBit img{
	
	border: none;
	width: 110%;
	
}

.galleryContent .galleryBit{
	
	width: 200px;
	height: 200px;
	margin: 20px;
	
}

/********************************/
/*		Contact Form			*/

#dContact{
	
	float: left;
	height: auto;
	width: 295px;
	padding: 10px;
	background-color: #EEE;
	border: 1px solid #CCC;
	text-align: center;
	
}

#tContact{
	
	float: left;
	width: 300px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
}

#tContact .cell1{
	
	height: 15px;
	margin: 0px;
	padding: 0px;
		
}

#tContact input, #tContact textarea{
	
	float: left;
	border: 1px solid #BBB;
	padding: 5px;
	font-size: 11px;
	
}

#tContact input:hover, #tContact textarea:hover{
	
	border: 1px solid #999;
	
}

#tContact textarea{

	height: 100px;
	width: 200px;
	
}

#aContactSubmit{

	float: right;	
	background-color: #666;
	width: 40px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-right: 12px;
	text-align: center;
	color: #ddd;
	
}


#aContactSubmit:hover{
	
	background-color: #444;
	color: white;
	
}

/* Features */

#dFeatures{
	
	background: #012c56 url('/images/footerback.png') top left no-repeat;
	float: left;
	width: 960px;
	
}

.dFeature{
	
	font-size:  12px;
	width:  210px;
	&width: 205px;
	float: left;
	margin: 5px;
	padding: 10px;
	color: white;
	
}

.dFeature h1{
	
	font-size: 16px;
	
}

.dFeature img{
	
	border: 10px solid rgba(255,255,255,0.1);
	width: 180px;
	margin-bottom: 0px;
	
}

.dFeature .aReadMore{
	
	color: silver;
	text-decoration: none;
	
}

/* Sidebar */

#dSidebar{
	
	background: url('/images/sidebarback.png');
	float: right;
	width: 355px;
	min-height: 500px;
		
}

#dHomeContent{
	
	float: left;
	width: 580px;
	
	padding: 10px;
	
}

.dSidebarItem{
	
	height: 100px;
	width: 355px;
	
	background: url('/images/sidebaritem.png');
	border-bottom: 1px solid white;
	
}

.upcoming{
	
	padding: 5px;
	padding-left: 40px;
	color: white;
	width: 310px;
	height: 20px;
	font-size: 14px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	
}

.upcoming img{
	
	vertical-align: middle;
	
}

.dDateRibbon{
	
	float: left;
	
	margin-left: 10px;
	margin-top: 13px;
	
	width: 65px;
	height: 76px;
	
	background: url('/images/dateFlag.png');
	
}

.dDateRibbon h1{
	
	font-size: 10px;
	text-align: center;
	padding-right: 7px;
	margin-bottom: 0;
	margin-top: 4px;
	text-transform: uppercase;
	color: black;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 5px;
	
}

.dDateRibbon h2{
	
	font-size: 24px;
	text-align: center;
	padding-right: 7px;
	margin-top: 0px;
	color: black;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 5px;
	
}

.dEventText{
	
	color: white;
	float: left;
	margin-top: 15px;
	font-size: 12px;
	width: 270px;
	
}

.dEventText h1{
	
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 5px;
	
}

.dEventText p{
	
	margin-top: 2px;
	
}

.dEventText a{
	
	text-decoration: none;
	color: white;
	
}

.whatson{
	
	padding: 0px;
	margin: 0px;
	margin-left: 200px;
	margin-top: 10px;
	clear:both;
	
}

.weather{
	
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-left: 180px;
	clear:both;
	
}

.aWeather, .aBaycam{
	
	float: left;
	text-align: center;
	margin-left: 45px;
	color: white;
	text-decoration: none;
	font-size: 14px;
	
}

.bigIcon{
	
	height: 70px;
	
}

/* Gallery */

.dGallery{
	
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin: 20px;

}

.dGallery a{
	
	margin: 5px;
	
}

/* Calendar */

#dEvents{
	
	float: right;
	background: url("/images/sidebarback.png");
	width: 355px;
	
}

#dEvents img.header{
	
	margin-left: 170px;
	margin-top: 10px;
	
}


#dContentEvents{
	
	float: left;
	padding: 10px;
	width: 580px;
	
}

/* Features */

.dContentArticle .articleImage{
	
	width: 300px;
	
}

.dBigEventDate{
	
	height: 55px;
	
}

.dContentArticle .gallery img{
	
	width: 95px;
	padding: 3px
	
}

/* 
	Ad Container
*/

#dAdContainer{
	
	margin: 10px;
	width: 560px;
	height: 396px;
	float: left;
	
}

/*------------IE Fixes------------*/

img, div, a, input{
	
	behavior: url('/js/iepngfix.htc');

}
