/* -----------------------------------------------

edibleonion.com
Version 1.0
Created by Darian Scatton May 23rd 2007
darian@edibleonion.com

----------------------------------------------- */


/* common
----------------------------------------------- */


body
{
  	margin: 0;
  	padding: 0;
	font: small/1.5 Georgia, serif; 
	background: #533;
	color: #333;
	min-width: 760px;
}

a {
	color: #933;
	text-decoration: none;
}

a:hover {
	color: #500;
}

.active {
	color: #500;
}

h1 { 
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	white-space: normal;
	font-size:140%;
	text-align:center;
	background:#533;
	color:#fff;
	width:466px;
	padding:5px 0;
}

h1#artist {
	text-align:left;
	padding:5px 10px;
	width:446px;
}

h1.artistHdr {
	text-align:left;
	padding:5px 10px;
	width:446px;
	background:#933;
	font-size:100%;
}

h1.artistHdr a {
	color:#fff;
}

h1.artistHdr a:hover {
	color:#fcc;
}

h2 {
	font-size: 133%;
	font-weight: normal;
	margin: 0;
}

h3 {
	font-weight: normal;
}

ul, li, p, div {
	padding: 0;
	margin: 0;
}

li {
	margin-bottom: 10px;
	list-style: none;
	background-image: none;
	line-height: normal;
}

.clear {
	clear: both;
}

img {
	border: none;
}

#wrapper {
	width: 793px;
	margin:0 auto;
	background:#f4d9e3;
}


/* title
----------------------------------------------- */

#title-background {
	width: 100%;
}

#title {
	float: left;
}

#title h1 {
	width: 297px;
	height: 323px;
	background: #f4d9e3 url('../images/onion-2.jpg') no-repeat 0 0;
	text-indent: -10000px;
}

#onion {
	text-align: left;
	padding-top: 5px;
	z-index: 2;
}

#onion img {
	width: 2em;
	height: 2em;
	display: none;
}

/* stores/about/catalog
----------------------------------------------- */

#stores, #about, #catalog, #artists, #distro {
	width:297px;
}

#stores p, #about p, #catalog p, #artists p, #distro p {
	padding:0 30px 0 30px;
}

#player {
	width:237px;
	/*border: 1px solid #0a759e;*/
	margin:0 0 0 30px;
	/*padding:6px;
	background:#fff;*/
}

#player iframe {

}

/* content
----------------------------------------------- */

*>#content {
 padding: 500px 0 0 0;
 min-height: 1px;
}
*>#main-col, #side-col {
 margin: -470px 0 0 0;
}

/* for IE6 \*/

* html #content {
 	height: 500px;
	margin: 30px 0 21px 0;
	padding: 0;
}

* html #main-col, * html #side-col {
	margin: 0;
}

/* end hack */

#content {
	width: 486px;
	float: left;
}

#main-col {
	float: left;
}

.entry {
	width: 466px;
	padding: 0;
}

#side-col {
	float: right;
	text-align: left;
	width: 180px;
}

#col {
	padding: 0 10px 0 0;
	width: 210px;
}

.date-bar, .side-bar {
	width: 100%;
	background: #633;
	color: #fff;
	font-size: 75%;
	margin-bottom: 20px;
	padding-left: 5px;
}

.date-bar p, .side-bar p, .bottom-col p {
	padding: 1px 0;
	height: auto;
}

.side-bar {
	background: #933;
	margin: 0;
}

#main-col p, #about p, #stores p, #catalog p, #artists p, #distro p {
	font-size: 95%;
	line-height: 1.8em;
	margin-top:10px;
	margin-bottom: 5px;
}

#main-col img {
	margin: 0 0 10px;
}

#side-col ul, #bottom ul {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 95%;
}

.date {
	font-size: 75%;
	margin: 0 0 10px 0;
	padding: 0;
}

.author {
	font-style: italic;
	color: #999;
	font-size: 80%;
}

.release {
	float: left;
	width: 466px;
	white-space: normal;
	
}

.releaseRow {
	float: left;
	width: 150px;
	white-space: normal;
	font-size:90%;
	margin-right:2px;
}

#music #main-col img {
	vertical-align: top;
	float: left;
	margin-right: 20px;
	border: none;
}


#bottom {
	float: left;
	width: 780px;
}

.bottom-col {
	float: left;
	width: 210px;
	margin-right: 10px;
}

.media-image {
	margin-right: 10px;
	margin-bottom: 10px;
}

.thumbnail {
	border: 1px solid #aaa;
	margin-right:10px;
}

.half {
	width:250px;
}

.credit {
	float:right;
	font-size:80%;
}

.artistRow img {
	margin:0 10px 10px 0;
	display:inline;
}

.artistRow h3 {
	font-size:95%;
	font-weight:bold;
}

.artistRow h3, .artistRow p {
	margin:0;
	padding:0;
}

/* footer
----------------------------------------------- */

#footer {
	width: 793px;
	margin:0 auto;
	background:#f4d9e3;
	padding-top:20px;
}

#footer p {
	font-size: 80%;
	height: auto;
	padding: 10px 0 10px 0;
	margin-left:300px;
}

#footer img {
	margin-left:300px;
}

