/******MILL CITY MUSIC STYLESHEET********
* This file includes all layout and presentational styles for the MCM site.
* The first sections define the static elements of the site such as layouts
* and font information for special purposes such as the contact info and nav bar.
*
* At the end of the file are the general font and layout properties as used by
* the dynamic content of each page.  That is where ad-hoc classes should be added
* and existing classes tweaked.
*
* All code Copyright 2003,2004,2005 Gabe da Silveira
**************************************/

/***************WRAPPER BLOCK*************/
#wrapper, #footer {
    min-width: 730px;
    max-width: 900px;
    margin: 0 auto;
}
#leftshadow {
    padding-left: 6px;
    background: repeat-y top left url(/images/left_shadow.gif);
}
#rightshadow {
    padding-right: 6px;
    background: repeat-y top right url(/images/right_shadow.gif);
}
#footer {
    background: repeat-x top left url(/images/bottom_shadow.gif);
}


/***************HEADER BLOCK**************/
#header {
	text-align: right;
	height: 135px;
	line-height: 0;
	position: relative;
    background-image: url(/images/bg_stripes.gif);
}
#header img {
	margin: 0;
	line-height: 0;
}
#header div#contactInfo {
	position: absolute;
	bottom: 2px;
	left: 20px;
	width: 175px;
	margin: 0;
    padding: 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
}
#header div#contactInfo address {
    display: block;
	margin: 0;
    margin-bottom: 10px;
    font-size: inherit;
}
#header div#contactInfo p {
	margin: 0;
    font-size: inherit;
}
#backgroundFoot {
    border-top: 1px solid #888;
    background: url(images/bg_stripes.gif);
    height: 20px;
}
/***************END HEADER BLOCK************/


/***********NAVIGATION MENU BLOCK************/
#navList {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding-right: 28px;
    background-color: #516c8c;
    border-bottom: 1px solid black;
	border-top: 1px solid black;
    list-style-type: none;
	text-align: right;
}
#navList li {
    display: inline;
}
#navList li a
{
	color: white;
	text-decoration: none;
	padding: 0px 10px;
}
#navList li a:hover
{
	color: #516c8c;
    background-color: #DAEBFF;
}
/***********END NAVIGATION MENU BLOCK************/


/***************MAIN CONTENT BLOCK************/
#content {
	position: relative;
	/*background-color: ;*/
	background-color: #DAEBFF;
	margin: 0;
	padding: 0;
	zoom: 1;
}
#sidebar {
	width: 200px;
	float: left;
	background-color: #7DA7D9;
	margin: 0;
	font-size: 11px;
	line-height: 1.3em;
}
#sidebar .padding {
    padding: 10px;
}
/*For use in admin tool*/
.sidebarPreview {
	background-color: #7DA7D9;
	width: 200px;
	padding: 10px;
}
#sidebar form {
    margin: 0 0 10px;
    padding: 0;
}
#sidebar label {
    color: #213c5c;
}
#sidebar .widefield {
	margin: 2px 0;
	padding: 0;
	width: 160px;
}
#sidebar p {
	margin: 0 0 1em 0;
}
#sidebar h2 {
    color: #213c5c;
    text-align: center;
    font-size: 14px;
    letter-spacing: .2em;
    border-bottom: 1px solid #617c9c;
    margin-top: 20px;
}
#sidebar h2:first-child {
    margin-top: 10px;
}


#mainContent {
	padding: 20px; 
	border-left: 200px solid #7DA7D9;
}

#clearContent {
	clear: both;
}
/***********END MAIN CONTENT BLOCK************/


/***********FOOTER BLOCK************/
#footer {
    text-align: center;
    font-size: 9px;
    font-family: verdana, helvetica, arial, sans-serif;
}
/***********END FOOTER BLOCK************/



/*BASIC STYLES*/
body {
    margin: 0;
    background: #ccc;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}

h2 {
    margin-top: 3px;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #516c8c;
}
h3 {
    font-size: 16px;
    letter-spacing: .2em;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #516c8c;
    border-bottom: 1px solid #819cbc;
    text-align: center;
}
img {
	border: 0;
}
li {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0 0 2em 20px;
    padding: 0;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
small {
	font-size: 80%;
}

.warning {
    color: red;
}


/* INDIVIDUAL ALBUM STYLES */
table.album {
    margin-bottom: 20px;
}
table.album img {
    display: block;
    margin: 0 10px 20px 0;
    border: 5px solid #FFFFFF;
}
table.album ol img {
	margin-left: 5px;
	border: 0;
}
table.album p {
    margin: 0;
}
table.album h1.albumTitle {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    line-height: 1.1em;
}
table.album h2.albumArtist {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    text-transform: none;
    
}
table.album p.albumCatNum {
    margin: 1em 0 0 0;
    font-size: 10px;
    line-height: 1.1em;
}
table.album p.albumCats {
    margin: 0 0 1em 0;
    font-size: 10px;
    line-height: 1.1em;
    color: #516c8c;
    text-transform: uppercase;
}
table.album p.albumDesc {
    margin-bottom: 10px;
}
table.album p.albumPrice {
    text-align: center;
}

table.album td {
    vertical-align: top;
}
table.album ol {
    font-size: 90%;
}

/* e-commerce buttons */
a.buyCd, a.buyTape {
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}


/* SHORT FORM ALBUM STYLES */
div.album {
    position: relative;
	background-color: #EAFBFF;
	padding: 3px;
	margin-bottom: 5px;
}

div.album h2.albumArtist {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: black;
    text-transform: none;
}
div.album h2.albumTitle {
    font-size: 16px;
    line-height: 1.1em;
    margin: 0 0 1em;
    padding: 0;
    color: black;
    font-weight: bold;
}
div.album p.albumShortCats {
    position: absolute;
    bottom: 0;
    right: 3px;
    text-align: right;
    font-size: 9px;
    color: #516c8c;
}
div.album p.albumShortDesc {
    margin-bottom: 10px;
    font-size: 12px;
}
div.album p {
	margin: 0;
}
div.album a.albumThumb img {
	float: left;
	margin-right: 5px;
	border: 2px solid #EAFBFF;
}
div.album a.albumThumb img:hover {
    border: 2px solid #516c8c;
}



/* LONGER LISTING STYLES */
table.list {
	width: 100%;
}

table.list th {
	background-color: #C0DDFF;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 5px;
	color: #516c8c;
}

table.list td {
	margin-left: 5px;
}

table.list tr.odd { 
	background-color: #E8F3FF; 
}

table.list tr.even { 
	background-color: #C0DDFF; 
}



/* FORM TABLE STYLINGS */
table.form th {
    text-align: right;
    font-weight: bold;
}


/* ARTIST PAGE STYLES */
div#discography {
	width: 30%;
	float: right;
	background: #BACBDF;
	padding: 1em 1em 0;
}
div#discography h3 {
	margin-top: 0;
}


.columnHalf {
    float: left;
    width: 50%;
}
.rightGutter {
    margin-right: 20px;
}

/*** SHOPPING CART STYLES ***/
td.Product p {
	margin: 0;
}
.ProductTotalPrice {
	font-weight: bold;
}
.ProductTitle {
	font-size: larger;
}
.ProductArtist {
	font-style: italic;
}
