/* Tags */
body {
	margin:0;
	background-image:url('/images/page_background_3.png');
	background-color:#DDEDFF;
	font-family:"tahoma","Trebuchet MS",sans-serif;
	font-size:0.8em;
	color:#14005E;}
h1,h2,h3,h4,h5,h6 {
	font-family:Chivo,Impact, Charcoal, sans-serif;
	/*border-bottom:1px dashed #1A3AA3;*/
	font-weight:normal;
	color:#b00;}
h3 {
	border-bottom:0;}
a {
	color:#66e;}
p {
	line-height:20px;}
th {
	background-color:#dDEDFF;
	border:solid #bbb;
	border-width:1px 0;}

/* Site Structure */
#site_wrapper {
	width:1000px;
	margin:0px auto;
	border:solid #fff;
	border-width: 0 1px;
	background-image:url('/images/translucent2.png');
	-webkit-box-shadow: 0 0 40px #eee;
        position:relative;
	-moz-box-shadow: 0 0 40px #eee;
	box-shadow: 0px 0px 40px #eee;}
#header {
	text-align:center;
	padding-bottom:20px;
	}
#footer {
	clear:both;
	font-size:0.9em;
	text-align:center;
	padding:40px;
	color:#fff;}
#footer a {
	color:#ccf;}
#navigation {
	padding:0px;
	padding-top:25px;
	float:left;
	position:relative;
	z-index:3;
	width:210px;}
#content {
	margin-left:210px;
	padding:2px 20px 30px 20px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-right-width:0;
	min-height:500px;
	position:relative;
	margin-bottom:40px;
	z-index:5;
	box-shadow:-6px 0 20px #222;
	background-color:#fff;}

/* main.html */
#goto_crawley, #goto_brighton,#goto_cuckfield {
	border:2px solid #ccc;
	margin-bottom:10px;
	border-radius:10px;
	padding-top:180px;
	width:240px;
    display:inline-block;
    vertical-align:top;
}
#goto_crawley {
	background-image:url('/images/k2crawley.jpg');
    background-position:-80px;}
#goto_brighton {
	background-image:url('/images/brighton.jpg');}
#goto_cuckfield {
	background-image:url('/images/cuckfield_hut.png');}
#goto_crawley a, #goto_brighton a,#goto_cuckfield a {
	background-color:#14628C;
	color:#FFF;
	opacity:0.8;
	padding:10px;
    text-align:justify;
	display:block;
	border-bottom-left-radius:9px;
	border-bottom-right-radius:9px;
	line-height:17px;
	height:100px;
	text-decoration:none;
	font-size:0.9em;}
#goto_crawley a:hover, #goto_brighton a:hover,#goto_cuckfield a:hover {
	background-color:#000;}
.goto_header {
	font-family:impact,charcoal,sans-serif;
	font-size:1.4em;
}

/* Opening paragraph (main.html)*/
#intro {
	background-color:#345880;
	color:#fff;
	padding:10px;
	line-height:22px;
	width:520px;
	border-radius:8px;
	border:2px solid #ccc;
}

/* Referencing Images */
.credits, .credits a {
	font-size:10px;
	color:#aaa;}

	
.dark_bg {
	background-color:#2962a2;
	color:#fff;
	padding:10px;
	margin:15px;
}
.light_bg {
	background-color:#DDEDFF;
}
.big_text {
	font-size:1.5em;
}
.left_align {
	float:right;
	width:400px;
}

/* Applies to most lists on the website */
.news_list {
	font-size:1.1em;
	line-height:22px;
	list-style-image: url('/images/bullet.gif');
	margin:0;}
.news_list li {
	margin-bottom:5px;
	background-color:#dDEDFF;
	padding:2px 10px;}
.news_list li:hover {
	background-color:#2962a2;
	color:white;}
.news_list a {
	text-decoration:none;
	color:#000;}
.news_list li a:hover{
	color:#fff;}
.sub_menu {
	list-style: circle;}
.sub_menu li {
	background-color:#fff;
	padding:2px 10px;
}

.news_text {
	font-weight:normal;
}

.see_more {
	font-weight:normal;
	font-size:0.8em;
}

.mainpic {
	width:722px;
	border:8px solid #dDEDFF;
	padding:2px;
}
/* Spacing and Border for images */
.frame1 {
	padding:5px;
	border:1px dashed #ccc;
	margin:10px;
}

.info {
	font-size:1.2em;
	background-color:#fff;
}

/* Images on brighton.html, crawley.html, contact.html */
.icon {
	width:75px;
}

.gallery_thumb {
	border:8px solid #ddedff;
	padding:2px;
	margin-right:8px;
        margin-bottom:8px;
}
.gallery_thumb:hover {
	border:8px solid #7DB6DB;
}

/* 'More News','More Events' (main.html) */
.button1 {
	display:inline-block;
	padding:7px;
	font-weight:bold;
	margin:8px;
	border:1px solid #b00;
	text-decoration:none;
	background-color:#b00;
	color:#fff;}
.button1:hover {
	background-color:#fff;
	color:#b00;}

/* show/hide news articles */
.switch_button {
	background-image:url('/images/switch.png');
	display:inline-block;
	float:right;
	height:13px;
	width:25px;
}