/* Site Background */
body{background: #121212}
#gradient-effect{background: #000000}

/* Header Background */
header.theme #site-info{background: #000000}

/* Site Title */
header.theme #site-info h1{color: #8F8F8F}

/* Site Slogan */
header.theme #site-info span{color: #3B3B3B}

/* Nav L1 */
nav.theme ul.l1 > li > a,
#plusNav div[role="show-more-navigation"]{color: #E6E6E6}

/* Nav L1 Hover */
#plusNav.open div[role="show-more-navigation"],
nav.theme ul.l1 > li.current > a,
nav.theme ul.l1 > li.currentAncestor > a,
nav.theme ul.l1 > li > a:hover,
nav.theme ul.l1 > li.open > a{color: #FFFFFF}

/* Nav L1 BG */
nav.theme>ul:before{background: #1C1C1C}

/* Nav L1 BG Hover */
nav.theme ul.l1 > li.current > a,
nav.theme ul.l1 > li.currentAncestor > a,
nav.theme ul.l1 > li > a:hover{
	background-color: #25303A;
}

/* Nav L2 */
nav.theme ul.l2 li a{color: #999999}

/* Nav L2 Hover */
nav.theme ul.l2 li.current>a,
nav.theme li.l2 li.currentAncestor > a,
nav.theme ul.l2 li a:hover,
nav.theme ul.l1 li.open > a,
nav.theme ul.l1 li.open{color: #FFFFFF}

/* Nav L2 BG */
nav.theme ul.l1 > li.open > a,
nav.theme ul.l2 > li,
nav.theme ul.l2 li.open > a,
nav.theme ul.l2 li.open{background-color: #333333}

/* Breadcrumb */
#page-breadcrumb{color: #3B3B3B}
#page-breadcrumb a{color: #7F7F7F}
#page-breadcrumb a:hover{color: #999999}

/* Content */
section.theme{ color: #E6E6E6; background: #212121 }

section.theme h1,
section.theme h2,
section.theme h3,
section.theme h4,
section.theme h5,
section.theme h6,
.album-title,
section.theme h1.blog-entry-title a{ 
	color: #C8C8C8;}
section.theme a{color: #49667E;}
section.theme a:hover{color: #888888;}
blockquote{border-left: 10px solid #070707}
.blog-entry{border-color: #0C0C0C}

/* Footer */
footer.theme{
	color: #5D5D5D;
	background: #1D1D1D;
}
#rw_email_contact:before{background: %colour_footer%}
footer.theme a{color: #777777}

/* Social Icons */
footer.theme a[class^='social-']{color: #23657E;}
footer.theme a[class^='social-']:hover{color: #39B9D3;}

/* Contact Form */

form > div > .form-input-field,
input.form-input-button[type="reset"],
input.form-input-button[type="submit"]{border-color: #0C0C0C;}

form > div > input,
form > div > textarea,
form > div > input.form-input-button[type="reset"],
form > div > input.form-input-button[type="submit"]{color: #E6E6E6;}

/* File Sharing*/
hr.t{background:#0C0C0C}
.filesharing-item + .filesharing-item{border-color: #0C0C0C}

/* Border Color */

#blog-categories,
#blog-archives,
.blog-tag-cloud,
#blog-rss-feeds{
	border-bottom-color: #0C0C0C;
}