/*
Theme Name: DTFWorksMusicCanvas
Theme URI: http://wordpress.org/
Description: A theme to host your Topspin powered site, or any music site
Author: Jason Kadlec customized theme originally by Dave Shea
Tags: Topspin, music theme, blank canvas, 

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Jason Kadlec http://dtfworks.com 
*/


/* 960 Grid CSS */
@import url("960.css");

/*********************************************************************
	Primary Construct - Generic Styles
*********************************************************************/

body {
	background:url(img/site_bg.png) repeat;
	margin:0;
	padding:0;
	font-family: Arial;
}

/*********************************************************************
	Logo
*********************************************************************/

.blog_title h1 {
	background: url(img/Logo.png) top left no-repeat;
	height:145px;
	text-indent: -9999px;
	margin: 0px;
}

.blog_title h1 a {
		font-size:19px;
	
}


/*********************************************************************
	Navigation
*********************************************************************/
.navigation {
	background:url(img/nav_bck.jpg) repeat-x top left;
	height:45px;
	font-size:13px;
}

.navigation ul {
	list-style:none;
	margin: 0px;
	padding:0px;
}

.navigation ul li {
	display:block;
}

.navigation ul li a {
	color:#000000;
	display:block;
	font-weight:bold;
	height:13px;
	padding:15px 15px;
	text-decoration:none;
	margin:0;
	width:auto;
	float:left;
}

.current_page_item {
	text-decoration: underline;
}

.search_box {
	float:right;
	margin:10px;
	color:#FFF;
	width:222px;
}

input.search_field {
	border:2px solid #26262A;
	background:#575A62;
	height:16px;
	widht:190px;
	color:#FFF;
}

input.search_btn {
	margin:0 10px 0 0;
	float:left;
}


/*********************************************************************
	Content
*********************************************************************/

.content_wrapper {
	background:#FFFFFF url(img/content_bck.gif) top left no-repeat;
}

.border { 
	border: 1px solid;
	
}

h1, h2, h3, h4 {
	margin-top: 0px;
}

a {
	color: #00A1FF;
	border: none;
}

img {
	border: none;
}


/*********************************************************************
	Sidebar
*********************************************************************/
#sidebar {
	padding-left: 15px
}

/*********************************************************************
	Footer
*********************************************************************/

.footer {
	font-size:8px;
}

.footer a {
	color:#828282;
	text-decoration:underline;
}

.footer a:hover {
	color:#CCC;
	text-decoration:underline;
}

.footer p {
	padding:15px;
}

