@charset "UTF-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.4em;
	color: #fff;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
.oneColFixCtr #container {
	width: 970px; 
	height: 740px;
	margin: 0 auto; 
	background-image:url(images/site2.jpg);
	background-repeat:no-repeat;
	position:relative;
	text-align:left;

}

#left_col {
	width:535px;
	margin-left:30px;
}

#sidebar {
	position:absolute;
	left:650px;
	top:375px;
	width:270;
}

#thumbs
{
	overflow:auto;
	height:265px;
	padding-right:10px;
	margin-top:10px;
}

#footer { overflow: hidden; }

.legal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	text-align:right;
	line-height:normal;
	padding-top:12px;
	clear:both;
}

.social     { float:right; padding:0 0 0 12px; }
.social img { border:none; }

h1 {
	font-weight:normal;
	font-size:16px;
}

a:link, a:active, a:visited {
	color:#9eb0c8;
	text-decoration:none;
}

a:hover {
	color:#9eb0c8;
	text-decoration:underline;
}

/* Menu ####################################### */

#menu {
	position: absolute;
	top:100px;
	left:660px;
}

.oneColFixCtr #container.index #menu {
	position: absolute;
	top:72px;
	left:25px;
}

.oneColFixCtr #container.index .legal {
	position: absolute;
	top:700px;
	left:100px;
}

#menu a {
	display:block;
}

.menu_music {
	position:absolute;
	left:27px;
	top:0px;
}

.menu_photo {
	position:absolute;
	left:0px;
	top:28px;
}

.menu_art {
	position:absolute;
	left:70px;
	top:83px;
}

.menu_about {
	position:absolute;
	left:70px;
	top:83px;
}

.menu_blog {
	position:absolute;
	left:13px;
	top:106px;
}

.menu_contact {
	position:absolute;
	left:50px;
	top:145px;
}

.menu_index {
	position:absolute;
	left:63px;
	top:199px;
}


/*  Home ####################################### */

.oneColFixCtr #container.index {
	background-image:url(images/home5.jpg);
	background-repeat:no-repeat;
}

#music_widget {
	padding-top:50px;
	height:90px;
}

#hometracks {
	height:170px;
	padding-bottom:5px;
}

#latest_blog {
	height:355px;
	width:550px;
	margin-bottom:20px;
	position:absolute;
	top:340px;
	left:0px;
}

#latest_blog .blogpost_content {
	height:310px;
	padding-right:10px;
	overflow:auto;
}

/*  Music ####################################### */

.oneColFixCtr #container.music #left_col {
	padding-top:75px;
}

#container.music {
	background-image:url(images/site2music.jpg);
	background-repeat:no-repeat;		
}

#music_content {
	position:absolute;
	text-align:left;
	width:280px;
	top:80px;
	left:375px;
    
}

#album_box {
	padding-top:420px;	
	font-size:14px;
	padding-bottom:60px;
	text-align:right;
	height:133px;
}

#music_box {
	height:625px;
	text-align:center;
    
}

#music_box h1 {
    padding-bottom: 10px;
}

#music_box .smallcover img {
    margin-left:10px;
    margin-right:10px;
    height: 90px;
    width: 90px;
    padding-bottom: 20px;
    float: left;
}

#music_box .cover img {
	margin-left:10px;
	margin-right:10px;
    height: 200px;
    width: 200px;
    float: left;

    /* specifying a set size here,
       so that it doesn't end up looking weird and messing up the floats */
}

#music_box #tracks {
	float:left;
	padding-left:30px;
	width:220px;
	text-align:left;
}

#music_box #player {
	float:left;
	width:280px;
	text-align:left;
}



/*  Photo ####################################### */

#photo_swap {
	padding-top:100px;
	height:600px;
}

/*  Artwork ####################################### */

#art_swap {
	padding-top:100px;
	height:600px;
}

#image_info {
	padding-top: 10px;
	margin-top: 10px;
	border-top: solid 1px #9eb0c8;
}

#image_text {
	float:left;
}

#image_enlarge {
	float:right;
}

/*  Blog ####################################### */

.oneColFixCtr #container.blog #left_col {
	padding-top:100px;
}

.blogpost {
	padding-bottom:12px;
}

.blogpost_content {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #9eb0c8;
}


/*  Contact ####################################### */


.oneColFixCtr #container.contact #left_col {
	padding-top:200px;
}

#contact_form {
	padding-left:120px;
	padding-bottom:100px;
}

.clear {
    clear: both;
}

#headerlink {
    position: absolute; 
    left: 773px; 
    height: 31px; 
    width: 300px; 
    height: 50px; 
    top: 35px; 
    display: block; 
    z-index: 99; 
    border: 0;   
}


/*  about ####################################### */

.oneColFixCtr #container.about {
	background-image:url(images/about_bg.jpg);
	background-repeat:no-repeat;
}

.about_content {
	padding-top:485px;
	padding-left:65px;
	padding-bottom:55px;
}
