/*
Theme Name: Meir Music
Theme URI: http://meirmusic.com
Description:
Version: 1.0
Author:
*/

body {
	margin: 0;
	background: #000 repeat-x url(images/bck.gif);
	font-family: "Times New Roman", Times; font-size: 13px;
	color: #fffbea;
}
#page {
	margin: 0 auto;
	width: 770px;
	background: no-repeat url(images/bckpage.jpg);
}
#logo {
	margin: 0 0 0 227px;
	width: 300px; height: 101px;
	font-size: 0; font-weight: normal;
	text-indent: -99999em;
	background: no-repeat url(images/bcklogo.jpg);
}
#logo a {
	display: block;
	width: 100%; height: 100%;
}
#menu {
	margin: 0; padding: 0;
	list-style-type: none;
	height: 29px;
	background: no-repeat url(images/bckmenu.jpg);
}
#menu li {
	float: left;
	font-size: 0;
	text-indent: -99999em;
}
#menu li a {
	display: block;
	width: 100%; height: 29px;
	background: no-repeat url(images/bckmenu.jpg);
}
#menu li.home a {
	margin: 0 0 0 170px;
	width: 55px;
	background-position: -170px 0;
}
#menu li.home a:hover {
	background-position: -170px -29px;
}
#menu li.news a {
	margin: 0 0 0 35px;
	width: 50px;
	background-position: -260px 0;
}
#menu li.news a:hover {
	background-position: -260px -29px;
}
#menu li.bio a {
	margin: 0 0 0 35px;
	width: 35px;
	background-position: -345px 0;
}
#menu li.bio a:hover {
	background-position: -345px -29px;
}
#menu li.albums a {
	margin: 0 0 0 35px;
	width: 70px;
	background-position: -415px 0;
}
#menu li.albums a:hover {
	background-position: -415px -29px;
}
#menu li.contact a {
	margin: 0 0 0 30px;
	width: 90px;
	background-position: -515px 0;
}
#menu li.contact a:hover {
	background-position: -515px -29px;
}
#content {
	margin: 40px auto 140px auto; padding: 5px;
	width: 745px;
	border: #333 1px solid;
}
#content .albums {
	padding: 15px 0;
	width: 100%;
	background: repeat-y url(images/bckcontentalbums.jpg);
}
#content .albums:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content .albums .col {
	float: left;
	margin: 0 20px 0 0;
	width: 350px;
}
#content .albums h3 {
	font-size: 22px; font-weight: normal;
	color: #dd6300;
}
#content .albums .graphic li form {
	visibility: hidden;
}
#content .albums .graphic li:hover form, #content .albums .graphic li.sfhover form {
	visibility: visible;
}
#content .shopping_cart {
	position: fixed;
	right: 0; top: 0;
	padding: 5px 15px 0 15px;
	width: 250px;
	background-color: #191007;
	border: #9f8e84 1px solid;
	color: #e1bd8d;
}
#content .shopping_cart h2 {
	display: none;
}
#content .shopping_cart th {
	text-align: left;
	font-weight: normal;
}
#content .shopping_cart td, #content .shopping_cart a {
	color: #f8f3cd;
}
#content .shopping_cart form {
	margin: 0;
}
#footer {
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 11px;
	color: #757575;
}

/* A few generic styles used across the site */

a img {
	border: 0;
}
a {
	font-weight: bold;
	color: #2f90cc;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration:underline;
}

td {
	vertical-align: top;
}

.underline {
	text-decoration: underline;
}

hr {
	height: 1px;
	background-color: #1a1918;
	border: 0;
	border-top: #1a1918 1px solid;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #999;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	color: #000;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
