@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
a, img {
	outline: 0;
	border: 0;
	}
a {	text-decoration: none; }
p {	padding-bottom: 15px; }
.picborder { border: 5px solid #fff;}
.alignleft { vertical-align: top; }
html { overflow-y: scroll; }
body {
	background: #242424;
	font-size: 12px;
	color: #000;
	}
.wrapper {
	width: 900px;
	margin: 0 auto 0;
	}
#top .wrapper { width: 960px; }
.floating {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px auto 0px;
	}
.block { display: block; }
.ucase { text-transform: uppercase; }
#top { background: #000; }
#header_img { background: #000 url(../../inc/images/masthead.jpg) top center no-repeat; height: 467px; }
#contents_bg { background: #e6ddd3 url(../../inc/images/contents_bg_02.png) top center repeat-x; }
#contents_wrapper {
	width: 900px;
	margin: 0 auto 0;
	}
#contents {
	position: relative;
	float: left;
	clear: both;
	width: 900px;
	padding: 50px 0 30px;
	min-height: 270px;
	line-height: 18px;
	/*background: #F00;*/
	}
.clear {
	clear: both;
	float: left;
	}
#nav {
	position: relative;
	float: left;
	text-align: center;
	width: 960px;
	font-size: 14px;
	color: #666633;
	padding: 10px 0;
	background: #000;
	height: 20px;
	}
#nav a {
	padding: 10px;
	color: #efc999;
	}
#nav a:hover, #nav a.chosen, #footer a:hover { color: #fff; }
#nav a.logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 70px;
	height: 40px;
	padding: 0;
	background: #000 url(../../inc/images/junip_logo.gif) top center no-repeat;
	}
	
/* SIGN UP
-------------------------------------------------------------- */

#nav a.signup {
	position: absolute;
	top: 9px;
	right: 10px;
	display: block;
	padding: 3px 5px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #444;
	}
#nav a.signup:hover {
	color: #fff;
	border: 1px solid #777;
	background: #222;
	}
fieldset {
	clear: both;
	padding: 15px 0;
	border: none;
	width: 420px;
	background: transparent url(../../inc/images/divider_420px.png) top center no-repeat;
}
fieldset label {
	float: left;
	display: block;
	width: 140px;
	padding-right: 30px;
}
fieldset input {
	width: 220px;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #666;
}
fieldset input.smallerinput {
	width: 70px;
}
fieldset input.submit {
	width: 70px;
	padding: 5px;
	border: 1px solid #333;
	background: #ddd;
	cursor: pointer;
}

/* LISTS
-------------------------------------------------------------- */
ul.news li { 
	background: transparent url(../../inc/images/divider_300px.png) top center no-repeat;
	padding: 15px 0 7px 0;
	}
ul.news li:first-child { 
	background: none;
	padding-top: 0px;
	}
ul, li { list-style:none; }
li { padding-bottom: 5px; }
ul { padding-bottom: 7px; }

/* FOOTER
-------------------------------------------------------------- */

#footer {
	float: left;
	text-align: center;
	font-size: 11px;
	width: 900px;
	padding: 20px 0 30px;
	color: #7c7c7c;
	}
#footer a { color: #aaa; }
#contents a { color: #a30; }
#contents a:hover { color: #f30; }
#footer_nav {
	padding: 10px 0;
	}
#footer_nav a { padding: 10px; }

ul#footer_logos {
	clear:left;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	}
ul#footer_logos li {
	text-indent:-9999px;	
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	}
ul#footer_logos li a {
	border:0;
	display:block;
	text-decoration:none;
	background: transparent url(../../inc/images/footer_logos.png) no-repeat;
	}

li#footer_nav_itunes a { width:89px; height:36px; }
li#footer_nav_itunes a:link, li#footer_nav_itunes a:visited { background-position: 0px 0px; }
li#footer_nav_itunes a:hover, li#footer_nav_itunes a:focus { background-position: 0px -36px; }

li#footer_nav_facebook a { width:79px; height:36px; }
li#footer_nav_facebook a:link, li#footer_nav_facebook a:visited { background-position: -89px 0px; }
li#footer_nav_facebook a:hover, li#footer_nav_facebook a:focus { background-position: -89px -36px; }

li#footer_nav_myspace a { width:87px; height:36px; }
li#footer_nav_myspace a:link, li#footer_nav_myspace a:visited {	background-position: -168px 0px; }
li#footer_nav_myspace a:hover, li#footer_nav_myspace a:focus { background-position: -168px -36px; }

li#footer_nav_ilike a { width:45px; height:36px; }
li#footer_nav_ilike a:link, li#footer_nav_ilike a:visited {	background-position: -255px 0px; }
li#footer_nav_ilike a:hover, li#footer_nav_ilike a:focus { background-position: -255px -36px; }

li#footer_nav_twitter a { width:30px; height:36px; }
li#footer_nav_twitter a:link, li#footer_nav_twitter a:visited {	background-position: -305px 0px; }
li#footer_nav_twitter a:hover, li#footer_nav_twitter a:focus { background-position: -305px -36px; }


/* TYPO
-------------------------------------------------------------- */

h2 { color: #000; font-size: 20px; margin-bottom: 15px; }
h3 { color: #000; font-size: 14px; font-weight: normal; }
.soft { color: #666; }
.smallprint { font-size: 9px; line-height:normal; }
.tight_bottom { margin: 0; padding: 0; }

body,
input,
textarea,
select { font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }
#footer { font-family: Georgia, "Times New Roman", Times, serif; }

/* COLS & TABLES
-------------------------------------------------------------- */
table {font-size: 12px;}
.col_1,
.col_2,
.col_3,
.cols_2col,
.cols_2colcentered,
.cols_3col { float: left; }

.col_1 div,
.col_2 div,
.col_3 div,
ul.store { 
float: left; 
xxpadding-top: 20px; 
}

.cols_3col .col_1,
.cols_3col .col_3,
.cols_2col .col_2,
.cols_3col .col_1 ul.store ,
.cols_3col .col_3 ul.store { width: 270px; }
.cols_3col .col_1 div,
.cols_3col .col_3 div,
.cols_3col .col_1 ul.store ,
.cols_3col .col_3 ul.store { background: transparent url(../../inc/images/divider_270px.png) top center no-repeat; }
.cols_3col .col_2 div, 
.cols_3col ul.store,
.cols_3col .col_2 ul.store { background: transparent url(../../inc/images/divider_300px.png) top center no-repeat; }
.cols_3col .col_2 { width: 300px; padding: 0 30px; }
.cols_3col .col_2 ul.store { width: 300px; }
.cols_2col .col_1 { width: 570px; padding-right: 60px; }
.cols_2colcentered .col_1 { width: 420px; padding-right: 60px; }
.cols_2colcentered .col_2,
.cols_2colcentered .col_1 div, 
.cols_2colcentered .col_2 div,
.cols_2colcentered table { width: 420px; }
.cols_2colcentered li { padding: 20px 0 0px; }
.cols_2colcentered td { vertical-align:top; padding: 20px 0 10px; width: 210px; }

.cols_2colcentered ul.twocols, .cols_2colcentered li { float: left; background: transparent url(../../inc/images/divider_420px.png) top center no-repeat; }
.cols_2colcentered ul.twocols li, .cols_2colcentered ul.twocols li:first-child {
	float: left; 
	vertical-align:top;
	padding: 20px 0 10px;
	width: 210px;
	background: none;
	}

.cols_2colcentered .col_1 tr:first-child td,
.cols_2colcentered .col_2 tr:first-child td,
.cols_2colcentered .col_1 li:first-child,
.cols_2colcentered .col_2 li:first-child { padding-top: 0; }
.cols_2colcentered .col_1 table tr:first-child,
.cols_2colcentered .col_2 table tr:first-child,
.cols_2colcentered .col_1 li:first-child,
.cols_2colcentered .col_2 li:first-child { background: none; }

.cols_2colcentered tr,
.cols_2colcentered .col_1 div, 
.cols_2colcentered .col_2 div { 
xxbackground: transparent url(../../inc/images/divider_420px.png) top center no-repeat; 
}

.cols_1col table { width: 900px; }
.cols_1col .soft,
.cols_1col th { color: #999; }
.cols_1col th {
	text-align: left;
	font-weight: normal;
	}
.cols_1col td { padding: 10px; }
.cols_1col th { padding: 0 10px 10px 10px; }
.cols_1col tr { background: transparent url(../../inc/images/divider_900px.png) bottom center no-repeat; }
.cols_1col tr.odd_tr { background: transparent url(../../inc/images/oddbg_900px.png) bottom center no-repeat; }

div.cols_1col div.cols_3col {
	padding: 40px 0;
	background: transparent url(../../inc/images/divider_900px.png) top center no-repeat;
	}
.cols_2colcentered .col_2 div.toggler {
	cursor: pointer;
	background: none;
	padding: 5px 0;
	}
.cols_2colcentered .col_2 div.toggler p { padding: 0; }
.photothumb {
	float: left;
	display: block;
	margin: 0 8px 8px 0;
	height: 50px;
	width: 50px;
	}
.cols_2colcentered div.element {
	float: left;
	display: block;
	position: relative;
	background: transparent url(../../inc/images/divider_420px.png) bottom center no-repeat;
	}
.cols_2colcentered .col_2 div.toggler, .cols_2colcentered div.element {	width: 410px; }

table.tracklist { width: 300px; border-top: 1px solid #d5d3ce; float: left;  }
.tracklist tr {	background: none; }
.tracklist tr.odd { background: none; }
.tracklist td { border-bottom: 1px solid #d5d3ce; }
.cols_1col table.tracklist td { padding: 8px 3px; font-size: 10px; }
.tracklist td.play { width: 16px; }
.tracklist td.trnum { width: 10px; text-align: right; color: #999; }
.tracklist td.songname { }
#contents .tracklist td.songlyric { color: #ccc; }
#contents .tracklist td.songlyric a { color: #999; }
#contents .tracklist td.songlyric a:hover { color: #f30; }
.tracklist td.buytrack { }
.tracklist td.buytrack a { float: left; width:15px; height: 15px; margin: 0 3px; }

.col_2 div.music_top, .col_3 div.music_top {
	display: block;
	float: left;
	padding: 0;
	background: none; 
	height: 50px;
	}
.col_2 div.music_top { width: 300px; }
.col_3 div.music_top { width: 270px; }
.col_3 div.music_top a { float:left; padding: 5px; background: transparent url(../../inc/images/hrz_divider_40px.png) bottom left no-repeat; }
.col_3 div.music_top a:first-child { background: none; padding-left: 0; }

#tourtable div.arrow { background:transparent url(../../inc/images/arrows.png) no-repeat scroll 0px -16px; width:16px; height:16px; display:block; padding: 0; cursor:pointer; }
#tourtable div.up { background-position:0px 0px;}
#tourtable tr.odd td {  }
#tourtable { border-collapse:collapse;}
#tourtable ul { margin:10px 0 10px 40px; padding:0px;}
#tourtable tr.addinfo td { background:transparent url(../../inc/images/tr_shade_900px.png) no-repeat scroll top center; padding: 10px 50px; }
#tourtable tr.odd_tr_info { background: transparent url(../../inc/images/oddbg_900px.png) bottom center no-repeat; }

ul.store, ul.store li { float: left; }
li.store_info { padding-left: 15px; }
li.store_info a { display:block; }
li.store_thumb, li.store_thumb img { width: 100px; }


/* OFFERS
-------------------------------------------------------------- */

#s101_page_offers #header_img { display: none; }
#s101_page_offers div h2 {
	line-height: 12px;
	margin-bottom: 10px;
	}
#s101_page_offers div h1 {
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	}
#s101_page_offers h3 { color: #f00; }
#s101_page_offers #contents .col_1 {
	margin-top: 20px;
	text-align: center;
	}
#s101_page_offers #contents .col_1 div {
	display: block; 
	float:left; 
	width: 660px;
	margin: 20px 90px 40px;
	padding: 30px;
	background: #fff;
	text-align: left;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	box-shadow:0px 0px 7px #A6A6A6;
	-moz-box-shadow:0px 0px 7px #ccc;
	-webkit-box-shadow:0px 0px 7px #A6A6A6;
	}
#s101_page_offers #contents .col_1 div ul {
	margin: 20px 20px 20px 25px;
	}
#s101_page_offers #contents .col_1 div li {
	list-style-type: disc;
	}
#s101_page_offers #contents .col_1 div img {
	float: right; 
	margin-left: 30px;
	}
#s101_page_offers #contents a.buy_offer {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 10px 15px;
	background: #000;
	color: #fff;
	}
#s101_page_offers #contents a.buy_offer:hover {
	background: #555;
	}
	
#s101_page_offers #contents .cols_1col a#close_offers {
	position: absolute;
	top: 50px;
	right: 0px;
	height: 18px;
	padding-right: 20px;
	background: transparent url(../../inc/images/close_01.png) right 50% no-repeat;
	color: #000;
	}
#s101_page_offers #contents .cols_1col a#close_offers:hover { color: #750000; }































