body {
    font: 62.5%/1.6 Arial,Helvetica, sans-serif;
    background-color:#141111;
    
}

body,
a { color:#ffffff }

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

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

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

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

a:hover { color:#d93d04 }

th {
    color:#ffffff;
    background-color:#d93d04;
    border-color: #1e1e1f
}
td {
    border-color: #1e1e1f
}

.color1 { color:#d93d04 }
.color2 { color:#d93d04 }
.color3 { color:#d93d04 }

.color-text  { color:#ffffff }
.color-text2 { color:#d93d04 }

.color-bg  { background-color:#141111  }
.color-bg2 { background-color:#262525 }

.color_border  { border-color: #1e1e1f  }
.color_border2 { border-color: #000000 }


/*Form*/
input, select, textarea {
    color:#ffffff;
    border-color: #1e1e1f;
    background-color:#141111
}

input:active, select:active, textarea:active {
    border-color:#d93d04;
    background-color:#262525
}

input:focus, select:focus, textarea:focus {
    border-color:#d93d04;
    background-color:#262525
}

fieldset{
    border-color: #1e1e1f
}
/*/Form*/
/*CSS3*/
.box {
    border-color: #1e1e1f
}
::selection {
    background: #d93d04;
    color:#141111;
}
::-moz-selection {
    background: #d93d04;
    color:#141111;
}
.opacity {
    background-color:#000000
}
.shadow {
    box-shadow: 0 0 3px #1e1e1f;
    -moz-box-shadow: 0 0 3px #1e1e1f;
    -webkit-box-shadow: 0 0 3px #1e1e1f
}
/*/CSS3*/
/*Layout*/
#body {
    width:896px;
}

#wrap {
    
}

#wrapper {
    
}

#container {
    width:680px;
    margin-right:216px;
    border-right:1px dotted #1e1e1f;
}
#sidebar {
    margin-left:-216px;
}

    .container-full {
        width:896px !important;
    }

#sidebar{
    width:212px;
    ;
}
#extra {
    width:212px;
    ;
}

#footer{
    width:896px;
    
}
/*/Layout*/
/*Header*/
#header {
	height: 145px;
	text-align: center
}
#header h1 { font: bold 600%/100% Arial,Helvetica, sans-serif; }
#header h1 a { color: #d93d04}
#header h2 { color: #858585}
#header-links {    border-color: #1e1e1f }
    #header-links ul { border-color: #1e1e1f }
    #header-links li { border-color: #1e1e1f }
    #header-links li li { background-color:#141111  }
    #header-links li:hover { background-color:#262525 }
    
    #header-links .current_page_item a,
    #header-links .current-cat a{
        color:#d93d04
    }
    #header-links .current_page_item li a,
    #header-links .current-cat li a {
        color: #ffffff
    }
/*/Header*/
/*Slideshow*/
.wp-sl img{
    border-color: #1e1e1f;
}
#wrapper .wp-sl {
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#1e1e1f;
}
/*/Slideshow*/
/*Images*/
.wp-caption {
   color:#ffffff;
   border: 1px solid #1e1e1f;
   background-color: #262525;
}
/*/Images*/
/*Calendar*/
#wp-calendar th {
    border-bottom:1px solid #1e1e1f
}
#wp-calendar tbody {
    border-bottom:1px solid #000000
}
/*/Calendar*/
/*Post*/
.hentry .title a,
.hentry .title span{
    border-bottom:3px dotted #d93d04
}
.hentry .entry a,
.hentry .footer a{
    border-bottom:1px dotted #ffffff
}
.hentry .entry a:hover,
.hentry .footer a:hover{
    border-bottom:1px solid #d93d04
}
.hentry .entry .crop,
.hentry .entry img {
    border-color:#1e1e1f
}
/*/Post*/
/*Sidebar*/    
.sidebar .current_page_item a,
.sidebar .current-cat a{
    font-weight:900;
    border-color:#ffffff
}
.sidebar .current_page_item li a,
.sidebar .current-cat li a{
    font-weight:500;
    border-color:#1e1e1f
}
/*/Sidebar*/
/*Comments*/
.thread-even, .even {
    background-color: #141111;
    border: 1px solid #1e1e1f
}
.alt {
    background-color: #141111;
}

.thread-odd, .odd {
    background-color: #262525;
    border: 1px solid #000000
}
.depth-2, .depth-4 {
    border-left:3px dotted #1e1e1f
}

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

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