html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: "Trebuchet MS", "Times New Roman", serif;
   font-size: 14px;
   color:#8F9F87;
   line-height: 17px;
   font-weight: normal;
   background: #FFF url("http://www.tracyworld.co.uk/tracyworld/images/bg.gif") repeat;

}

hr
{ 
	text-align: right; 
	width: 100%; 
	height: 2px; 
	color: #ECECEC; 
	border: none; 
} 

/* For Internet Explorer */
html>body hr
{ 
	margin-right: 0; 
	width: 100%; 
	height: 2px; 
	background-color:#ECECEC; 
	border: none;
} 

td { 

padding:5px;

}

p.sub{ padding-left: 60px;}

/* For Gecko-based browsers */
html>body hr
{ 
	margin-right: 0; 
	width: 100%; 
	height: 2px; 
	background-color: #ECECEC; 
	border: 0px solid #ECECEC;
	
}

#border
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 850px;
   background: #FFF;
}


#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   padding: 0 0 25px 0;
   width: 800px;
   text-align: left;
   background: #FFF;
}
 /* used to set a minimum height for a content area */

#dynamic-content
{
    min-height:450px;
    height:auto !important;
     height:450px;
}

#banner
{
   height: 230px;
   background-color: #E9ECB7;
   border:0;
   padding:0;
}

#footer
{
   padding:8px 0 0 0 ;
   margin:25px 0 0 0;
   height:28px;
   background-color: #588A7C;
   color:#ECECEC;
   clear:both;
}

#copyright
{
    font-size: 12px;
    padding:8px 0 8px 0 ;
   margin:0;
   text-align: center;
   clear:both;
}

#copyright-notice
{
   margin: 0 auto; /* center on everything else */
   padding: 0 10px 0 10px;
   width: 380px;
   text-align: left;
   font-size: 14px;
}


#feed
{
   font-size: 12px;
padding:8px 0 8px 0 ;
   margin:0;
   text-align: center;
   clear:both;
}

#feed a
{
	border:0;
}



#content
{
	clear:both;
	margin:0px;
	background-color: #ffffff;
}

#nav-container
{
	padding:8px 0 0 0 ;
	height: 34px;
	margin:0;
	background-color: #588A7C;
	width:800px;
	color:#ECECEC;
}


a
{
	color: #667462;
	text-decoration: none;
	border-bottom: 2px #ECECEC dotted;
}

a:link, a:active, a:visited
{
	border-bottom-style: dotted; 
	border-bottom-color: #ECECEC;
}

a:hover
{
	border-bottom-style: none;
	background-color: #ECECEC;
}

/*---------------------------------------  nav  ----------------------------------------*/

#nav
{
	margin:4px;
	padding:0;
	font-size: 14px;
}

#nav ul
{
	margin:0;
	padding:0;
	float:left;
}

#nav li
{
    padding:0;
    margin:0;
    display:inline;
}

#nav li a:link, #nav li a:visited, #nav li a#current
{
	padding: 5px;
	border-bottom-style:none;
   text-decoration: none;
   margin: 0 5px 2px 5px;
   color: #ECECEC;
}

#nav li a#current, #nav li a:hover
{
	 background: #20342F;
}

/*---------------------------------------sub nav----------------------------------------*/
.sub-nav
{
	float:right;
	margin:0 5px 0 5px;
 	padding:0;
 	font-size: 14px;
}

.sub-nav a
{
	text-decoration: none;
	border-bottom-style:none;
}
 
.sub-nav a, b
{

 padding: 5px;
 margin: 0 5px 3px 5px;
 display: inline;
}


.sub-nav a:link, .sub-nav a:visited 
{
	text-decoration: none;
 	color: #ECECEC;
}

.sub-nav b, .sub-nav a:hover
{
	 background: #20342F;
}


#content ul
{
}

#content li
{
	list-style: none;
	padding-left: 40px; background: url(http://www.tracyworld.co.uk/tracyworld/images/diamond.gif) 22px 0.44em no-repeat;
}


#links
{
	
}

#links li
{
	list-style: none;
	padding-left: 40px; background: url(http://www.tracyworld.co.uk/tracyworld/images/arrow.gif) 22px 0.44em no-repeat;
}




#entries
{
   
}

.entry-header
{

}

.entry-content
{

}

.entry-body
{
}

.entry-more-link
{
}

.entry-more
{
}

.entry-tags
{
	padding: 10px 0 0 0;
}

.search-form
{
}

.search
{
}

.search-options
{
}

/* layout for search (archives)*/

#search-box
{
}

#search-entries
{
    width:400px;
    float:left;
}

#search-tags
{
   width:400px;
   float:right;
}


.field
{
	border: 1px solid #C6CAC8;
}

input, textarea
{
	font-size:128%;
	line-height:128%;
}


.label
{
width: 200px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-size:128%;
line-height:128%;
}

.submitter
{ 
	font-size: 138%; 
	border: none; 
	background:#588A7C;
	color:#FFFFFF;
	vertical-align: middle; 
	padding: 6px; 
	font-weight: bold;
}

