/*
Original design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Purchased and edited for Eastern Woods Music (Records and Publishing)
http://www.ewmrecords.com
*/

* {
	margin: 0;
	padding: 7;
}

body {
	background: #FFFFFF;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222C2D;
}

form {
}

input, textarea {
	padding: 2px 5px;
	font: normal 12px "Arial", Helvetica, sans-serif;
	color: #000106;
}

h1, h2, h3 {
	margin-top: 18px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 12px;
}

p, ul, ol {
	margin-top: 18px;
	line-height: 17px;
}

ul, ol {
	margin-left: 36px;
}

blockquote {
	margin-left: 36px;
	margin-right: 36px;
}

a {
	color: #222C2D;
}

a:hover {
	text-decoration: underline;
	color: #ffa73d;
}

a img {
	border: 3px;
}

img {
	border: 0;
	padding: 0px;
}

img.left {
	float: left;
	margin: 0 1px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* ======================= Header ================= */

#header {
	height: 67px;
	margin: 0;
	background: #f9f9f9;
	padding-top:20px;
}

#logo {
	width: 900px;
	height: 56px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: 0.1px;
	text-transform: none;
	font-weight: normal;
	color: #ffa73d;
}

#logo h1 {
	float: left;
	padding-top: 15px;
	font-size: 36px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {
	float: left;
	padding: 31px 0 0 8px;
	font-size: 24px;
	font-style: italic;
	color: #000106;
}

/* ========================= Menu =================== */

#menu-wrap {
	background: #4c4c4c;
}

#menu {
	width: 900px;
	height: 45px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu li2 {
	display: inline;
	float: right;
}

#menu a {
	float: left;
	height: 19px;
	margin-right: 6px;
	padding: 16px 20px 10px 20px;
	background: url(images/menu_bgrd_slice.jpg) #4c4c4c repeat-x; 
	border: 0px #a5a5a5 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #000106;
	border: 0px #a5a5a5 solid;
	color: #006633;
}

#menu .first a {
	background: #000106;
	border: 0px #a5a5a5 solid;
	color: #ffa73d;
}

/* ========================= Sub Menu =================== */

#sub-menu-wrap {

	background: #b2b2b2;
	border-bottom: 0px #b2b2b2 solid;
}

#sub-menu {
	width: 900px;
	height: 36px;
	margin: 0 auto;
}

#sub-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sub-menu li {
	display: inline;
}

#sub-menu a {
	float: left;
	margin-right: 6px;
	padding: 10px 20px 10px 20px;
	background: #b2b2b2;
	border: 1px #A6B2A6 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}

#sub-menu a:hover {
	text-decoration: none;
	background: #000106;
	border: 0px #a5a5a5 solid;
	color: #70c7d4;
}

#sub-menu .first a {
	background: #000106;
	border: 0px #a5a5a5 solid;
	color: #70c7d4;
}


/* =============================== Page ======================= */

#page {
	width: 900px;
	margin: 0 auto;
}

#content {
	background: #FFFFFF;
	border-bottom: 4px #ffa73d solid;
	min-height: 800px;
}

#recent-posts-content {
	background: #FFFFFF;
	border-bottom: 4px #babcbe solid;
}

#our-artists-content {
	background: #FFFFFF;
	border-bottom: 4px #babcbe solid;
}

#artist-profiles-content {
	background: #FFFFFF;
	border-bottom: 4px #babcbe solid;
}

#catalog-content {
	background: #FFFFFF;
	border-bottom: 0px #babcbe solid;
}

#store-content {
	background: #ededed;
	border-bottom: 4px #b2b2b2 solid;
}

#store-content h4 {
	margin: 0;
	padding: 0px 0 0px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #222C2D;
}

#store-content h5 {
	margin: 0;
	padding: 5px 0 0px 0px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 9px;
	font-style: italic;
	color: #222C2D;
}

#store-content h6 {
	margin: 0;
	padding: 0px 0 0px 0px;
	letter-spacing: 1px;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	color: #222C2D;
}

#featured-artists-content {
	background: #FFFFFF;
	border-bottom: 4px #babcbe solid;
}

/* =============================== Post =========================== */

.post {
}

.post .title {
	margin: 0;
}

.post .title a {
	text-decoration: none;
}

.post .byline {
	margin: 0 0 30px 0;
	line-height: normal;
}

.post .entry {
}


.post .meta {
	clear: both;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .comments {
	padding-left: 20px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta .permalink {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

/* ================================================ Main index page area =============== */


#latest-post-wrap {
	background: #FFFFFF;
	border-bottom: 0px #A6B2A6 solid;
}

#latest-post {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0px 0;
}

#latest-post h1 {
	margin: 10px 0;
	padding: 0;
}

#latest-post p {
	margin: 0;
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 19px;
}

#latest-post ul, ol {
	margin-top: 4px;
	line-height: 13px;
}

#latest-post .meta {
	padding: 10px 0 0 0;
}

#latest-post .byline {
	margin: 0 0 3px 0;
	padding: 10px 0;
	background: url(images/menu_bgrd_slice.jpg) #ededed repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#latest-post .byline span {
	padding: 0 0 0 15px;
}

#latest-post .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
}

#latest-post .byline a:hover {
	text-decoration: underline;
}

/* ======================================== Individual Pages =================== */


#ind-pages-wrap {
	background: #FFFFFF;
	border-bottom: 0px #FFFFFF solid;
}

#ind-pages {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 0px 0;
}

#ind-pages h1 {
	margin: 10px 0;
	padding: 0;
}

#ind-pages h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #D8D3C4;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #222C2D;
}

#ind-pages p {
	margin: 0;
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 19px;
}

#ind-pages .meta {
	padding: 10px 0 0 0;
}

#ind-pages .byline {
	margin: 0 0 3px 0;
	padding: 10px 0;
	background: url(images/menu_bgrd_slice.jpg) #6F7A69 repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #CBCAAC;
}

#ind-pages .byline span {
	padding: 0 0 0 15px;
}

#ind-pages .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
}

#ind-pages .byline a:hover {
	text-decoration: underline;
}


/* =================================== Recent Posts ======================= */

#recent-posts {
	width: 900px;
	margin: 0 auto;
}

#recent-posts h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #b2b2b2;
	letter-spacing: 6px;
	text-transform: uppercase;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #000106;
}

#recent-posts h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 16px;
}

#recent-posts h3 a {
	text-decoration: none;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts li {
	float: left;
	width: 275px;
	padding-left: 37px;
}

#recent-posts li.first {
	padding: 0;
}

#recent-posts .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px #A6B2A6 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#recent-posts .byline span {
}

#recent-posts .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
}

#recent-posts .byline a:hover {
	text-decoration: underline;
}

#recent-posts p {
	padding: 0;
	margin: 0;
}

/* ================================== News Pages ==================== */

#featured-artists {
	width: 900px;
	margin: 0 auto;
}

#featured-artists h1 {
	padding-top: 1px;
	font-size: 24px;
}

#featured-artists h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #6F7A69;
	letter-spacing: 6px;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #EDE8D5;
}

#featured-artists h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 16px;
}

#featured-artists h3 a {
	text-decoration: none;
}

#featured-artists ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#featured-artists li {
	float: left;
	width: 778px;
	padding-left: 0px;
}

#featured-artists li.first {
	padding-left: 0px;
}

#featured-artists .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 0px #6F7A69 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#featured-artists .byline span {
}

#featured-artists .byline a {
	padding: 0 30px 0 0;
	text-decoration: none;
}

#featured-artists .byline a:hover {
	text-decoration: underline;
}

#featured-artists p {
	padding: 0;
	margin: 0;
}

/* ====================== Our Artists =================== */


#our-artists {
	width: 900px;
	margin: 0 auto;
}

#our-artists h1 {
	padding-top: 1px;
	font-size: 24px;
}

#our-artists h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #6F7A69;
	letter-spacing: 6px;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #EDE8D5;
}

#our-artists h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 16px;
}

#our-artists h3 a {
	text-decoration: none;
}

#our-artists ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#our-artists li {
	float: left;
	width: 225px;
	padding: 10px 25px 0 15px;
}

#our-artists li.first {
	float: left;
	width: 200px;
	padding: 10px 0 0 25px;
}

#our-artists .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 0px #6F7A69 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#our-artists .byline span {
}

#our-artists .byline a {
	padding: 0 30px 0 0;
	text-decoration: none;
}

#our-artists .byline a:hover {
	text-decoration: underline;
}

#our-artists p {
	padding: 0;
	margin: 0;
}

/* ====================== Artist Profiles =================== */


#artist-profiles {
	width: 900px;
	margin: 0 auto;
}

#artist-profiles h1 {
	padding-top: 1px;
	font-size: 24px;
}

#artist-profiles h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #6F7A69;
	letter-spacing: 6px;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #EDE8D5;
}

#artist-profiles h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 16px;
}

#artist-profiles h3 a {
	text-decoration: none;
}

#artist-profiles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#artist-profiles li {
	float: left;
	width: 225px;
	padding-left: 25px;
}

#artist-profiles li.first {
	float: left;
	width: 525px;
	padding-left: 0px;
}

#artist-profiles .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 0px #6F7A69 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#artist-profiles .byline span {
}

#artist-profiles .byline a {
	padding: 0 30px 0 0;
	text-decoration: none;
}

#artist-profiles .byline a:hover {
	text-decoration: underline;
}

#artist-profiles p {
	text-wrap:normal;
	padding: 0;
	margin: 0;
}

/* ================================ Catalog ===================== */

#catalog {
	width: 900px;
	margin: 0 auto;
}

#catalog h1 {
	padding-top: 1px;
	font-size: 24px;
}

#catalog h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #CBCAAC;
	letter-spacing: 6px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #222C2D;
}

#catalog h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 16px;
}

#catalog h3 a {
	text-decoration: none;
}

#catalog ul {
	margin: 0;
	padding: 0;
	background: #EEE8D8;
	list-style: none;
}

#catalog li {
	width: 250px;
	padding-left: 15px;
	background: #6F7A69;
}

#catalog li.first {
	float: left;
	width: 100px;
	padding-left: 0px;
}

#catalog .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 0px #000000 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#catalog .byline span {
}

#catalog .byline a {
	padding: 0 30px 0 0;
	text-decoration: none;
}

#catalog .byline a:hover {
	text-decoration: underline;
}

#catalog p {
	padding: 0;
	margin: 0;
}


/* ========================= Sidebar ======================= */

#sidebar {
	width: 900px;
	margin: 0 auto;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	float: left;
	width: 259px;
}

#sidebar li ul {
	padding-left: 20px;
}

#sidebar li li {
	float: none;
	width: auto;
	padding: 3px 0;
	background: none;
}

#sidebar h2 {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 16px;
	background: #BBB082;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/* ============================= Search ===================== */

#search {
}

#search #s {
	width: 80%;
	margin-bottom: 10px;
}

/* ============================== Calendar ======================= */

#calendar {
}

#calendar table, #calendar caption {
	width: 100%;
	text-align: center;
}

#calendar caption {
	font-weight: bold;
}

#calendar a {
	font-weight: bold;
}

/* =============================== Map ========================= */

.google_map{margin:0; width:300px; height:245px; background:#fff; border-radius: 5px;}

/* ============================ Footer ================ */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background-color:#000106;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: 9px;
	color: #A6B2A6;
}
