#site-title-background{background-color:#000000;}
#site-title{color:#FFFFFF;}
#navigation-background{background-color:#0C0C0C;}
#navigation-links{color:#996433;}
#navigation-links-hover{color:#BFBFBF;}
#navigation-links-hover-background{color:#262626;}
#sidebar-background{background-color:#191919;}
#sidebar-title{color:#996433;}
#sidebar-text{color:#A1A7AF;}
#sidebar-headers{color:#996433;}
#sidebar-links{color:#FFFFFF;}
#sidebar-links-hover{color:#00AFFF;}
#sub-background{background-color:#363B46;}
#sub-links{color:#FFFFFF;}
#sub-links-hover{color:#FFFFFF;}
#sub-links-hover-background{background-color:#3B404D;}
#content-background{background-color:#333333;}
#content-text{color:#BFBFBF;}
#content-headers{color:#996633;}
#content-links{color:#996433;}
#content-links-hover{color:#8E2E19;}

/* Title Background */
nav.theme > div{background-color: #000000;}

/* Title Color */
nav.theme h1,
nav.theme h1 a,
nav.theme h1 + i{color: #FFFFFF;}

/* Nav Background */
.module-bg.col1{background-color: #0C0C0C;}

/* Nav Links */
nav.theme > ul li a{color: #996433;}

/* Nav Hover & Current Links */
nav.theme > ul li a:hover,
nav.theme > ul li.current > a{color: #BFBFBF;}
@media (min-width: 926px) {
	nav.theme > ul li.currentAncestor > a{color: #BFBFBF;}
}

/* Nav Hover & Current Background */
nav.theme > ul li a:hover,
nav.theme > ul li.current > a{background-color: #262626;}
@media (min-width: 926px) {
	nav.theme > ul li.currentAncestor > a{background-color: #262626;}
}

/* Sidebar Title */
aside.theme h2#sideTitle{color: #996433;}

/* Sidebar Background */
.module-bg.col2{background-color: #191919;
}
/* Sidebar Text */
aside.theme{color: #A1A7AF;}

/* Sidebar Headings */
aside.theme h1,aside.theme h2,aside.theme h3,aside.theme h4,aside.theme h5,aside.theme h6{
	color: #996433;
}
/* Sidebar Links */
aside.theme a{color: #FFFFFF;}

/* Sidebar Link Hover */
aside.theme a:hover,
aside.theme li.current > a{
	color: #00AFFF;
}
/* Sub Page Background */
aside.theme ul.sub{
	background-color: #363B46;
}
/* Sub Page Links */
aside.theme ul.sub li a{
	color: #FFFFFF;
}
/* Sub Page Link Hover */
aside.theme ul.sub li a:hover,
aside.theme ul.sub li.current > a{
	color: #FFFFFF;
}
/* Sub Page Background Hover */
aside.theme ul.sub li a:hover,
aside.theme ul.sub li.current > a{
	background-color: #3B404D;
}
/* Content Background */
.module-bg.col3,
section.theme,
form > div input,
form > div textarea{
	background-color: #333333;
}
/* Content Text */
.module-bg.col3,
section.theme,
form > div input,
form > div textarea{
	color: #BFBFBF;
}
/* 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: #996633;
}
/* Content Links */
section.theme a{
	color: #996433;
}
/* Content Link Hover */
section.theme a:hover{
	color: #8E2E19;
}

/* Non UI Style options */
body,html{
	background-color: #333333;
}
aside.theme #social a{
	background-color: #1B1B1B;
	color: #FFFFFF;
}
aside.theme #social a:hover{
	background-color: #1B1B1B;
	color: #00AFFF;
}
section.theme #pull header,
section.theme #pull footer .footNav{
	background-color: #232323;
	border-bottom: 1px solid #383838;
}
section.theme #pull section.content{
	border-bottom: 1px solid #262626;
}
section.theme #pull footer .footNav>li a{
	border-bottom: 1px solid #141414;
}
section.theme #pull footer .footNav li.current > a,
section.theme #pull footer .footNav li a:hover{
	background: #141414;
	color: #996433 !important;
}

section.theme #pull header h2,
section.theme #pull header #social{
	border-right: 1px solid #191919;
}
section.theme #pull #social a{
	color: #000000;
}
section.theme #pull #asideMob{
	border-top: 1px solid #2B2B2B;
}
.blog-entry + .blog-entry:before{
	border-top-color: #232323;
}
#blog-categories,#blog-archives,.blog-tag-cloud,#blog-rss-feeds{
	border-bottom-color: #2A2A2A;
}
@media (max-width: 925px) {
	#blog-categories,#blog-archives,.blog-tag-cloud,#blog-rss-feeds{
		border-bottom-color: #232323;
	}
}
code{
	border: 1px dashed #FEFEFE;
}
blockquote{
	border-left: 3px solid #FEFEFE;
}
.filesharing-item .filesharing-item-title a,
form > div textarea.form-input-field,
form > div input.form-input-field[type="text"],
form > div input.form-input-button[type="submit"],
form > div input.form-input-button[type="reset"]{
	border: 1px solid #BFBFBF;
}
/*Top Nav*/
@media (max-width: 570px) {
	nav.theme{
		background-color: #232323;
	}
	nav.theme li a{
		border-bottom: 1px solid #141414;
		color: #996433 !important;
	}
	nav.theme li.current > a,nav.theme li a:hover{
		background: #141414 !important;
	}
}