body {
	margin: 0px;
	padding: 0px;
	font: 14px Georgia, Times, serif;
	background: url(images/bkgd.png);
}

p {
	text-align: justify;
	line-height: 20px;
}

a {
	text-decoration: none;
	font-style: italic;
	x-webkit-transition: 0.2s ease-out;
	outline: none;
}

img {
	border: none;
}

a, h3 a:hover, .meta a:hover, #ontour ul li a:hover, #player_and_list a:hover, .livemain li a:hover {
	color: red;
}a:hover, h3 a, .meta a, #ontour ul li a, #player_and_list a, .livemain li a{
	color: black;
}

#nav li a:hover, #logo a:hover, .more:hover, .album_more:hover, #more_nav li a:hover, #nav .selected a{
	background-color: red;
}

#content {
	width: 710px;
	padding: 10px;
	margin: 50px auto;
	margin: auto;
	background: url(images/surround.png);
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
	position: relative;
	z-index: 10;
}

#main {
	background: white;
	overflow: hidden;
	position: relative;
}

#header {
	text-align: center;
}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	margin: 0px 30px;
	padding: 0px 40px;
	border-bottom: 2px solid #a1a1a1;
	padding-bottom: 5px;
}

#nav li {
	float: left;
	height: 70px;
	
}

#nav li a{
	text-indent: -5000em;
	height: 70px;
	display: block;
	background-color: black;
	background-repeat: none;
	border: none;
}

#newslink a{
	width: 95px;
	background-image: url(images/nav.png);
	background-position: 0px 0px;
}
#bloglink a{
	width: 86px;
	background-image: url(images/nav.png);
	background-position: -95px 0px;
}
#livelink a{
	width: 80px;
	background-image: url(images/nav.png);
	background-position: -181px 0px;
}
#gallerylink a{
	width: 113px;
	background-image: url(images/nav.png);
	background-position: -261px 0px;
}
#videoslink a{
	width: 107px;
	background-image: url(images/nav.png);
	background-position: -374px 0px;
}
#shoplink a{
	width: 89px;
	background-image: url(images/nav.png);
	background-position: -481px 0px;
}

#logo {
	margin: 0px;
	padding: 0px;
}

#logo a{
	text-indent: -5000em;
	height: 80px;
	width: 450px;
	display: block;
	background-color: black;
	background-repeat: none;
	background-image: url(images/logo.png);
	border: none;
	margin: 30px auto;
}

#articles {
	margin: 0px 100px;
}

.item {
	overflow: hidden;
	background: url(images/divider.png) bottom center no-repeat;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

h3 {
	font: 24px Garamond, Georgia, Times, serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 30px;
}

h3 a {
	font-weight: normal;
	font-style: normal;
}

.meta {
	font: 14px Garamond, Georgia, Times, serif;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}

.more {
	display: block;
	width: 90px;
	text-indent: -5000em;
	height: 20px;
	background-color: black;
	background-image: url(images/more.png);
}

#album, #other {
	border-top: 2px solid #a1a1a1;
	margin: 0px 30px;
	margin-top: 30px;
	padding: 30px 70px;
	overflow: hidden;
}

#other {
	margin-top: 0px;
}

#album h3{
	text-align: left;
} 

#home_packshot {
	margin-bottom: -30px;
	float: left;
	margin-right: 20px;
}

.album_more {
	display: block;
	width: 270px;
	text-indent: -5000em;
	height: 20px;
	background-color: black;
	background-image: url(images/itunesmore.png);
	margin-left: 170px;
}

#ontour {
	width: 50%;
	float: left;
}

#ontour h3 {
	text-align: left;
}

#ontour ul, .livemain {
	list-style: none;
	margin: 20px 0px;
	padding: 0px;
}
#ontour ul li, .livemain li {
	position: relative;
	padding-left: 90px;
	margin-bottom: 10px;
}

#ontour ul li a, .livemain li a{
	display: block;
}

#ontour ul li .date, .livemain li .date{
	position: absolute;
	left: 0px;
	top: 0px;
}

#ontour ul li .venue, .livemain li .venue {
	font-style: normal;
}

#ontour ul li .comments, .livemain li .comments {
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 5px;
	float: right;
	margin-top: 2px;
	opacity: 0.5;
}

#player_and_list {
	width: 50%;
	float: right;
	text-align: right;
}

#player_and_list h3 {
	text-align: right;
}

.track_name {
	padding-right: 50px;
	font-style: normal;
}

#list {
	font:18px Garamond, Georgia, Times, serif;
	margin-top: 15px;
	margin-top: 27px;
}

#email {
	background: transparent;
	border: transparent;
	border-bottom: 2px solid #a1a1a1;
	color: #c9c9c9;
	font: italic 14px Georgia, Times, serif;
	padding: 3px;
	width: 130px;
}#email:focus {
	color: black;
}

#photos {
	clear: both;
	overflow: hidden;
	height: 105px;
	padding-top: 30px;
}

#photoscontainer {
	height: 75px;
	width: 600px;
	overflow: hidden;
}

#photoscontainer a img{
	-webkit-transition: 0.9s ease-out;
}#photoscontainer a:hover img{
	-webkit-transform: scale(1.2);
	-webkit-transition: 0.2s ease-out;
}

#bubble {
	border-top: 2px solid #a1a1a1;
	background: url(images/status.png) bottom left no-repeat;
	padding: 10px;
	padding-bottom: 37px;
}#bubble p{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#bubble .date{
	float: right;
	color: #a1a1a1;
	font-style: italic;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
}

#status h3 {
	text-align: right;
	margin-right:10px;
}

#more_nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	margin: 0px 30px;
	padding: 0px 70px;
	border-top: 2px solid #a1a1a1;
	padding-bottom: 7px;
}

#more_nav li {
	float: left;
	height: 30px;
	
}

#more_nav li a{
	text-indent: -5000em;
	height: 30px;
	display: block;
	background-color: black;
	background-repeat: none;
	border: none;
}

#forumlink a{
	width: 74px;
	background-image: url(images/footer.png);
	background-position: 0px 0px;
}

#myspacelink a{
	width: 97px;
	background-image: url(images/footer.png);
	background-position: -74px 0px;
}

#facebooklink a{
	width: 98px;
	background-image: url(images/footer.png);
	background-position: -171px 0px;
}

#flickrlink a{
	width: 72px;
	background-image: url(images/footer.png);
	background-position: -269px 0px;
}

#youtubelink a{
	width: 94px;
	background-image: url(images/footer.png);
	background-position: -341px 0px;
}

#twitterlink a{
	width: 75px;
	background-image: url(images/footer.png);
	background-position: -435px 0px;
}

body, html {
	min-height: 100%;
	position: relative;
}

body {
	padding: 50px;
}

#backgroundContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


#backgroundLayer1 {
	width: 110%;
	height: 110%;
	display: block;
	background: url(images/bkgd1/main.jpg);
	z-index: 1;
	-webkit-transition: 0.2s ease-out;
}	

#backgroundLayer2 {
	width: 130%;
	height: 130%;
	display: block;
	background: url(images/bkgd1/flower.png) -200px -200px;
	z-index: 2;
}

#backgroundLayer3 {
	width: 170%;
	height: 170%;
	display: block;
	background: url(images/bkgd1/bird.png) 600px 500px;
	z-index: 6;
}

#backgroundLayer4 {
	width: 200%;
	height: 200%;
	display: block;
	background: url(images/bkgd1/flower2.png) 500px 500px;
	z-index: 4;
}

#backgroundLayer5 {
	width: 160%;
	height: 120%;
	display: block;
	background: url(images/bkgd1/flower.png) 400px 400px;
	z-index: 2;
}

#backgroundLayer6 {
	width: 200%;
	height: 300%;
	display: block;
	background: url(images/bkgd1/flower.png);
	z-index: 2;
	opacity: 0.5;
}

img[src*='http://feeds.wordpress.com/1.0/comments'] {
	display: none;
}

#photospage {
	text-align: center;
}

#gallery {
	margin-top: 5px;
}

#gallery a img {
	margin: 5px;
	
}#gallery a:hover img {
	-webkit-transform: scale(1.1);
}

#videospage .itemcontent {
	text-align: center;
}

#videospage .item {
	overflow: visible;
}

#videospage .itemcontent object, #videospage .itemcontent embed, embed[src*="http://www.youtube.com/"]{
	width: 510px;
	height: 408px;
}

.bubble {
	border-top: 2px solid #a1a1a1;
	background: url(images/status.png) bottom left no-repeat;
	padding: 10px;
	padding-bottom: 37px;
}.bubble p{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.bubble .date{
	float: right;
	color: #a1a1a1;
	font-style: italic;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
}

.comment h3 {
	text-align: right;
	margin-right:10px;
	margin-bottom: 20px;
}