/* @override http://www.bleepstreet.com/wp-content/themes/BleepTheme2/style.css */

/*  
Theme Name: BleepTheme2
Theme URI: http://bleepstreet.com
Description: Bleepstreet Homepage Theme
Version: 2.3
Author: 1xN Labs
Author URI: http://1xN.org

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* @group HTML Elements */

* {
	margin:0;
 

text-align: justify; 
text-justify: newspaper;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

body,html {
	min-height:101%;
	}
	
body {
	font-family: 'Lucida Sans Unicode';
	background: #e0ded5;
	background-image: url("images/flyer-web.jpg"); 
	background-repeat: repeat;
	}

body, select, input, textarea {
	font: 100% 'Lucida Sans Unicode', Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	font: 12px 'Lucida Sans Unicode', sans-serif, Geneva, Arial, Helvetica;
	color: #1a1a1a;
        
}

.nojustify {	text-align: left;}

.texto {	
	margin: 15px 0;
	font: 14px Helvetica Neue, Geneva, Arial, Helvetica;
	color: #1a1a1a;
line-height: 145%; 
text-align: left; 
text-justify: newspaper;
        
}

ul { list-style:none; }


a:link, a:visited {
	color: #1a1a1a;
	text-decoration:none;     
	}

a:hover, a:active {
	color: #df1483;
        background-color: #1a1a1a;
	}

.underlined  a { text-decoration: underline;}

div#storecol {
	width: 630px;
}

hr {
	display: block;
	height: 1px;
	background: #333;
	border: 0;
	}

small {
	font-size: 0.95em;
	background: #eef5e1;
	padding: 3px 6px;
	}

img, a:link img, a:visited img {
	border:0;
	}

/* @end */

/* @group Structure */

#page {
	width: 980px;
	margin: 0 auto;
	font-size: 0.7em;
	background: white;
	padding: 3px 0;
}

#header {
	width: 980px;
	height: 125px;
	color: white;
	background-color: #e0ded5;
       
}



#branding {
	width:620px;
	padding-bottom:15px;

	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#content {
	width:650px;
	float: left;
	padding: 10px;
	border-top-style: none;
	border-top-width: 1px;
}

#contentwide {
	width:980px;
	float: left;
	padding: 10px;
	border-top-style: none;
	border-top-width: 1px;
}

#contentfull {
	width:980px;
	float: left;
	border-top: 2px solid #1d1d1d;
	padding: 10px;
}

#sidebar {
	width: 300px;
	float:right;
	padding-top: 9px;
	border-top-style: none;
	padding-right: 10px;
}
	
#sidebarBox {
	height: 360px;
	width: 300px;
	border-top: 2px solid #1d1d1d;
}

#leftcol {
	width: 310px;
	border-right:0px dotted #b6b6b6;
	}

#leftcol, #rightcol {
	margin-top:0px;
	float:left;
	}	
	
#rightcol {
	width: 310px;
	color: white;
	float: left;
	padding-left: 20px;
}

/* @end */

/* @group Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #DADADA;
	font-style: sans-serif;
	}

.subnav li a:link, .subnav li a:visited {
	background:#1a1a1a;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#232323;
	text-decoration:none;
	color: #50d2fa;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none;
	}

/* @end */

/* @group Headers */

h1 {
	font:1.5em 'Lucida Sans Unicode', sans-serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	background:#1a1a1a;
	color: #ffffff;
	}
	
h2 {
	padding-bottom:4px;
	
	color: #ead400;

	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	font: 2.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color: #ead400;
	text-align: left;
}


#sidebar h3, #sidebar h2 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font: bold 12px Helvetica, sans-serif;
	text-transform:uppercase;
	color: #101010;
	background-color: #c3c3c3;
	text-align: left;
	padding: 3px 5px 2px;
	display: inline;
	margin-bottom: 3px;
}

/* @end */

/* @group Content */
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:normal;
	color:#545454;
	margin-top:-4px;
        font-family: Sans-Serif;
	}

.feature {
	background:#black;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
        color: white;
	}

.feature:hover {
	background:#232323;
	}
	
.feature p, #rightcol p {
	margin:0;
	font-size: 11px;
}

.feature img, #rightcol img {
	padding: 0px;
	border: 1px none #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	text-transform: Uppercase;
	}
	
.feature#lead .title {
	font:1.8em 'Lucida Sans Unicode',sans-serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}



#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none;
	}

#rightcol img {
	float: left;
	margin: 3px 10px 4px 0;
}

#leftcol img {
	margin-bottom: 4px;
	display:block
      
	}
	
#rightcol .clearfloat {
	border-bottom: 1px solid #1a1a1a;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #DADADA;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#000000;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.bluelink  a:hover,  a:active	{				
	background-color:#pink;
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background-color:#000000;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
background-color:#1a1a1a;
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
    font-family: Sans-Serif;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

/* @end */

/* @group Post Formatting */

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}

/* @end */

/* @group Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding: 16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#DADADA;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
background-color:#000000;
color: #ead400;
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {

	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#000;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#000;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#000000;
	}

.commentlist cite {
	font: 1.6em 'Lucida Sans Unicode', Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}

/* @end */

/* @group Float Properties */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}

/* @end */

/* @group Footer */

#footer {
	
        margin: 0 auto; 
	width: 980px;
	color: #454545;
	clear: both;
	font: 09px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        text-align: right;
}

#footer a {
	color:#000000;
	}

span.right.scbox {
	margin-top: 8px;
}

#biggerfont { font: 14px; }

/* COLORS */

.yellow { color: #ead400; text-align: left; }
.red { color: #BD120C; }
.blue { color: #17B6FA; }
.green { color: #47922A; }
.pink { color: #DF1483; text-align: left; }
.black { color: #000000; }
.newstitle { color: #000000; font-size: 2em;}
.grey { color: #adadad; font-size: 11px; }



.artists { 
        font-size:16px;
	font-weight:bold;
	line-height:115%;
	text-transform: Uppercase;
	text-align: left;
	text-justify: none;
	}

.artistname {
        font-size:2em;
        color: #429042;
	font-weight:bold;
	line-height:115%;
	text-transform: Uppercase;
	display: block;
}

.artistnamelist {
        font-size:2em;
        color: #429042;
	font-weight:bold;
	line-height:115%;
	text-transform: Uppercase;
        a
	}

.releasenamelist {
        font-size:2em;
        color: #1a1a1a;
	font-weight:bold;
	line-height:115%;
        
	}


.releases {
        font-size:2em;
	font-weight:bold;
	line-height:115%;
	}



.releases_list{	
	margin: 15px 0;
	font: 13px Helvetica Neue, Geneva, Arial, Helvetica;
	color: black;
        background-color: #dadada;
line-height: 145%; 
letter-spacing: -0.8px;
text-align: justify; 
text-justify: newspaper;
        
}
.releasetitle {
        font-size:1.2em;
        color: #429042;
	font-weight:bold;
	line-height:115%;
        text-align: left;
	}


.releasetitle a:hover, a:active  {
        background:#ffffff;
        text-decoration:underline;
	}

a:hover, .noblack { background-color: transparent; }


#releases_container {
	width: 290px;
        height:100px;
        background: #dadada;
	padding: 10px;
        font-size:1.2em;
	margin: 0;
}

#releases_list_container div {
width: 242px;
height: 300px;
float: left;
}




#noblack a:hover, a:active img   {
        text-decoration:none;
	}

#rightcol .tracklisting li {
        font-size:1em;
        color: #ADADAD;
	font-weight:bold;
	line-height:115%;
padding: 10px;
        border-bottom: 1px dotted #DADADA;
	}
.vsliderImg{
	position: relative;
}

#vslider{
	position: relative;
	left: 2px;
}



/* @end */
