body { background: url(../Images/blueBody.gif) repeat-x left top; }


/* General Links +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link { color: #ff0000;} 
a:active { color: #ff0000; } 
a:visited { color: #ff0000; } 
a:hover { color: #990000; } 

/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#Header	{ border-bottom: solid 5px #ffcc66; background:url(../Images/blueHeader.gif) no-repeat left top;}
#Header	h1 { color:#373633;}
#Header	h1 a { color:#373633;}

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#Footer { background: #fff; color:#666; border-top: solid 5px #ffcc66;}
#Footer a { color:#666; }

/* SR +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR	h2 { border-bottom: dashed 1px #999; color:#666;}

/* Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu, .menu ul li {
	color: white;
	font-size: 11px; 
	font-weight: bold;
}

.menu ul li {

}

.menu ul {
	width: 11em;
}

.menu a:link, .menu li a:visited {
	text-decoration: none;
	color: #000066; 
	display: block;
	position: relative;
	border-right: solid 1px #aec5d2; color:#336699;
}

.menu li li a {
	padding: .4em .4em;
}

.menu li li a:link, .menu li li a:visited {
	background-color: #E8F5FD;
	color: #000033;
	border-right: none;
}

.menu ul a:link {
	color: #000066;
	font-weight: normal;
	width: 150px;
}

.menu ul a:visited {
	color: #000066;
	font-weight: normal;
	width: 150px;
}

.menu a:hover, .menu ul a:hover, .menu li li a:hover {

	text-decoration: underline;
}

 .menu li:hover>a {
	text-decoration: underline;
}

.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;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* 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 */

	text-decoration: underline;
}

/* BreadCrumb  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.BreadCrumb { border-bottom: solid 1px #999; }

/* Featured +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Featured h1 { border-bottom: solid 2px #ccc; color:#333;}

/* RecentArticles+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentArticles h1 { border-bottom: solid 2px #ccc; color:#333;}


/* RecentNews ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentNews h1 { border-bottom: solid 2px #ccc; color:#333;}

/* Recent Blogs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentBlogsTop { background: url(../Images/blueBlockTop.gif) no-repeat left top;}
.RecentBlogs { background: #f4f1ea url(../Images/blueBlockBottom.gif) no-repeat left bottom; }
.RecentBlogs h1 { border-bottom: solid 1px #e7e2d6; color:#666;}
.RecentBlogs big { border-bottom: dashed 1px #cfcfcf; }
.RecentBlogs small { color:#cc9966; } 
.RecentBlogs small a { color:#cc9966;}
.RecentBlogs a { color:#cc9966;}

.ArticleOptions { background: #f4f1ea url(../Images/blueBlockBottom.gif) no-repeat left bottom; }
.PopularArticles { background: #f4f1ea url(../Images/blueBlockBottom.gif) no-repeat left bottom;  }
.FavoriteArticles { background: #f4f1ea url(../Images/blueBlockBottom.gif) no-repeat left bottom;  }
.ArticleHistory { background: #f4f1ea url(../Images/blueBlockBottom.gif) no-repeat left bottom;  }
.ArticlesToRead { background: #f4f1ea url(../Images/blueBlockBottom.gif) no-repeat left bottom;  }
.PopularAuthors { background: #f4f1ea url(../Images/blueBlockBottom.gif) no-repeat left bottom;  }


/* Post Info/Details */
.Post .PostInfo { color:#999; border-top: dashed 1px #ccc;}
.Post .PostInfo a { color: #999;}

/* Search Left +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Search { background: #aed7f0 url(../Images/blueSearchBottom.gif) no-repeat left bottom;}
.SearchTop { background: url(../Images/blueSearchTop.gif) no-repeat left top;}
.Search .arrow { background: url(../Images/blueSearchArrow.gif) no-repeat;}
.Search h2 { color:#000033; border-bottom: solid 1px #94c3df;}
.Search .arrow:hover { background: url(../Images/blueSearchArrow.gif) no-repeat 0 -20px; }
.Search .arrowIE { background: url(../Images/blueSearchArrow.gif) no-repeat 0 -20px; }
.Search p a { color:#02396e; }

/* Category Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Cat { background: #cfeafa url(../Images/blueCatBottom.gif) no-repeat left bottom;}
.CatTop { background: url(../Images/blueCatTop.gif) no-repeat left top;}
.Cat h2 { color:#000033; border-bottom: solid 1px #aacbdd;}
.Cat li { border-bottom: dashed 1px #aacbdd;} 
.Cat li a { color:#003366; }
.Cat li a:visited { color:#336699;}
.Cat li a:hover { color:#6699cc;}

/* Site Menu Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SiteMenu { background: #e8f5fd url(../Images/blueSiteMenuBottom.gif) no-repeat left bottom;}
.SiteMenuTop { background: url(../Images/blueSiteMenuTop.gif) no-repeat left top; }
.SiteMenu h2 { color:#003366; border-bottom: solid 1px #c1dceb; }
.SiteMenu li { border-bottom: dashed 1px #c1dceb;} 
.SiteMenu li a { color:#003366; }
.SiteMenu li a:visited { color:#336699;}
.SiteMenu li a:hover { color:#6699cc;}

/* Block Area ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Block h2 { color:#663300;} 
.Block a { color:#663300;}
.Block a:visited { color:#663300}
.Block a:hover { color:#996600}
.BlockTop { background: url(../Images/blueBlockTop.gif) no-repeat left top;}

/* Article Navigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ArtNav { background: #def1ff;}

/* Authors A-Z - ( Only on the Author page) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.AZ ul { background:#def1ff; }

/* PageForms +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.PageForms form { border: solid 1px #def1ff; margin: 10px 0px; width: 99%;}
.PageForms th { background: #def1ff;}

.PageForms .Button { background: #c5e6ff; border: outset 2px #ccc; }

/* Author Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ background: #def1ff; border: 1px solid #c5e6ff; color:#003366; }
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active 
{ border-bottom: 1px solid #fff; background: #fff; color:#3366cc;}
#tabnav a:hover { background: #fff;}

/* Paging +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Paging a { background: #def1ff; border: 1px solid #c5e6ff; }
.Paging a:link { background: #def1ff; border: 1px solid #daebe7; }
.Paging a:visited { background: #def1ff; border: 1px solid #daebe7;}
.Paging a:hover { border: 1px solid #ff3300; background: #ff6600; color:#fff; }
.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; }
.PagingCurrentPageNumber { border: 1px solid #ff3300; background: #ff6600; color:#fff;}

.Post .PostMore .Comment .Details { }
.Post .PostMore .Comment {background:#F9FDFF url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #E8F5FD; }
.Post .PostMore .CommentAlt {background:#FFFFFF url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #E8F5FD;}



/* Summary Article Attachment */
.AttachmentList { border: 1px dashed #CCCCCC; }
.AttachmentList ul li { background: url(../Images/attach.gif) no-repeat left top; }
.AttachmentHeading { color: #666666;}

.Newsletter { background: #f4f1ea url(../Images/blueBlockBottom.gif) no-repeat left bottom; }
/* Teaser Image Styles */
.FeatureImageSpan {background-color: #F5F5F5;}
.FeatureImageCaption {  border-bottom: 1px #CCCCCC solid;  }
