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

body,
a { color:#333 }

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

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

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

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

a:hover { color:#ff6600 }

th {
    color:#333;
    background-color:#ff9933;
    border-color: #aaa
}
td {
    border-color: #aaa
}
/*Autogenerate*/
.current-cat a{
    font-weight:900;
    border-color:#333
}
.current-cat li a{
    font-weight:500;
    border-color:transparent
}
/*/Autogenerate*/
/*Form*/
input, select, textarea {
    color:#333;
    border-color: #aaa;
    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: #aaa
}
/*/Form*/
/*CSS3*/
.box {
    border-color: #aaa
}
.shadow {
    -webkit-box-shadow: 3px 3px 3px #aaa
}
.opacity {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABBJREFUeNpi/v//fyxAgAEACWgDXjXePfkAAAAASUVORK5CYII=);
    background:rgba(255, 255, 255, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#85FFFFFF, endColorstr=#85FFFFFF);
}
/*/CSS3*/
/*Layout*/
#body {
    width:1024px;
}

#wrap {
    background-image: url(themes/default/header.png);
background-repeat: no-repeat;
background-position: center top;

}

#wrapper {
    
}


#container {
    width:784px;
    margin-right:240px;
    border-right:1px dotted #aaa;
}
#sidebar {
    margin-left:-240px;
}

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

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

#footer{
    width:1024px;
    background-image: url(themes/default/footer.png);
background-repeat: no-repeat;
background-position: right bottom;

}
/*/Layout*/
/*Header*/
#header { 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: #aaa }
    #header-links ul { border-color: #aaa }
    #header-links li { border-color: #aaa }
    #header-links li li a { background-color:#fff  }
    #header-links li a:hover { background-color:#fff5c5 }
/*/Header*/
/*Images*/
.wp-caption {
   color:#333;
   border: 1px solid #aaa;
   background-color: #fff;
}
/*/Images*/
/*Calendar*/
#wp-calendar th {
    border-bottom:1px solid #aaa
}
#wp-calendar tbody {
    border-bottom:1px solid #999
}
/*/Calendar*/
/*Post*/
.hentry .title a,
.hentry .title span{
    border-bottom:3px dotted #ff9933
}
.hentry .entry a,
.hentry .footer a{
    border-bottom:1px dotted #333
}
.hentry .entry a:hover,
.hentry .footer a:hover{
    border-bottom:1px solid #ff6600
}
.hentry .entry p:first-letter {
    color:#ff6600
}
.hentry .entry img {
    border-color:#aaa
}
/*/Post*/
/*Comments*/
.thread-even, .even {
	background-color: #fff;
    border: 1px solid #aaa
}
.alt {
	background-color: #fff;
}

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

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

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