/*  
Theme Name: DeeJay MasterMind
Theme URI: http://deejaymastermind.com/
Description: A fun, energetic theme for DJ businesses.
Acknowledgement: Theme is based on the original design created by Charles E. Snyder III for NetPicksFX.com.
Version: 1.0
Author: Charles E. Snyder III
Author URI: http://charlesesnyderiii.com/
Tags: free, gravatar, gravatars, custom header, fixed width, two columns, widgets

	DeeJayMasterMind v1.0
	http://deejaymastermind.com/

	This theme was designed and built by Charles E. Snyder III,
	whose blog you will find at http://charlesesnyderiii.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* 	Please note that I have changed the way that this CSS is laid out, making it easier to actually
	find what you are looking for.  It's rediculous how much duplication of CSS goes on with your
	average WordPress theme or even most other CSS-based sites/scripts.  Obviously the KISS (Keep
	It Simple Stupid) method has gotten tossed out the window!  */
	
body { 
	font-family: verdana; 
	font-size: 12px; 
	color: #000000; 
	background-color: #333333; 
	background-image: url('images/bg.png'); 
	background-repeat: repeat-x; 
	margin: 0px; 
	}
	
#mainWrapper { 
	width: 1000px; 
	background-image: url('images/pagebg.png'); 
	background-repeat: repeat-y; 
	}
	
#header { margin: 0px; }

#footer { 
	width: 960px; 
	height: 35px; 
	background-color: #FFFFFF; 
	text-align: center; 
	}
	
.footer { 
	font-size: 10px; 
	color: #CCCCCC; 
	height: 35px; 
	background-image: url('images/navbg.png'); 
	background-repeat: repeat-x; 
	}
	
#footer a { color: #FFFFFF; text-decoration: none; font-weight: bold; }
#footer a:hover { color: #FF0000; text-decoration: none; font-weight: bold; }

.narrowcolumn, .widecolumn { text-align: center; width: 620px; }
.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }

.post { text-align: left; }

/* ##########################################################################
	Sidebar Controls & Formatting 
########################################################################## */

#sidebar { text-align: left; width: 260px; }

#sidebar ul { 
	margin: 0px; 
	padding: 0px; 
	}
#sidebar ul ul, #sidebar ul ol { margin: 0px; padding: 0px; padding-left: 10px; }
#sidebar ul li { list-style-type: none; list-style-image: none; margin-bottom: 10px; }
#sidebar ul ul li, #sidebar ul ol li { color: #666666; margin: 0px; padding: 0px; }

#sidebar h2 { font-size: 12px; }

/* ##########################################################################
	Main Page/Post Text Formatting
########################################################################## */

h1, h2, h3, h4, h5, h6 { font-weight: bold; text-align: left; }

.alt { background-color: #F6F6F6; border: 1px solid #CCCCCC; padding: 10px; }

.postmetadata { text-align: justify; color: #666666; padding: 10px; }

small { font-size: 10px; line-height: 1.5em; }

/* ##########################################################################
	Link Formatting
########################################################################## */

a, a:visited { color: #0000FF; text-decoration: none; }
a:hover { color: #FF0000; text-decoartion: none; }

/* "Lord make me strong, to carry on.
	Imma change my life, Imma sing this song.
	This is my ministry." */
