@charset "utf-8";
/* CSS Document */

body {
	background-color: #e1dacd;
	background-image: url(images/background.jpg);
   margin:0;
   padding:0;

	}
	
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1004px;
	}

div {

	}
	
h1 {
	margin: 0;
	padding: 0;
	}
	
	
#logo {
	background-image: url(images/shaddow-top.png);
	background-position:center;
	background-repeat: repeat-y;
	width: 962px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#ribbon1 {
	background-image: url(images/ribbon.png);
	background-repeat: no-repeat;
	width: 944px;
	height: 16px;
	padding: 10px 0 40px 60px;
	margin-bottom: -40px;
	position: relative;
	z-index: 5;
	overflow: visible;
	}

#small-links {
	width: 450px;
	float: left;
	}
	
#rss {
	float: left;
	width: 425px;
	text-align: right;
	margin-top: -3px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
#rss img {
	margin-top: 4px;
	}
	
#search {
	float: left;
	padding-left: 115px;
	}


#content {
	background-image: url(images/shaddow.png);
	background-position:center;
	background-repeat: repeat-y;
	width: 962px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding-top: 2em;
	}
	
#main-content {
	width: 550px;
	float: left;
	text-align: left;
	margin-left: 40px;

	
	}
	
#main-content h1 {
	margin: 0;
	padding: 0;
	color: #a41d1d;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	}
	
#main-content h1 a{
	margin: 0;
	padding: 0;
	color: #a41d1d;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
	}
	
#main-content h1 a:visited {
	color: #a41d1d;
	}

#main-content h1 a:hover {
	text-decoration: underline;
	}
	
#main-content p a {
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	}

#main-content a:visited {
	color: #666;
	}
	
#main-content a:hover {
	text-decoration: underline;
	}
	
#byline {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	}
	

#byline a {
	color: #000;
	}


#byline a:visited {
	color: #000;
	}
	
#main-content h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #555555;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 26px;
	}
	
#main-content p {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	}
	
#avatar {
	float: left;
	width: 100px;
	text-align: center;

	}
	
#avatar img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	}
	
#blogpost {
	float: left;
	width: 415px;
	margin-left: 10px;
	margin-bottom: 3em;
	}
	
/*///////////////////////////////
STLYES FOR SINGLE POST PAGE
//////////////////////////////*/

#postmeta {
	border-top: 4px double #999999;
	margin-top: 2em;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	
	}
	
.alignleft {
	float: left;
	}
	
.alignright {
	float: right;
	}
	

/* Styles for sidebar */

#sidebar {
	width: 300px;
	float: left;
	margin-left: 30px;
	}
	
#sidebar h2 {
	margin: 3em 0 0 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #142030;
	text-align: left;
	text-transform: uppercase;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #9f9ab1;

	}
	
#sidebar p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	padding: 0 1em 0 1em;
	}

#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
#new-album {
	margin-top: 4em;
	text-align: center;
	margin-bottom: 0;
	padding: 15px;
	border-top: 4px double #ccc;
	border-bottom: 4px double #ccc;	
	width: 218px;
	margin-left: auto;
	margin-right: auto;
	}
	
#archives-3 {
	margin-bottom: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	}

#archives-3 li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	margin-left: 1.5em;
	}
	
#archives-3 li a:hover {
	text-decoration: underline;
	color: #999999;
	}
		
#menu {
	text-align: center;
	margin: 2em 0 2em 0;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	}
	
#menu img {
	margin: -10px 0 -10px 2em;
	}
	
ul#menu{
	margin:0;
	padding: 0;
	white-space: nowrap;
	}
	
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 12px;
	}
	
#menu a {
	padding: 3px 10px;

	}
	
#menu a:link, #menu a:visited
{
color: #fff;
background-color: #333;
text-decoration: none;
}

#menu a:hover
{
color: #000;
background-color: #ccc;
text-decoration: none;
}

#footer {
	background-image: url(images/shaddow-top.png);
	background-position:center;
	background-repeat: repeat-y;
	width: 962px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
	overflow: auto;
	padding-top: 3em;
}

#sitemap {
	width: 300px;
	float: left;
	}

#footer dl {
	margin: 0 0 0 6em;
	line-height: 30px;
	margin-bottom: 2em;
	}
	
#footer dt {
	color: #c6c7d1;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	border-bottom: 1px solid #2d2d2d;
	padding-bottom: 0 0 .25em 0;
	}
	
#footer dd {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	border-bottom: 1px solid #2d2d2d;
	margin-left: 0;
	padding-left: 1em;
	}
	
#footer dd a {
	color: #9a9fb8;
	text-decoration: none;
	}
	
#footer dd a:visited {
	color: #9a9fb8;
	}

#footer dd a:hover {	
	color: #575b6d;

	}
	
#community {
	width: 150px;
	float: left;
	margin-left: 100px;
	}
	
#community h1 {
	color: #c6c7d1;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0;
	padding: 0 0 .25em 0;
	}

#contact {
	width: 280px;
	float: left;
	margin-left: 100px;
	}
		
#contact h1 {
	color: #c6c7d1;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0;
	padding: 0 0 .25em 0;
	}

#contact-form {
	list-style: none;
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	}
	
#contact-form input {
	border: 1px solid #666;
	margin-bottom: -.5em;
	padding: 0;
	background-color: #333333;
	color: #FFFFFF;
	padding: 2px;
	}
	
#contact-form textarea {
	border: 1px solid #666;
	margin-bottom: -.5em;
	padding: 0;
	background-color: #333333;
	color: #FFFFFF;
	padding: 2px;
	}

#copyright {
	float: left;
	clear: both;
	color: #999999;
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 875px;
	text-align: center;
	padding: 2em 0 5em 0;
	}
	
#copyright a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	}
	
#copyright a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;

	}

#copyright a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}

/* Styles for tag on bio page */

#bio-tag {

	}

.post-meta {
	list-style: none;
	padding-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	}
	
.post-meta-key {
	display: none;
	}
	
/* Styles for music page */
#album-cover {
	float: left;
	width: 215px;
	}

#album-cover img {
	padding: 5px;

	}
	
#album-credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 2em 0 1em;
	}

#discography {
	float: left;
	width: 330px;
	clear: right;
	}

.track {
	font-family: Georgia, "Times New Roman", Times, serif, ;
	font-size: 14px;
	color: #666666;
	font-style: italic;
	line-height: 30px;
	}
	
#discography td {
	border-bottom: 1px dashed #CCCCCC;
	}
	
#discography caption {
	color: #a41d1d;
	text-align: left;
	font-weight: normal;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin-bottom: .5em;
	padding-bottom: .25em;
	border-bottom: 4px double #999;
	}
	
.icon {
	padding: 0 .3em 0 .3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 10px;
	border-left: 1px dashed #CCCCCC;
	text-align: center;
	}
	
.icon-play {
	padding: 8px .3em 0 .3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 10px;
	border-left: 1px dashed #CCCCCC;
	text-align: center;
	}

.icon a {
	text-decoration: none;
	color: #666;
	}
	
.icon a:visited {
	text-decoration: none;
	color: #666;
	}
	
.icon a:hover {
	text-decoration: none;
	color: #000;
	border: 0;
	}
	
.icon a img  {
	border: 0;
	}
	
/* Styles for shopping page */

#tshirts {
	width: 220px;
	float: left;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
	}
	
#tshirts p {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-bottom: .5em;

	}
	
#storeitem {
	border-bottom: 1px dashed #999999;
	padding-bottom: .5em;

	}
	
#tshirts td {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;

	}
	
#buycd {
	width: 215px;
 	float: left;
	border-right: 1px solid #999999;
	text-align: center;
	height: 380px;
	}
	
#buycd p {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-bottom: .5em;

	}
	
#buycd img {
	margin-bottom: 1em;
	border-bottom: none;
	}
	
#cart {
	width: 100px;
	float: left;
	clear: right;
	text-align: center;
	margin-top: 2em;
	margin-left: 5px;
	}

/*///////////////////////////////////////////////////////////////////

STYLES FOR PRESS KIT  */

#press-downloads {
	width: 160px;
	float: right;
	border-left: 1px solid #CCCCCC;
	margin-left: 2em;
	padding: 15px;
	text-align: center;
	}

#press-downloads h2 {
	margin-bottom: -2em;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	padding-bottom: .25em;
	font-weight: normal;
	}

#press-downloads strong {
	font-size: 18px;
	font-weight: normal;
	}

#press-download {
	margin-bottom: 2em;
	margin-top: -1em;
	}	
	
#press-download img {
	padding-bottom: 5px;
	padding: 6px 3px;
	border: 1px solid #999;
	}


	
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/
