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

body,
a { color:#000000 }

hr { color: #061f6b; background-color: #061f6b }

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

h1,
h2 { color:#061f6b }
h3,
h4 { color:#1226ff }
h5,
h6 { color:#241fb8 }

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

a:hover { color:#061f6b }

th {
    color:#000000;
    background-color:#241fb8;
    border-color: #070d5c
}
td {
    border-color: #070d5c
}

.color1 { color:#061f6b }
.color2 { color:#1226ff }
.color3 { color:#241fb8 }

.color-text  { color:#000000 }
.color-text2 { color:#8fb81e }

.color-bg  { background-color:#fff  }
.color-bg2 { background-color:#fff5c5 }

.color_border  { border-color: #070d5c  }
.color_border2 { border-color: #2d37cc }


/*Form*/
input, select, textarea {
    color:#000000;
    border-color: #070d5c;
    background-color:#fff
}

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

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

fieldset{
    border-color: #070d5c
}
/*/Form*/
/*CSS3*/
.box {
    border-color: #070d5c
}
::selection {
    background: #061f6b;
    color:#fff;
}
::-moz-selection {
    background: #061f6b;
    color:#fff;
}
.opacity {
    background-color:#fff
}
.shadow {
    box-shadow: 0 0 3px #070d5c;
    -moz-box-shadow: 0 0 3px #070d5c;
    -webkit-box-shadow: 0 0 3px #070d5c
}
/*/CSS3*/
/*Layout*/
#body {
    width:1064px;
}

#wrap {
    
}

#wrapper {
    
}

#container {
    width:823px;
    margin-left:240px;
    border-left:1px dotted #070d5c;
}
#sidebar {
    margin-left:-1064px !important;
}

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

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

#footer{
    width:1064px;
    
}
/*/Layout*/
/*Header*/
#header {
	height: 140px;
	text-align: right
}
#header h1 { font: bold 600%/100% Arial,Helvetica, sans-serif; }
#header h1 a { color: #ffffff}
#header h2 { color: #232875}
#header-links {    border-color: #070d5c }
    #header-links ul { border-color: #070d5c }
    #header-links li { border-color: #070d5c }
    #header-links li li { background-color:#fff  }
    #header-links li:hover { background-color:#fff5c5 }
    
    #header-links .current_page_item a,
    #header-links .current-cat a{
        color:#061f6b
    }
    #header-links .current_page_item li a,
    #header-links .current-cat li a {
        color: #000000
    }
/*/Header*/
/*Slideshow*/
.wp-sl img{
    border-color: #070d5c;
}
#wrapper .wp-sl {
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#070d5c;
}
/*/Slideshow*/
/*Images*/
.wp-caption {
   color:#000000;
   border: 1px solid #070d5c;
   background-color: #fff5c5;
}
/*/Images*/
/*Calendar*/
#wp-calendar th {
    border-bottom:1px solid #070d5c
}
#wp-calendar tbody {
    border-bottom:1px solid #2d37cc
}
/*/Calendar*/
/*Post*/
.hentry .title a,
.hentry .title span{
    border-bottom:3px dotted #241fb8
}
.hentry .entry a,
.hentry .footer a{
    border-bottom:1px dotted #000000
}
.hentry .entry a:hover,
.hentry .footer a:hover{
    border-bottom:1px solid #061f6b
}
.hentry .entry .crop,
.hentry .entry img {
    border-color:#070d5c
}
/*/Post*/
/*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:#070d5c
}
/*/Sidebar*/
/*Comments*/
.thread-even, .even {
    background-color: #fff;
    border: 1px solid #070d5c
}
.alt {
    background-color: #fff;
}
.thread-odd, .odd {
    background-color: #fff5c5;
    border: 1px solid #2d37cc
}
/*
.depth-2, .depth-4 {
    border-left:3px dotted #070d5c
}
*/
.commentlist li .avatar {
    border-color: #2d37cc;
}
.commentlist a {
    border-bottom:1px dotted #000000
}
.commentlist a:hover {
    border-bottom:1px solid #061f6b
}
.comment-meta a{
    color:#8fb81e
}
/*/Comments*/
/*Footer*/
#footer .copy{
    color:#8fb81e
}
/*/Footer*/