/* 
Theme Name: CIGB Theme
Author: colebridge:communications
Author URI: http://colebridge.org/
Tags: single column, fixed width
*/
/*---------------------------------------------------------
|	=Table of Contents
-----------------------------------------------------------
| Style Reference
| Global Reset
| Sensible Defaults
| Utility Styles
| Typography and Colours
-----------------------------------------------------------
|	=Style Reference
-----------------------------------------------------------
|	Hex Code		Colour Ref.				Notable Use
|
| #eef        Pale Blue         Background
| #69c        Mid Turqoise      Header / Headings / Footer
| #717c8c     Dark Turquoise    Navigation Links
| #fe0034     Bright Red        Navigation / CIGB crucifix logo
| #d4d4d4     Pale Grey         Page border
-----------------------------------------------------------
| =Global Reset: Based upon Eric Meyer's Reset                                           
---------------------------------------------------------*/
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, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0;
font-size: 100%; vertical-align: baseline; background: transparent;}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0;}
/*---------------------------------------------------------
| =Sensible Defaults aka Global Reset-reset                                         
---------------------------------------------------------*/
strong          { font-weight: bold; }
em              { font-style: italic; }
* a             { position: relative; } /* Gets links displaying over a PNG background */
a img           { border :none; } /* Gets rid of IE's blue borders */
/*---------------------------------------------------------
| =Utility Styles
---------------------------------------------------------*/
br.clear { clear: both; }
.clearfix:after { 
  visibility: hidden; 
  display: block; 
  font-size: 0; 
  content: " "; 
  clear: both; 
  height: 0; 
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
/* close commented backslash hack */
.alt {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
.left   { float: left; margin: 0 0 0 40px;  }
.right  { float: right; margin: 0 40px 0 0; }
.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center { text-align: center; }
.alignleft { text-align: left; float: left; }
.alignright { text-align: right; float: right; }
/*---------------------------------------------------------
| =Typography and Colours                                             
---------------------------------------------------------*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #222;
	background-color: #eef;
	text-align: center;	
}

#page {
  font-family: Verdana, Arial, Sans-Serif;
	background-color: #fff;
	text-align: left;
  border: 1px solid #d4d4d4;
}
#header { background-color: #2A3B63; }
#content { 
  font-size: 1.2em;  
  line-height: 1.6em;
}
#footer { background-color: #69c; text-align: center; }
  /*---------------------------------------------------------
  | =Headings                                             
  ---------------------------------------------------------*/
  h1, h2, h3, h4, h5, h6 { 
    font-family: Georgia, "Times New Roman", Serif;
    margin: 1.2em 0 0.6em 0;
    color: #69c;
  }
  h1 {
  	font-size: 3.4em;
  	text-align: left;
  	text-transform: lowercase;
    letter-spacing: 0.05em;
    font-style: italic;
  }
  h2.pagetitle,
  h2 { font-size: 1.8em; }
  h3 { font-size: 1.6em; }
  h4 { font-size: 1.4em; }
  h5 { font-size: 1.2em; }
  h6 { font-size: 1.1em; }   	
  /*---------------------------------------------------------
  | =Paragraphs and Lists                                             
  ---------------------------------------------------------*/
  p, ol, ul, dl { margin-bottom: 1em; }
  ul, ol, dl    { margin-left: 1.5em; }
  ul li         { list-style-type: square; }
  ol li         { list-style-type: decimal; }
  dl dt         { font-weight: bold }
  .postmetadata ul, .postmetadata li {
  	display: inline;
  	list-style-type: none;
  	list-style-image: none;
  }
  .postmetadata {
    color: #fff;
    background: #69c;
    padding: 2px 10px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .postmetadata a:link, .postmetadata a:visited { color: #000; }
  /*---------------------------------------------------------
  | =Comment List                                             
  ---------------------------------------------------------*/
  .commentlist li { font-weight: bold; }
  .commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
  }
  .commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
  }
  .commentmetadata { font-weight: normal; }
  /*---------------------------------------------------------
  | =Links                                             
  ---------------------------------------------------------*/  
  a, a:link, a:visited {
    color: #588e03;
  	text-decoration: none;
  	border-bottom: 1px solid #69c;
  }
  a:hover, a:active { color: #000; border-bottom-color: #000; }
  #footer a { color: #fc9d4a; }
  /*---------------------------------------------------------
  | =Miscelaneous                                             
  ---------------------------------------------------------*/
  code { font: 1.1em 'Courier New', Courier, Fixed; }
  acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; cursor: help; }
  acronym, abbr { border-bottom: 1px dashed #999; }
  blockquote {
    border-left: 1px solid #ccc;
    padding-left: 10px;
  }
  hr { display: none; }
/*---------------------------------------------------------
| =Structure                                             
---------------------------------------------------------*/
body {
	margin: 0;
	padding: 0 0 20px 0; 
}
#page {
	margin: 20px auto;
	padding: 0;
	width: 770px;
	-moz-box-shadow: 2px 2px 2px #dde;
}
#header {
  height: 127px;
  background: transparent 
              url('style/images/header.jpg')
              no-repeat;
}
#content {
  background-image:url('style/images/content.jpg');
  background-repeat: no-repeat;
  width:750px;
	padding:10px;
  border:0px;
}
.pagepost {
	margin: 0 0 40px;
	text-align:left;
}
.post {
  margin: 0 0 40px;
	text-align: left;
}	
#footer {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
  color: #eee;
}
/*---------------------------------------------------------
| =Navigation                                             
---------------------------------------------------------*/
#navcontainer{
  height:27px;
  background: transparent 
              url('style/images/navigation.jpg')
              no-repeat; 
}
#navlist {       
	margin:0px;
	padding:7px 5px 5px 10px;
  border: 0px;
	white-space: nowrap;
	text-align: left;
	font-family: Arial, Sans-Serif;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { padding: 6px 10px 7px; }
#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #717c8c;
	text-decoration: none;
	border: 0;
}
#navlist a:hover,
#navlist .current_page_item a {
	color: #fff;
	background: #fe0034;
}
/*---------------------------------------------------------
| =Form Elements                                             
---------------------------------------------------------*/
select { width: 130px; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
  color: #333;	
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}
#commentform textarea {
	width: 540px;
	padding: 2px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  color: #333;
}
#commentform #submit {
	margin: 0 4px 0 0;
	float: right;
  border: 1px solid #ccc;
}
input, textarea {
  padding-left:2px;
  color: #333;
}	
/*---------------------------------------------------------
| =Comments                                             
---------------------------------------------------------*/
.alt {
  margin: 0;
  padding: 10px;
}
.commentlist {
  padding: 0;
	text-align: left;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p { margin: 10px 5px 10px 0; }
#commentform p { margin: 5px 0; }
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/*---------------------------------------------------------
| =Images                                             
---------------------------------------------------------*/
img { border: 0; padding: 1px; }
.gravatar img {
	float:right;
	margin-top:-15px;
}
/*---------------------------------------------------------
| =Captions                                             
---------------------------------------------------------*/
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}
.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;
}
/*---------------------------------------------------------
| =Tables                                             
---------------------------------------------------------*/
table { border: 0 }
table th, table thead { background-color: #69c; }
/*---------------------------------------------------------
| =Miscelaneous (Needs sorting)                                             
---------------------------------------------------------*/
.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
.widget_search {
  padding: 0;
  margin: 30px 0 0 0;
}
.widget_search input {
  margin: 2px 0;
  padding: 1px;
  color: #333;
  background-color: #eee;
}
.embed {
  width:48%;
  float:left;
  padding:0 0 0 10px;
  margin:0 0 20px 0;
}
#personalpic img {
  padding:0;
	margin:0 10px 0 0;
	border: none;
	float:left;
}
.highlighted li {
  background-color:#ffe;
  border:1px solid #ddd;
}
#contact legend {
  font-size: 1.5em;
  color:#6699cc;
}