body {
    font: 62.5%/1.6 Arial,Helvetica, sans-serif;
    background-color:#000;
    
}
    #wrap {
        background-image: url(themes/black-urban/header.jpg);
background-repeat: no-repeat;
background-position: center top;

    }

body,
a { color:#fff }

hr { color: #ffffff; background-color: #ffffff }

h1,h2,h3,h4,h5,h6 {font-family:Arial,Helvetica, sans-serif}

h1,
h2 { color:#ffffff }
h3,
h4 { color:#ffffff }
h5,
h6 { color:#ffffff }

pre {font-family:Arial,Helvetica, sans-serif}

a:hover { color:#ffffff }

th {
    background-color:#ffffff;
    border-color:1px solid #555
}
td {
    border-color:1px solid #555
}

/*Form*/
input, select, textarea {
    color:#fff;
    border-color: #555;
    background-color:#000
}

input:active, select:active, textarea:active {
    border-color:#ffffff;
    background-color:#333
}

input:focus, select:focus, textarea:focus {
    border-color:#ffffff;
    background-color:#333
}

fieldset{
    border-color: #555
}
/*/Form*/
/*CSS3*/
.box {
    border-color: #555
}
.shadow {
    -webkit-box-shadow: 5px 5px 7px #333
}
.opacity {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYmBgaAAIMAAAjwCD5Hc2/AAAAABJRU5ErkJggg==);
    background:rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#85000000, endColorstr=#85000000);
}
/*/CSS3*/
/*Layout*/

#sidebar{
    background-image: url(themes/black-urban/sidebar.jpg);
background-repeat: no-repeat;
background-position: right bottom;

}
#footer{
    background-image: url(themes/black-urban/footer.jpg);
background-repeat: no-repeat;
background-position: left bottom;

}
/*/Layout*/
/*Header*/
#header { text-align: center}
#header h1 { font: bold 600%/100% Arial,Helvetica, sans-serif; }
#header h1 a { color: #fff}
#header h2 { color: #ccc}
#header-links {    border-color: #555 }
    #header-links ul { border-color: #555 }
    #header-links li { border-color: #555 }
    #header-links li li a { background-color:#000  }
    #header-links li a:hover { background-color:#333 }
/*/Header*/
/*Calendar*/
#wp-calendar th {
    border-bottom:1px solid #555
}
#wp-calendar tbody {
    border-bottom:1px solid #999
}
/*/Calendar*/
/*Post*/
.post-title a,
.post-title span{
    border-bottom:3px dotted #ffffff
}
.post-entry a,
.post-footer a{
    border-bottom:1px dotted #fff
}
.post-entry a:hover,
.post-footer a:hover{
    border-bottom:1px solid #ffffff
}
.post-entry p:first-letter {
    color:#ffffff
}
.post-entry img {
    border-color:#555
}
/*/Post*/
/*Comments*/
.thread-even, .even {
	background-color: #000;
    border: 1px solid #555
}
.alt {
	background-color: #000;
}

.thread-odd, .odd {
	background-color: #333;
    border: 1px solid #999
}
.depth-2, .depth-4 {
	border-left:3px dotted #555
}

.commentlist li .avatar {
    	border-color: #999;
}

.commentlist a {
    border-bottom:1px dotted #fff
}
.commentlist a:hover {
    border-bottom:1px solid #ffffff
}
.comment-meta a{
    color:#ccc
}
/*/Comments*/
/*Footer*/
#footer .copy{
    color:#ccc
}
/*/Footer*/