/*********************************************************************/
/* TITLE: Lowestoft 6th                        		
/* URI  : css/style.css                                   													
/* MODIF: 2008-Nov-01             																	
/* MEDIA: Screen                                          												
/* DESIGNER: Rob Poll                                    											
/*********************************************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}
body{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: #3c2311 url(../img/BG_master.jpg) no-repeat center top;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	height: 100%;
}

a:link, a:visited, a:hover {
	color: #B95F15;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	color: #74592E;
	font: bold 24px/64px "Arial Black", Arial, Helvetica, sans-serif;
	background: url(../img/bg_title.png) no-repeat;
	height: 65px;
	padding-left: 50px;
}

h2{
	font-size: 24px;
	color: #E57921;
	line-height: normal;
}

h3{
	font-size: 24px;
	color: #F99D1C;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
	font-size: 10px;
	color: #F8A63C;
}

h6{
 font-size: 90%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

p.intro {
	font-size: 14px;
	line-height: 18px;
	border-top: 3px dotted #FFFFFF;
	border-bottom: 3px dotted #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;

}
.courseblock {
	border: 1px solid #FFFFFF;
	width: 300px;
	margin-right: 10px;
	float: left;
	margin-bottom: 4px;
	padding: 3px;
	background: #B2A44B;
	font-weight: normal;
}
a.courseblock {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.courseblock {
	background: #3C2211;
	text-decoration: none;
}

.linkblock {
	background: url(../img/block1.png) no-repeat center top;
	text-align: center;
	padding-top: 10px;
	height: 110px;
	font-size: 14px;
	color: #F8A63C;
	line-height: 24px;
}
.linkblock a {
	color: #B95F15;
}
.linkblock a:hover {
	color: #F8A63C;
	text-decoration: none;
}

/***********************************************/
/* Navbar Divs                                 */
/***********************************************/

#navBar{
	margin: 0px;
	padding: 0px;
	height: 44px;
	background: url(../img/bg_but_up.png) repeat-x;
	width: 100%;
	z-index: 1000;
	top: 0px;

}
#navBar      #navBar2    {
	height: 44px;
	width: 950px;
	margin: auto;
}
#navBar #navBar2 .menu {
	margin: 0px;
	padding: 0px;
	text-align: center;
}



#navBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navBar li {
	display: block;
	float: left;
	height: 44px;
	padding: 0px;
	/*background: url(images/img02.gif) no-repeat;*/
	font-size: 14px;
	background: url(../img/navpipe.png) repeat-x;
	text-align: center;
}

#navBar a {
	display: block;
	width: 130px;
	height: 44px;
	padding: 0px;
	background: url(../img/bg_but_up.png) repeat-x;
	letter-spacing: -1px;
	color: #f48122;
	margin: 0px 1px;
	font-weight: bold;
	line-height: 42px;
}

#navBar a:hover {
	text-decoration: none;
	color: #FFF;
	background: url(../img/bg_but_over.png) repeat-x;
}

#navBar .active a {
	/*background: #000000;*/
	text-decoration: none;
	color: #FFF;
	background: url(../img/bg_but_over.png) repeat-x;
}



/***********************************************/
/* Form Style                                  */
/***********************************************/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: auto;
	padding: 0px;
	width: 776px;
} 

#content{
	margin: 0;
	padding: 0 0 0 0;
}

#header {
	height: 300px;
	width: 950px;
	z-index: 500;
	margin: 0px auto;
}
#rightcol {
	width: 642px;
	margin: 10px 10px 10px 50px;
}
#leftcol {
	margin: 10px 0px;
}

#maincont {
	height: 300px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.courseinfo1 {
	font-size: 14px;
	color: #FAB347;
}
#LogIn input, #amenduser input, #amendcourse input, #amendcourse textarea, #adduser input, #addnews input, #addnews select, #addnews textarea, #amendnews input, #amendnews select, #amendnews textarea, #DeleteNews input {
	width: 350px;
	border: 1px solid #F8A63C;
	padding: 2px;
}
.contaddress {
	padding-left: 15px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/



/************* #footer styles *************/

#footer{
	padding: 5px 0px 5px 30px;
	font: normal 11px Verdana, sans-serif;
	color: #705C2A;
	margin-left: 45px;
	margin-bottom: 30px;
	background: url(../img/bg_footer.png) no-repeat;
	height: 100px;
}
#footext {
	padding-top: 20px;
	padding-left: 365px;
}


#footer a{
	color: #774521;
}

#footer a:hover{
	color: #3C2211;
	text-decoration: underline;
}


/***********************************************/
/*Lightbox Styles                               */
/***********************************************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


/***********************************************/
/* Application Form Style                      */
/***********************************************/

form.application {
	margin: 0;
	padding: 0;
	width: 100%;
}

form.application label{
	font: bold 11px Arial, sans-serif;
	color: #f48122;
}
				
form.application input, form.application textarea, form.application select {
	font: 12px Arial, sans-serif;
	width: 200px;
	color: #452913;
	border: 1px solid #D95815;
}	
#courseselect input {
	width: 30px;
}
td.splitlines {
	border-bottom: 1px solid #D98122;
}
