/*
Theme Name: EICG
Theme URI: http://www.eicg.co.uk/
Description: A theme built around the main <a href="http://www.EICG.co.uk" target="_blank">EICG.co.uk</a> website.
Version: 1.0
Author: Ali Wright
Author URI: http://www.ts-a.com/
Tags: custom header, fixed width, three columns, widgets

	EICG v1.0
	http://www.ts-a.com/

	This theme was designed and built by Ali Wright,
	web developer at http://www.ts-a.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
html, body {
  background-color: #FFFFCC;
  color: #000000;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 130%;  
}

h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;	
  clear: both;
}
h2 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;	
}
p {
  margin-top: 10px;	
	margin-bottom: 10px;	
}
a {
	color: #990000;
}
hr {
	height: 1px;
	border: 0;
	color: #E5E5E5;
	background-color: #E5E5E5;
	width: 750px;
	clear: left;
	margin: 10px 0px 10px 0px;
}

ul {
	list-style: disc;
	margin-left: 25px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 5px;
}

ol {
	list-style: decimal;
  margin-left: 25px;
}
ol li {
	margin-bottom: 10px;
}

blockquote {
	margin: 0px 20px 0px 20px;
}
.table tr td {
	padding: 3px;
}

#container {
  position: relative;
  width: 900px;
  margin:0 auto; /* center, not in IE5 */
  padding: 0px;
  background-color: #FFFFFF;
  border: 1px solid #A31E22;
}
#top {
  width: 900px;
  height: 113px;
  background-image: url(images/eicg-top.png);
  background-repeat: no-repeat;
  background-position: left top;  
}
#logo {
  position: relative;
  float: left; 
  width: 163px;
  height: 81px;
  display: block;
}
.main {
	position: relative;
	width: 900px;
  float: left;
  color: #000000;
  clear: both;
  padding: 0px;
  margin: 1px 0px 1px 0px;
}
#breadcrumb {
	float: left;
	font-size: 10px;
	color: #999999;
	padding: 0px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:hover  {
	color: #999999;
	text-decoration: underline;	
}
#copyright {
	width: 180px;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 120px;
}
#copyright a {
  color: #666666;
  text-decoration: none;
}
#copyright a:hover {
  color: #666666;
  text-decoration: underline;
}
.footer {
  position: relative;
  width: 850px;
  height: 30px;
  float: left;
  color: #000000;
  clear: both;
  padding: 8px 0px 0px 0px;
  text-align: center;
  color: #FFFFFF;
  background-image: url(images/bottom-back.gif);
  background-repeat: no-repeat;
  background-position: center top;  
}
.footer a {
	color: #FFFFFF;
}

#quote {
  width: 150px;
  font-size: 10px;
  line-height: 12px;
  background-image: url(images/quote-top.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 20px 10px 0px 5px;
  clear: both;
  position: relative;
  margin: 10px 0px 0px 10px;
  color: #686874;
}
#quotebottom {
	clear: both;
  position: relative;
  width: 135px;
  background-image: url(images/quote-bottom.gif);
  background-repeat: no-repeat;
  background-position: right top;
  font-size: 10px;
  line-height: 11px;
  padding: 0px 20px 10px 5px;
  margin-left: 10px;
}
#quotebottom a {
  color: #990000;
}
#aweber {
  width: 360px;
  border: 1px solid #CCCCCC;
  background-image: url(images/book-cover-3d.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 140px;
  height: 170px;
}
.telno-link {
	color: #000000;
  text-decoration: none;
}


/*WordPress styles*/
textarea#comment { width: 400px; padding: 5px; }

.commentmetadata { font-size: 10px; }

.time {
	color: #666666;
	font-size: 11px;
}

#content a {
	color: #990000;
}
.trackback {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	padding: 4px;
	width: auto;
	color: #666666;
	font-size: 10px;
	line-height: 11px;
}
.search {
	text-align: left;
	width: auto;
	padding: 5px;
}
h2 a {
	font-size: 14px;
	line-height: 16px;
	color: #990000;
	margin: 0px 0px 10px 0px;
}
h2 a, h2 a:link, h2 a:active, h2 a:visited, h2 a:hover {
	color: #990000;
}
.rss {
	text-align: center;
  width: auto;
  padding: 10px 10px 0px 10px;
  font-size: 11px;
  line-height: 13px;
}