/*
Theme Name: CEQ
Theme URI: http://www.aptronym.co.uk
Description: Initial WMQPEP theme based on the default WordPress theme, in turn based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Aptronym
Author URI: http://www.aptronym.co.uk
*/


/* Begin Typography & Colors */
body {
	}

#page {	
	}

#headerimg 	{
	}

#content:last-child {
	background-color: red;
}

#content p {
	margin-bottom: 0px;
}	

h1, h2, h3 {	
	font-weight: bold;
	color: #006ab2;
	}
	
h1 {
	padding-top: 24px;
	padding-bottom: 24px;
	margin: 0;
	font-size: 400%;
	}
	
h2 {	
	/*FF needs this */
	margin: 0;
	
	font-size: 1.6em;
	font-family: "Courier New", Courier, monospace;
}

h3 {}

a, h2 a:hover, h3 a:hover {}

a {
	font-weight: bold;
	color: #006ab2;
	text-decoration: none;
	}

a:visited {
	color: #006ab2;
	text-decoration: none;
	}

a:hover {
	color: #006ab2;
	text-decoration: underline;
	}


/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {}

.narrowcolumn {
	position: relative;
	top: 0px;
	margin-top: 131px;
	/*margin-bottom: 43px;*/
	margin-bottom: 59px;
	width: 500px;	
	float: right;
	border-left: 1px solid #d2dfef;	
	padding-left: 12px;	
}

.narrowcolumn_links {
	position: relative;
	top: 0px;	
	margin-top: 131px;
	/*margin-bottom: 43px;*/
	margin-bottom: 59px;
	width: 500px;	
	float: right;
	border-left: 1px solid #d2dfef;	
	padding-left: 12px;	
}

.post {
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-top: 16px;		
	}
	
.post_page {
	margin: 0px;
	padding: 0px;
	position: relative;	
}
	
.post_page h2 {	
	border-bottom: 1px solid #d2dfef;
	height: 30px;
	margin-bottom: 12px;
}	

.post_page p {	
	padding-top: 0px;		
	padding-bottom: 12px;	
}

/* Affects all but the first para */
.post_page p +p {
}

/* Affects last para - FF only */
/* Closes gap above Footer */
.entry p:last-child {	
	padding-bottom: 0px;
}

/* This ID is hard-coded *to the Groups page */
#post-19 ul {	
	margin: 0;
	padding: 0;		
}

#post-19 li {		
	margin: 0;	
	padding: 0;
	height: 24px;	
}

#post-19 li a {		
	position: relative;
	top: 8px;
	left: 10px;
	margin: 0;	
	padding: 0;
}
	
/* This ID is hard-coded */
#post-4 {
	margin-top: 0px;
	}

.post hr {
	display: block;
	}

/* End Structure */


/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

	/*Used by Local Meetings List*/
html>body .entry li {
	margin: 0px 0 12px 0px;
	}

/* .entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	} */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}


/* End Form Elements */

/* Comments */

/* Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/*Cross Browser HR*/
hr {	
	border: 0;
	height: 1px;
	color: #d2dfef;
	background-color: #d2dfef;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* End WordPress */

/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:817px;/* for mozilla*/	
	color: #000000;
	background-color: #d2dfef;		
}

#outer{
	height:100%;
	min-height:100%;
	width:817px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;	
	background-color: #FFF;
	border-bottom: 26px solid #d2dfef;
	
	/*Makes FF stretch div and stick footer at bottom */
	overflow: hidden	
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:725px; /*IE Needs this*/	
	margin-left: 46px;
	margin-right: 46px;	
}

#header_site {
	position:absolute;
	top:0;
	left:0px;
	width:817px;
	height:131px;
	overflow:hidden;
	color: #000000;
	z-index:100;	
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;	
}

#header_under {
	position: relative;
	top:131px;
	left:0px;
	width:725px;
	height:216px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	padding-bottom: 16px;	
}

#header_under_text {
	position: relative;
	/* width: 213px; */
	width: 189px;	
	/* height: 216px;	*/
	height: 192px;
	float: left;
	background-color: #d2dfef;
	
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: bold;
	color: #006ab2;
	padding: 12px;
}

#header_under_pic {
	position: relative;
	width: 500px;
	height: 100%;	
	float: right;
	background-color: #d2dfef;
	background-image: url(images/img_default.jpg);
}

h2.sub_header {
	position: relative;		
	top: -6px;	
}

.post h2 {	
	position: relative;
	border-bottom: 1px solid #d2dfef;
	height: 30px;
	margin-bottom: 12px;
}

#sidebar {
	position:relative;/*ie needs this to show float */
	width:212px;
	float:left;	
	
	top:125px;
	/* Needed to make room for header. Was 131px, needed -6px for menu */
	
}

#footer {
	width:725px;
	clear:both;
	height:43px;			
	text-align:center;	
	bottom:0;	
	left: 46px;
	position: absolute;
	}

div,p  {margin-top:0}/*clear top margin for mozilla*/

/*MB*/

.entry {
	/*Needed to make room for sidebar? 
	min-height: 200px; */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a img {
	border: none;
}

#footer_left {
	width: 213px;	
	height: 43px;
	float: left;
	text-align: left;		
}

#footer_left a {
	position: relative;
	top: 18px;
	}

#footer_right {
	width: 499px;
	height:23px;		
	float: left;	
	text-align: left;
	color: #444444;
	font-size: 80%;	
	position: relative;
	padding-left: 12px;
	top: 14px;
	border-left: 1px solid #d2dfef;	
}

#footer_right p {	
	position: relative;
	top: 5px;
}

h2.widgettitle {
	position: absolute;	
	visibility: hidden;	
}

#sidebar ul {	
	list-style: none;	
	list-style-type: none;
	position: relative;	
	margin: 0;
	padding: 0;
}

#sidebar ul ul {
	list-style: none;	
	margin: 0;
	padding: 0;
	width: 200px;	
}

#sidebar li {
	list-style: none;			
}

#sidebar li li {	
	font-family: "Courier New", Courier, monospace;
	font-size: 1.6em;
	font-weight: normal;	
	border-bottom: 1px solid #d2dfef;	
	margin: 0;	
	padding: 0;	
	height: 30px;	
	width: 200px;
	padding-top: 6px;	
}

/*Used for Groups Pages Sub-Menu */
#sidebar li li li {
	position: relative;	
	font-size: 90%;
	padding-top: 12px;	
	padding-left: 20px;	
	width: 180px;
	height: 24px;
}

#homelink {
	position: absolute;	
	top: 11px;
	width: 144px;
	height: 186px;
}

.googlemap {
	margin-top: 16px;
	margin-bottom: 8px;
	border: 1px solid #006ab2;	
}

#pagenav {
	position: relative;
	margin-top: 12px;
	border-top: 1px solid #d2dfef;	
	padding-top: 12px;
	font-size: 1em;	
}

.pagenav_left {
	float: left;
}

.pagenav_right {
	float: right;
}

.tablestyle1 {
	border: solid 1px #d2dfef;
	border-collapse: collapse;
	width: 100%;	
	margin-bottom: 12px;
}
	
.tablestyle1 td {
	padding: 4px;
	border: solid 1px #d2dfef;
	vertical-align: top;
}

#linkslist {
	margin: 0;
	padding: 0;
}

#linkslist a {
	font-size: 1.6em;
	font-family: "Courier New", Courier, monospace;
}

#linkslist li {
	list-style: none;
	list-style-position: outside;
	margin-top: 24px;
}

#link_break {
	position: relative;
	top: 12px;
	height: 12px;
	border-top: 1px dashed #d2dfef;
	margin-bottom: 24px;
}
