body { margin: 0px; padding: 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background: #eaddea; color:#666666; }

/* General Links */
a:link { color : #735294; } 
a:active { color : #735294; } 
a:visited { color : #735294; } 
a:hover { color : #ffffff; background: #735294; } 

hr { border: none; height: 1px; background: #ccc; color: #ccc; }

#container { background: #fff; } 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header { background: url(../Images/wcr-header.gif) no-repeat; }
.header h1 a { color:#993300; }
.header h1 a:visited { color:#993300; }
.header h1 a:hover { color:#993300; }

.header .search .input { background:#ffeeb2 url(../Images/SearchKeywordYellow.gif) no-repeat left top; }
.header .search .arrow { background: url(../Images/SearchArrowYellow.png) no-repeat;}
.header .search .arrow:hover { background: #ffd780 url(../Images/SearchArrowYellow.png) no-repeat 0 -25px; }
.header .search .arrowIE { background: #ffd780 url(../Images/SearchArrowYellow.png) no-repeat 0 -25px; }

.PagesHeaderEnd { 
	background: url(../Images/wcr-header-image.jpg) no-repeat;
}

/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.menu, .menu ul li {
	color: black;
}

.menu a, .menu a:link, .menu li a:visited {
	text-decoration: none;
	color: #cccccc;
	border-right: 0px;
	font-weight: bold;
}

.menu { 
	background: #000;
}

.menu li li a:link, .menu li li a:visited {
	color: #ccc;
}

.menu ul a:link {
	font-weight: normal;
}

.menu ul a:visited {
	color: #000066;
	font-weight: normal;
}

.menu a:hover, .menu ul a:hover {
	color: #fff;
	background: none;
	text-decoration: none;
}

.menu li li a:hover {
	color: #fff;
	text-decoration: none;
}

.menu li:hover>ul {
	background: url(../Images/wcr-menu-drop-bg.png) no-repeat left bottom;
}

.menu li:hover>a {
	color: #fff;
	background: none;
}

.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: #fff;
	background: none;
	text-decoration: none;
}

/* BreadCrumb */

.content .BreadCrumb { color: #666; }

.content h1 { color: #000000; }
.content h2 { color: #676767;}
.content h3 { color: #000000;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Featured h1 { border-bottom: solid 1px #cccccc;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentArticles h1 {border-bottom: solid 1px #cccccc; }

.Article { background: #f1ecf1;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.News h1 { border-bottom: solid 1px #cccccc;}
.News .Post { border-bottom: dotted 1px #cccccc;}
.News .Post .PostContent { color:#666; }

.RecentBlogs { background: #eeeeee; }
.RecentBlogs h1 { background: #fff; border-bottom: dotted 1px #ccc; border-top: solid 1px #ccc; border-right: solid 1px #ccc; border-left: solid 1px #ccc; }

/* Post Info/Details */
.Post .PostInfo { background: #eeefe3; color:#660000; }
.Post .PostInfo a { color: #660000; }
.Post .PostInfo .Author { border-right: solid 1px #cc9966; }
.Post .PostInfo .Time { border-right: solid 1px #cc9966; }
.Post .PostInfo .Categ { border-right: solid 1px #cc9966; }


/* Post Author left side from the article */
.Post .PostAuthorDetails { background:#eeefe3;  }
.Post .PostAuthorDetails h2 { color:#79602f; }

.Post .PostContent img a:hover { background: none; }

.Post .PostMore .Comment .Details { }
.Post .PostMore .Comment {background:#F4F4EC url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #DBDCCD; }
.Post .PostMore .CommentAlt {background:#FFFFFF url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #DBDCCD;}
.Post .PostMore .ArticleExtra a:hover { background: #735294; color: #fff;}

/* Authors A-Z - ( Only on the Author page) */
.AZ ul { background:#eeefe3; }


/* PageForms */
.PageForms form { border: solid 2px #eeefe3;}
.PageForms th { background: #eeefe3; color: #660000;}
.PageForms .Button { background: #f7e7ad; border: outset 2px #e9e1d2; }


#tabnav .tablink a:link, #tabnav .tablink a:visited { background: #f7e7ad; border: 1px solid #ead898; color:#996633;}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active { border-bottom: 1px solid #fff; background: #fff; color:#cc9933;}
#tabnav a:hover { background: #fff;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ViewAll {}
.ViewAll a { color: #666666;}
.ViewAll a:visited { color: #666666;}
.ViewAll a:hover { background: #666666; color:#ffffff;}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.left div { background: url(../Images/wcr-left-bg.gif) no-repeat left bottom; }
.left h2 { color:#000; border-bottom: dotted 1px #cccccc; border-top: solid 1px #cccccc;}
.left h2 strong {}

.left li a { color:#666666; }
.left li a:visited { color:#666666; }
.left li a:hover { background: #666666; color:#ffffff; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer { background: #eaddea url(../Images/wcr-footer.gif) no-repeat left top; color:#735294; }
.footer a { color: #735294; }
.footer a:visited { color: #735294; }
.footer a:hover { color: #fff; background: none; }

/* Paging */
.Paging a { border: 1px solid #663300; background: #eeefe3; border: 1px solid #0066cc;}
.Paging a:visited { background: #eeefe3; border: 1px solid #663300;}
.Paging a:hover { background: #663300; color:#fff; text-decoration: none;}
.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; color:#666;}
.PagingCurrentPageNumber { border: 1px solid #663300; background: #663300; color: #fff;}


/* Summary Article Attachment */
.AttachmentList { border:1px solid #BEBEBE; background-color: #F8F8F8; }
.AttachmentList ul li { background: url(../Images/attach.gif) no-repeat left top; }
.AttachmentHeading { color:#384C4B;}
/* Teaser Image Styles */
.FeatureImageSpan {background-color: #F5F5F5;}
.FeatureImageSpan a:hover { background: none; }
.FeatureImageCaption {  border-bottom: 1px #CCCCCC solid;  }
.FeatureImageCaption a:hover { background: none; }
