/*Form*/
input, select, textarea {
    border-color: #ff9933;
    color:#000000;
    background-color: #deeffe
}
 
input:active, select:active, textarea:active {
    border-color:#ff9933;
    background-color:#ffffff;
}
 
input:focus, select:focus, textarea:focus {
    border-color:#ff9933;
    background-color:#ffffff
}
 
fieldset{
    border-color: #f5874c
}
/*/Form*/
/*CSS3*/
selection {
    background-color: #8fbbd8;
    color:#000;
}
::-moz-selection {
    background-color: #8fbbd8;
    color:#000;
}
.opacity {
    background-color:#fff1c7
}
/*/CSS3*/
/*Layout*/
#container {
    border-left-style: none;
    border-right-style: none;
    width: 602px;
    margin-left: 190px;
    border-left:1px #f5874c;
 
    margin-right: 190px;
    border-right:1px #f5874c;
}
#sidebar {
    margin-left: -190px;
}
#extra {
    margin-left:-984px;
}
 
    .container-full {
        width:984px !important;
    }
 
#sidebar{
    width:180px;
    ;
}
#extra {
    width:180px;
    ;
}
 
#footer{
    width:984px;
    
}
/*/Layout*/
/*Header*/
#header {
	height: 165px;
	text-align: left
/*beidzās--Header*/
/*Images*/
.wp-caption {
   color:#000000;
   border: 1px solid #f5874c;
   background-color: #faf4d2;
}
/*beidzās--Images*/
/*Calendar*/
#wp-calendar th {
    border-bottom:1px solid #f5874c
}
#wp-calendar tbody {
    border-bottom:1px solid #999
}
/*beidzās--Calendar*/
/*Sidebar*/    
.sidebar .current_page_item a,
.sidebar .current-cat a{
    font-weight:900;
    border-color:#000000
}
.sidebar .current_page_item li a,
.sidebar .current-cat li a{
    font-weight:500;
    border-color:#f5874c
}
/*beidzās--Sidebar*/
/*Comments*/
.thread-even, .even {
    background-color: #fff1c7;
    border: 1px solid #ff9933
}
.alt {
    background-color: #fff2c7;
}
.thread-odd, .odd {
    background-color: #fff4d5;
    border: 1px solid #ff9933
}
/*
.depth-2, .depth-4 {
    border-left:3px dotted #f5874c
}
*/
.commentlist li .avatar {
    border-color: #999;
}
/*/Comments*/