body {
	background: #2b2a25 url(../Images/YellowBody.gif) repeat-x top;
	color:#cecbc5;
    margin:0 auto 0 auto;
	padding: 0px;
	text-align:center;
} 

/* General Links */
a:link { color : #ffcd6b;} 
a:active { color : #ff9900; } 
a:visited { color : #ff9900; } 
a:hover { color : #ffcc66; } 

#container { background: 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: 1px dotted #EAA834;
	margin: 0px;
	padding: 0px;
}
.header .search p { color:#111315;}


/* Top Menu (Site Menu - SiteMenuPanel.html) 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.TopMenu ul {
	border-left: 1px none #d9d9d9;
	padding-left: 15px;
	margin-left: 15px;
}
.TopMenu li { border-right: 2px none #d9d9d9;}
.TopMenu li a { color:#996600;}
.TopMenu li a:visited { color:#996600;}
.TopMenu li a:hover { color:#996600;}

/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#menu {

	margin: 0px;
	padding: 0px;
	height: 30px;
}
#menu li a {
	color: #fff;
	color:#FFFFFF;

	margin: 0px;
	padding: 0px;
}
#menu li a:visited { color:#fff;}
#menu li a:hover {
	color:#fff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #eaa834;
}
DIV#menu ul li ul {	background: #6b5c4d;}
#menu li li a { background: #bc7800; border-bottom: solid 1px #6b5c4d; color:#fff;}
#menu li li a:visited { background: #bc7800; border-bottom: solid 1px #6b5c4d; color:#fff;}
#menu li li a:hover  {
	background: #fff;
	color:#fff;

}

#menu .span{ margin:0px;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.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:#E9A937; }


.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:#FFFFFF;}
.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-color: #FFFFFF;
}
.RecentBlogsPanel h2 {
	border-bottom: dashed 1px #777d82;
	color: #2b2a25;
	background-image: url(../../../../images/buttons/headlines-01.png);
	background-repeat: no-repeat;
	background-position: right;
}
.RecentBlogsPanel li {
	border-bottom: 1px dotted #FFCC33;
	list-style-position: inside;
	list-style-type: circle;
}

.RecentBlogsPanel li small a
.RecentBlogsPanel li small { color:#FFFFFF;}
.RecentBlogsPanel li small a { color:#FFFFFF; }
.RecentBlogsPanel li small a:visited { color:#FFFFFF; }
.RecentBlogsPanel li small a:hover { color:#b0a9a2; }

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* Post Author left side from the article */
.Post .PostAuthorDetails { border-bottom: 2px solid #2b2825; border-left: 10px solid #2b2825; 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 { 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 { background: #45494d; }
.Post .PostMore .Comment .Content { background: #383c40; color:#b2b9c0; }

.ArtNav { border-top: dashed 1px #4c5055;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Category Top ( Only on the Category page)  */
.Category .Desc {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	padding-right: 15px;
	padding-left: 5px;
}
.Category .SubCategory li {
	background: url(../Images/SubCategoryIcon.png) no-repeat left center;
	padding-top: 2px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Authors A-Z - ( Only on the Author page) */
.AZ ul { background:#4d4945; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PageForms */
.PageForms form {
	border: solid 2px #585552;
	width: 400px;
}
.PageForms table { background: #4d4945; }
.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: 2px outset #666666; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#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:#ffffff; }
.right li a:visited { color:#ff9900;}
.right li a:hover { color:#ffcc66; text-decoration: underline;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer {
	color:#797571;
	border-top: dashed 1px #4c5055;
	position: relative;
	bottom: 0px;
	z-index: +1;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	left: 0px;
	right: 0px;
}
.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;}

div#slogan {
	position: absolute;
	top: 45px;
	right:10px;
	float: right;
}

div#category_name {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-style: italic;
	color: #CCCCCC;
	position: absolute;
	left: 307px;
	top: 23px;
	font-weight: bold;
}

div#category_description {
	position: absolute;
	left: 307px;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	clear: both;
	width: 210px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
}

div#topadvert {
	position: absolute;
	top: 15px;
	right:50px;
	float: right;
}

div#digg {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 30px;
	vertical-align: top;
	display: inline;
	float: right;
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: dotted;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	
}

div#titlearticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff6c2;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .1em;
	text-align: left}
div.PageTitle {
	position: absolute;
	top: 15px;
	right:50px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF9900;
}

div#related_links a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF9900;
}

div#topbanner {
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
}

div#image-post img{
	border: none;
	margin: 3px;
	background-color: #3D3C36;
}

div#author-link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.Buttons {
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

