/*
THEME NAME: Guitar Players Center Theme
THEME URI:
DESCRIPTION: Your custom-developed WordPress theme, brought to you by <a href="http://www.seodesignsolutions.com">SEO Design Solutions</a>.
VERSION: 1.0
AUTHOR: John Lamansky
AUTHOR URI: http://wordpress.jdwebdev.com
*/


/***** LAYOUT *****/

/* Flush body */
body, h1#blog-title {
	margin: 0;
	padding: 0;
}


/* Left aligned, fixed *//*
#wrapper {
	width: 800px;
}*/


/* Center aligned, fixed */
#wrapper {
	margin: 0 auto;
	width: 800px;
}


/* [Fluid by default] */



/***** COLORS *****/

body {
	background-color: #111;
}

#header {
	background-color: #fff;
}

h1#blog-title a, h1#blog-title a:hover {
	color: black;
	text-decoration: none;
}

#wrapper {
	background-color: #fff;
}

a {
	color: #5F3729;
}

a:hover {
	background-color: #ccc;
}

h2.entry-title {
	color: black;
}

h2.entry-title a {
	color: #515F4D;
	/*color: #726540;*/
	/*color: #936031;*/
	/*color: #AF8836;*/
	text-decoration: none;
}

h2.entry-title a:hover {
	text-decoration: underline;
	background-color: transparent;
}

.entry-date {
	color: #999;
}

div.sidebar {
	background-color: #DDB96D;
}

div.sidebar, #wrapper {
	background-image: url(images/body-bg.jpg); /*Sidebar background color image*/
	background-repeat: repeat-y;
}

div#footer {
	background-color: #5F3729;
	color: #ddd;
}

div#footer a {
	color: #ddd;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
	background-color: transparent;
}

/***** MENU *****/

div#menu ul {
	color: white;
	background-color: #5F3729;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0.4em 0 0.2em 215px;
}

div#menu ul li {
	display: inline;
	padding: 0.4em 0 0.1em 0;
}

div#menu ul li a {
	color: white;
	text-decoration: none;
	padding: 0.1em 1em 0.2em 1em;
}

div#menu ul li a:hover {
	background-color: #8F6759;
}

div#menu ul li.current_page_item a, div#menu ul li.current_page_item a:hover {
	background-color: white;
	color: black;
	text-decoration: none;
}

/***** SIDEBAR *****/

.sidebar {
	font-size: 0.9em;
}

.sidebar ul.xoxo {
	margin-left: 1.5em;
}

/***** CONTENT *****/

#content {
	text-align: justify;
	padding-right: 40px;
}

.post {
	margin-top: 0;
	padding-top: 0;
}

#nav-above, #nav-above div {
	margin-bottom: 1em;
}

.top {
	margin: 1em 0;
}

.top, .top a, .top a:hover {
	color: #000; //#fff;
	text-decoration: none;
}

.top a {
	background-color: #DFD7C3; //#EFEBE0; //#5F3729;
	padding: 0.5em 1em;
}

.top a:hover {
	background-color: #DDB96D; //#DFCDA7; //#DFD7C3; //#8F6759;
}

/***** ADS *****/

div#primary ul .ads {
	margin-bottom: 2em;
}

div#secondary ul .ads {
	/*margin-top: 5em;*/
	width: 145px;
	text-align: center;
}

