/*
Theme Name: ATOM STRANGE
Theme URI: http://www.atomstrange.com
Description: Wordpress theme made for ATOM STRANGE
Author: Myles de Bastion
Author URI: http://www.atomstrange.com
Tags: dark, fixed width, two columns, widgets

	ATOM STRANGE THEME

	This theme was redesigned and rebuilt by Rick (Rix) Dunn,
	whose can be contacted at webmaster@atomstrange.com
*/


body, div, dl, dt, dd, ul, ol, li, h1, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ol, ul { list-style: none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
fieldset, img { border: 0; }
caption, th { text-align: left; }
q:before, q:after { content:''; }

/* Global Formatting
------------------------------------------------------*/
body {
	background: url(images/bg_body.jpg) no-repeat fixed top center #000;
	font-family: Verdana,sans-serif;
	font-size: 100%;
	color: #fff;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #eee;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.clear {
	clear: both;
}
img.alignleft {
	float: left;
	margin: 8px;
	margin-right: 18px;
}
img.alignright {
	float: right;
	margin: 8px;
	margin-left: 18px;
}

/* General Mark-up Styling
------------------------------------------------------*/
h1 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 16px;
	width: 100%;
	color: #fff;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	color: #eee;
	margin-bottom: 8px;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 13px;
	line-height: 1em;
	color: #8FB4FF;
	margin-bottom: 16px;
}
h4 a {
	text-decoration: none;
	font-weight: normal;
}
p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 18px;
	color: #eee;
}
ul {
	list-style-type: disc;
	padding-left: 18px;
	padding-bottom: 18px;
	font-size: 13px;
	line-height: 18px;
	color: #cecece;
}
ol {
	list-style-type: decimal;
	padding-left: 24px;
	padding-bottom: 18px;
	font-size: 13px;
	line-height: 18px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
blockquote {
	margin-left: 1px;
	padding: 16px 18px;
	font-style: italic;
	border-left: 2px solid #eee;
	background: #fafafa;
}
blockquote p {
	font-size: 15px;
	line-height: 20px;
	color: #333;
}
blockquote blockquote {
	padding: 0;
	border: 0;
}
hr {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px dashed #eee;
	margin: 16px 0;
	height: 5px;
}
table {
	border-collapse: collapse;
	font-size: 12px;
	margin-bottom: 18px;
	padding: 4px;
	border: 6px solid #8FB4FF;
}
th {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	border-right: 1px solid #8FB4FF;
	border-bottom: 1px solid #8FB4FF;
	border-top: 1px solid #8FB4FF;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: none;
}
td {
	font: Verdana, sans-serif;
	border-right: 1px solid #8FB4FF;
	border-bottom: 1px solid #8FB4FF;
	padding: 12px;
	color: #fff;
	background: #20354b;
}
form {
	padding: 16px 0;
}
form.signup {
	margin-left: 1px;
	padding: 16px 0;
	color: #fff;
	background: url(images/atom_bg.jpg) no-repeat;
	border: solid 1px #d39dd1;
	width: 560px;
}
form.signup label {
	display: block;
}
form input, form textarea {
	padding: 3px;
	font-size: 13px;
}
form #id_subscribe {
	margin-top: 6px;
}
ul.errorlist {
	list-style-type: none;
	padding: 0 0 4px 0;
	color: #666;
	font-style: italic;
}

/* Formatting Elements
------------------------------------------------------*/
h2.post_title {
	margin-bottom: 0;
}

/* Header and Navigation
------------------------------------------------------*/
#header {
	height: 110px;
	width: 796px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat top #000;
	position: relative;
	padding-top: 12px;
}
#logo {
	display: block;
	width: 404px;
	height: 55px;
	position: relative;
	left: 24px;
	top: 10px;
}


/* Site Navigation
------------------------------------------------------*/
#site_nav {
	display: block;
	width: 730px;
	position: relative;
	top: 16px;
	padding: 0;
	background: url(images/bg_nav_bar.png) repeat-x;
	border: 1px solid #8FB4FF;
	height: 2.8em;
	margin: 0 0 0 34px;
}
#site_nav ul {
	padding: 0;
	margin: 0;
}
#site_nav li {
	display: inline;
	float: left;
	background: url(images/tab_left.png) no-repeat left;
	margin-right: 18px;
}
#site_nav li a {
	display: block;
	height: 36px;
	padding: 0 13px 0 13px;
	margin-left: 5px;
	border-bottom: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #8FB4FF;
	line-height: 36px;
	font-family: Arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
#site_nav li a:hover {
	color: #eee;
	text-decoration: none;
}
#site_nav .active_tab {
	background: url(images/tab_left_active.png) no-repeat left;
}
#site_nav .active_tab a {
	border-color: #8FB4FF;
	color: #fff;
}
#site_nav .active_tab a:hover {
	text-decoration: none;
}
.site_nav_icon {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	position: relative;
	top: 10px;
	left: -5px;
}
#site_nav_home .site_nav_icon {
	background: url(images/site_nav_icons.png) no-repeat 0 0;
}
.active_tab #site_nav_home .site_nav_icon {
	background: url(images/site_nav_icons.png) no-repeat -16px 0;
}
#site_nav_sounds .site_nav_icon {
	background: url(images/site_nav_icons.png) no-repeat 0 -15px;
}
.active_tab #site_nav_sounds .site_nav_icon {
	background: url(images/site_nav_icons.png) no-repeat -16px -15px;
}
#site_nav_forums .site_nav_icon {
	background: url(images/site_nav_icons.png) no-repeat 0 -30px;
}
.active_tab #site_nav_forums .site_nav_icon {
	background: url(images/site_nav_icons.png) no-repeat -16px -30px;
}
#site_nav_help .site_nav_icon {
	background: url(images/site_nav_icons.png) no-repeat 0 -47px;
}
.active_tab #site_nav_help .site_nav_icon {
	background: url(images/site_nav_icons.png) no-repeat -16px -47px;
}


/* Content Wrappers
------------------------------------------------------*/
#container {
	width: 796px;
	margin: 0 auto;
}
#content {
	width: 577px;
	float: left;
}
#content_full {
	padding: 14px 30px 14px 34px;
}
.content_box {
	width: 539px;
	min-height: 92px;
	padding: 0 19px;
}


/* Sidebar
------------------------------------------------------*/
#sidebar {
	width: 210px;
	padding-bottom: 60px;
	float: left;
	margin-right: 19px;
	background: #111;
	padding-left: 20px;
	border: 5px solid #333;
	display: none;
}
#sidebar_nav {
	list-style: none;
}
#sidebar h3 {
	display: block;
	height: 3em;
	line-height: 3em;
	margin: 0;
	color: orange;;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	line-height: 1.52em;
}
#sidebar ul li a {
	color: white;
}
#sidebar ul li.active_sidebar {
	font-weight: bold;
}
#sidebar ul li ul li {
	font-weight: normal;
	margin: 0 0 8px 22px;
}
.mini_sidebar {
	float: right;
	padding: 12px;
	background: #061126 url(images/bg_nav_bar.png) repeat-x;
	border:1px solid #8FB4FF;
}
.mini_sidebar h3 {
	font-size: 14px;
	margin-top: -4px;
	font-family: Arial;
}
.mini_sidebar ul {
	list-style: none;
	padding-left: 2px;
}
.mini_sidebar a {
	color: #eee;
	text-decoration: none;
	font-weight: normal;
}
.mini_sidebar a:hover {
	color: #fff;
}

/* Featured Content old
------------------------------------------------------*/
#featured_content_image {
	width: 450px;
	float: right;
	position: relative;
	top: -32px;
	left: 32px;
}
#featured_content_text {
	width: 500px;
	position: relative;
	background: url(images/featured_bg.png) repeat-x bottom;
	padding: 18px;
}
.featured_h2 {
	position: relative;
	z-index: 10;
	display: block;
	width: 500px;
	white-space: nowrap;
	font-family: Lucida Sans, serif;
}


/* Featured Content NEW
------------------------------------------------------*/
.featured_content {
	display: block;
	width: 730px;
	position: relative;
	top: 16px;
	padding: 0;
	background: url(images/bg_nav_bar.png) repeat-x top left #061126;
	border: 1px solid #8FB4FF;
}
.featured_content_header {
	text-align: left;
	padding: 12px 0 0 12px;
	width: 480px;
}


/* Footer
------------------------------------------------------*/
#footer {
	position: absolute;
	height: 50px;
	font-size: 0.7em;
	color: #8FB4FF;
	right: 50%;
	margin-right: -380px;
}
#footer a {
	font-weight: bold;
	color: #8FB4FF;
}
#footer_links {
	float: left;
	position: relative;
	left: 27px;
	top: 19px;
}
#footer_links a {
	font-size: 1.1em;
	padding-right: 14px;
}
#footer_credits {
	float: right;
	position: relative;
	right: 27px;
	top: 19px;
}
