/**
* Last updated $Date: 2005/12/19 16:09:10 $
* by $Author: andy.brockhurst $
*
* This file is $Revision: 1.0 $
**/

/* standard tags */
abbr,acronym {
	border-bottom: 1px dotted #000;
}

/* standard classes */
.red{color:#f00;}
.green{color:#0f0;}
.blue{color:#00f;}
.lightblue{color:#639;}


/* site specific */
body, #body{
	color: #fff;
	background: #999;
}
#top,#top a{
	color: #666;
	background: #fff;
}
#top li a{
	color: #000;
	background-color: #eee;
	background: no-repeat url(./images/tl-fff.gif) top left #eee;
}
#top li a:hover{
	background-color: #ddd;
	background: no-repeat url(./images/tl-fff.gif) top left #ddd;
}
#nav a{
	color: #000;
	background-color: #fff;
	background: no-repeat url(./images/tl-999.gif) top left #fff;
}
#nav li.current_page_item a,
#nav li.current_page_parent a,
#nav li a:hover,
#nav a:hover{
	color: #fff;
	background-color: #666;
	background: no-repeat url(./images/tl-999.gif) top left #666;
	padding-bottom: 0.7em;
}
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a,
#nav li ul li a{
	color: #000;
	background: #fff;
	border: 1px solid #eee;
	padding-bottom: 0.6em;
}
#nav li ul li.current_page_item a,
#nav li ul li.current_page_parent a,
#nav li ul li a:hover{
	color: #fff;
	background: #666;
	border: 1px solid #fff;

}
#intro{
	color: #fff;
	background-color: #666;
	background: no-repeat url(./images/ds-5px-999.gif) bottom right #666;
}
#intro .copy a
{
  color: #ccf;
}
#intro .copy a:hover
{
  color: #eee;
}
#breadcrumb{
	color: #000;
	background-color: #fff;
	background: no-repeat url(./images/tr-999.gif) top right #fff;
}
#content{
	color: #000;
	background-color: #fff;
	background: no-repeat url(./images/ds-5px-999.gif) bottom right #fff;
}
.twocol{
	color: #000;
	background-color: #fff;
	background: repeat-y url(./images/bg-tc-eee-fff.gif) top left #fff;
}
#sidebar{
	color: #000;
	background: #eee;
}

.twocol #copy{
	color: #000;
	background: #fff;
}
#footer p{
	color: #000;
	background: #eee;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#content .jump a{
	color: #666;
	text-decoration: none;
}
#content .jump a:hover{
	text-decoration: underline;
}

#sidebar form div,
#sidebar ul a{
	color: #000;
	background-color: #ddd;
	background: no-repeat url(./images/tl-eee.gif) top left #ddd;
	border-right: 10px solid #fff;
}
#sidebar ul a:hover,
#sidebar li.current_page_item a{
	color: #000;
	background-color: #fff;
	border-right: 10px solid #666;
}
h2.posttitle a{
    text-decoration: none;
    color: #000;
}
h2.posttitle a:hover{
    text-decoration: underline;
    color: #000;
}

.post,
#searchresult{
	color: #000;
	background-color: #eee;
	background: no-repeat url(./images/tr-fff.gif) top right #eee;
}

