@import url("global.css");

/* COMEDIAN BOB MARLEY :: HOME PAGE STYLES */

/* @group BASIC TYPOGRAPHY & COLOR */

#content a {
	color: #900;
}

/* @end */

/* @group LAYOUT */

#masthead {
	display: none;
}

#content {
	padding: 0;
	width: 460px;
	background: url(../images/promo-blog-bg.jpg) no-repeat bottom left;
/*	background-image: url(../images/promo-holiday.jpg); */
	/*
	background: none;
	*/
}
/* @end */

/* @group PROMOS */

.home-promo {
	padding: 16px 23px;
	color: #069;
	border: 0 solid #fff;
	border-width: 0 0 4px 0;
	overflow: hidden;
}

#promo-guinness {
	border-style: none;
	padding: 0;
	background: #000;
}

#page-home .promo-column {
	float: left;		
}

#promo-tourdates {
	height: 139px;
	background: url(../images/promo-tourdates-bg.jpg) no-repeat;
}

#promo-tourdates h3 {
	visibility: hidden;
}

#promo-tourdates .datelist {
	font-size: 10px;
	margin-left: 235px;
}

#promo-tourdates .datelist dd {
	font-size: 9px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#promo-tourdates .link-more {
	text-align: right;
}

#promo-downloadsstore {
	padding-top: 50px;
	height: 178px;
	background: url(../images/promo-downloadsstore-bg.jpg) no-repeat;
	font-size: 10px;
}

#column-downloads {
	width: 236px;
}

#column-downloads #promo-downloads-img {
	display: block;
	margin-bottom: 1em;
}

#column-downloads #promo-downloads-img img,
#column-downloads #promo-downloads-img object,
#column-downloads #promo-downloads-img embed {
	border: 6px solid #fff;
	display: block;
}

#column-store {
	width: 178px;
}

#column-store .itemlist img {
	margin-bottom: 1em;
}

#column-store .itemlist li {
	clear: left;
	font-size: 10px;
	margin-bottom: 1em;
}

#column-store .itemlist .store-title {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#column-store .itemlist .store-description {
	color: #069;
}

#column-store .itemlist img {
	border: 1px solid #fff;
}

#promo-blog {
/*	background: url(../images/promo-blog-bg.jpg) no-repeat ;
*/	border-style: none;
/*	height: 111px;
*/	padding: 31px 156px 64px 23px;
}

#promo-blog p {
	color: #fff;
	font-size: 10px;
	margin-bottom: .5em;
}

#promo-blog p.date {
	font-size: 12px;
	color: #f90;
	margin-bottom: .5em;
}

#promo-blog p.bloglink {
	text-transform: uppercase;
}

/* social media links */

#social_media_container {
	position: relative;
}

#social_media_container a {
	vertical-align: top;
	margin: 5px 0 0 5px;
	display: inline-block;
	position: relative;
}

#social_media_container a#myspace {
	z-index: 2;
}

#cutout {
	position: absolute;
	bottom: -34px;
	right: 0;
	height: 110px;
	width: 111px;
	background: url(../images/bob.gif) no-repeat 0 0;
}

/* @end */



