/*
 * Stylesheet for Cambridge
 * University Fencing Club.
 * Copyright (c) 2008.
 */


body {

	background-gcolor: white ;
}

.logo-banner {

	position: relative;
	top: 0em;
	left: 0em ;	
	width: auto ;
		
}

img.logo-banner {
	
	position: relative;
	top: 0em;
	height: auto ;
	width: auto ;
}


.vertical-menu {

	float: left;
	position: relative;
	width: 120px ;
	
	
}

img.vertical-menu {

	width: 120px ;

}

.content {
	float: left;
	text-align: left;
	position: relative;
	margin-left: 2em ;
	width: 60%;

}

#footer {
	margin-top: 3em;
	float: left ;
	font-family: sans-serif;
	font-size: 0.75em ;
}

#W3C-logo {
	left: 2em ;
	bottom: 2em;
}

#W3C-logo img {
	border-width: 0em ;
	width: 4.5em;
}

/*
 * Committee
 */

div.cttee_years {
	
	text-align: left;
	float: left;
	clear: none;
	width: 9em ;	
}

div.committee {

	text-align: left;
	float: left ;
	clear: none;
	width: 70%;
	margin-left: 2em;
}

/*
 * Squads
 */

h3.team_header {
		
	margin-top: 2em;
}

li.member_entry {

	list-style: none;
}

a.profile_link {
	
	margin-bottom: 3em;
}

span.member_details_nam {
	
	margin-left: 1em;
}
span.member_details_col {
	
	margin-left: 1em;
}

img.profile_thumb {
	
	float: left;
	/*clear: left;*/
	vertical-align: text-top;
	width: 3em;
	margin-right: 1em;
	height: auto;
	border: 0em, 0em, 0em, 0em;
	border-width: 0em;
}

p.old_blues_archive {
	float: left;
		
}

/*
 * Squads
 */

dt {
	
	font-style: italic; 
	clear: right;
}

.screen_name {

	font-family: monospace;	
}
