@charset "utf-8";
/*
Theme Name: Minisite Templates Tan
Version: 1
Author: Marco Paulo Diala
Author URI: http://www.oxzenmedia.com/
Tags: tan

*/
body {
    background-color: #FFFFFF;
    width: 960px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.top-wrapper {
    width: 960px;
    height: 80px;
    float: left;
}
a {
    font-weight: bold;
    color: #0067a1;
    text-decoration: none;
}
a:hover {
    color:#bfbfbf;
}
.blogtitle h1 {
    font-size: 30px;
    font-weight:bold;
    color: #000000;
    margin:12px 0 0 20px;
}
.blogtitle h2 {
    margin-left: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #a57d5a;
}
.blogtitle a {
    color: #000000;
}
.blogtitle a:hover {
    color: #000000;
}
strong {
    font-weight: bold;
}
p {
    margin-top: 10px;
    line-height: 18px;
}
/*----------------------------------NAVIGATION--------------------------------*/
.navi {
    width: 960px;
    height: 42px;
    float: left;
    background-image: url(images/navi-bg.jpg);
    background-repeat: repeat-x;
}
.navi-search {
    width: 280px;
    height: 42px;
    float: right;
    padding-right: 5px;
    background-image: url(images/navi-right.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
.navi-link {
    width: 620px;
    height: 42px;
    float: left;
    padding-left: 5px;
    background-image: url(images/navi-left.jpg);
    background-repeat: no-repeat;
    background-position: left;
}
.navi-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.navi-link ul li{
    float: left;
    padding: 12px 15px 0 15px;
}
.navi-link ul li a{
    color: #000;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
.navi-link ul li a:hover{
    color: #fff;
}
.navi-search #Search2Post_search {
    width: 172px;
    height: 16px;
    float: left;
    margin: 7px 10px 0 0;
    padding: 5px 5px;
    background-image: url(images/input-bg.png);
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    font-size: 11px;
    color: #999999;
}
.navi-search #submit-button {
    margin: 7px 10px 0 0;
    float: left;
}
.navi-search h2 {
    display: none;
}

/*----------------------------------CONTENT--------------------------------*/
.content-wrapper {
    float: left;
    width: 960px;
}
.left-panel {
    width: 240px;
    float: left;
    margin: 0 0 10px 0;
}
.center-panel {
    width: 460px;                                                        
    float: left;
    margin: 20px 10px 10px 10px;
}
.right-panel {
    width: 240px;
    float: right;
    margin: 0 0 10px 0;
}
.center-panel h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    float: left;
    color: #006891;
}
.center-panel .entry {
    margin-bottom: 20px;
    float: left;
}
.center-panel .entry div {
    margin-top: 20px;
}
.entry table{
    background-color: #cbc2b7!important;
}
.paging {
    color: #000000;
}
.paging a {
    color: #000000;
}
.paging a:hover {
    color: #999999;
}
.entry ul {
    margin-left: 30px;
}
.entry li {
    list-style-image: url(images/bullet.gif);
    line-height: 18px;
}
.search-results {
    background-color: #FFFFFF;
}
/*----------------------------------r--------------------------------*/
.footer {
    width: 920px;
    float: left;
    background-color: #eae7e2;
    padding: 20px;
    color:#00000;
}
.footer a {
    color:#000000;
}
.footer a:hover {
    color:#FFFFFF;
}
/*----------------------------------SIDEBAR--------------------------------*/
#sidebar h2 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-image: url(images/sidebar-header.jpg);
    background-repeat: no-repeat;
    width: 230px;
    height: 24px;
    padding: 7px 0 0 10px;
    float: left;
    margin-top: 20px;
}
.textwidget {
    float: left;
    width: 220px;
    padding: 10px;
    background-color: #eae7e2;
    background-image: url(images/sidebar-bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
#sidebar table{
    float: left;
    width: 240px;
    padding: 10px;
    background-color: #EAE7E2;
    background-image: url(images/sidebar-bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
.textwidget ul {
    margin: 0 0 0 10px;
}
.textwidget li {
    list-style-image: url(images/bullet.gif);
    margin-left: 10px;
    line-height: 18px;
}
/*----------------------------------SIDEBAR--------------------------------*/
.label {
    float: left;
    width: 32px;
    margin: 10px 4px 6px 0;
    font-size: 12px;
}
.newsletter-input {
    float: right;
    margin-top: 5px;
}
.newsletter-input input{
    background-color:transparent;
    background-image:url(images/input-bg.png);
    background-repeat:no-repeat;
    border:medium none;
    float:left;
    height:16px;
    padding:5px;
    width:172px;
}
.subscribe-button {
    float: left;
    margin: 10px 0 0 95px;
}