@import url(tcs_default.css);
/*
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. forms stuff
*/

/* --------- 1. defaults ---------- */

* {/* zero margins and padding */
		margin: 0;
		padding: 0;
}

body {
	background-color: #666666;
	margin: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/largeBGimage7.jpg);
	background-repeat: no-repeat;
}

/* -------- 2. structure -------- */

.banner, #outer_wrapper {
	max-width: 950px;
	min-width: 750px;
}
.banner {
	height: 220px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	margin-bottom: 20px;
	border: 1px solid #FFFFFF;
}
#banner-index {
	background-repeat: no-repeat;
	background-image: url(images/banner08.jpg);
}
#banner-contact {
	background-repeat: no-repeat;
	background-image: url(images/banner07.jpg);
}
#outer_wrapper {
	background-color: #fff;
	border: 1px solid #333;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	filter: Alpha(opacity=80);
	-moz-opacity:.80;
	opacity: 0.80;
}
#wrapper {
}
#container {
	width: 100%;
	float: left;
	margin-right: -260px;
}
#content {
	margin-right: 260px;
}
#container-alt {
	width: 100%;
	float: left;
	margin-right: -500px;
}
#content-alt {
	margin-right: 500px;
}
#feeds {
	width: 230px;
	float: right;
	padding: 5px 10px 10px;
}
#feeds-alt {
	width: 470px;
	float: right;
	padding: 5px 10px 10px;
}
#footer {
	clear:both;
	text-align: center;
	padding: 5px;
	color: #6699cc;
	margin-top: 20px;
	border-top: 1px solid #6699cc;
}
#navContainer {/* navigation container */
		clear: left;
}

/* ---------- 3. links and navigation ---------- */

a {/* default link style */
		color: #000000;
}

#main a:link, #main a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6699cc;
}
#main a:hover {
	color: #3366cc;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6699cc;
}
#footer a:hover {
	color: #3366cc;
}

	/* -- main navigation -- */
#mainNavigation {
	border-top: 1px solid #336699;
	padding: 5px 0;
	margin-right: -20px;
	margin-left: -20px;
	background-color: #3366cc;
	background-image: url(images/main-navigation-background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#mainNavigation ul {
		text-align: center;
}
#mainNavigation li {
		display: inline;
}
#mainNavigation a {
		font: 1.4em Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		padding: 5px 10px;
		}
		
#mainNavigation a:hover {
		color: #003366;
		}
		
.sectionHome #mainNavigation #linkHome a, .sectionContact-list #mainNavigation #linkContact-list a, .sectionMembership #mainNavigation #linkMembership a, .sectionContact #mainNavigation #linkContact a, .sectionProgramme #mainNavigation #linkProgramme a, .sectionNews #mainNavigation #linkNews a {/* automation for active tab */
		background: #336699 url(images/active-tab-background.gif) repeat-x 100%;
		border-top: 1px solid #fffff;
		color: #ffffff;
}

.sectionHome #mainNavigation #linkHome a:hover, .sectionContact-list #mainNavigation #linkContact-list a:hover, .sectionMembership #mainNavigation #linkMembership a:hover, .sectionContact #mainNavigation #linkContact a:hover, .sectionProgramme #mainNavigation #linkProgramme a:hover, .sectionNews #mainNavigation #linkNews a:hover {/* hover over-ride for automated tab */
		color: #6699cc;
}
		
	/* -- sub-navigation -- */
#subNavigation {
	margin-top: -1px;
	background: #003366 url(../images/sub-navigation-background.jpg) 100% top;
	border-bottom: 1px solid #666666;
	padding: 6px 0;
	margin-right: -20px;
	margin-left: -20px;
}

#subNavigation ul {
		text-align: center;
		}

#subNavigation li {
		display: inline;
		}

#subNavigation a {
		font: 1.4em Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		padding: 2px 10px;
		}

#subNavigation a:hover {
		color: #b4a26d;
		}

/* ---------- 4. fonts ---------- */

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
}

#main h1 {
	font: 1.5em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #6699cc;
	margin-bottom: 1em;
}
#main h2 {
	font: 1.3em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #6699cc;
	margin-bottom: 0.8em;
}

p {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	padding-top: 0;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.8em;
}
#footer p {
	color: #6699cc;
	clear:both;
}

#main ul li {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #333333;
	padding-top: 0;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.8em;
	list-style-type: disc;
	list-style-position: outside;
}


/* ---------- 5. images ---------- */

.imagebox {
	border: 1px solid #999999;
	height: 140px;
	width: 190px;
	margin-top: 10px;
	text-align: center;
}

.imagebox-nav {
	width: 202px;
	margin-top: 10px;
	text-align: right;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #999999;
}
.imagebox-pf {
	width: 202px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #999999;
	float: left;
}
.image {
	border: 1px solid #999999;
}

/*---------- 6. forms stuff ---------- */

input.txt {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 200px;
}
textarea.txt {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 200px;
}
input.btn {
	}
form p {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 30%;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #6699cc;
}
input:focus {
	background-color: #FFFFFF;
	border: 1px solid #336699;
	color: #333333;
}
textarea:focus {
	background-color: #FFFFFF;
	border: 1px solid #336699;
	color: #333333;
}
fieldset {
	border: 1px solid #336699;
	margin-top: 15px;
	padding: 10px;
}
legend {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #336699;
}.form {
	margin-right: 10px;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: 3px;
}
#banner-membership {

	background-repeat: no-repeat;
	background-image: url(../images/banner05.jpg);
}
#banner-programme {

	background-repeat: no-repeat;
	background-image: url(../images/banner06.jpg);
}


/* WordPress styles */
#sidebar {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #fff;
	min-height: 522px;
	background: #666;
	border: 2px solid #336699;
	margin-top: 10px;
	padding: 10px;
	font-size: 1.2em;
}

#sidebar h3 {
	font: 1.3em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	color: #6699cc;
	padding: 0;
	margin: 0px 0 10px 0;
}

#sidebar ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
}
	
#sidebar a:hover {
	text-decoration :underline;
	color: #6699cc;
}

.navigation {
	line-height: 1.6em;
}

.alignleft {
	float: left;
	border: 1px #333 solid;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	border: 1px #333 solid;
	margin-left: 10px;
	margin-bottom: 10px;
}

.post {
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px #003366 solid;
}

.post h1 span {
	display: block;
	float: right;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #fff;
}

.postmetadata {
	color: #fff;
	font-size: 0.9em;
	text-align: right;
}

#main .postmetadata a {
	font-weight: normal;
}

#main h2.pagetitle {
	margin: 20px 0 0px 0;

}

.borderbottom {
	border-bottom: 1px #336699 solid;
}

.commentlist {
	color: #fff;
	border-top: 1px #980029 solid;
	margin: 20px 0 20px 30px;
	padding: 0;
}

.commentlist li {
	border-bottom: 1px #a74d4d solid;
	margin: 0;
	padding: 5px;
}

.commentlist li.alt {
	background-color: #444;
}

#main .post li {
	color: #fff;
	margin-left: 20px;
}