body { url(../Images/bg.jpg) ;} 

/* General Links */
a:link { color : #585242;} 
a:active { color : #585242; } 
a:visited { color : #585242; } 
a:hover { color : #585242; } 

#container { background: url(../Images/bg.jpg) ; } 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header h1 a {color:#111315;}
.header h1 a:visited {color:#111315;}
.header h1 a:hover {color:#111315;}

.header .search { background: #f2eeeb; border: solid 1px #e3ded9;}
.header .search p { color:#111315;}


/* Top Menu (Site Menu - SiteMenuPanel.html) 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.TopMenu ul { border-left: solid 1px #d9d9d9;}
.TopMenu li { border-right: solid 1px #d9d9d9;}
.TopMenu li a { color:#35281B; }
.TopMenu li a:visited { color:#35281B;}
.TopMenu li a:hover { color:#000000; background:#8FD14C}

/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu, .menu ul li {
	color: white;
	font-size: 12px; 
	font-weight: bold;

}

.menu ul li {
	border-right: solid 1px #6b5c4d;
}

.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	color:#585242; 
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu ul a:link {
	background-color: #6b5c4d;
	color: white;
	font-weight: normal;
	width: 150px;
}

.menu ul a:visited {
	background-color: #6b5c4d;
	color: white;
	font-weight: normal;
	width: 150px;
}

.menu a:hover, .menu ul a:hover {
	color: white;
	background-color: #8FD13F;
	text-decoration: none;
}

 .menu li:hover>a {
	color: black;
	background-color: #8FD13F;
}


.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 */
	color: white;
	background-color: #8FD14C;
	text-decoration: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.content .BreadCrumb { border-bottom: dashed 1px #55514c;}
.content .BreadCrumb li { background: url(../Images/ico_breakcrumb_li.png) no-repeat left center; color:#78B946; }
.content .BreadCrumb li a { color:#78B946; }
.content .BreadCrumb li a:visited { color:#78B946; }
.content .BreadCrumb li a:hover { color:#78B946; }

.content h1 { color:#585242; }
.content h2 { color:#585242; }
.content h3 { color:#585242; }


.Featured h1 { border-bottom: dashed 1px #4c5055; color:#fff;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentArticles h1 { border-bottom: dashed 1px #4c5055; color:#fff;}
.RecentArticles h2 { border-bottom: dashed 1px #4c5055; color:#585242;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.News { }
.News h1 { border-bottom: dashed 1px #4c5055; color:#585242;}
.News h2 { color:#ffcc99;}
.News .Post .PostInfo { color:#788788;}
.News .Post .readmore { background: url(../Images/icon_FullStory.png) no-repeat left center; }

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentBlogsPanel { border-bottom: #ffffff 10px solid; border-left: #ffffff 10px solid; background:#ffffff;  }
.RecentBlogsPanel h2 { border-bottom: dashed 1px #777d82; color: #585242;}
.RecentBlogsPanel li { border-bottom: solid 1px #565a5d;}
.RecentBlogsPanel li small { color:#b0a9a2;}
.RecentBlogsPanel li small a { color:#b0a9a2; }
.RecentBlogsPanel li small a:visited { color:#b0a9a2; }
.RecentBlogsPanel li small a:hover { color:#b0a9a2; }

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* Post Author left side from the article */
.Post .PostAuthorDetails { color:#fffbd1; }
.Post .PostAuthorDetails h2 { color:#373d4a; border-bottom: dashed 1px #777d82; color:#585242;}
.Post .PostAuthorDetails p { color:#fffbd1;}
.Post .PostAuthorDetails img { background: #45494d; border: solid 4px #ffffff;}

/* Post Info/Details */
.Post .PostInfo { background: #FAFAFA; color:#585242; }
.Post .PostInfo a { color: #585242; }
.Post .PostInfo .Author { border-right: solid 1px #7e8996;}
.Post .PostInfo .Time { border-right: solid 1px #7e8996;}
.Post .PostInfo .Categ { border-right: solid 1px #7e8996;}

/* Post Content */
.Post .PostContent img { border: solid 1px #ccc;}
.Post .PostContent img { background: #FAFAFA; border: solid 1px #383c40; }

/* Post Bottom - Printer Version +  Full story + Visit Site */
.Post .PostBottom li a { color:#35281B; }
.Post .PostBottom li a:visited { color:#35281B; }
.Post .PostBottom li a:hover { color:#35281B;}

/* Article Comments */
.Post .PostMore .Comment .Details { }
.Post .PostMore .Comment {background:#F8F8F8 url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #FAFAFA; }
.Post .PostMore .CommentAlt {background:#F8F8F8 url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #FAFAFA;}


.ArtNav { border-top: dashed 1px #4c5055;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Category Top ( Only on the Category page)  */
.Category .Desc { color:#cc0000; }
.Category .SubCategory li { }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Authors A-Z - ( Only on the Author page) */
.AZ ul { background:#F8F8F8; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PageForms */
.PageForms form { border: solid 1px #c2c2c2;}
.PageForms table tr td { background: #F8F8F8; }
.PageForms table tr td  table tr td table tr td { background: none; }
.PageForms th { background: #EDEDED; color: #4B4B4B;}

.PageForms td table td input.keyfield { border: inset 1px #ccc;}
.PageForms td table td textarea { border: inset 1px #ccc; }
.PageForms td table td select { border: inset 1px #ccc;}

.PageForms .Button { background: #ffcc99; border: outset 2px #ccc; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ background: #45494d; border: 1px solid #45494d; color:#fff;}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active 
{ border-bottom: 1px solid #45494d; background: #45494d; color:#fff;}
#tabnav a:hover { background: #ffffff;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tabnav .tablink2 a:link, #tabnav  .tablink2 a:visited 
{ background: #ffffff; border: 1px solid #45494d; color:#000000;}
#tabnav .tablink2 a:link.active, #tabnav .tablink2 a:visited.active 
{ border-bottom: 1px solid #45494d; background: #45494d; color:#fff;}


.right h2 { border-bottom: solid 1px #646464;color:#4C5055; }
.right li a {  color:#3F3F3F; }
.right li a:visited {  color:#3F3F3F; }
.right li a:hover {  color:#569900; background:#ffffff }


/* Search */
.right .search { background: #F3F3F3 url(../Images/blueSearchBottom.gif) no-repeat left bottom; }
.right .searchTop { background: url(../Images/blueSearchTop.gif) no-repeat left top;}

.right .search .arrow { background: url(../Images/blueSearchArrow.png) no-repeat;}
.right .search .arrow:hover { background: #ffd780 url(../Images/blueSearchArrow.png) no-repeat 0 -20px; }
.right .search .arrowIE { background: #ffd780 url(../Images/blueSearchArrow.png) no-repeat 0 -20px; }
.right .search p a { color:#585242;}

.right .block { background: #F8F8F8 url(../Images/rightbg.gif) ;border-bottom:solid #E6E6E6 1px;}
.right .blockTop { position: absolute; background: url(../Images/righttop.gif) no-repeat left top; }


.right .Categ {  background: #F8F8F8 url(../Images/rightbg.gif); border-bottom:solid #E6E6E6 1px;}
.right .CategTop { position: absolute; background: url(../Images/righttop.gif) no-repeat left top;}
.right .CategBot { position: absolute; background: url(../Images/rightbot.gif) no-repeat left bottom;}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer { color:#797571; }
.footer a { color:#797571; }
.footer a:visited { color:#797571; }
.footer a:hover { color:#797571; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Paging */
.Paging a { border: 1px solid #585242; background: #C0BA96; color:#0c0d0f; }
.Paging a:visited { border: 1px solid #585242; background: #C0BA96; color:#0c0d0f; }
.Paging a:hover { background: #585242; color:#fff; text-decoration: none;}

.PagingDisabled { border: 1px solid #565a5d; background: #837A63; }
.PagingCurrentPageNumber { border: 1px solid #585242; background: #585242; color: #fff;}

/* Teaser Image Styles */
.FeatureImageSpan {background-color: #383C40;border-right:6px #383C40 solid;}
.FeatureImageCaption {  border-bottom: 1px #383C40 solid;   }
