/*
* Theme Name: Eric Frederickson Guitarist
* Theme URI: http://http://ericfredericksonguitar.com/
* Description: WordPress theme for Eric Frederickson website.
* Version: 1.0
* Author: Patrick Shannon
*/

@charset "UTF-8";
/* CSS Document */


/* RESET */

* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/* STRUCTURE */

body {
	background-color: #BEB494;
	background-image: url(images/bg-page.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 67.5%;
}
#guitar-photo {
	height: 520px;
	width: 686px;
	position: absolute;
	left: 11px;
	top:11px;
	z-index: 10;
}
#page-wrapper {
	width: 960px;
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 50;
	position: relative;
}
#logo {
	height: 101px;
	width: 960px;
}
#menu {
	background-image: url(images/bg-menu.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 960px;
}
#menu ul {
	list-style-type: none;
	height: 40px;
	width: 960px;
	margin-left: -52px;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	background-image: url(images/menu-item-divider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
	padding-left: 16px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	text-shadow: #646464 0 -1px 0;
}
#menu ul li a:hover {
	color: #BEB494;
}
#music-player {
	background-color: #584b32;
	height: 32px;
	width: 952px;
	padding-top: 8px;
	padding-left: 8px;
}
#content {
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
}
#left-column {
	float: left;
	width: 672px;
}
.content {
  margin: 0 32px;
  }
#right-column {
	float: right;
	width: 288px;
}
.sidebar-box {
	width: 224px;
	margin-top: 32px;
	margin-right: 32px;
	margin-left: 32px;
	background-color: #403528;
}
#page-wrapper #content #right-column .sidebar-box p, #page-wrapper #content #right-column .sidebar-box a:link, #page-wrapper #content #right-column .sidebar-box a:visited {
	color: #FFF;
}
#footer {
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 120px;
	padding-top: 5px;
	padding-left: 840px;
}
#page-wrapper #footer a img {
	margin-right: 15px;
}
.clear {
	clear: both;
}
.songclip {
	padding-left: 32px;
	margin-bottom: 40px;
}
#page-wrapper #content #left-column .songclip p {
	margin-left: -32px;
}
.space-above {
	margin-top: 30px;
}
.paypal {
	margin-bottom: 32px;
}



.alignleft {
  float: left;
  margin: 0 12px 12px 0;
  }

.alignright {
  float: right;
  margin: 0 0 12px 12px;
  }

p {
	font-size: 1.6em;
	line-height: 1.4em;
	padding-bottom: 10px;
  }

#right-column p {
  padding-left: 32px;
  padding-right: 32px;
  }

h1, h2, h3, h4, h5, h6 {

  }

h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #de4c33;
	padding-top: 32px;
	padding-bottom: 10px;
  }

h2 {
	font-size: 1.5em;
	color: #de4c33;
	padding-top: 16px;
	padding-bottom: 5px;
	text-transform: uppercase;
  }

h3 {
	font-size: 1.2em;
	color: #e00a0a;
	padding-bottom: 5px;
	text-transform: uppercase;
  }
  
h4 {
	font-size: 1.1em;
	color: #e00a0a;
	padding-bottom: 5px;
	text-transform: uppercase;
  }
  
h5 {
	font-size: 1em;
	color: #e00a0a;
	padding-bottom: 5px;
	text-transform: uppercase;
  }

h6 {
	font-size: 0.9em;
	color: #e00a0a;
	padding-bottom: 5px;
	text-transform: uppercase;
  }

a:link {
	color: #000;
  }

a:visited {
	color: #000;
  }

a:hover {
	color: #de4c33;
  }

a:active {
	color: #de4c33;
  }

ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 10px;
	padding-left: 52px;
  }

li {
	font-size: 1.6em;
  }

blockquote {
  background: #e6e7e6;
  padding: 16px;
  }
