/*
All the colors are defined in this file
colors:
old:#615241 brown {header, inactive secondary menu, image borders}
	#e7e2c9 beidge {main bg}
	#bad092 green {footer, inactive main menu}
	#3a3127 very dark brown for hN tags

#666 or #333 dark gray for text
#999 lighter gray for smaller text
#ccc lighter gray for borders
#eee light color to use for backgrounds

*/
/*-----------shared elements------------*/
div,form {border-color:#ccc;}
a:link,a:visited {color:#3838A1;}

/*Only visited articles should change the color*/
.Post h4 a:visited,
.Post a.fullStory:visited,
.yui-content a:visited
 {color:#595970;}
html body div#container a:hover{color:#1C1C91; background-color:#EBEBFF;}
.button, .bigbutton {background-color:#fff; border-color: #999;}
.bigbutton {background-color:#eee; border-left-color:#ccc;border-top-color:#ccc;}
.bigbutton:hover {background-color:#fff;}
.lbl {color:#333;}

.BreadCrumb {background-color:#fff;}
/*-----------end shared elements------------*/


/*-----------layout-----------*/
#container {
	background-color: #fff;
}
#header, #content, #footer {}
#content{
	background-color: #fff;
}
#primaryContent {}
#secondaryContent{}

/*-----------navigation-----------*/
#footer .Copyright {color:#666;}

/*-----------inside header-----------*/
#header ul.nav a:link, #header ul.nav a:visited
{
	color: #333;
}

/*-----------inside main content-----------*/
.subHead{color:#333;}
.author, .articleCategories{color:#999;}

.articleImage {color:#666;}
span.credit{color:#999;}
.articleSide {}
ul#articleOptions a:link, ul#articleOptions a:visited{}
ul#articleOptions a:hover, ul#articleOptions a:active{}
/*In the bottom or the article (paging and bookmarking)*/
.ArtNav, .SpreadTheWord{background-color:#eee;} 


/*-----------inside secondaryContent-----------*/
.halfSidesContainer{
	background-color: #fff;
}


/*tabs*/
#sideTabs .yui-nav a {
	color:#000;
}
.yui-navset .yui-nav li a, .yui-navset .yui-content {
    color:#666; background-color:#efefef;  /* label and content borders */
}
.yui-navset .yui-nav .selected a, html body div#container .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
    color:#000; background-color:#fff;	 /* active tab, tab hover, and content bgcolor */
}


/*-----------inside footer-----------*/
#footer ul.nav li {
}
/*-----------inside footer End-----------*/



/*-----------Forms----------*/
.PageForms form {}
.PageForms th {background:#fff;}
.PageForms .Required {color:#FF0000;}
/*-----------Forms End----------*/

/*---Home Page----*/
#HomePageHeader {color:#333; }

