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

body,
a { color:#2e2e2e }

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

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

h1,
h2 { color:#ff6a00 }
h3,
h4 { color:#ff7711 }
h5,
h6 { color:#ff9933 }

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

a:hover { color:#ff6a00 }

th {
    color:#2e2e2e;
    background-color:#ff9933;
    border-color: #949494
}
td {
    border-color: #949494
}

/*Autogenerate*/
.current-cat a{
    font-weight:900;
    border-color:#2e2e2e
}
.current-cat li a{
    font-weight:500;
    border-color:transparent
}
/*/Autogenerate*/
/*Form*/
input, select, textarea {
    color:#2e2e2e;
    border-color: #949494;
    background-color:#fff
}

input:active, select:active, textarea:active {
    border-color:#ff9933;
    background-color:#fff5c5
}

input:focus, select:focus, textarea:focus {
    border-color:#ff9933;
    background-color:#fff5c5
}

fieldset{
    border-color: #949494
}
/*/Form*/
/*CSS3*/
.box {
    border-color: #949494
}
::selection {
    background: #ff6a00;
    color:#fff;
}
::-moz-selection {
    background: #ff6a00;
    color:#fff;
}
.opacity {
    background-color:#fff
}

/*/CSS3*/
/*Layout*/
#body {
    width:1024px;
}

#wrap {
    
}

#wrapper {
    
}

#container {
    width:638px;
    margin-left:200px;
    border-left:1px dotted #949494;

    margin-right:184px;
    border-right:1px dotted #949494;
}
#sidebar {
    margin-left:-184px;
}
#extra {
    margin-left:-1024px;
}

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

#sidebar{
    width:180px;
    ;
}
#extra {
    width:196px;
    ;
}

#footer{
    width:1024px;
    
}
/*/Layout*/
/*Header*/
#header {
	height: 195px;
	text-align: left
}
#header h1 { font: bold 600%/100% Arial,Helvetica, sans-serif; }
#header h1 a { color: #333}
#header h2 { color: #555}
#header-links {    border-color: #949494 }
    #header-links ul { border-color: #949494 }
    #header-links li { border-color: #949494 }
    #header-links li li { background-color:#fff  }
    #header-links li:hover { background-color:#fff5c5 }
/*/Header*/
/*Slideshow*/
.wp-sl img{
    border-color: #949494;
}
#wrapper .wp-sl {
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#949494;
}
/*/Slideshow*/
/*Images*/
.wp-caption {
   color:#2e2e2e;
   border: 1px solid #949494;
   background-color: #fff5c5;
}
/*/Images*/
/*Calendar*/
#wp-calendar th {
    border-bottom:1px solid #949494
}
#wp-calendar tbody {
    border-bottom:1px solid #8c8c8c
}
/*/Calendar*/
/*Post*/
.hentry .title a,
.hentry .title span{
    border-bottom:3px dotted #ff9933
}
.hentry .entry a,
.hentry .footer a{
    border-bottom:1px dotted #2e2e2e
}
.hentry .entry a:hover,
.hentry .footer a:hover{
    border-bottom:1px solid #ff6a00
}
.hentry .entry .crop,
.hentry .entry img {
    border-color:#949494
}
/*/Post*/
/*Comments*/
.thread-even, .even {
    background-color: #fff;
    border: 1px solid #949494
}
.alt {
    background-color: #fff;
}

.thread-odd, .odd {
    background-color: #fff5c5;
    border: 1px solid #8c8c8c
}
.depth-2, .depth-4 {
    border-left:3px dotted #949494
}

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

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