/* Body Background & Text */
body{
	background-color: #999999;
	color: #777777;
}
/* Content Background */
#feature,
section.theme{
	background-color: #FFFFFF;
}
/* Top Bar Background & Text */
header{
	background-color: #333333;
	color:#FFFFFF;
}
header:hover{background-color: #383838;}
header span#siteSlogan,span.advisor{color: #727272;}
header span#siteSlogan:before{background-color: #727272;}

/* Hidden Top Bar Background*/
#hidden-panel{background-color: #333333;}
#hidden-panel header{
	background-color: #282828;
}
/* Hidden Top Bar text*/
#hidden-panel header h1,
#hidden-panel header span#siteSlogan, 
#hidden-panel header span.advisor{
	color: #595959;
}
#hidden-panel header span#siteSlogan:before{
	background-color: #595959;
}
/* "NAVIGATION" & "CONNECT" text*/
#hidden-panel span.desc{
	color: #8C8C8C;
}
/* Footer text*/
span.footer,span.footer a{
	color: #727272;
}
/* Nav Links */
#hidden-panel nav > ul > li > a,
#hidden-panel nav li.current > a,
.social-container a:before{
	color: #FFFFFF;
}
/* Nav Sub Links */
.social-container a,
#hidden-panel nav > ul > li ul li,
#hidden-panel nav > ul > li ul li a{
	color: #888888;
}
/* Nav Sub Links Hover & Current*/
.social-container a:hover,
#hidden-panel nav > ul > li ul li a:hover,
#hidden-panel nav li li.current > a{
	color: #AEAEAE;
}

#wrapper #hidden-panel .social-container,
#wrapper #hidden-panel nav > ul > li + li{
	border-color: #3F3F3F;
}

/* Content Headings */
section.theme h1,
section.theme h1.blog-entry-title a,
section.theme h2,
section.theme h3,
section.theme h4,
section.theme h5,
section.theme h6,
body aside #asideMob #sideTitle,
section.theme #pull header #social a,
.album-title{
	color: #333333;
}
/* Content Links */
section.theme a{
	color: #A30512;
}
/* Content Link Hover */
section.theme a:hover{
	color: #111999;
}
/* Contact Form */
section.theme form > div > input,
section.theme form > div > textarea{
	color: #777777;
}
hr.theme{
	background-color: #E6E6E6;
}
code{border-color: #E6E6E6}
blockquote>p{border-left-color: #E6E6E6;}
aside:before{border-top-color: #E6E6E6;}
section.theme .filesharing-item .filesharing-item-title a,
section.theme form > div textarea.form-input-field,
section.theme form > div input.form-input-field[type="text"],
section.theme form > div > input.form-input-button[type="submit"],
section.theme form > div > input.form-input-button[type="reset"]{
	border: 1px solid #E6E6E6;
}