/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  background: url(../img/bg_main.png) repeat-x scroll 0 0px;
  font-family:arial,helvetica,clean,sans-serif;
  font-size:x-small;
}

a, a:link, a:active, a:visited {
  color: #000;
}

*:focus {
  outline:0;
}

.line {
  width: auto;
  clear: both;
  height: 1px;
  border: 0;
  border-bottom: solid 1px #CCC;
  padding: 0;
  margin: 20px 0;
}

p { 
  margin: 0 0 14px 0; 
  width: 100%; 
	font-family:Verdana,sans-serif;
  font-size: 12px;
}

p.last {
  margin: 0; 
}

/* Top-menu ---------------------------------------- */
#top-menu {
  height:30px;
  width:100%;
  background: #272727;
  color:#646464;
	font-size:0.9em;
	height:28px;
	line-height:28px;
	text-align:right;
	overflow:hidden;
	margin-bottom: 20px;
}

.home #top-menu .logo {
  display:none;
}

#top-menu .logo {
  float:left;
  margin-top:-1px;
}

#top-menu span {
  color:#D7D7D7;
	padding:0 0 0 20px;
}

#top-menu span a {
	font-weight:bold;
}

#top-menu a {
  color:#E6E6E6;
  text-decoration:none;
}

#top-menu a:hover, #header #sitename a.logo:hover {
	color:#b7cbdf;
}


/* Top ---------------------------------------- */
#top {
  width:100%;
  background: url(/img/bg_main.png) repeat-x;
  border-bottom: #EEE solid 2px;
}
#top .content {
  padding:15px 0 20px;
}

#top .logo {
  float:left;
}

#top .links {
  float:right;
  margin-top:20px;
}

#top .links ul {
}

#top .links li {
  float: left;
  margin-right:20px;
}

#top .links a {
  display: block;
  color: #272727;
  -moz-border-radius-bottomleft:2px;
  -moz-border-radius-bottomright:2px;
  -moz-border-radius-topleft:2px;
  -moz-border-radius-topright:2px;
  padding:3px 6px 6px 6px;
  text-decoration:none;
  font-family:'Lucida Grande',Verdana !important;
  font-size:15px;
}

#top .links a:hover {
  color: #FFF;
  background: #ff6701;
  text-shadow: 1px 1px #bf4d01;
}

/* Getjuke Toolbar ---------------------------------------- */
#getjuke_toolbar {
  height:41px;
  width:100%;
  background: #333;
}
#getjuke_toolbar .getjuke_content {
  height:33px;
  margin:0 auto;
  padding: 4px;
  width: 730px;
}

#getjuke_toolbar .getjuke_userbox {
  float:right;
  margin-top:4px;
}

#getjuke_toolbar .getjuke_userbox ul {
}

#getjuke_toolbar .getjuke_userbox li {
  float: left;
  margin-right:8px;
}

#getjuke_toolbar .getjuke_userbox a {
  display: block;
  background:#4c4c4c;
  color: #FFF;
  -moz-border-radius-bottomleft:2px;
  -moz-border-radius-bottomright:2px;
  -moz-border-radius-topleft:2px;
  -moz-border-radius-topright:2px;
  padding:3px 6px 6px 6px;
  text-decoration:none;
  font-family:'Lucida Grande',Verdana !important;
  font-size:15px;
}

/* Store  ---------------------------------------- */
.shoppingcart {
}

.packages {
  margin-right:-10px;
}

.packages li {
  width: 230px;
  float:left;
  margin: 0 10px 10px 0;
}

.package {
  height: 100%;
}


/* Main ---------------------------------------- */
#main {
  margin:0 auto;
  width: 730px;
}

/* Header ---------------------------------------- */
#header {
}

/* Body ---------------------------------------- */
#body {
}

/* Package ---------------------------------------- */
.packagebox {
  display:block;
  margin: 0 0 10px 0;
}
.packagebox .title {
  display: block;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #000;
	margin: 0 0 6px 0;
}
.packagebox .price {
  display: block;
	font-size: 18px;
	font-weight: bold;
  float:left;
}
.packagebox.last {
  border-right: none;
  margin-right: 0;
}

.packagebox img {
  float:left;
  margin: 0 10px 0 0;
}

.packagebox ul li {
  display:list-item;
}

.packagebox ul {
  list-style-position:inside;
  list-style-type:disc;
}

/*
 * Header
 */

h1 {
  color:#3E3E3E;
  font-size:28px;
  font-weight:bold;
  margin:0;
  padding: 10px 0 0 8px;
  line-height:1.22em;
}

h2 {
	color: #646464;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 20px 0 0px 0;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #ddd;
}

.float-right {
  float:right;
}

/*
 * Navigation
 */
#navigation {
  width:190px;
  margin-bottom: 10px;
  margin:25px 15px 15px 20px;
}

#navigation ul {
  display:block;
}

#navigation li:hover {
  cursor:pointer;
  text-decoration:none;
  background:#EEE;
}
#navigation li {
  display:block;
  padding: 7px 5px;
  text-decoration:none;
  font-size:11px;
  border-bottom: solid 1px #EEE;
} 
#navigation li.selected {
  background:#000;
  color: #FFF;
  font-weight:bold;
}

#navigation a {
  text-decoration:none;
  font-size:12px;
  color: inherit;
  display:block;
}
 
/*
 * Content
 */
.content {
  margin:0 auto;
}

#content h1 {
  font-family:'Helvtica Neue',Helvtica,Arial,Geneva,sans-serif;
  color:#3E3E3E;
  font-size:21px;
  font-weight:bold;
  margin:0;
}

#content {
  clear:left;
  display: block;
  padding:0 0 0 0;
  width:720px;
}

/*
 * Footer
 */
#footer {
  width:700px;
  height: 100px;
  margin: 0 auto;
  padding:30px 0 0 0;
  color:#000;
}

#footer ul {
  font-size:12px;
  margin: 0 auto;
  width:320px;
}

#footer ul li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding: 0;
  margin: 0 20px 0 0;
}

#footer a {
  color:inherit;
  font-size:12px;
  text-decoration:none;
}

/*
 * Links
 */
a.info {
  font-size:11px;
  font-weight:bold;
  color:#003399;
  cursor:pointer;
  text-decoration:none;
} 
 
 
/* Container ---------------------------------------- */

#containerHolder {
	background: #eee;
	padding: 5px;
}


#container {
	background: #fff url(../img/content.gif) repeat-y left top;
	border: 1px solid #ddd;
	width: 918px;
  min-height:550px;
  height:auto !important;
  height:550px;
}
 
/*
 * Bubble
 */
.bubble
{
  padding: 15px 20px 1px 20px;
  margin: 0 0 20px 20px;
  font-size: 12px;
  line-height:	16px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
}

.bubble.color
{
  background:#E1E1E1;
}

.bubble .form input, .bubble .form textarea {
  font-size:12px;
  margin:2px 0 15px 0;
  border:1px solid #BBBBBB;
  padding:2px 3px;
  width:190px;
}

.bubble .form label {
}

/*
 * Tags
 */
#tags ul li:hover {
  cursor:pointer;
  text-decoration:none;
}
#tags ul li {
  -moz-border-radius-bottomleft:2px;
  -moz-border-radius-bottomright:2px;
  -moz-border-radius-topleft:2px;
  -moz-border-radius-topright:2px;
  display:block;
  padding:3px 6px;
  text-decoration:none;
  background:#EEEEEE none repeat scroll 0 0;
  margin-bottom:1px;
  float:left;
  clear:both;
} 
#tags ul li a {
  text-decoration:none;
  font-size:12px;
}

/*
 * Item
 */
.item {
  margin: 0 auto;
} 

.item_thumb {
  float:left;
  width:222px;
  background: no-repeat;
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 12px;
}

.item_thumb .creator {
  font-weight:bold;
}

/*
 * Player
 */
.jukeplayer {
  width: 300px;
  height: 347px;
  float: left;
}

/*
 * Jukes
 */
#jukes .juke {
  border-bottom: dotted 1px #C0C0C0;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  clear:both;
}
 
#jukes .juke img {
  float: left;
  margin: 0 20px 0 0;
  cursor:pointer;
}

#jukes .juke .title {
  font-size:22px;
}

.juke_info {
  width:55%;
  float:left;
  padding-top:4px;
}

.all_jukes {
  padding: 0;
}

/*
 * Cart
 */
.shoppingcart #body
{
  width: 700px;
  margin:0 auto;
}

#cart {
}

#cart .product {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-bottom:4px;
	display:block;
}
#cart .submit, #token .submit {
  margin: 0;
}

#cart .price {
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  padding: 10px;
  font-family:"Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
  font-size:14px;
  font-weight:bold;
  float:right;
}

#cart .price.blue {
  background:#B3E9FF;
}

#cart .price.grey {
  background:#DDD;
}

#cart .detail {
  background: url(/img/arrow_up.png) #EEE -460px 0px repeat-x;
  padding: 13px 0px 5px 0px;
  font-family:"Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
  font-size:12px;
  text-align: left;
  display:block;
  float:left;
}

#cart .detail a {
  text-decoration:none;
  font-weight:bold;
  text-align:center;
  padding: 2px 20px 2px 20px;
}

#cart .detail a img {
  vertical-align: middle;
  margin-right:3px;
}

#cart .details {
  display:none;
  border-top: solid 2px #FFF;
}

#cart tbody.hidden {
  display:none;
} 

#cart table.table {
	width:100%;
}

#cart table.table tr th {
	padding: 0px 8px;
	height: 20px;
	line-height: 20px;
	vertical-align: top;
	font-weight:bold;
	border-bottom: 1px solid #ddd;
}

#cart table.table tr {
	border-bottom: 1px solid #ddd;
	height: 75px;
}

#cart table.table tr td {
	padding: 10px;
}

#cart table.table tr.last {
  border:none;
}

/*
 * Message
 */
.message {
  font-size:14px;
  color: #000;
  margin: 2px;  
}

.message.help {
  background: #ffffcc;
  color:  #000;
}

.message.success {
  background: #C8F689;
  color: #000 !important;
}

.message.error {
  background: #EE0000;
  color: #FFF !important;
}

.message.confirm {
  background: #b9e1fc;
  color:  #000;
}

.message.juke {
  background: #C1C1C1;
  color:  #000;
}

/*
 * COLUMN SETUP
 */
.col { float:left; }
.col.a { width: 198px; margin:0 0 0 40px; }
.col.b { width: 704px;  }


/*
 * STEPS
 */
#steps {
  display: block;
  margin:  0;
  float: right;
}

#steps ul {
  margin: 0;
  padding: 0;
}

#steps .puce {
  width: 19px;
  height: 16px;
  display:block;
  float:left;
  color: #858684;
  margin: 0 8px 0 0;
  padding: 0px 0;
  text-align:center;
  font-weight:bold;
}

#steps ul li {
  background: #F4F2F2 url(/img/puce_white.png) 4px 4px no-repeat;
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  color: #858684;
  padding: 7px 8px 6px 4px;
  float: left;
  margin: 0 20px 0 0;
}

#steps ul li.active {
  background: #000 url(/img/puce_white.png) 4px 4px no-repeat;
  color: #FFF;
}

#steps ul li.active .puce {
  color: #000;
}

#steps ul li a {
  color: #FFF;
}

/*
 * SUBMIT JUKE
 */
#submit_juke {
  color:#FFFFFF;
  background: #000 url(/img/picto_plus.png) 2px 2px no-repeat;
  font-size:14px;
  font-weight:bold;
  padding: 3px 6px 3px 25px;
  -moz-border-radius-bottomleft:2px;
  -moz-border-radius-bottomright:2px;
  -moz-border-radius-topleft:2px;
  -moz-border-radius-topright:2px;
}

#submit_juke a {
  color:#FFFFFF;
  text-decoration:none;
}

.submit #uploader {
  border: solid 1px #DDD;
  -moz-border-radius-topleft:0px;
}

.submit #media {
  border: solid 1px #DDD;
  margin: 20px 0 0 0;
}

.submit #free {
  border: solid 1px #DDD;
  margin: 20px 0 0 0;
}

.submit #preview {
  margin: 0 0 5px 0;
}

.submit #preview .juke {
  margin:30px auto;
  width: 330px;
  height: 250px;
}

.submit #customize {
  padding: 20px;
}

#original_filename {
  padding: 0 16px;
  background:transparent url(/img/file.png) no-repeat scroll 0 -12px;
  font-size:14px;
}

.SWFUploadDiv {
  margin:30px auto;
}

.submit #colorpicker {
  display:none;
  border: solid 1px #DDD;
  margin: 0 0 20px 0;
}

/*
 * USER
 */
.user h1 {
  color:#3E3E3E;
  font-size:29px;
  font-weight:bold;
  margin:0;
  padding: 8px 0 8px 6px;

}

/*
 * DEFAULT CONTENT
 */
.content p {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  line-height:1.45em !important;
  letter-spacing:0.03em;
  margin-bottom:10px !important;
}

.content .title {
  font-family: Georgia, serif; 
  font-size:36px;
  line-height: 46px;
  margin-bottom: 10px;
  border-top: dotted 1px #999;
  border-bottom: dotted 1px #999;
}

/*
** PAGE LAYOUT BLOCKS
*/
#page {
  max-width: 950px;
  min-width: 750px;
  min-height: 700px;
  position: relative;
  margin:0 auto;
  padding: 0 10px;
}

#sidebar-right {
  -moz-box-sizing: border-box;
  width: 180px;
  margin: 0 0 0 30px;
}

/*
 * BOXES
 */
.box {
  padding:20px;
  font-size: 13px;
}

.box.level1 {
  background: #f4f2f2;
  border: solid 1px #DDD;
}

.box.level2 {
  background: #FFF;
}

.box.grey {
  background: #f4f2f2;
}

.box.white {
  background: #FFF;
}

/*
 * FRAME
 */
.frame {
  padding:5px;
  font-size: 13px;
  -moz-border-radius: 8px;
}

.frame.grey {
  background: #EEE;
}

.frame .inner {
  border:1px solid #DDDDDD;
  background: #FFF;
}

.frame .inner.green {
  background: #a4d423;
}

.frame .inner .content {
  padding:20px;
}

/*
 * LOGO
 */
#logo {
  margin: 0 0 25px 0;
  padding: 12px 20px 0;
  -moz-box-sizing:border-box;
  margin: 0;
}

#logo a:focus {
	outline: 0;
}

/*
 * BREADCRUMB
 */
#breadcrumb {
  -moz-box-sizing:border-box;
  padding: 0px 20px;
}

.breadcrumb {
  border-left: solid 1px #000;
  font-family: "Lucida Grande", Tahoma;
  font-size: 10px;
  font-variant: normal;
  font-weight: lighter;
  letter-spacing: 0.3em;
  line-height:1em;
  padding: 0 10px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}

/*
 * PAGE STUFF
 */
#page_stuff {
  -moz-box-sizing:border-box;
  padding: 0px 20px;
}

/*
 * PAGE CONTENT
 */
#page_content {
  -moz-box-sizing:border-box;
  padding: 0px 20px;
}

.documentations-section h1.title {
  font-family: Georgia, serif; 
  font-size:36px;
  line-height: 46px;
  margin-bottom: 5px;
  border-top: dotted 1px #999;
  border-bottom: dotted 1px #999;
}

.submitted {
  display:block;
  font-family: "Lucida Grande", Tahoma;
  font-size: 10px;
  font-variant: normal;
  font-weight: lighter;
  letter-spacing: 0.3em;
  line-height:1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #666;
  margin-bottom: 15px;
}

/*
 * CLEARER
 */
div.clearer {
  clear:both;
  font-size:0;
  height:0;
  line-height:0;
  margin:0;
}

/* Button small ---------------------------------------- */
ul.button {
  display:block;
  font-family: Arial;
  margin: 0;
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
}

ul.button li
{
  float:left;
  margin: 0;
  padding: 0;
}

ul.button li a
{
  display: block;
  height: 25px;
  margin: 0;
  padding: 0 0 0 5px; /* width of tab-left.png */
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #666;
  background-color: transparent;
  background: url(http://stat.getjuke.com/img/button_small_left.png) no-repeat left 1px;
  cursor:pointer;
}

ul.button li a span
{
  display: block;
  height: 21px; /* 25px (parent) - 4px (padding) */
  margin: 0;
  padding: 2px 13px 3px 6px;
  border-width: 0;
  line-height: 20px;
  background: url(http://stat.getjuke.com/img/button_small.png) no-repeat right 1px;
}

ul.button li a:hover
{
  background: url(http://stat.getjuke.com/img/button_small_left.png) no-repeat left -75px;
}

ul.button li a:hover span
{
  background: url(http://stat.getjuke.com/img/button_small.png) no-repeat right -75px;
  color: #56BBFF;
}

ul.button li a:active
{
  background: url(http://stat.getjuke.com/img/button_small_left.png) no-repeat left -38px;
}

ul.button li a:active span
{
  background: url(http://stat.getjuke.com/img/button_small.png) no-repeat right -38px;
  color: #7a7a7a;
}

ul.button li.active a,
ul.button li.active a:hover
{
  border-width: 0;
  color: #000;
  background-color: transparent;
  background: url(http://stat.getjuke.com/img/button_small_left.png) no-repeat left 0;
}

ul.button li.active a span,
ul.button li.active a:hover span
{
  background: url(http://stat.getjuke.com/img/button_small.png) no-repeat right 0;
  color: #000;
}
