/* resets */
body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* styles */
body {
	background: url(/images/wrapperbg.gif) repeat-y top center #000;
}
#body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #666;
	background: url(/images/bodybg.jpg) no-repeat top center;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 150px;
	background: url(/images/headerbg.jpg) no-repeat;
}
#logo {
	text-align: center;
	height: 100px;
}
#nav {
	height: 50px;
	text-align: center;
	line-height: 48px;
	margin: 0 75px;
	overflow: hidden;
}
#nav span {
	color: #efebce;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#nav a {
	color: #efebce;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
#nav a:hover, #nav a.active {
	color: #00a2bc;
	border-top: 1px solid #00a2bc;
	border-bottom: 1px solid #00a2bc;
}
#nav .divider {
	margin: 0 3px;
	background: url(/images/nav-div.gif) no-repeat center center;
}
#main-wrapper {
	background: url(/images/mainwrapperbg.gif) repeat-y #fff;
}
#main-container {
	background: url(/images/maincontainerbg.gif) no-repeat;
}
#main {
	background: url(/images/mainbg.gif) no-repeat bottom right;
}
#sidebar {
	width: 240px;
	padding-top: 100px;
	float: left;
}
#sidebar-inside {
	padding: 12px 24px;
}
#sidebar .side-box {
	margin: 6px 0 24px 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #999;
}
#sidebar .last {
	border-bottom: 0;
}
#sidebar #social_media a img {
	float: left;
	margin: 10px 20px 10px 0;
	border: 1px solid #00a2bc;
}
#sidebar #social_media a:hover img {
	border: 1px solid #d00;
}
#sidebar #events  {
	color: #333;
}
#sidebar #events .location {
	color: #666;
	font-style: italic;
}

#content {
	float: left;
	width: 720px;
}
#content_text {
	min-height: 800px;
	padding: 27px 21px;
}

/* styles */
#main a {
	color: #00a2bc;
	text-decoration: none;
}
#main a:hover {
	color: #d00;
}

#main h1 {
	padding-left: 21px;
	color: #000;
	height: 85px;
	line-height: 75px;
	font-size: 30px;
}
#main h2 {
	color: #00a2bc;
	font-size: 28px;
	text-transform: uppercase;
	border-bottom: 1px dashed #999;
}
#main h3 {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}
#main h4 {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 12px;
}
#main input.button {
	background: url(/images/buttonbg.gif) no-repeat center center;
	border: 0;
	color: #fff;
	height: 31px;
	padding-bottom: 4px;
	width: 85px;
}

#content img.page_image {
	float: right;
	margin: 15px 12px 12px 12px;
	border: 1px solid #00a2bc;
	padding: 2px;
	background: #fff;
}
#main form label {
	width: 100px;
	float: left;
	padding-right: 15px;
	text-align: right;
}
#main input.text, #main textarea {
	border: 1px solid #999;
	padding: 2px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#main textarea {
	width: 300px;
	height: 150px;
}

/* homepage styles */

body.homepage #main-wrapper {
	background: #fff;
}
body.homepage #main-container {
	background: url(/images/maincontainerbg-home.jpg) no-repeat #fff;
}
body.homepage #main {
	background: url(/images/mainbg-home.gif) no-repeat bottom right;
}
body.homepage #main h2 {
	color: #000;
	font-size: 24px;
}
body.homepage #sidebar {
	display: none;
}
body.homepage #content {
	float: none;
	width: 100%;
}
body.homepage #content_text {
	padding: 0;
	min-height: 800px;
}
body.homepage #content_text.kim-1 {
	background: url(/images/header-1.jpg) no-repeat top left;
}
body.homepage #content_text.kim-2 {
	background: url(/images/header-2.jpg) no-repeat top left;
}
body.homepage #content_text.kim-3 {
	background: url(/images/header-3.jpg) no-repeat top left;
}
body.homepage #content_text.kim-4 {
	background: url(/images/header-4.jpg) no-repeat top left;
}
body.homepage #home_content {
	padding: 450px 5px 30px 75px;
	width: 475px;
	min-height: 440px;
	float: left;
}
body.homepage #news_blog {
	margin: 20px 0;
}
body.homepage #twitter_updates {
	margin: 20px 0;
}
body.homepage #twitter_updates ul {
	list-style-type: none;
	padding-left: 0;
}
body.homepage #twitter_updates ul li {
	margin: 9px 0;
}
body.homepage #twitter_updates ul li a {
	color: #ccc;
}
body.homepage #twitter_updates ul li span a {
	color: #00a2bc;
}
body.homepage #twitter_updates ul li span a:hover {
	color: #d00;
}
body.homepage #home_content #email_signup {
	width: 220px;
	margin: 20px 30px 20px 0;
	float: left;
}
body.homepage #home_content #social_media {
	width: 220px;
	margin: 20px 0 20px 0;
	float: left;
}
body.homepage #home_content #social_media a img {
	float: left;
	margin: 20px 20px 0 0;
	border: 1px solid #00a2bc;
}
body.homepage #home_content #social_media a:hover img {
	border: 1px solid #d00;
}
body.homepage #home_sidebar {
	width: 405px;
	float: left;
	padding: 30px 0;
}
body.homepage #home_sidebar #quote {
	background: url(/images/quotes.gif) no-repeat top left;
	padding: 0 50px 0 50px;
	text-align: center;
	line-height: 26px;
	color: #000;
}
body.homepage #home_sidebar #quote p {
	margin: 6px 0;
}
body.homepage #home_sidebar .box {
	background: url(/images/whiteboxbg.png) no-repeat;
	height: 311px;
	margin: 15px 50px 30px 55px;
	padding: 6px 14px 13px 6px;
	width: 280px;
}
body.homepage #home_sidebar .box .box-inside {
	padding: 15px 18px 18px;
}
body.homepage #home_sidebar #new_release .box-inside {
	text-align: center;
	padding-top: 9px;
	font-size: 18px;
	text-transform: uppercase;
}
body.homepage #home_sidebar #new_release .box-inside p {
	margin: 9px 0;
}
body.homepage #home_sidebar #new_release .box-inside a {
	text-decoration: underline;
}
body.homepage #home_sidebar #upcoming_events table {
	margin: 6px 0;
}
body.homepage #home_sidebar #upcoming_events table td {
	padding: 9px 0;
	border-bottom: 1px solid #ccc;
}
body.homepage #home_sidebar #upcoming_events table td.location {
	width: 160px;
}
body.homepage #home_sidebar #upcoming_events table span.location {
	color: #666;
	font-style: italic;
}
body.homepage #home_sidebar #upcoming_events table span.venue {
	color: #000;
	font-weight: none;
	font-style: none;
}
body.homepage #home_sidebar #upcoming_events p {
	text-align: right;
	margin-top: 3px;
}


/* other styles */
#content .show {
	border-bottom: 1px dashed #ddd;
}
#content .show .date {
	width: 120px;
	float: left;
}
#content .show .location {
	width: 140px;
	float: left;
}
#content .show .info {
	width: 405px;
	float: left;
}
#content .show .detailed {
	margin: 12px 0;
}
#content .show .detailed p {
	margin: 0;
}
#content .article {
	border-bottom: 1px dashed #ddd;
	padding: 12px 0;
	margin: 12px 0;
}
#content .media {
	margin: 12px 0;
}
#content .media h3 {
	border-bottom: 1px dashed #999;
}
#content .media .image {
	float: left;
	width: 205px;
	height: 230px;
	margin-right: 20px;
}
#content .media div.list {
	float: left;
	width: 400px;
}
#content #photoset img {
	float: left;
	margin: 12px 24px 12px 0;
	border: 1px solid #00a2bc;
	padding: 2px;
	background: #fff;
}

#content #photoset {
	margin: 12px 0;
}
#content #video {
	margin: 12px 0;
	text-align: center;
}
#content #comments h2 {
	font-size: 21px;
}

#content .album_cover {
	width: 210px;
	height: 210px;
	padding: 50px;
	float: left;
	background: url(/images/album-bg.jpg) no-repeat;
}
#content .album_cover .image {
	overflow: hidden;
	width: 210px;
	height: 210px;
}
#content .album_cover img {
	width: auto;
	height: 210px;
}
#content .album_description {
	width: 280px;
	float: left;
	padding-top: 40px;
	padding-left: 10px;
}
#tracks {
	width: 270px;
	padding-left: 10px;
	padding-right: 15px;
	float: left;
}
#tracks li.track {
	margin: 9px 0;
}
#tracks li.track a {
	font-size: 12px;
}

#store img {
	border: 1px solid #00a2bc;
	padding: 2px;
	background: #fff;
}
#store a:hover img {
	border: 1px solid #d00;
}

#content #album_image img {
	border: 1px solid #00a2bc;
	padding: 2px;
	background: #fff;
}
#content #buy_now table {
	margin: 12px 0;
}

#content .store_item {
	text-align: center;
	width: 126px;
	float: left;
	margin: 12px 24px 12px 0;
}
#content .store_item img {
	display: block;
	margin-bottom: 9px;
}

#content .photo-div {
	width: 130px;
	float: left;
	margin: 12px 10px;
}
#content .photo-div p {
	text-align: center;
}
#content .photo-div img {
	border: 1px solid #00a2bc;
	padding: 2px;
	background: #fff;
}


#lyrics {
	width: 340px;
	float: left;
	border-left: 1px dashed #999;
	padding-left: 15px;
	min-height: 350px;
}
#music {
/*	padding: 10px;*/
}
#music a:hover .album_cover {
		background: url(/images/album-bg-over.jpg) no-repeat;
}
#music .album_cover {
	margin-right: 15px;
	margin-bottom: 15px;
}
#footer {
	background: url(/images/footer.gif) no-repeat top center;
	padding: 45px 50px 20px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
}
#footer a {
	text-decoration: underline;
}
#bottom {
	background: url(/images/bottombg.jpg) no-repeat top center #000;
	height: 40px;
}

#paging {
	overflow: hidden;
	height: 1%;
}
#paging .previous {
	float: left;
}
#paging .next {
	float: right;
}

#comment_form {
	padding-top: 15px;
}

.spacer {
	padding: 1px 5px;
}
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}