﻿
/* General Links +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link { color: #660066;} 
a:active { color: #660066; } 
a:visited { color: #660066; } 
a:hover { color: #FF0000;
} 

/* SR +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR	h2 { border-bottom: dashed 1px #660066; color:#660066;}

/* 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: #660066; 
	display: block;
	position: relative;
	border-right: solid 1px #aec5d2; color:#660066;
}

.menu li li a {
	padding: .4em .4em;
}

.menu li li a:link, .menu li li a:visited {
	background-color: #E2DCF8;
	color: #000033;
	border-right: none;
}

.menu ul a:link {
	color: #660066;
	font-weight: normal;
	width: 150px;
}

.menu ul a:visited {
	color: #660066;
	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: #e2dcf8 url('../Images/blueBlockBottom.gif') no-repeat left bottom; }
.RecentBlogs h1 { border-bottom: solid 1px #660066; color:#660066;}
.RecentBlogs big { border-bottom: dashed 1px #660066; }
.RecentBlogs small { color:#660066; } 
.RecentBlogs small a { color:#660066;}
.RecentBlogs a { color:#660066;}

.ArticleOptions { background: #e2dcf8 url('../Images/blueBlockBottom.gif') no-repeat left bottom; }
.PopularArticles { background: #e2dcf8 url('../Images/blueBlockBottom.gif') no-repeat left bottom;  }
.FavoriteArticles { background: #e2dcf8 url('../Images/blueBlockBottom.gif') no-repeat left bottom;  }
.ArticleHistory { background: #e2dcf8 url('../Images/blueBlockBottom.gif') no-repeat left bottom;  }
.ArticlesToRead { background: #e2dcf8 url('../Images/blueBlockBottom.gif') no-repeat left bottom;  }
.PopularAuthors { background: #e2dcf8 url('../Images/blueBlockBottom.gif') no-repeat left bottom;  }


/* Post Info/Details */
.Post .PostInfo { color:#660066; background: #ffccff;}
.Post .PostInfo a { color: #660066;}

/* Search Left +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Search { background: #e2dcf8 url('../Images/blueBlockBottom.gif') no-repeat left bottom;}
.SearchTop { background: url('../Images/blueBlockTop.gif') no-repeat left top;}
.Search .arrow { background: url('../Images/blueSearchArrow.gif') no-repeat;}
.Search h2 { color:#660066; border-bottom: solid 1px #660066;}
.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:#660066; }

/* Category Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Cat { background: #e2dcf8 url('../Images/blueBlockBottom.gif') no-repeat left bottom;}
.CatTop { background: url('../Images/blueBlockTop.gif') no-repeat left top;}
.Cat h2 { color:#660066; border-bottom: solid 1px #660066;}
.Cat li { border-bottom: dashed 1px #990099;} 
.Cat li a { color:#660066; }
.Cat li a:visited { color:#660066;}
.Cat li a:hover { color:#FF0000;}

/* Site Menu Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SiteMenu { background: #e2dcf8 url('../Images/blueBlockBottom.gif') no-repeat left bottom;}
.SiteMenuTop { background: url('../Images/blueBlockTop.gif') no-repeat left top; }
.SiteMenu h2 { color:#660066; border-bottom: solid 1px #660066; }
.SiteMenu li { border-bottom: dashed 1px #990099;} 
.SiteMenu li a { color:#660066; }
.SiteMenu li a:visited { color:#660066;}
.SiteMenu li a:hover { color:#FF0000;}

/* Block Area ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Block h2 { color:#660066; border-bottom: solid 1px #660066;} 
.Block a { color:#660066;}
.Block a:visited { color:#660066}
.Block a:hover { color:#FF0000}
.BlockTop { background: url('../Images/blueBlockTop.gif') no-repeat left top;}

/* Article Navigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ArtNav { background: #FFCCFF;}

/* Authors A-Z - ( Only on the Author page) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.AZ ul { background:#FFCCFF; }

/* PageForms +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.PageForms form { border: solid 1px #660066; margin: 10px 0px; width: 99%;}
.PageForms th { background: #FFCCFF;}

.PageForms .Button { background: #ffccff; border: outset 2px #ccc; }

/* Author Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ background: #FFCCFF; border: 1px solid #660066; color:#660066; }
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active 
{ border-bottom: 1px solid #fff; background: #fff; color:#660066;}
#tabnav a:hover { background: #fff;}

/* Paging +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Paging a { background: #ffccff; border: 1px solid #c5e6ff; }
.Paging a:link { background: #ffccff; border: 1px solid #daebe7; }
.Paging a:visited { background: #ffccff; border: 1px solid #daebe7;}
.Paging a:hover { border: 1px solid #660066; background: #660066; color:#fff; }
.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; }
.PagingCurrentPageNumber { border: 1px solid #660066; background: #660066; 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 #990099; }
.AttachmentList ul li { background: url('../Images/attach.gif') no-repeat left top; }
.AttachmentHeading { color: #666666;}

.Newsletter { background: #E2DCF8 url('../Images/blueBlockBottom.gif') no-repeat left bottom; }
/* Teaser Image Styles */
.FeatureImageSpan {background-color: #F5F5F5;}
.FeatureImageCaption {  border-bottom: 1px #CCCCCC solid;  }
