/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

body {
  background: #000 url(images/bg_large.jpg);
  background-repeat:no-repeat;
  background-position:center;
  background-position:top;
  text-align: center;
  vertical-align: top;
  padding: 15px 0 0 0;
  font-family: Arial;
  font-size: 12px;
  font-weight: lighter;
}

#wrapper {
  text-align: left;
  width: 1000px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

.topSpacer {
	height: 61px;
	width: 1000px;
}

.headerText {
	margin: 100px 0px 0px 0px;
}

	
.contenttop {
  background: url(images/content_top.png) no-repeat;
  height: 86px;
  width: 1000px;
  text-align: center;
}

.headerLinks {
	height: 20px;
	width: auto;
	margin-left: 75px;
	color: #CCCC9A;
}

.headerLinks a:link {color: #CCCC9A}
.headerLinks a:visited {color: #CCCC9A}
.headerLinks a:active {color: #CCCC9A}
.headerLinks a:hover {text-decoration: underline; color: #CCCC9A}

.contentcenter {
  background: url(images/content_center.png) repeat-y;
  width: 1000px;
  overflow: hidden;
}

.textCenter {
	width: 800px;
	padding: 0 0 0 125px;
}

.contentbottom {
  background: url(images/content_bottom.png) no-repeat;
  height: 131px;
  width: 1000px;
}

#footer {
  color: #CCCC9A;
  text-align: center;
  margin: 15px 0 40px 0;
}

/* Music Player Bar CSS */

#topBar{
	position: fixed;
	top: 0px;
	height: 32px;
	width: 100%;
}

#album{
	width: 99px;
	height: 99px;
	left: 90px;
	top: 0px;
	float: left;
	position: fixed;
}

#track{
	background-image: url('images/clear_bar.png');
	background-repeat: repeat;
	color: #33CC33;
	padding: 0px 0px 0px 205px;
	text-align:left;
}

#iconBox{
	float:right;
	height: 32px;
	margin-right: 45px;
}

/* End Music Player Bar CSS */


