/* Body Font Colour, Linespacing */
.custom .format_text { font-size: 1 em; line-height: 1em;}
body.custom {
color:#ffffff;
}

/* Sidebar link styles*/
.custom .sidebar2 a {color: #00a8e2; font-weight: normal; text-transform: lowercase; letter-spacing: 0.1px; }
.custom .sidebar2 a:visited {color: #00a8e2; font-weight: normal; text-transform: lowercase; letter-spacing: -0.5px; }
.custom .sidebar2 a:hover {text-decoration: underline; color: #ffffff }

/* Remove border lines */
.custom #header { border-style: none; margin-bottom: 0em; }
.custom #sidebars { border-style: none; }
.custom #sidebar_1 { border-style: none; }

/* Headline */
.custom h1, h2, h3, h6 { font-weight: regular; color: #00a8e2; text-transform: uppercase; letter-spacing: -0.5px; font-size: 10px }

/* Space between headline and post*/
.custom .headline_area { margin-bottom: 1em; }

/* Remove the archive info border */
.custom #archive_info { border: none; }

/* Headline meta/by-line style */
.custom .headline_meta { font-variant: normal; color: #ffffff; font-weight: normal; text-transform: normal; margin-bottom: 0em ; line-height: 1em; }
.custom .headline_meta span, .custom .headline_meta abbr { text-transform: none; letter-spacing: 0px; margin-bottom: 0em ; line-height: 1em; }

/* Global link style */
.custom a, .custom a:visited { color: #00a8e2; text-decoration: none; }
.custom a:hover { color: #ffffff; text-decoration: underline; }

/* Sidebar title uppercase and colour */
.custom h3 { font-variant: normal; text-transform: uppercase; letter-spacing: 0px; color: #00a8e2; font-weight: regular; background:#000000; margin-bottom: 0em; }

/* Sidebar line spacing*/
.custom li.widget ul li { margin-bottom: -0.2em ; }

/* background */
body.custom {
    background: #000000;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #000000;
    border: 0.4em solid #000000;
}

.custom #page {
    background: #000000;
}

/* Navigation bar */
.custom ul#tabs {border-bottom:none; border-left:none;}
	.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom:0; background:#000000;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {color: #00a8e2; font-weight: regular; text-transform: uppercase; letter-spacing: 0px;}
		.custom ul#tabs li a:hover {color: #fff; text-decoration:none; background:#000000;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {color: #ffffff; }

/* Remove border from blockquote*/
.custom blockquote { border: none ;  }

/* Footer Mod */
.custom #footer { color: #ffffff; border-style: none; }
.custom #footer a, .custom #footer a:hover { color: #ffffff; text-decoration: none; }
