@charset "utf-8";
/* developed by Colin Bradshaw */

/* Default styles */
body, html {
	text-align: center;
	margin: 0; padding: 0;
	background-color: #F9F9F9;
	font-family: Tahoma, Verdana, sans-serif;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
p {
	font-size: 12px;
	color: #fff; margin: 0;
	line-height: 1.5em;
}
td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li { font-size: 12px; }
label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
a { color: #0b0; text-decoration: none;}
a:hover { color: #6f6; }
a:active { color: #5f5; text-decoration: underline; }
img { border: none; margin: 5px; }


/* Divs IDs */

#bodybox {
	width: 960px;
	margin: auto;
	text-align: left;
	background: #fff;
}
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;			/* Bump div #bodybox down half the height of the screen. */
	margin-top: -433px; 		/* Half the height of div #bodybox. */
	float: left;
}
#mastbox {
	height: 128px;
	padding:0px; margin:0px;
	background: url(../images/mast.png);
}
#menu {
	width: 960px; height: 32px;
	margin: 0px auto; padding: 0px;
	background: url(../images/menu.png);
}
#bodycontent {
	text-align:left;
	padding: 0; margin: 0;
}
#footer {
	clear: both;
	text-align:center;
	margin:10px; padding:0px;
}
#footer p { color: #aba; }
#homepage {
	background: url(../images/homepage_bg.png);
	height: 705px;
}
#networks {	padding-left: 280px; padding-top: 20px; clear: left;}
#events { padding-top: 30px; background: url(../images/band.png) repeat-x; text-align: center; margin: auto;}
#groundworks { padding-top: 30px; background: url(../images/band.png) repeat-x;}
#groundworks div { margin-top: 20px; }
#groundworks div p { display: none; }
#groundworks .addswood { background: url(../images/groundworks_adswood.png); height: 438px;}
#groundworks .calegreen { background: url(../images/groundworks_cale.png); height: 438px;}
#groundworks .durham { background: url(../images/groundworks_durham.png); height: 355px;}
#groundworks .ladies { background: url(../images/groundworks_ladiesrc.png); height: 379px;}
#groundworks .eco { background: url(../images/groundworks_ecoschool.png); height: 463px;}
#groundworks .helen { background: url(../images/groundworks_helen.png); height: 390px;}
#groundworks .hallam { background: url(../images/groundworks_hallam.png); height: 282px;}
#groundworks .eyeline { background: url(../images/groundworks_eyeline.png); height: 284px;}
/* short profile styles */
#shortprofiles { padding-top: 30px; background: url(../images/band.png) repeat-x;}
#shortprofiles div { width: 846px; height: 171px; margin: 10px auto;}
#shortprofiles a { display: block; width: 100%; height: 100%; }
#philshort { background: url(../images/phil_profile.png);  }
#jasonshort { background: url(../images/jason_profile.png); }
#andyshort { background: url(../images/andy_profile.png); }
#clemshort { background: url(../images/clem_profile.png); }

/* Profile Page styles */
#philprofile { background: url(../images/phil_profile_bg.png); height: 705px; }
#philprofile .videobox {
	margin-top: 375px; margin-left: 78px; 
}
#jasonprofile { background: url(../images/jason_profile_bg.png); height: 705px; margin: 0;}
#jasonprofile .videobox {
	margin-top: 375px; margin-left: 78px; 
}
#andyprofile { background: url(../images/andy_profile_bg.png) no-repeat; height: 705px; margin: 0;  }
#andyprofile .videobox {
	margin-top: 360px; margin-left: 20px; 
}
#clemprofile { background: url(../images/clem_profile_bg.png); height: 705px; margin: 0; }
#clemprofile .videobox {
	margin-top: 373px; margin-left: 24px; background: url(../images/videobox_bird.png); 
}
/* Groundwork styles */
#topbox { height: 474px; background: url(../images/groundwork_top.png); }
#gw_flash { text-align:right; padding:20px; margin-top: 0 !important; }
#gw_nav { padding: 5px 0 0 20px; margin-top: 0 !important; }
#linkspage { padding-top: 22px; background: url(../images/band.png) repeat-x; }

/* Custom Tags */
.highlight {
	background: #fff;
	margin: 0 !important;
}
.right { text-align: right; }
.red { color: #f00; }
.center { text-align: center; }
.toplink { float:right; margin-right: 30px; position:relative; top:100%; margin-top: -70px; }
.introsqueeze { 
	padding-top: 100px; 
	margin-left: 150px; 
	width: 560px; 
	font-size: 14px; 
	font-weight: bold; 
}
.videobox {
	background: url(../images/videobox_small.png) no-repeat; 
	width: 281px; height: 208px; 
	float:left; text-align: center;
	padding-top: 28px;
}
	
.bigvideobox {
	background: url(../images/video_bd.png) no-repeat left;
	margin: 0 auto;
	margin-top: 70px;
	width: 705px; height: 225px;
	vertical-align: middle;
}
.videojacket {
	padding: 25px;
}
.forumsqueeze {
	margin-left: 150px;
}
.forumsqueeze a {
    display: block;
	float: left;
	height: 180px;
	width: 225px;
}
.philsqueeze {
	width: 485px;
	padding: 150px 0 0 80px;
	font-weight: bold;
	float: left;
}
.philsqueeze p { color: #000; }
.jasonsqueeze {
	width: 480px;
	padding: 200px 10px 10px 50px;
	float: left;
	font-weight: bold;
}
.andysqueeze {
	width: 520px;
	float: left;
	padding: 140px 10px 10px 110px;
	font-weight: bold;
}
.andysqueeze p {
	color: #000;
}
.clemsqueeze {
	width: 500px;
	float: left;
	padding: 160px 10px 10px 110px;
	font-weight: bold;
}
/* Menu CSS */
#menu div { height: 32px; float: left;}
#menuhome { margin-left: 56px; width: 72px; background: url(../images/menu/home.png);}
#menuforum { width: 66px; background: url(../images/menu/forum.png);}
#menuground { width: 113px; background: url(../images/menu/groundworks.png);}
#menuevents { width: 69px; background: url(../images/menu/events.png);}
#menuprofiles { width: 72px; background: url(../images/menu/profiles.png);}
#menulinks { width: 57px; background: url(../images/menu/links.png);}
#connex { width: 130px; margin-left:30px; float:left; }
#mastbox .groundlink { width:28px; margin-top: 108px; margin-left: 30px; height:20px !important; }
#menu .groundlink { width: 50px; margin-left: 155px;}

#menu a {
	display: block;
	float: left;
 	text-decoration: none;
	height: 32px; width: 100%;
	margin: 0px; padding: 0px;
}

#mastbox a {
	display: block;
	float: left;
 	text-decoration: none;
	height: 128px;
}

#home { background: url(../images/menu/home_on.png); }
#forum { background: url(../images/menu/forum_on.png);  }
#groundwork { background: url(../images/menu/groundworks_on.png); }
#event { background: url(../images/menu/events_on.png); }
#profiles { background: url(../images/menu/profiles_on.png); }
#links { background: url(../images/menu/links_on.png); }

.menu_on { width: 100%; margin: auto; height: 100%;}

a#phil { padding-left:250px;	width:110px; }
a#jason { width: 120px; }
a#andy { width: 160px; }
a#clem { width: 160px; }