/* General Links +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link { color: #ff3300;} 
a:active { color: #ff3300; } 
a:visited { color: #ff3300; } 
a:hover { color: #6699cc; } 

/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#Header	{ border-bottom: solid 5px #ccc;}
#Header	h1 { color:#0b78c4;}
#Header	h1 a { color:#0b78c4;}

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#Footer { background: #dfdfdf; color:#666;}
#Footer a { color:#666; }

/* SR +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR	h2 { border-bottom: dashed 1px #999; color:#666;}

/* Search +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Search .arrow { background: url(../Images/redSearchArrow.gif) no-repeat;}
.Search .arrow:hover { background: #ffd780 url(../Images/redSearchArrow.gif) no-repeat 0 -23px; }
.Search .arrowIE { background: #ffd780 url(../Images/redSearchArrow.gif) no-repeat 0 -23px; }

/* Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu, .menu ul li {
	color: white;
}

.menu a, .menu a:link, .menu li a:visited {
	text-decoration: none;
	color: #f7ffdf; 
	border-right: solid 1px #cc6666;
}

.menu { 
	background: #CC3333;
}

.menu li li a:link, .menu li li a:visited {
	background-color: #CC3333;
	color: white;
}

.menu ul a:link {
	color: #f7ffdf;
	font-weight: normal;
}

.menu ul a:visited {
	color: #f7ffdf;
	font-weight: normal;
}

.menu a:hover, .menu ul a:hover, .menu li li a:hover {
	color: white;
	background-color: #cc6666;
	text-decoration: none;
}

 .menu li:hover>a {
	color: white;
	background-color: #cc6666;
}

.menu li li {	/* create borders around each item */
	
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/* ie 6 only style */
* html .menu a:hover, * html .menu .adxmhoverA {		/* li:hover>a selector */
	color: white;
	background-color: #cc6666;
	text-decoration: none;
}

/* BreadCrumb  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.BreadCrumb { border-bottom: solid 1px #999; }

/* Featured +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Featured h1 { border-bottom: solid 1px #999; color:#336699; background: url(../Images/FeaturedArticlesH1.png) no-repeat left top;}
.Featured .Post .PostHead h2 { background: url(../Images/ArticleLargeIco.png) no-repeat left center; }

/* RecentArticles+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentArticles h1 { border-bottom: solid 1px #999; color:#336699; background: url(../Images/RecentArticlesH1.png) no-repeat left top;}


/* RecentNews ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentNews h1 { border-bottom: solid 1px #999; color:#336699; background: url(../Images/RecentNewsH1.png) no-repeat left top;}
.RecentNews h3 { background: url(../Images/ArticleIco.png) no-repeat left center; color:#666; }

/* Recent Blogs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentBlogsTop { background: url(../Images/redRecentBlogsTop.gif) no-repeat left top;}
.RecentBlogs { background: #ffeede url(../Images/redRecentBlogsBottom.gif) no-repeat left bottom; }
.RecentBlogs h1 { border-bottom: dashed 1px #996666;}
.RecentBlogs big { border-bottom: dashed 1px #cfcfcf; }
.RecentBlogs small { color:#996666; } 
.RecentBlogs small a { color:#996666;}
.RecentBlogs a { color:#cc0000;}

/* Post Info/Details */
.Post .PostInfo { color:#999; border-top: dashed 1px #ccc;}
.Post .PostInfo a { color: #999;}

/* Category Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Cat { background: #990000 url(../Images/redCatBottom.gif) no-repeat left bottom;}
/**/ * html .CatTop { left: -10px;} /* */ 
.CatTop { background: url(../Images/redCatTop.gif) no-repeat left top;}
.Cat h2 { color:#fff; border-bottom: dashed 1px #cc3333;}
.Cat li a { border-bottom: dashed 1px #cc3333; color: #fff;}
.Cat li a:visited { color: #fff; border-bottom: dashed 1px #cc3333; }
.Cat li a:hover { color:#99ccff; border-bottom: dashed 1px #cc3333; color: #fff;}

/* Site Menu Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SiteMenu { background: #f6ddc5 url(../Images/redSiteMenuBottom.gif) no-repeat left bottom;}
.SiteMenuTop { background: url(../Images/redSiteMenuTop.gif) no-repeat left top; }
.SiteMenu h2 { color:#660000; border-bottom: dashed 1px #e19d92; }
.SiteMenu li { border-bottom: dashed 1px #e19d92;} 
.SiteMenu li a { color:#993333; }
.SiteMenu li a:visited { color:#993333;}
.SiteMenu li a:hover { color:#cc6666;}

/* Article Navigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ArtNav { background: #ffeede;}

/* Authors A-Z - ( Only on the Author page) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.AZ ul { background:#ffeede; }

/* PageForms +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.PageForms form { border: solid 1px #ffeede; margin: 10px 0px; width: 99%;}
.PageForms th { background: #ffeede;}

.PageForms .Button { background: #eed5bd; border: outset 2px #ccc; }

/* Author Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ background: #ffeede; border: 1px solid #eed5bd; color:#990000; }
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active 
{ border-bottom: 1px solid #fff; background: #fff; color:#ff3300;}
#tabnav a:hover { background: #fff;}

/* Paging +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Paging a { background: #ffeede; border: 1px solid #eed5bd; }
.Paging a:link { background: #ffeede; border: 1px solid #eed5bd; }
.Paging a:visited { background: #ffeede; border: 1px solid #eed5bd;}
.Paging a:hover { border: 1px solid #0095da; background: #0099ff; color:#fff; }
.PagingDisabled { border: 1px solid #f1f1f1; background: #f5f5f5; }
.PagingCurrentPageNumber { border: 1px solid #0095da; background: #0099ff; color:#fff;}

.Post .PostMore .Comment .Details { }
.Post .PostMore .Comment {background:#F8F8F8 url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #DFDFDF; }
.Post .PostMore .CommentAlt {background:#FFFFFF url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #DFDFDF;}

/* Summary Article Attachment */
.AttachmentList { border: 1px dashed #CCCCCC; }
.AttachmentList ul li { background: url(../Images/attach.gif) no-repeat left top; }
.AttachmentHeading { color: #666666;}
/* Teaser Image Styles */
.FeatureImageSpan {background-color: #F5F5F5;}
.FeatureImageCaption {  border-bottom: 1px #CCCCCC solid;  }
