/*  
Theme Name: Heirtrace
Theme URL: http://www.Sunspace.ltd.uk/
Description: A besboke theme for Heirtrace.co.uk 
Version: 2.2
Author: Sunspace
Author URL: http://www.Sunspace.ltd.uk/ 
*/

/*------------ Global style elements -------------*/
*{
	margin:0; 
	padding:0;
}

body{
	background:#F0F0E4; 
	color:#818181;  
	font-size:12px; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif;
}

ul{
	list-style:none;
}

a {
	color:#860001;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

img { 
	border:0;
	margin:0; 
}

a img { 
	border:0;
	margin:0; 
	text-align:center;
	float:none;
}

/*------------ main content divs -------------*/

div.main {
	background:white; 
	width:775px; 
	padding:10px 10px;
	margin:auto;
	border: solid 1px #D7D7CA; 
	border-top:0;
}

#content {
	border:solid 1px #D7D7CA;
	margin:10px 0;
	padding-bottom:10px;
	width:540px; 
	float:left; 
	text-align:left;
}

#content div.indent { 
	padding:0px 14px 15px 10px;
}


/*------------ Misc -------------*/

div.column{
	float:left;
}

div.clear{
	clear:both;
}

div.spacer{
	height:15px;
	clear:both;
}

.txt1{
	color:#4A4A3B; 
	text-transform:uppercase; 
	font-weight:bold;
}

/*------------ header -------------*/

#header { 
	background:white;
	text-align:left; 
}

#logo { 
	margin:0 0 10px 65px;
}

#header div.left-col { 
	float:left; 
	width:250px;
}

#header div.right-col {
	float:right; 
	width:250px;
}

#header-image{
	text-align:center;
	height:235px;
}

div#graphic{
	text-align:center;
	height:235px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

/*------------ search and other forms -------------*/

div.search-box {
	/*float:right;
	padding:45px 60px 0 0;
	height:16px;*/
    float: right;
    height: 16px;
    padding: 40px 0 0 0;
    width: 240px;
}

.submit { 
	margin:0 0 0 4px; 
}

input, textarea{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

input, select, textarea { 
	vertical-align:middle; 
	font-weight:normal;
}

/*------------ teasers -------------*/

div.teaser-box{
	background:white; 
	text-align:center;
	border: solid 1px #D7D7CA;
	width:145px;
	float:left;
	padding: 5px;
	margin:0 5px 20px 5px;
}

div.teaser-box h4{
	background:#F0F0E4; 
	padding:6px;
	margin-bottom:3px;
	font-size:100%;
}

div.teaser-box a {
	display:block;
	width:145px;
	text-align:center;
}

div.teaser-box a img{
	margin:0 0 0 7px;
	width:130px;
	height:93px;
	border: solid 1px #D7D7CA;
}

div.teaser-box p{
	clear:both;
	text-align:left;
	padding:5px 2px 0 2px;
	font-size:90%;
	color:#666666;
}

a.read_more{
	float:right;
	font-size:90%;
	color:#999;
	text-decoration:none;
}

div.why-ht{
	float:right;
	width:150px;
	border:solid 1px #D7D7CA;
	margin:8px 0 8px 12px;
	padding:5px;
}

div.why-ht h3{
	text-align:center;
	color:#970B0E;
}

div.why-ht ul{
	margin-top:5px;
}

div.why-ht ul li{
	color:#C6655F;
}
div.why-ht ul li p{
	font-size:10px; 
	color:#333333;
	text-align:left;
	line-height:12px; 
	margin-top:-10px;	
}

/*------------ headings and text -------------*/

h1 { 
	font-weight:normal; 
	font-size:3em;
}

h1 a {
	color:#FFFFFF; 
	text-decoration:none;
}

h3 {
	color:#4A4A3B;
	font-size:1.3em; 
}

h4 {
	color:#4A4A3B;
	font-size:1.2em; 
}

h3.page{
	font-size:1.5em; 
}

h4 a, 
h3 a {
	text-decoration:none;
}

h4 a:hover, 
h3 a:hover {
	text-decoration:none; 
	color:#FF0000;
}

div.author { 
	color:#4A4A3B; 
	font-size:11px;
}

div.date { 
	font-size:12px; 
	color:#48483C; 
	font-weight:bold;
}

/* title accomodating two colums 
for pages where a date is included*/
div.pagetitle {
	color:#E7791A; 
	font-size:1.01em; 
	font-weight:bold; 
	text-transform:uppercase;
	padding:0px 0px 7px 0px;	
}

#title{ 
	border-bottom: solid 1px #D7D7CA;
}

#title div.col1{
	width:auto; 
	float:left;
}

#title div.col1 div.indent { 
	padding:0px 25px 5px 0px;
}

#title div.col2{
	width:auto; 
	float:right; 
	background:url(images/b_back2.gif) no-repeat 0px 17px;
}

#title div.col2 div.indent { 
	padding:15px 25px 5px 25px;
}

/*------------content text and images-------------*/

div.content_text { 
	margin-top:6px; 
	margin-bottom:0px; 
	color:#2F2F2F;
	text-align:justify;
}

div.content_text b { 
	color:#4F4F4F;
}

div.content_text img{
	float:left;
	margin:10px 10px 10px 0;
}

div.content_text ul { 
	list-style:none; 
	margin-top:7px;
}

div.content_text ul li {
	background:url(images/pimp4.gif) no-repeat 0px 8px; 
	padding-left:11px; 
	line-height:1.72em;
}

div.comment { 
	background:#DFDFD2; 
	padding:17px 0 13px 18px; 
	margin-bottom:12px;
}

div.comment a { 
	background:url(images/pimp3.gif) no-repeat 0px 4px; 
	font-weight:bold; 
	text-transform:uppercase; 
	text-decoration:underline; 
	padding-left:8px; 
	color:#3B3B3B;
}

div.comment a:hover{
	text-decoration:none;
}

div.postmetadataalt {
	font-size:0.91em; 
}

p {	
	padding:10px 0px 10px 0px;
}

div.article {
	padding:0;
}

div.post {
	padding:0px 5px 0px 5px;
}


/*------------ side bar -------------*/

#side-col { 
	float:left; 

}

#side_bar { 
	width:165px; 
	text-align:left;
	margin:10px 10px 10px 15px;
	padding:10px;
	border:solid 1px #D7D7CA;
}

div.widget_style {
	width:100%; 
	padding-bottom:15px; 
	margin-bottom:13px;
}

div.widget_style h2 { 
	color:#4A4A3B; 
	font-size:13px; 
	font-weight:bold; 
	background:url(images/pimp1.gif) no-repeat 0px 5px; 
	padding-left:12px; 
	border-bottom:solid 1px #D7D7CA;
	padding-bottom:3px; 
}

div.widget_style ul { 
	margin:10px 0px 0px 10px;
}

div.widget_style ul ul{ 
	margin:0px 0px 6px 10px;
}

div.widget_style ul li,
div.widget_style ul ul li { 
	background:url(images/pimp2.gif) no-repeat 0px 6px; 
	padding:0px 0 0 12px; 
}

div.widget_style ul li a,
div.widget_style ul ul li a { 
	font-size:12px; 
	color:#7F7F6D; 
	text-decoration:none;
	font-weight:normal;
	line-height:1.45em;  
}

div.widget_style ul ul li a{
	font-size:11px;
	text-decoration:none; 
}



div.widget_style ul li.current_page_item a{
	text-decoration:underline;
}

div.widget_style ul ul li.current_page_item a{
	text-decoration:none;
}

div#pages li ul a{
	text-decoration:none;
}

div.widget_style ul li a:hover,
div.widget_style ul ul li a:hover{ 
	text-decoration:none; 
	color:#2A2A1B;
}

/*side quote*/
div.quote{
	width:165px; 
	text-align:center;
	margin:30px 10px 10px 10px;
	padding:10px;
}

ul.post-meta li{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	font-size:130%;
	font-style:italic;
 	color:#970B0E;
}

ul li span.post-meta-key{
	color:white;
	font-size:100%;
	font-style:normal;
	
}

/*----------- contact form ----------*/

div.ddfmwrap{
	margin-right:35px;
	padding-right:35px;
}

/*--------------- footer ---------------*/

#footer {
	width:795px; 
	background:white; 
	border: solid 1px #D7D7CA; 
	padding:6px 0; 
	text-align:center;
	margin-top:5px; 
	margin-bottom:15px; 
	margin-left:auto; 
	margin-right:auto;
}

#footer p,
#footer p ul li a{
	margin:0px;
	padding:0px;
	font-size:85%;
	text-align:center;
	color:#8B8B79; 
}

#footer a {
	color:#8B8B79; 
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

