@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; }
.rounded {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.shaded {
	-webkit-box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 2px 10px 0px rgba(0, 0, 0, 0.5);
	}
html { overflow-y: scroll; }
body {
	background: #0d0d1a;
	font-size: 12px;
	color: #e3e3d9;
	}

p {

color: rgb(227, 227, 217);

}

.wrapper {
	width: 900px;
	margin: 0 auto 0;
	}
#top {
	z-index: 1;
	position: fixed;
	background: #0d0d1a;
	border-bottom: 1px solid #0d0d1a;
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	}
#top.sticky {
	border-bottom: 1px solid #333;
	background: #222;
	-webkit-box-shadow: 0px 2px 20px 0px #000;
	box-shadow: 0px 2px 20px 0px #000; 
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	}
#top.sticky #nav {
	margin: 3px 0;
	background: #222;
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	}
#top.nonsticky {
	border-bottom: none;
	transition: 0.5s ease-out;
	}
#top .wrapper, #header_img .wrapper { width: 960px; }
.floating {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px auto 0px;
	}
.blackbg { background: #000; }
.block { display: block; }
.ucase { text-transform: uppercase; }

#header_img {
	background-color: #0d0d1a;
	background-image: url(/inc/images/junip_header_deer.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	display: block;
	position: relative;
	height: 500px;
	width: 100%;
	overflow: hidden;
}
@media only screen 
and (min-device-width : 768px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	#header_img {
		background-color: #0d0d1a;
		background-image: url(/inc/images/junip_header_deer_retina.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center top;
		background-size: 960px 512px;
		display: block;
		position: relative;
		height: 500px;
		width: 100%;
		overflow: hidden;
	}
}
#header_logo {
	background-image: url(/inc/images/junip_logo_header.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 900px;
	margin: 0 auto 0;
	height: 460px;
	display: block;
	position: relative;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	#header_logo {
		background-image: url(/inc/images/junip_logo_2013_retina.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 270px 155px;
		width: 900px;
		margin: 0 auto 0;
		height: 460px;
		display: block;
		position: relative;
	}

}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}


/* ADD-ON 2013 */
.add-on {
	background: url(/inc/images/add_on_bg.png) top center repeat;
	float: left;
	padding: 30px;
	margin: 100px 0 0 0;
	color: #fff;
	-webkit-border-radius: 15px;
    border-radius: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
    box-shadow: 0px 0px 10px 0px #000;
}
.add-on img, .add-on iframe {
	-webkit-box-shadow: 0px 0px 10px 0px #000;
    box-shadow: 0px 0px 10px 0px #000;
}
.add-on h2 { color: #fff; }
.add-on a { color: #9ac3bf; }
.add-on a:hover { color: #fff; }
/* END ADD-ON 2013 */

#contents_bg {
	background-color: #000;
	background-image: url(/inc/images/bg_shade.png), url(/inc/images/junip_2013_site_bg.jpg);
	background-position: center top, center top;
	background-repeat: no-repeat, repeat;
	border-bottom: 1px solid #333;
	}
#contents_wrapper {
	width: 900px;
	margin: 0 auto 0;
	}
#contents {
	position: relative;
	float: left;
	clear: both;
	width: 900px;
	padding: 30px 0;
	min-height: 270px;
	line-height: 18px;
	}
.clear {
	clear: both;
	float: left;
	}
#nav {
	position: relative;
	float: left;
	text-align: center;
	width: 960px;
	font-size: 14px;
	color: #666633;
	padding: 10px 0;
	height: 20px;
	margin: 10px 0;
	transition: 0.5s ease-out;
	}
@media only screen 
and (max-device-width : 1024px) {
	#nav {
		margin: 0;
	}
	
}
@media only screen 
and (max-device-width : 699px) {
#nav {
	font-size: 1.8em;
	margin: 3px 0 5px;
	}
}
#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: 30px;
	display: none;
	width: 70px;
	height: 40px;
	padding: 0;
	background: url(/inc/images/junip_nav_logo_2013.png) 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_420pxa.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_300pxa.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;
	background: url(/inc/images/bg_shade_footer.png) center top no-repeat;
	}
#footer a { color: #aaa; }
#contents a { color: #efc999; }
#contents a:hover { color: #f30; }
#footer_nav {
	padding: 10px 0;
	}
#footer_nav a { padding: 10px; }

@media only screen 
and (max-device-width : 699px) {
#footer {
	font-size: 0.8em;
	}
}

ul#footer_logos {
	clear:left;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	}
ul#footer_logos li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	padding-left: 20px;
	position:relative;
	right:50%;
	
	}

ul#footer_logos li img {

	height: 25px;

}

li#footer_nav_itunes a { width:89px; height:36px; }

li#footer_nav_facebook a { width:79px; height:36px; }

li#footer_nav_myspace a { width:87px; height:36px; }

li#footer_nav_twitter a { width:45px; height:36px; }


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

h2 { color: #e3e3d9; font-size: 20px; margin-bottom: 15px; }
h3 { color: #e3e3d9; font-size: 14px; font-weight: normal; }
.soft { color: #989890; }
.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; }

h2 {
	font-family: 'Cinzel', serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	}

@media only screen 
and (max-device-width : 699px) {
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #fff;
	}
}

/* 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; 

xpadding-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_270pxa.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_300pxa.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_420pxa.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 { background: transparent url(/inc/images/divider_420pxa.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_900pxa.png) bottom center no-repeat; }
.cols_1col tr.odd_tr { background: transparent url(/inc/images/opa_10_white.png) bottom center repeat; }

div.cols_1col div.cols_3col {
	padding: 40px 0;
	background: transparent url(/inc/images/divider_900pxa.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_420pxa.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 #444; float: left; }
.tracklist tr {	background: none; }
.tracklist tr.odd { background: none; }
.tracklist td { border-bottom: 1px solid #444; }
.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 img { width: 15px; height: 15px; margin: 0 3px; }
.tracklist td.buytrack a { width: 15px; height: 15px; }

.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_40pxa.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_new.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/opa_10_white.png) bottom center 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
-------------------------------------------------------------- */

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




button, a.button, #contents a.button {
	color: #000;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 15px;
	background: #dbdbd2;
	border: 1px solid #000;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
}




#s101_page_media .cols_2colcentered .col_2 div, #s101_page_contacts .cols_2colcentered .col_1 div {

background: none;

}

.s101_general_title, #s101_page_signup .s101_general_title {

font-family: 'Cinzel', serif;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
font-size: 20px;
margin-bottom: 15px;

}


