@import url("reset.css");
/*@import url("base.css");*/

p {margin:1em 0}
label {color:#777777;font-size:13px;}
input {color:#555555;}
body {
    background-color:#fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#525252;
}

/********* user Panel *********/
#userPanel {
    height: 25px;
    width: 100%;
    padding:5px 0;
    background:-moz-linear-gradient(center top ,#e6eff4,#f2f7f9) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6eff4), to(#f2f7f9));
}
#userPanel ul.userLinks {
	float:right;
	padding:2px 10px;
	width:auto;
}
#userPanel ul.adminLinks {
	float:left;
	padding:2px 10px;
	width:auto;
}
#userPanel ul.adminLinks li {
    float: left;
    margin: 0;
    padding: 5px ;
}
#userPanel ul.userLinks li {
    float: right;
    margin: 0;
    padding: 5px ;
}
#loginContainer {
	float: right;
	position:relative;
	right:220px;
}
#loginContainer a {
	text-decoration:none;
}
#loginButton {
	float:right;
	-moz-border-radius: 3px 3px 3px 3px;
	border: 1px solid #899CAA;
	background:#D2E0EA;
	position:relative;
	z-index:30;
	cursor:pointer;
}
#loginButton span {
	display: block;
	font-weight: bold;
	padding: 5px;
	text-shadow: 1px 1px #FFFFFF;
}
#loginButton:hover {
	/*background:#f2f7f9*/
}
#loginButton.active  {
	border-bottom:#D2E0EA;
}
#loginBox  {
    display: none;
    position: absolute;
    top: 22px;
    z-index: 29;
}
#loginForm {
    -moz-border-radius: 3px 0 3px 3px;
    background: none repeat scroll 0 0 #D2E0EA;
    border: 1px solid #899CAA;
    margin-top: -1px;
    padding: 6px;
    width: 248px;
}
#loginForm fieldset {
    border: 0 none;
    display: block;
    margin: 0 0 12px;
    padding: 0;
}
fieldset#body {
    -moz-border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 10px 13px;
}
#loginForm #checkbox {
    border: 0 none;
    float: left;
    margin: 1px 9px 0 0;
    padding: 0;
    width: auto;
}
#body label {
    color: #3A454D;
    display: block;
    float: left;
    margin: 9px 0 0;
}
#loginForm #body fieldset label {
    display: block;
    float: none;
    margin: 0 0 6px;
}
#loginForm input {
    -moz-border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 0 1px 3px #BBBBBB inset;
    border: 1px solid #899CAA;
    color: #3A454D;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    width: 92%;
}
#loginForm #login {
    -moz-box-shadow: none;
	-moz-border-radius: 3px;
    background: #6BA6A7;
	color: #FFFFFF;
    cursor: pointer;
    float: left;
    margin: 0 12px 0 0;
    padding: 7px 10px 8px;
    text-shadow: 0 -1px #278DB8;
    width: auto;
}
#loginForm span {
    display: block;
    padding: 7px 0 4px;
    text-align: center;
}
#loginForm span a {
    color: #3A454D;
    font-size: 12px;
    text-shadow: 1px 1px #FFFFFF;
}
input:focus {
    outline: medium none;
}

/************** Container ******/
#container {
	 width:950px;
     line-height: 140%;
     background-color: #fff;
     padding:5px;
     margin:0 auto;
}
#header {
     height:100px;
     clear:both;
	 background:#fff;
}
#topad {
	float:right;
    height:60px;
    width:468px;
    overflow:hidden;
}

/* logo */

#logo {
	float: left;
    width: 482px;
    height: 90px;
}
#ndj-logo {
	background-image: url('/sitewide/images/site-images/ndj.png');
    background-repeat: no-repeat;
    display: block;
    height: 90px;
    width: 482px;
}

/********************************************/
ul#navlist {
	padding:5px 0;
	font:normal 14px;
	margin-left:5px;
	float:left;
}
ul#navlist li {
	display:inline;
	float:left;
	padding:7px 0;
}
ul#navlist li a {
    font-weight: bold;
    color: #000;
	padding: 10px 13px;
	border-right:1px solid #ddd;
	text-decoration:none;
}
ul#navlist li a:hover {
    color: #666;
	background: #ddd;
}
ul#navlist li.selected {
	background:#fff;
}

/********** Menu Bar *******************/
#userLinks {
	width:950px;
	height:41px;
	margin:0 auto;
	background:transparent url('/sitewide/images/site-images/login_Bkgrnd.gif');
	background-repeat: no-repeat;
	margin-bottom:5px;
	margin-right:0;
	margin-left:0;
}
#userLinks #search{
	float:right;
    width:250px;
	color:#fff;
	margin:1px;
	padding:2px;
}
#userLinks #search #searchform {
}
#userLinks #search #searchform  label{
	vertical-align: middle;
	color: #888;
	font-weight: bold;
	font-size: 11px;
}
#userLinks #search #searchform fieldset #searchinput {
	width: 196px;
	height: 20px;
	padding: 5px 10px 5px 5px;
	background-color:#FFFFFF;
	border:1px solid #E0E0E0;
	-moz-border-radius:3px;
}
#userLinks #search #searchform fieldset .button {
    background-color: #000000;
    border: 1px solid #660000;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
}

/*************** Columns ********************/
#left-column {
	float: left;
	width: 605px;
}
#right-column {
    float:right;
    width:340px;
}
#rightWrapper { 
	padding:0 2px;}
a {color:#2C4C79;}

div.oneHalfColLeft {
	width:252px;
	float:left;
	padding:0;
	margin-top:3px;
}
div.oneHalfColRight {
	width:350px;
	float:right;
	padding:0;
	margin-top:3px;
}
div.oneHalfColRight .miniBlogPost {
	border-bottom: solid 1px #e1e1e1;
	cursor: pointer;
	height: 75px;
	overflow: hidden;
	background:#fff;
}
div.oneHalfColRight .miniBlogPost h3  {
	color:#AF0600;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 4px 4px 16px;
}
div.oneHalfColRight .miniBlogPost h3 a {
	color:#2C4C79;
	font-size: 12px;
	font-weight: bold;
}
div.oneHalfColRight .miniBlogPost p {
	color: #333;
	font-size: 12px;
	margin: 4px 4px 4px 30px;
}
div.oneHalfColRight .miniBlogPost p a {
	font-size: 12px;
	color: #333333;
	line-height:130%;
}
div.oneHalfColRight .miniBlogPost .date {
	font-size:9px;
	color:#999;
	font-family: Verdana, sans-serif;
	margin: 4px 4px 4px 30px;
}
div.oneHalfColRight .miniBlogPost .more {
	margin-top:-8px;
	float:right;
}
div.oneHalfColLeft .imgTitleDescList div	{
	background: #fff;
	color: #333333;
	margin: 0 0 1px 0;
	clear: both;
	height: 75px;
	overflow: hidden;
	cursor: pointer;
}
div.oneHalfColLeft .imgTitleDescList a img {
	display: inline;
	float: left;
	margin: 1px 10px 1px 1px;
	width: 117px;	
	height: 70px;
}
div.oneHalfColLeft .imgTitleDescList h3 {
	display: block;
	padding: 10px 6px 2px 6px;
	font-size: 12px;
	font-weight: bold;
}
div.oneHalfColLeft .imgTitleDescList h3 a	{
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #2C4C79 ;
}
div.oneHalfColLeft .imgTitleDescList p {
	display: block;
	font-size: 12px;
	padding: 2px 6px 6px 6px;
	color: #333333;
	line-height: 125%;
}
div.oneHalfColLeft .imgTitleDescList p span {
	display: inline;
	font-size: 12px;
	color: #333333;
	line-height: 125%;
}
.colHeader {
	background:#fff;
    color: #636363;
    font: bold 15px Arial,Helvetica,sans-serif;
    padding-left: 5px;
	font-weight: bold;
	border-bottom: solid 1px #EDEDED;
}
.more-link {
	background-color:#8DC13C;
	color:#fff;
	padding:2px;
	font-size:9px;
}
/***** login *******/
#login {
	margin:7em auto;
	width:320px;
}
#login h1 {
	font-size:3em;
	line-height:1.4;
	margin-left:10px;
}
#login a {
	text-decoration:none;
}
#login form p {
	margin-bottom:0;
}

#login form {
	-moz-border-radius:11px 11px 11px 11px;
	-moz-box-shadow:0 4px 18px #C8C8C8;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #E5E5E5;
	font-weight:normal;
	margin-left:8px;
	padding:16px 16px 40px;
}
#login form .remember {
	float:left;
	font-weight:normal;
	margin-bottom:0;
}

#login form .submit {
	float:right;
	border-color:#DFDFDF;
}

#user_pass, #user_login, #user_email {
	background:none repeat scroll 0 0 #FBFBFB;
	border:1px solid #E5E5E5;
	font-size:24px;
	margin-bottom:16px;
	margin-right:6px;
	margin-top:2px;
	padding:3px;
	width:97%;
}

input.btn_primary, btn.btn_primary, a.btn_primary {
	background:url("../images/site-images/button-grad.png") repeat-x scroll left top #21759B;
	border-color:#298CBA;
	color:#FFFFFF;
	font-weight:bold;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
}

.btn_primary {
-moz-border-radius:11px 11px 11px 11px;
border:1px solid;
cursor:pointer;
font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
font-size:12px;
margin-top:-3px;
padding:3px 10px;
text-decoration:none;
}

/**************************************/
.box { 

	margin:1px;
	padding:2px;
	background-color:#fff;
}

 ._mixtapes {

	margin:5px;
	background:#fff;
	
}
 .h-sub {
	color: white;
	font-family: Arial;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 0 5px 0 5px;
	text-transform: uppercase;
	background-color:#9ECE92;
	display:block;
	letter-spacing: 1px;
	background-color:#71829E;
	
	/*color:#FFFFFF;
	font-size:13px;
	margin:0 -16px 12px;
	padding:3px 12px 4px;
	word-spacing:-1px;*/
}

.col1 {

	width:162px;
	float:left;
	padding:0;
	margin:0;
	border:solid 1px #e1e1e1;
}

.col2 {

	width:162px;
	float:right;
	padding:0;
	margin:0;
	border:solid 1px #e1e1e1;
}

.col1 div, .col2 div {

	margin:0px;
	overflow: hidden;
	background:#fff;
	padding:1px;
}
.col1 img, .col2 img {

	width:162px;
	height:155px;

}

/***** Mixtapes ****/
#main {
	margin:0px;
	padding: 5px;
	background: none repeat scroll 0 0 transparent;
	background-color:#fff;

}
#main #content {
	margin-left: 2px;
	overflow: hidden;
	padding: 46px 41px 40px;
	text-shadow: 0 0 0 #000;
	width:860px;
	-moz-border-radius: 6px;
}
#main #content h1 {
	margin-bottom:-6px;
	font-size:3em;
	font-weight:normal;
	line-height:1.4;
}
#main #content h2 {
	border-bottom:1px solid #ccc;
	color:#808080;
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	margin-bottom:0;
	padding-bottom:1.2em;
}
#content a {
	color:rgb(54, 103, 153);
	font-size:110%;
	font-weight:bold;
}
#grid {
	font-size:10px;
	line-height:1.4em;
}
#grid ul {
	clear:both;
	margin:20px -85px 0 12px;
}
#grid li {
	width:150px;
	float:left;
	margin:0 30px 30px 0;
}
#grid a {
	display:block;
	float:left;
	margin:-7px 0 -3px -7px;
	padding:7px;
}
#grid img {
	display:block;
}
#grid h3 {
	clear:left;
}
#grid strong {
	color:#000;
	display:block;
	position:relative;
	right:155px;
	text-align:right;
	top:13px;
}
.select form {
	font-size:0.7em;
	font-weight:bold;
	padding-top:10px;
}
.select select {
	margin-right:40px;
}
.select input {
	margin-left:-40px;
	background-color:#ddd;
}
#item-display {
	margin-top:20px;
	font-size:0.7em;
}
#item-display img {
	border:2px solid #000;
	padding:5px;
	margin-right:5px;
}
#item-display  h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#item-display  .description {
	margin-top:10px;
	color:#333;
	font-size:12px;
}
#item-display .tracklist {
	margin:5px 0 10px 0;
	color:black;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height:1.5em;
}
#item-display .download {
	margin-bottom:20px;
}
#item-display .download a {
	color:rgb(54, 103, 153);
}

/** facebook like **/
#facebook {
	clear:both;
	margin:0.5em auto;
	padding:0;
	font-size:12px;
}
#facebook .fbfan {
	height:65px;
	margin-bottom:-2px;
	width:940px;
	display:block;
	background-color:#fff;
	padding:5px;
}
#facebook img {
	float:left;
	width:50px;
	height:51px;
	margin:0 0 4px;
	padding:0 10px 0 0;
}
#facebook .name  {
	font-size:14px;
	font-weight:bold;
	line-height:15px;
}
#facebook a  {
	color:#4a97da;
}
#facebook .name_block {
	font-size:11px;
	display:block;
	margin:5px 5px 5px 0;
}
#facebook p {
	margin-bottom:0;
	margin-top:1.8em;
}

/*** Footer Styles ***/
#footer {
	border-top:1px solid #DDDDDD;
	clear:both;
	padding-top:9px;
	width:100%;
	background-color:#fff;
}
#footer .copyright {
	font-size:11px;
}

/** DJ Page **/
#inner-wrap {

	/*width:770px;*/
	float:left;
	margin:0px;
}
#sidebar {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 160px;
	background:#fff;
	padding:5px 0 5px 5px;
	font:normal 15px arial, helvetica, sans-serif;
}
#sidebar a {
	line-height:110%;
	display:block;
	color: rgb(0, 119, 187);
	font-weight: bold;
	margin:2px 0 2px 0;
}
#sidebar a:hover {
	background:black;
	color:#fff;
}
#inner-wrap ol.lst.alpha_list {
	margin-top:10px;
}
#inner-wrap ol.lst {
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	line-height:16px;
	list-style:none outside none;
	margin:0 10px 15px 0;
	padding:0;
}
#inner-wrap ol.lst li.alpha_letter {
	background-color:#FF6600;
}
#inner-wrap ol.lst li.alpha_letter {
	border:medium none;
	display:inline;
	float:left;
	height:19px;
	margin:0 1px 1px 0;
	padding:0;
	text-align:center;
	width:19px;
}
#inner-wrap ol.lst li.alpha_letter a:link, #inner-wrap ol.lst li.alpha_letter a:visited {
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px 4px 6px;
}
#main-content {
	float:right;
	width:670px;
	margin:0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:90%;
	line-height:150%;
}
#main-content a {
	color:rgb(54, 103, 153);
	font-size:110%;
	font-weight:bold;
}
#main-content .profile {
	line-height:150%;
}
#main-content h2{color:#366799;font-size:150%;}

#extra {
	float: right;
	margin: 0px 0px 0px 10px;
	width: 160px;
	background:#233;
}
.main-title {
	color: rgb(25, 25, 25);
	display: block;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: -0.04em;
	line-height: 1em;
	margin: 0px 0px 1px 0px;
	padding: 15px 2px 10px 0px;
}
.main-title em {
	color:rgb(153, 153, 153);
}
.main-title a {
	color:#191919;
text-decoration:none;
}
.slat-title {
	display: block;
	margin: 0;
	padding: 8px;
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	color: #191919;
	border-bottom: 1px solid #dedede;
}

/** ABout **/
.abt {font-size:1em;color:#333;}
.abt ul {
	margin-bottom:15px;
	list-style:none;
}

.abt p {margin-bottom:20px;}

.abt ul li{
	line-height:24px;
	padding-left:20px;
	margin:10px 5px;
}

.abt a {
	font-size:1.7em;
	font-weight:bold;
	color:#366799;
}

/*********** Events *********/
div#events {
	background:none repeat scroll 0 0 #fff;
}

.listingTop {
    border-bottom: 1px solid #ddd;
    padding: 10px 5px 15px 0;
}

.listingTop .number  {
    background-color: #00AEEF;
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 1.8em;
    height: 25px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
	padding-top:5px;
}

.listingTop .listingMidCol  {
    padding-left: 0;
    width: 207px !important;
	display:inline;
	float:left;
}

.listingTop .listingMidCol h1 {
    font: bold 14px Arial,Helvetica,sans-serif;
}

.listingTop .listingMidCol h1 a {
    border-bottom: 1px solid #00AEEF;
    color: black !important;
    display: inline !important;
    text-decoration: none;
}

.listingTop .listingMidCol p {
    font-size: 10px !important;
    line-height: 11px;
    padding-bottom: 0 !important;
    padding-top: 1px;
}

/********** Blog ****************/
/** Post **/
.post {
	
	margin-top: 10px;
}
.post-top {

	height:10px;
}

 .post-bottom {
 
	height: 10px;
	border-bottom:2px solid #eee;
	margin:0 15px 0 15px;
}


.entry {
	background: #fff;
	padding:0 15px 0 0px;
}

.entry h2 {

	padding-top: 5px;
	line-height: 1.3em;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}

.entry h2 a {
	line-height: 1.3em;
	font-size: 20px;
	letter-spacing: -1px;
	color:#2C4C79;
}

.entry .info {
	display: block;
	color: #aaa;
	padding-bottom: 5px;
	font-size: 0.7em;
	line-height: 1.3em;
	border-bottom:dotted 1px #eee;
	clear:both;
}

.entry .date { color: #aaa;}

.entry .comment a {float:right; color:green;}

.entry .tags { font-size:0.7em; color:#aaa;}

/********* CSS For Article CONTENT ***************/
.content {
	padding: 15px 0 1px 0
	
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.content p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.content .more-link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.content h1 {
	letter-spacing: -2px;
	font-size: 20px;
	color: #366799;
}

.content h2 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #5a94bd;
}

.content h3 {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

/* CSS for UL/OL lists */
.content ol {padding-left: 20px;}
.content ul {margin: 5px 5px 20px 5px;}
.content ol {margin: 5px 5px 20px 5px;}
.content ul ul {margin: 5px 5px 5px 5px;}
.content ol ol {margin: 5px 5px 5px 5px;}

.content ol li {
	line-height: 1.5em;
	color: #999;
	margin-bottom: 5px;
	font-size: 12px;
}

.content ul li {
	line-height: 1.5em;
	color: #999;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

/************* WP COMMENTS *************/

.comments {
}
.comments ul {
	list-style:none;
	font-size:11px;
	margin:0;
	padding:0;
}
.comments ul li {
	display:inline;
	float:left;
	margin:0 15px 0 15px;
}
.comments a {
	text-decoration:underline;
	color:#000;
}

/*********** Commenting System CSS ******/
#combox {
	border-top: 5px solid #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
h3#respond {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ddd;
}
h3#comments {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ddd;
}
ol.commentlist {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #ff9000;
}
ol.commentlist li {
	background: #f8fcef;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}
ol.commentlist li.alt {
	background: #FFF;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}
.avatar {
	float: left;
	display: inline;
	width: 32px;
}
.avatar img {	border: 3px solid #ddddd4}

.commentbody {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 410px;
}
.commentbody em {
	font-size: 11px;
}

/***************************************************/
p.comment_author, p.comment_author a {
	font-weight: bold;
	color: #666;
	font-size: 11px;
}
p.comment_author a:hover {
	font-weight: bold;
	color: #ff9000;
}
p.comment_time {
	line-height: 1.5em;
	color: #999;
	font-size: 11px;
	font-family: tahoma;
}
.comment_text {
	line-height: 1.5em;
	color: #666;
	margin-top: 15px;
	font-size: 11px;
}

/***************************************************/
.reply form {
	width: 515px;
	background:rgb(246,246,240);
	/*border:1px solid #eee;*/
}
.reply p {
	margin-top: 10px;
	font-size: 11px;
}
.reply fieldset {
	vertical-align: middle;
	display: inline;
}
.reply input {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}
.reply textarea {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}
.reply label {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	margin-left: 10px;
}
.replytext {
	border: 1px solid #aaa;
	width: 200px;
	padding: 5px;
	color: #366799;
}
.replytext:focus {
	background: #fffff9;
}
.replyarea {
	border: 1px solid #aaa;
	line-height: 1.5em;
	padding: 5px;
	width: 470px;
	height: 120px;
	color: #366799;
}
.replyarea:focus {
	background: #fffff9;
}
.replybutton {
	text-align: center;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #366799;
	cursor: pointer;
}
