
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px; font-family:Arial, Helvetica, sans-serif;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

textarea, input { font-size: 1.1em; }

/************* GENERAL ****************/

/* typography.css ----- Refine This Over Time ------- */
body {font-size:75%;color:#6B6B6B;background:#0055A4;font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;text-align:left;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;letter-spacing:0.05em;}
h2 {letter-spacing:0.05em;font-size:1.4em;font-weight:bold;margin-bottom:2px;margin-top:0;line-height:normal; background:#BDDFFF url(images/h2-bg.jpg) repeat-x;padding:10px;border:1px solid #A3D3FF; border-bottom:none}
h3 {font-size:1.2em;line-height:1;margin-bottom:.5em; font-weight:bold;}
h3.silver {
	background:#E8E8E8 url(images/h3-bg.jpg) repeat-x center center;
	padding:12px;
	margin-bottom:2px;
	font-size:1.4em;
	font-weight:bold;
	border:1px solid #DBDBDB; border-bottom:none;
	letter-spacing:0.05em;
	}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 15px 0; font-size:1.3em;}
.p-wrapper { margin-bottom:20px;background: #D6EBFF url(images/p-bg.jpg) repeat-x bottom left;padding:15px;padding-bottom:5px; border:1px solid #BDDFFF; border-top:none; }
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#0055A4;text-decoration:none;}
a {color:#0055A4;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 0 1.5em 0;font-size:1.3em;background: #D6EBFF url(images/p-bg.jpg) repeat-x bottom left;padding:15px;border:1px solid #BDDFFF; border-top:none;}
ul.inline { background:none;border:none; color:#6B6B6B; }
ul.inline a { color:#0055A4;text-decoration:underline; }
li { margin-left:30px; }
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0;}
dl dt {font-weight:bold;}
dd {margin:0;}

/* alignment */
.r {
	text-align:right;
	}
.l {
	text-align:left;
	}	
.j {
	text-align: justify;
	}
.c {
	text-align: center;
	}
	
/* overflow */
.a-over {
	overflow:auto;
	}
.h-over {
	overflow:hidden;
	}		
	
/* text variables */
.b {
	font-weight:bold;
	}	
.i {
	font-style:italic;
	}		
	
.large-text {
	font-size:;
	}

.small-text {
	font-size:1em;
	}


/* floating */
.left {
	float:left;
	margin:0 15px 15px 0;
	}

.clear {
	clear:both;
	}	
	
ul {
	list-style:square;
	color:#0055A4;
	}

ul a {
	text-decoration:none;
	}

ul a:hover {
	text-decoration: underline;
	color:#006FD6;
	}
	
ul.spaced li {
	margin-bottom:.6em;
	}
	
ul.news li {
	list-style:none;
	}
	
ul.news img {
	vertical-align:middle;
	margin-right:13px;
	}	
						
	

/* fluid corner divs */
.left-bg {
	background: white url(images/left.jpg) repeat-y top left;
	margin:0 auto;
	width:1000px;
	
	}
.right-bg {
	background: url(images/right.jpg) repeat-y top right;
	}
.top-bg {
	background: url(images/top.jpg) repeat-x top left;
	}
.bottom-bg {
	background: url(images/bottom.jpg) repeat-x bottom left;
	}	
	
.top-left-bg {
	background: url(images/top-left.jpg) no-repeat top left;
	}
.top-right-bg {
	background: url(images/top-right.jpg) no-repeat top right;
	}
.bottom-left-bg {
	background: url(images/bottom-left.jpg) no-repeat bottom left;
	}
.bottom-right-bg {
	background: url(images/bottom-right.jpg) no-repeat bottom right;
	padding:40px;
	width:920px;
	min-height:600px;
	
	
	 /* using height:1%; as a hack completely fucked the main menu in IE6 and 7 */ 
	}
	
html>body .bottom-right-bg {
height: auto
} 	
	

/* wrapper */	
#wrapper {
	
	width:920px;
	background: white;
	}

/* header */	
#header {
	border-bottom:1px solid white;
	margin-bottom:30px;
	text-align:left;
	background: url(images/banner-rounded-bevel.jpg) no-repeat top left;
	padding-top:129px;
	height:30px;
	}
	
#text-banner {
	background:#E8E8E8 url(images/h3-bg.jpg) repeat-x center center;
	height:18px;
	padding:12px
	}
	
#text-banner h1{
	font-size:1.3em;
	margin:0;
	padding:0;
	float:left;
	width:65%;
	color:#858585;
	}
	
#text-banner #language-options {
	float:right;
	width:35%;
	}
	
#language-options a {
	float:right;
	width:20%;
	margin-right:0%;
	padding-left:15%;
	display:block;
	}
	
#language-options a#en {
	background: url(images/union-jack-little.png) no-repeat top left;
	}
#language-options a#fr {
	background: url(images/french-flag-little.png) no-repeat top left;
	}					
		
	
/* menu */	
#menu {
	
	clear:both;
	float:left;
	width:170px;
	
	}
		
#menu ul {
	list-style:none;
	margin-left:0;
	padding:0;
	text-align:left;
	background:none;
	border:none;
}

#menu li {
	background:#B11A12;
	margin-bottom:2px;
	width:168px;
	margin-left:0;
	border:1px solid #99160F;
	}		
		
#menu li#first-item {
	
	}
		
#menu li#last-item {
	
	}

#menu a {
	color:white;
	width:140px;
	padding:10px;
	padding-left:18px;
	display:block;
	text-decoration:none;
	letter-spacing:.1em;
	font-weight:bold;
	background:#B11A12 url(images/menu-bg.jpg) repeat-x top left;
	}
	
/* comp */
#menu li#competition {
		border:1px solid #c3ac00;
		}

#menu li#competition a {
		background: url(images/menu-comp.jpg) repeat-x top left;
		}
#menu li#competition a:hover {
		background: url(images/menu-comp-hover.jpg) repeat-x top left;
		}
	
#menu li.sub-menu {
	margin-top:-2px;
	border:none;
	width:170px;
	background:#99160F;
	}

#menu li.sub-menu a {
	font-weight:normal;
	font-size:0.8em;
	letter-spacing:normal;
	background:#99160F;
	}		

#menu a:hover, #menu li.sub-menu a:hover {
	background:#c81d14 url(images/menu-hover-bg.jpg) repeat-x top left;
	}
	


	
/* Title */
#title {
	
	}		
	
/* page */
#page {
	float:right;
	width:730px;
	margin-left:20px;
	text-align:left;
	}


/* content */
#container {
	
	width:;
	margin:;
	}
	
/* sidebar */
#sidebar {
	float:left;
	width:;
	margin:;
	}
	
/* footer */
#footer {
	clear:both;
	padding-top:50px;
	padding-bottom:0;
	overflow:auto;
	width:920px;
	}

#footer img {
	vertical-align:baseline;

	}
	
	
/* shields */
#shield-left {
	float:left;
	width:80px;
	overflow:hidden;
	text-align:left;
	
	}
	
#shield-left p {
	font-size:12px;
	margin:0;
	margin-left:2px;
	padding:0;
	}	
	
#shield-right {
	float:right;
	width:80px;
	overflow:hidden;
	text-align:right;
	
	}
	
#shield-right p {
	font-size:12px;
	margin:0;
	margin-right:8px;
	padding:0;
	}	
	

#main-logos {
	float:left;
	width:310px;
	padding-top:51px;
	display:inline-block;
	overflow:hidden;
	text-align:center;
	margin-left:200px;
	}
img.twinning-logo {
	
	}
	
img.council-logo {
	vertical-align:bottom;
	margin-left:15px;
	}			
	
p.copyright a {
	color:white;
	}
p.copyright {
	font-size:12px;
	color:#EAEAEA;
	}	
		
	
/************* END GENERAL ****************/




/************ home page ******************/	
#future-events {
	float:right;
	width:318px;
	}
	
	
.maps {
	float:left;
	width:355px;
	}
.map-wrapper {
	background: #F5F5F5 url(images/slide-bg.jpg) repeat-x bottom left;
	padding:20px;
}
#keynsham-map {
	margin-right:20px;
	}						
#libourne-map {
	
	}
	
	
/* Photo Slide Show */

/*** set the width and height to match your images **/
#slide-wrapper {
	float:left;
	width:392px;
	margin-right:20px;
	margin-bottom:20px;
	}
	

#inner-slide-wrapper {
	background: #F5F5F5 url(images/slide-bg.jpg) repeat-x bottom left;
	padding:16px;
	}

#hslideshow {
    position:relative;
    height:270px;
	width:360px;
}



#hslideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	height:270px;
	width:360px;
}

#hslideshow IMG.active {
    z-index:10;
    opacity:1.0;
}


#hslideshow IMG.last-active {
    z-index:9;
}

#slide-height {
	height:270px;

	}
	

/************ about us ******************/			
table {
	font-size:1.2em;
	margin-bottom:20px;
	background-color:#F0F8FF;
	width:100%;
	
	}

th {	
	font-weight:bold;
	padding:.7em;
	background:#BDDFFF url(images/h2-bg.jpg) repeat-x;padding:10px;
	}
td {
	padding:.4em .7em;
	border-bottom:1px solid #D6EBFF;
	width:50%;
	}
	
td.highlight {
	 background:white;
	 }
	 
/* memberships */
h2.comp {
	background: url(images/menu-comp.jpg) repeat-x top left;
	border:1px solid #c3ac00;
	color:white;
	}
	
.comp-wrapper {
	background:#c3ac00 url(images/comp-wrapper-bg.jpg) repeat-x bottom left;
	border:1px solid #c3ac00;
	color:white;
	overflow:hidden;
	}
	
.comp-wrapper input { 
	width:220px;
	padding:3px;
	}

input#check { 
	width: auto;
	padding:0;
	}		
	
.comp-wrapper textarea {
	 width:220px;
	 height:50px;
	 padding:3px;
	 margin:0;
	 
	 }
	 
#comp-form {
	float:left;
	width:35%;
	}	 	

#comp-photo {
	float:right;
	width:65%;
	} 
	
#comp-photo img {
	margin:0 auto;
	display:block;
	border:15px solid white;
	} 		
			
	
/* social events */
table.social-events {
	
	}	
	
.event-date {
	font-size:.8em;
	}
	
/* photos */

.gallery-wrapper {
	padding-top:25px;
	padding-bottom:25px;
	overflow:auto;
	
	}		

/************ libourne - keynsham exchange ******************/	
.coaster {
	border:12px solid white;
	margin-bottom:25px;
	margin-top:6px;
	}
	
/* wine student exchnges */
.gallery-wrapper {
	overflow:auto;
	
	}

/************ links ******************/
.link-col {
	float:left;
	width:33%;
	}
.link-col h3 {
	margin-left:30px;
	margin-top:20px;
	}	
			
