/*
	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;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background: #003366 url(http://tivertoncivicsoc.org.uk/images/largeBGimage7.jpg) no-repeat;
	padding-top: 20px;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-weight: normal;
}
#feeds h1, h2, h3, h4, h5 {margin-bottom: 20px;}

#feeds h2 {font-size: 25px; line-height: 35px; color: white;text-transform: uppercase;letter-spacing:1px}
#main h1 {font-size: 30px; line-height: 39px; colour: white;text-transform: uppercase;letter-spacing:1px;margin-bottom: 15px;}
#main h2 {font-size: 25px; line-height: 35px; colour: #6699cc;text-transform: uppercase;letter-spacing:1px;}


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

.banner, #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/banner09.jpg);
}
#outer_wrapper {
	width: 100%;
	background: #4b4b4b url(../images/owBG.jpg) top left no-repeat;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 2px solid #336699;
}
.outer_wrapper {
	width: 100%;
	background: #555555;
	padding-top: 10px;
}

#wrapper {
	background-color: #fff;
	border: 1px solid #333;
	margin-right: auto;
	margin-left: auto;
	filter: Alpha(opacity=80);
	-moz-opacity: .80;
	opacity: 0.80;
}
.wrapper {
	background-color: #fff;
	border: 1px solid #333;
	margin-right: auto;
	margin-left: auto;
	filter: Alpha(opacity=80);
	-moz-opacity: .80;
	opacity: 0.80;
}
#container {
	width: 100%;
	float: left;
	margin-right: -350px;
	margin-top: 20px;
}


#content {
	margin-right: 350px;
}
#container-alt {
	width: 100%;
	float: left;
	margin-right: -500px;
}
#content-alt {
	margin-right: 500px;
}
#feeds {
	float:right;
	width:280px;
	position:relative;
	right:15px;
	margin-top:20px;
	background-color:#003366;
	border:1px solid #666;
	margin-bottom: 15px;
	padding: 7px;
	padding-left: 10px;
}
#feeds ul { margin:10px 0px 50px 0px; padding:0px; }
#feeds ul li { list-style:none; margin:0px 0px 10px 0px; padding:0px;color: #9a6920; }
#feeds ul li a { color:#6699cc; text-decoration: none; }
#feeds ul li a:hover { color: white; text-decoration:underline; }
.clearing {
	height: 0;
	clear: both;
}

#navContainer {/* navigation container */
		clear: left;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

hr {
	background-color: #666;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
	text-align: left;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	background: #6699cc;
	font-style: italic;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2em 3em;
	margin-bottom: 10px;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #6699cc;
	text-decoration: none;
}
a:visited {
	color: #6699cc;
}
a:active,
a:hover {
	color: #2d6296;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


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

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

	/* -- main navigation -- */
#mainNavigation {
	border-top: 1px solid #336699;
	margin: 0;
	padding: 5px 0;
	padding-bottom: 0px;
	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;
		margin: 0;
		border-left: 1px solid #336699;
		
		
}
#mainNavigation li .last {border-right: 1px solid #336699;}
#mainNavigation a {
		font: 12px "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
		text-transform:uppercase;
		color: #ffffff;
		text-decoration: none;
		padding: 5px 10px;
		}
		
#mainNavigation a:hover {
		color: #003366;
}
		

	/* -- sub-navigation -- */
#subNavigation {
	margin-top: -20px;
	background: #003366;
	border-bottom: 1px solid #666666;
	padding: 4px 0;
	background-image: url(../images/sub-navigation-background.gif);
	background-repeat: repeat-x;
		}

#subNavigation ul {
		text-align: center;
		}

#subNavigation li {
		display: inline;
		}

#subNavigation a {
		font: 12px "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		padding: 5px 10px;
		}

#subNavigation a:hover {
		color: #b4a26d;
		}
		
.sectionHome #mainNavigation #linkHome a, .sectionNews #mainNavigation #linkNews a, .sectionMembership #mainNavigation #linkMembership a, .sectionProgramme #mainNavigation #linkProgramme a, .sectionContact #mainNavigation #linkContact a, .sectionContact-list #mainNavigation #linkContact-list a

{/* automation for active tab */
		background: #003366;
		border-top: 1px solid #336699;
		color: #ffffff;
}

.sectionHome #mainNavigation #linkHome a:hover, .sectionNews #mainNavigation #linkNews a:hover, .sectionMembership #mainNavigation #linkMembership a:hover, .sectionProgramme #mainNavigation #linkProgramme a:hover, .sectionContact #mainNavigation #linkContact a:hover, .sectionContact-list #mainNavigation #linkContact-list a:hover

{/* hover over-ride for automated tab */
		color: #9a6920;
		border-top: solid 1px #9a6920;
}

/* ----------------------------------------------------------------------------------------------------------------- */

/*
	Footer-Styles
*/

#footer {
	padding:40px;
	position:relative;
	top:-20px;
	min-height:130px;
	text-align: left;
}
#footer h3 {font-size: 14px; line-height: 20px; color: #9a6920; text-transform: uppercase;letter-spacing:1px;}

#footer ul li a {color: white; text-decoration: none;}
#footer ul li a:hover {color: #336699; text-decoration: none;}
.container {
	width:950px;
	margin:0 auto;
	position:relative;
}


.footer_column {
	float:left;
	width:120px;
	margin-right:30px;
}
#footer .long {
	width:610px;
	color: #e2dddc;
}

.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}


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

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

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

/*---------- 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 Helvetica, Verdana, Arial, sans-serif;
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 30%;
	font: 1.1em Helvetica, Verdana, Arial, 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 #666666;
	margin-top: 15px;
	padding: 10px;
}
legend {
	font: bold 1.1em Helvetica, Verdana, Arial, 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);
}
.italic {
	font-style: italic;
}
.blue {
	color: #6699cc;
}
.linkitem {
	background-color: #6699cc;
	text-align: left;
	padding: 5px 5px 5px 75px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	height: 55px;
}
#main-links a:link, #main-links a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}
#main-links a:hover {
	color: #ffffff;
}
html> body .linkitem {height: auto; min-height: 55px;}
#linkitem1 {
	background-image: url(../images/mddc.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem2 {
	background-image: url(../images/ttc.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem3 {
	background-image: url(../images/dcc.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem4 {
	background-image: url(../images/mus.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem5 {
	background-image: url(../images/civic.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem6 {
	background-image: url(../images/discover.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem7 {
	background-image: url(../images/exe.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem8 {
	background-image: url(../images/cpre.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem9 {
	background-image: url(../images/cpre.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem10 {
	background-image: url(../images/tpf.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem11 {
	background-image: url(../images/MDNHS.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem12 {
	background-image: url(../images/planning.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem13 {
	background-image: url(../images/planning.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
/* WORDPRESS */




/* 
	Block-Styles 
*/

.block {
	border:1px solid #e3e3e3;
	background-color:#ffffff;
	margin-bottom:20px;
	position:relative;
}
.block-max {
	margin-bottom:20px;
	position:relative;
}
.block_inside { 
	display:block; 
	border:1px solid #ffffff;
	background: #ffffff url(../images/background_block_slice.jpg) repeat-x;	
	padding:30px;
	overflow:auto;
}
.block_inside p { 
	color: #232323;
}
.block_inside-max { 
	display:block; 
	padding:30px;
	overflow:auto;
}
.image_block {
	border:1px solid #999;
	background-color:#666;
	padding:4px 4px 1px 4px;
	float:left;
}
.image_block img {
	border:1px solid #555;
}
.text_block {
	float:left;
	width:430px;
	margin-left:30px;
	padding-top:30px;
}
.text_block-max {
	float:left;
	width:430px;
	margin-left:30px;
	padding-top:10px;
}

#block_featuredblog .text_block-max { padding-top:5px }


/*
	Block-Content-Styles
*/

#content_area {
	width:580px;
	float:left;
	margin-left: 0px;
	margin-top: 15px;
}
#content_area .block_inside {
	min-height:400px;
}
#content_area .block_inside-max {
	min-height:400px;
}

#content_area h2 {}

#content_area .separator {
	border-top:1px solid #e3e3e3;
	margin-top:20px;
	padding-top:20px;
}
#content_area .biggap {
	border-top:1px solid #e3e3e3;
	margin-top:40px;
	padding-top:40px;
}

#comments_template {
	border-top:1px solid #e3e3e3;
	margin-top:30px;
	padding-top:30px;	
}
/* 
	Miscellaneous-Styles   
*/

#feeds li a {text-decoration: none;}
#feeds li a:visited {text-decoration: none;}
#feeds li a:hover {text-decoration: underline;}


.clearing {
	height: 0;
	clear: both;
}

#main, #main-links {
	margin-left: 30px;
}

.last {
	margin-bottom: 10px;
}


