/* @override 
	http://www.mikeebee.com/audiojack/aj-archive/css/ajarchive-styles.css
	http://www.audiojackmusic.com/audio/archive/css/ajarchive-styles.css
*/

/* Audiojack Mix Archive website CSS file. Built by MikeeBee www.mikeebee.com */

/* @group Defaults */
/* @group Links defaults */
a:link {color: #DD4D75; text-decoration: none;-webkit-transition-property: background-color, color, border;
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out; }
a:visited {color: #EF4C91;}
a:hover {color: #EF94BB;}
a:active {color: #EF4C91; outline: none;}
:focus
{
  -moz-outline-style: none;
}
/* @end */

/* @group Images defaults */
a img,img{border:none;display:block;}
/* @end */

/* @group Headers */
h1 {
	background: url(../images/logo.png) 0 0 no-repeat;
	text-indent: -999em;
	height: 34px;
	margin: 10px 0 10px 0;
	float: left;
	width: 100%;
	padding-bottom: 26px;
	border-bottom: 1px solid #3C3C3C;
	border-bottom: 1px solid rgba(255,255,255, .2);
}
h1 + p {
	text-align: right;
	padding: 0;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}

/* @end */
dl.faq dt {
	cursor: pointer;
	color: #337DAE;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 1em;
}

.pdf {
	background: url(../images/pdf-icon.gif) 100% 50% no-repeat;
	padding-right: 28px;
}

dl {
	width: 450px;
	margin-bottom: 20px;
}
dt {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 140%;
	text-shadow: 0 -2px 2px rgba(0,0,0, 1);
}
dt + dd p {
	border: 1px solid #A1000A;
	border: 1px solid rgba(177,0,11, .4);
	background: #760007;
	background: rgba(177,0,11, .2);
	padding: 3px 10px;
	width: 300px;
	position: relative;
	top: -3px;
}
dl dd.download {
	position: relative;
}

dl dd.download a {
	float: right;
	position: relative;
	top: -36px;
	background: #000 url(../images/lil-arrow.png) 8px 50% no-repeat;
	text-transform: uppercase;
	font-size: 11px;
	border: 1px solid #282828;
	border: 1px solid rgba(100,100,100,.4);
	color: #B6DEF4;
	display: block;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 -2px 12px rgba(0,0,0,.5);
	-moz-box-shadow: 0 -2px 12px rgba(0,0,0,.5);
	padding-left: 20px;
	
}
dl dd.download a:hover {
	border: 1px solid #494949;
	border: 1px solid rgba(100,100,100,.7);
	color: #fff;
}
dl dd em {
	background: url(../images/hover-new.png) no-repeat;
	width: 172px;
	height: 48px;
	display: none;
	text-align: center;
	padding: 15px 12px 10px;
	font-style: normal;
	z-index: 2;
	color: #000;
	position: absolute;
	top: -120px;
	right: -37px;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}


ol {
	text-shadow: 1px 1px 2px #000;
	margin-top: 1em;
	list-style-position: inside;
}

ol li {
	margin-bottom: .3em;
	padding: .1em 0 .3em;
	border-bottom: 1px solid #2C2C2C;
	border-bottom: 1px solid rgba(100,100,100, .3);
}

ol li:last-child {
	border-bottom: none;
}

ul li.right {
	float: right;
	clear: right;
}

ul li.left {
	float: left;
	clear: left;
}

ul li.left, ul li.right {
	border-bottom: 1px solid #7B3346;
	border-bottom: 1px solid rgba(221,77,117, .5);
	margin-bottom: 30px;
	position: relative;
}

.cufon-loading dt { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}
p#bee {
	clear: both;
	text-align: right;
	border-top: 1px solid #3C3C3C;
	border-top: 1px solid rgba(255,255,255, .2);
	padding-top: .6em;
	width: 120px;
	color: #919191;
	float: right;
}

p#bee a:link, p#bee a:visited {
	color: #ccc;
}

p#bee a:hover {
	color: #B6F02B;
}
/* @end */

/* @group Layout */
html {
	background: url(../images/bg2.png);
	padding: 0;
	margin: 0;
}
body {
	line-height: 1.4em;
	margin: 0;
	background: transparent url(../images/bling.png) 50% -50px no-repeat fixed;
	color: #eee;
	padding: 0;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}

/* @end */

/* @group Forms */
form {
	margin: 20px 0;
}
form fieldset {


}
form legend {
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 20px;

}
form li {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
form ol {
	margin: 0;
	padding: 0;
}
label {
	width: 10em;
	display: block;
	float: left;
	margin-bottom: .3em;
	font-weight: bold;
	padding-top: 5px;
}

li.inline {
	padding: 10px 0;
}

li.inline input {
	margin-right: .4em;
}

li.inline label {
	display: inline;
	font-weight: normal;
}
input.text, textarea, select {
	border-top: 1px solid #abadb3;
	border-right: 1px solid #dbdfe6;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e2e3ea;
	font-family: arial;
	padding: 4px;
	font-size: 13px;
	width: 23em;
	margin-bottom: 6px;
}
input.text:active {
	outline: none;
}
input.text, textarea {
	padding-right: 16px;
}
input:focus, textarea:focus {
	outline: none;
}
select#title {
	width: auto;
	padding-right: 0;
}
select {
	background-image: none;
}
p#securityq {
	margin-top: 2em;
	border: 1px solid #E1E5EB;
	background: #fff;
	padding: 10px;
	margin-right: 40px;
	position: relative;
}
form input.datefield {
	color: #6E6E6E;
}
input.required {
	background: #fff url(../images/required.gif) no-repeat 98% 0;
}
textarea {
	margin-bottom: 10px;
	overflow: auto;
}
input.text:focus, textarea:focus {
	border: 1px solid #9A9BA1;
}
input.small {
	width: 12em;
}

form p img {
	display: inline;
}

p#submit {
	margin-top: 1em;
	text-align: right;
	padding-right: 40px;
}
li.warning input.text {
	background: #FFE6E6;
}
div#warning {
	border: 2px solid #D85454;
	background: #FFE6E6;
	padding: 15px;
	color: #CB3A3A;
	margin-bottom: 20px;
	margin-top: 20px;
}

div#warning h2 {
	color: #CB3A3A;
	font-size: 140%;
	margin-top: 0;
}
div#warning li {
	list-style: disc;
	list-style-position: inside;
}
.checkbox {
	display: block;
	position: relative;
	top: 8px;
}
div#checkboxbox {
	margin-top: 20px;
}
input[type=submit],select,.pointer {
	cursor:pointer;
}
input {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}


/* @end */
