body {
	background: url(../images/bg_body.jpg) no-repeat top center #fff;
	color:#333;
	margin: 0;
	padding: 0;
	font-family: Myriad Pro, Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
}

a, a:hover {
	color: #7baed9;
	font-size: 16px !important;
}

#welcome-msg {
	text-align: center;
}

#container {
	width: 960px;
	margin: 0 auto;
}

h1 {
	display:none;
}

h3 {
	margin-top:0;
	font-weight: normal;
}

#page {
	height:auto !important;
	min-height: 600px;
	height: 600px;
	background: url(../images/bg_container.png) no-repeat;
}

#star1 {
	background: url(../images/star1.png) no-repeat;
	width:166px;
	height: 166px;
	position: absolute;
	top:-75px;
	left: 45px;
	z-index: 9;
	-webkit-animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: star1;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes star1 { from { -webkit-transform:rotate(0deg) } to { -webkit-transform:rotate(360deg) } }
#star2 {
	background: url(../images/star2.png) no-repeat;
	width:166px;
	height: 166px;
	position: absolute;
	top:-75px;
	left: 45px;
	z-index: 9;	
	-webkit-animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: star2;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes star2 { from { -webkit-transform:rotate(360deg) } to { -webkit-transform:rotate(0deg) } }

#header {
	float:left;
	height: 153px;
	width: 100%;
}

#navigation {
	padding:0 0 0 247px;
	height: 25px;
	float: left;
	font-weight:lighter;
	position: relative;
}
	#navigation div {
		color: #333;
		font-size: 20px;
		margin-right:43px;
		text-decoration:none;
		float: left;
	}
	#navigation span:hover {
		color:#7baed9;
		cursor: pointer;
	}


#content {
	background: #fff;
	opacity:0.8;
	width: 590px;
	position: relative;
	margin-left:175px;
	margin-top:3px;
	float: left;
	font-weight:lighter;
	text-align:left;
	letter-spacing:0.02em;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;	
	padding-bottom:20px;
	-moz-box-shadow:10px 10px 5px #888; 
	-webkit-box-shadow:10px 10px 5px #888;
	box-shadow:10px 10px 5px #888;
	margin-bottom: 20px;
}

.content-place {
	padding:25px;
}
	
.news,
.about,
.music,
.photo,
.contact {
    display: none;
	height: auto;
}
.news {
	display: block;
}

.photo a img {
	height: 50px;
	width:50px;
	border:1px solid transparent;
}

.rightColImg {
	margin:6px;
}

#cdbaby {
	width:170px; 
	height:180px; 
	margin:10px 0; 
	padding:0; 
	border:0;
	background:url(http://www.cdbaby.com/Images/Links/White-Buy_Album_100px_vert.png) no-repeat 25px 0; 
	text-align:center;
}
	#cdbaby a {
		display:block; 
		padding:10px 5px 30px 5px; 
		margin:0; 
		border:0;
	}
ul.stores {
	padding-left:25px;
}

ul.stores li a {
	font-size: 14px !important;
}

img.floatLeft {
	float:left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top:5px;
	height:100px;
}
img.floatLeft.centripetal {
	width: 160px;
	height: 165px;
	margin-right:35px;
}

.clear {
	clear: both;
}

.left {
	float:left;
}

.slash {
	text-decoration: line-through;
}

.p_no_top {
	margin-top:0;
}

.p_no_bottom {
	margin-bottom:0;
}

/* twitter overrides */
.twtr-widget {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;	
	background: #333;
}

#twtr-widget-1 .twtr-doc .twtr-hd,
#twtr-widget-1 .twtr-doc .twtr-ft {
	display:none !important;
}

.twtr-doc {
	width:545px !important;
}

.twtr-widget .twtr-tweet {
}

.twtr-tweet-text p {
	font-weight:lighter !important;
}
#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p, #twtr-widget-1 .twtr-tweet a  {
	font-size: 12px !important;
}

#twtr-widget-1 .twtr-new-results, #twtr-widget-1 .twtr-results-inner, #twtr-widget-1 .twtr-timeline {
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;	
}

/*facebook overrides*/
.fan_box .connections {
	height: 95px !important;
}
iframe.FB_SERVER_IFRAME {
	width:545px !important;
}

