/*  
Theme Name: DJ/Producer Theme
Theme URI: http://monio.org/
Description: DJ/Producer theme by Monio Design
Version: 1.0
Author: Richie Atkins
Author URI: http://monio.org/
Tags: DJ,Producer,Music,Artist

*/

@font-face {
	font-family: 'AvantGardeBkBTBook';
	src: url('http://www.dirty-secretz.com/fonts/avant-garde-book-bt_0-webfont.eot');
	src: local('☺'), url('http://www.dirty-secretz.com/fonts/avant-garde-book-bt_0-webfont.woff') format('woff'), url('http://www.dirty-secretz.com/fonts/avant-garde-book-bt_0-webfont.ttf') format('truetype'), url('http://www.dirty-secretz.com/fonts/avant-garde-book-bt_0-webfont.svg#webfontThtZP3P4') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}
body {
	background: #242424;
	color: #999;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	text-align: center;
background-image:url(http://www.dirty-secretz.com/images/sitebg.jpg);
background-repeat:repeat-y;
background-position:center;
} 
h1 {
	font-family: 'AvantGardeBkBTBook', arial, verdana, sans-serif;
	font-size: 2em;
}
h2 {
	font-family: 'AvantGardeBkBTBook', arial, verdana, sans-serif;
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #FF2A00;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #DDD;
}

/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 1.2em;
	line-height: 1.4em;
}
.nav li {
	line-height: 1.2em;
}
.nav li a {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nav li a span {
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #ccc;
}
.nav li a:hover,
.nav li a.focus {
	color: #fff;
}
.nav .searchField input {
	color: #777;
}
.toggleCategories li a {
	color: #fff;
}
.toggleCategories li a:hover {
	color: #ccc;
}
.postMeta {
	font-size: 0.9em;
	text-transform: uppercase;
}
.postMeta span.date {
	color: #777;
}
.postMeta span.comments a,
.postMeta span.date a {
	color: #FF2A00;
	padding-right:5px;
}
.post h2 {
text-transform:uppercase;
letter-spacing:-0.5px;
}
.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
	border-bottom: none;
	color: #FFF;
	font-weight: bold;
}
.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	color: #FFF;
	border-bottom: 1px solid #444;
}
.secondaryColumn a {
	font-weight: normal;
}
.entry ul,
.entry ol,
.entry blockquote {
	color: #555;
}
.entry blockquote {
	font-style: italic;
}
.secondaryColumn h3,
#commentsContainer h3 {
	font-size: 1.2em;
}
#cancel-comment-reply-link {
	color: #FF3300;
	font-size: 0.8em;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}
#footer {
	clear: both;
}
#footer p a {
	font-weight: bold;
	color:#333;
}

/* =----------------------------------- main structure */
#wrapper {
	border-top: none;
	margin: 20px auto;
	text-align: left;
	width: 1022px;
	padding: 0 5px;
}
.maincontent{
  	position:absolute;
  	top:330px;
	background-color:#111;
	padding:0px;
}
.maininside{
	padding-left:28px;
	padding-right:28px;	
}
#container{
 margin-top:40px;
width:100%;
}
#content{
width:980px;
}
#masthead {
	padding: 7px 0
}
#filler {}
#mainColumn {
	float: left;
	margin: 10px 0 0 0;
	width: 442px;
}
.secondaryColumn {
	float: left;
	margin: 28px 0 0 30px;
	overflow: hidden;
	width: 240px;
}

/* =----------------------------------- header elements */
#masthead h1 {
	float: left;
	margin: 15px 0 0 7px;
}
#masthead h1 a {
	text-transform: uppercase;
	width: 400px;
}
#blogLead img {
	background: #222;
	border: 0px;
	float: right;
	height: 42px;
	margin: 0 7px;
	padding: 2px;
	width: 42px;
}
#authorIntro {
	float: right;
	margin: 8px 0 0 0;
	width: 340px;
}

/* =----------------------------------- top + bottom navigation */
.navStripWrapper {
	width:100%;
}
.nav {
	background: #191919;
}
.nav li {
	border-left: 1px solid #333;
	display: block;
	float: left;
}
.nav li a {
	display: block;
	padding: 7px 4px 0 7px;
	width: 110px;
	height: 54px;
}
.nav li a span {}
.nav li a:hover {
	background: #333;
}
.nav li a.focus {
	background: #FF3300;
}
.nav li.searchField {
	float: right;
	border: 0;
}
.nav .searchField div {
	margin: 9px 8px 0 0;
}
.nav .searchField span {
	background: #1A1A1A;
	border: 1px solid #444;
	border-left-color: #444;
	border-bottom-color: #444;
	display: block;
	padding: 2px;
}
.nav .searchField input {
	border: 1px solid #444;
	outline: none;
	padding: 4px;
	width: 220px;
}
.toggleCategories {
	background: #FF3300;
}
.toggleCategories ul,
.toggleCategories2 ul {
	padding: 8px 7px 7px;
}
.toggleCategories ul li {
	display: block;
	float: left;
	width: 102px;
}
.toggleCategories li a {
	margin: 3px 0 4px 5px;
}

/* =----------------------------------- meta lead for each post */
.postMeta {
	border-top: 1px solid #444;
	text-align: right;
	margin-bottom: 14px;
	position: relative;
}
.postMeta .container {
	position: absolute;
	top: -9px;
	right: 0;
}
.postMeta span.date {
	background: #1A1A1A;
	padding: 0 4px;
}
.postMeta span.comments {
	background: #1A1A1A url(images/chat_grey.gif) no-repeat 2px -1px;
	padding-left: 18px;
}

/* =----------------------------------- general post */
.post {
	margin: 0 0 50px 0 !important;
	background-color:#191919;
	padding:0px 4px 10px 4px;
}
.post h2 {
	margin-bottom: 0px;
	padding: 0 3px;
}
.post h2 a {
	color:#FFF !important;
	display:block;
	font-size:24px; 
}

/* =----------------------------------- entry body */
.entry {
	padding: 0 3px;
	margin-top:0px;
	overflow: hidden;
}
.entry p {
	line-height: 1.6em;
	margin: 10px 0;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: none;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: none;
}
.entry blockquote {
	border-left: 1px solid #444;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}
.entry img,
.entry a img {
	padding: 0px;
}
.entry img{
	padding-bottom:20px;
}
.entry a:hover img {
	border-color: #FF3300;
}

.entry.meta {
	margin-top:20px;
	background: #222;
	border: 1px solid #444;
	border-width: 1px 0;
}
.entry.meta p {
	margin: 5px 7px;
}
.entry.meta .highlight {
	text-transform: uppercase;
	font-size: 10px;
}
.entry.meta a {
	color: #333;
	border-color: #444;
}
.entry.meta a:hover {
	color: #000;
	border-color: #000;
}

/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #777;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	background: #1A1A1A;
	border: 1px solid #444;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #FFF;
	border-color: #FF3300;
	background: #eee;
}

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {
	border-top: 1px solid #444;
	margin: 0 0 10px 0;
	padding: 7px 4px;
}
.widgetContainer {
	margin: 0 0 20px 0;
}
.widgetContainer ul li {
	margin: 0 3px 2px 5px;
	list-style: none;
}
.widgetContainer ul li a {
	display:block;
	text-decoration:none !important;
	border-bottom:none;
	background-color:#191919 !important;
	padding:6px;
}
.widgetContainer ul li a:hover {
	background-color:#FF2A00 !important;
	border-bottom:none;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #444;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0;
	padding: 7px 4px 0;
	border-top: 1px solid #FF3300;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #1A1A1A;
	margin-right: 4px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}

/* =----------------------------------- boring footer */
#footer {
	border-top: 1px solid #FF3300;
	margin: 35px 0;
}
#footer p {
	padding: 14px 3px 0; 
}

/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display:
	block;
}
#masthead{
display:none;
}
#mainColumn{
margin-top:35px;
}

#newlogo{
position:absolute;
top:20px;
right:50%;
margin-right:260px;
}

#forumlogo{
position:absolute;
top:90px;
right:50%;
margin-right:-190px;
}
img{
border:none;
}
#social{
position:absolute;
left:50%;
margin-left:-120px;
top:20px;
width:620px;
}
#footer{
display:none;
}


ul.activity-list{
margin:0px;
padding:0px;
list-style:inside none;
}
ul.activity-list li{
margin:0px;
padding:0px;
list-style:inside none;
border-bottom:1px dotted #222222;
}
br.clear{
margin:0px;
padding:0px;
height:0px;
}

/* Gigpress */
th.gigpress-date, th.gigpress-artist, th.gigpress-city, th.gigpress-venue, th.gigpress-country{
	border:0px !important;
}
table.gigpress-table{
	border:0px !important;
	margin-top:15px;
}
table.gigpress-table th{
	padding:8px 0px 8px 0px !important;
	border-bottom:1px solid #333 !important;
}
table.gigpress-table td{
	padding:16px 0px 16px 0px !important;
	border-bottom:1px dotted #333 !important;
}
tr.gigpress-info{
	display:none !important;
}

/* Extra */
ul.gigpress-listing{
	list-style:none !important;
}
li.vevent.active {
	list-style:none !important;
	margin: 0px !important;
	margin-bottom: 3px !important;
	padding: 5px;
	background-color: #191919;
	padding-left: 6px;
	padding-right: 6px;
}
abbr.dtstart {
	color: #999;
}
a.twitter-user {
	color: #FF2A00;
	display:inline !important;
	background:none !important;
	padding:0px !important;
}
ul.twitter{
	list-style:none !important;
	margin: 0px !important;
}
h3.widgetTitle a{ text-decoration:none !important; border:0px; }
a.twitter-link{  
	color:#FF2A00; 
	display:inline !important; 
	text-decoration:none !important; 
	border:0px; 
	background:none !important;
	padding:0px !important;
	background-color:transparent !important;
}
 
li.twitter-item {
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	list-style:none !important;
	margin: 0px !important;
	margin-bottom:7px !important;
	padding: 5px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #191919;
	border:1px solid #333333;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
}
.widget_twitter li, .widget_twitter ul{
	list-style:none;
}
.gigpress-sidebar-artist{
	color:#FF2A00;
	font-weight:bold;
}
.gigpress-sidebar-city{
	color:#666;
}
.gigpress-sidebar-venue{
	color:#AAA;.
}
.gigpress-sidebar-venue a{
	display:inline !important;
	padding:0px !important;
}
.gigpress-sidebar-prep{
	color:#AAA;
}
.facebook{
	display:none;
}

div.entry img{
	margin-bottom:0px;
}

.tff{
padding-bottom:10px !important;
}

input{
background-color:#424242;
padding:4px;
font-family: arial, verdana, sans-serif;
font-size:11px;
color:#FFF;
border:1px #666 solid;
}
.entry{
padding-top:15px !important;
}

/* TUBEPRESS */

div.pagination a {
	border: 1px solid #222 !important;
	color: #666 !important;
}
div.pagination a:hover {
	border: 1px solid #F30 !important;
	color: #FFF !important;
	background-color:#F30 !important;
}

span.current {
	color: #FF3300 !important;
}

div.pagination {
	margin-bottom: 20px !important;
}

/* NEWSLETTER */

.newsletter{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	background-color:#F30;
	padding:8px !important;
	padding-bottom:0px !important;
	color:#FFF;
	font-weight:bold;
}
.newsletter form{
	margin-bottom:5px !important;
	padding:0px;
}

span.menuitem{
	font-size:26px !important;
}
