body { background: #2b2a25 url(../Images/YellowBody.gif) repeat-x top; color:#cecbc5;} 

/* General Links */
a:link { color : #ff9900;} 
a:active { color : #ff9900; } 
a:visited { color : #ff9900; } 
a:hover { color : #ffcc66; } 

#container { background: url(../Images/YellowContainer.png) repeat-y right top; } 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header h1 a {color:#111315;}
.header h1 a:visited {color:#111315;}
.header h1 a:hover {color:#111315;}

.header .search { background: #fef8e8; border: solid 1px #f6edd7;}
.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:#996600;}
.TopMenu li a:visited { color:#996600;}
.TopMenu li a:hover { color:#996600;}

/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu, .menu ul li {
	color: white;
	font-size: 11px; 
	font-weight: bold;

}

.menu ul li {
	border-right: solid 1px #6b5c4d;
}

.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	color:#FFFFFF; 
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu ul a:link {
	background-color: #bc7800;
	color: white;
	font-weight: normal;
	width: 150px;
}

.menu ul a:visited {
	background-color: #bc7800;
	color: white;
	font-weight: normal;
	width: 150px;
}

.menu a:hover, .menu ul a:hover {
	color: white;
	background-color: #eaa834;
	text-decoration: none;
}

 .menu li:hover>a {
	color: white;
	background-color: #eaa834;
}


.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: #EAA834;
	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:#e0d8b1; }
.content .BreadCrumb li a { color:#e0d8b1; }
.content .BreadCrumb li a:visited { color:#e0d8b1; }
.content .BreadCrumb li a:hover { color:#e0d8b1; }


.content h1 { color:#ffffff; }
.content h2 { color:#ffffff; }
.content h3 { color:#ffffff; }


.Featured h1 { border-bottom: dashed 1px #4c5055; color:#fff;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentArticles h1 { border-bottom: dashed 1px #4c5055; color:#fff;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.News {}
.News h1 { border-bottom: dashed 1px #4c5055; color:#fff;}
.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: #2b2825 10px solid; border-left: #2b2825 10px solid; background:#3d3c36;  }
.RecentBlogsPanel h2 { border-bottom: dashed 1px #777d82; color: #fff;}
.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 { border-bottom: #2b2825 10px solid; border-left: #2b2825 10px solid; background:#3d3c36; color:#fffbd1; }
.Post .PostAuthorDetails h2 { color:#373d4a; border-bottom: dashed 1px #777d82; color:#fffbd1;}
.Post .PostAuthorDetails p { color:#fffbd1;}
.Post .PostAuthorDetails img { background: #45494d; border: solid 4px #2b2825;}

/* Post Info/Details */
.Post .PostInfo { background: #3d3c36; color:#aeb6bf; }
.Post .PostInfo a { color: #aeb6bf; }
.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: #2b2825; border: solid 4px #383c40; }

/* Post Bottom - Printer Version +  Full story + Visit Site */
.Post .PostBottom li a { color:#cccc99; }
.Post .PostBottom li a:visited { color:#cccc99; }
.Post .PostBottom li a:hover { color:#cccc99;}

/* Article Comments */
.Post .PostMore .Comment .Details { }
.Post .PostMore .Comment {background:#585552 url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #2B2825; }
.Post .PostMore .CommentAlt {background:#4D4945 url('../Images/commentquote.gif') no-repeat 5px 10px; border-top: 1px solid #2B2825;}


.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:#4d4945; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PageForms */
.PageForms form { border: solid 2px #585552;}
.PageForms table tr td { background: #4d4945; }
.PageForms table tr td  table tr td table tr td { background: none; }
.PageForms th { background: #585552; color: #fff;}

.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: #eaa834; border: outset 2px #ccc; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#tabnav .tablink a:link, #tabnav  .tablink a:visited { background: #2b2825; 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: #fff;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.right h2 {color:#e0d8b1; border-bottom: dashed 1px #424242; }
.right li a { color:#ff9900; }
.right li a:visited { color:#ff9900;}
.right li a:hover { color:#ffcc66; text-decoration: underline;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer { color:#797571; border-top: dashed 1px #4c5055;}
.footer a { color:#797571; }
.footer a:visited { color:#797571; }
.footer a:hover { color:#797571; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Paging */
.Paging a { border: 1px solid #ff9900; background: #ffcc66; color:#0c0d0f; }
.Paging a:visited { border: 1px solid #ff9900; background: #ffcc66; color:#0c0d0f; }
.Paging a:hover { background: #ff9900; color:#fff; text-decoration: none;}

.PagingDisabled { border: 1px solid #565a5d; background: #45494d; }
.PagingCurrentPageNumber { border: 1px solid #ff9900; background: #ff9900; color: #fff;}

/* Teaser Image Styles */
.FeatureImageSpan {background-color: #383C40;border-right:6px #383C40 solid;}
.FeatureImageCaption {  border-bottom: 1px #383C40 solid;  }

