/*
Theme Name: Blank 2 Column - Left Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready, blank
*/


/* basics */

@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   * Resets default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html{
	min-height: 100%;
	margin-bottom: 1px;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

html {
	margin-bottom: 1px;
	min-height: 100%;
}

/* UNIVERSAL CLASSES */

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.no-show{
	display: none;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

small{

}

a{

}

a:hover{

}

a:visited{

}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

p{
	margin: 10px 0px;
	line-height: 18px;
}

/* BEGIN FORMATTING */

body{
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;	
	background-image: url('images/page_bg.jpg');        
	background-repeat: no-repeat;
  background-position: center 270px;

}

/* CONTAINERS */

#wrapper{
	width: 952px;
	margin: 0px auto;
	padding-bottom: 20px;
}

#header{
	height: 272px;
}

#column_left{
	width: 430px;
	float: left;
	padding-left: 20px;
}

#column_left .content{
	background-color: #1d1d1d;
	padding: 15px;
}

#column_left .content #box_scroll{
	height: 595px;
	overflow: auto;
	padding-right: 10px;
}

#column_right{
	position: relative;
	height: 680px;
	width: 440px;
	float: right;
	padding-right: 22px;
}

#column_right .content{
	position: absolute;
	bottom: 0px;
}

#column_right .content p{
	margin-bottom: 0px;
}

.box_links{
	margin-top: 20px;
	width: 220px;
	float: left;
}

.box_video{
	margin: 20px 0px 53px 15px;
	width: 490px;
	height: 290px;
	background-image: url('images/video_bg.png');
	background-repeat: no-repeat;
}

.box_video .content{
	padding: 40px 0px 0px 44px;
}

.box_audio{
	border: 1px solid #555555;
}

.box_updates{
	width: 317px;
	height: 45px;
	background-image: url('images/updates_bg.png');
	background-repeat: no-repeat;
	margin: 25px 20px 0px 30px;
	float: left;
}

.box_updates .content{
	padding: 12px 0px 0px 12px;
}

.box_updates .input_txt input{
	width: 140px;
	margin: 0px 4px;
	padding: 0px 2px;
	height: 20px;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b4b4b4;
	background: #000000;
	border: none;
	display: inline-block;
}

.input_txt_lg{
	font-size: 11px;
}

/* FORMATTING */

a#txt_news{
	display: inline-block;
	width: 80px;
	height: 34px;
	background-image: url('images/txt_news.png');
	background-repeat: no-repeat;
	margin-left: 15px;
}

a#txt_bio{
	display: inline-block;
	width: 59px;
	height: 34px;
	background-image: url('images/txt_bio.png');
	background-repeat: no-repeat;
	margin-left: 15px;
}

a:hover#txt_bio, a:hover#txt_news, a.link_selected{
	background-position: 0px -34px;
	cursor: pointer;
}

.txt_follow-sun-on{
	width: 114px;
	height: 21px;
	display: inline-block;
	margin-right: 5px;
	background-image: url('images/txt_follow-sun-on.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.icon_twitter, .icon_myspace, .icon_facebook{
	width: 21px;
	height: 21px;
	display: inline-block;
	margin: 0px 0px 0px 5px;
}

.icon_twitter{
	background-image: url('images/icon_twitter.png');
}

.icon_myspace{
	background-image: url('images/icon_myspace.png');
}

.icon_facebook{
	background-image: url('images/icon_facebook.png');
}

.txt_for-updates{
	width: 91px;
	height: 22px;
	background-image: url('images/txt_for-updates.gif');
	background-repeat: no-repeat;
	display: inline-block;
}

.txt_music{
	width: 72px;
	height: 30px;
	background-image: url('images/txt_music.png');
	background-repeat: no-repeat;
	display: block;
	margin: 0px 0px 10px 5px;
}

.txt_buy-fancy-free-on-itunes{
	width: 262px;
	height: 31px;
	background-image: url('images/txt_buy-fancy-free-on-itunes.png');
	background-repeat: no-repeat;
	display: block;
}

/* POST FORMATTING */

.post{
	padding-bottom: 20px;
}

.post h2{
	font-size: 11px;
	color: #b4b4b4;
}

#bio h1{
	font-size: 11px;
	font-weight: bold;
	color: #b4b4b4;
}

#bio h1 em{
	font-size: 11px;
	color: #a6a6a6;
}

/* CUSTOM SCROLLL */

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: d20000;
}
.vscrollerbar {
width: 10px;
background-color: d20000;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}