/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
    margin: 0px;
    padding: 0;
    color: #FFF;
    background-color: #201b17;
    background-image: url("../img/bg-Brown.jpg");
    background-position: top;
    font-family: Trebuchet MS;
    font-size: 16px;
    line-height: 18px;
}

a:link, a:visited {
    text-decoration: none;
    color: #FFF7C0;
}

a:hover {
    color: #FFF7C0;
    border-bottom: 1px dashed #FFF7C0;
}

a {
    outline: none;
}

h1, h2, h3, h4 {
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    font-size: 18px;
}

ul {
    list-style-image: url("../img/bullet.gif");
    line-height: 24px;
}

blockquote {
    overflow: auto;
    padding: 0 10px;
    margin: 20px 30px;
    background-color: #443a31;
    border: 1px solid #3a2929;
}

/*------------------------------------------------*/
/*------------------[MAIN LAYOUT]-----------------*/
/*------------------------------------------------*/

#wrapper2 {
    width: 950px;
    margin: auto;
    padding: 0px 0px 0px 0px;
    margin-top: 50px;
}

.post-wrapper img {
    border: 0px solid #695b4f;
    margin: 10px;
    padding: 10px !important;
}

.single-info3 img {
    border: none;
}

.home-post-wrap {
    width: 192px;
    height: 192px;
    margin-right: 17px;
    float: left;
    background-color: #594c41;
    border: 1px solid #706052;
    margin-bottom: 17px;
    padding: 9px;
}

.comments-bubble a:link, .comments-bubble a:hover, .comments-bubble a:visited {
    color: #FFF;
    font-size: 8px;
    display: block;
    margin-left: 7px;
    margin-top: -4px;
    padding: 0px;
}

.bar {
    height: 15px;
    background-image: url("../img/bar-bg-Brown.gif");
    width: 174px;
    float: left;
    border-left: 1px solid #2b231c;
    border-right: 1px solid #2b231c;
    border-bottom: 1px solid #2b231c;
    padding: 8px;
    position: relative;
}

.bar a:hover {
    border-bottom: none;
}

.readmore a:link, .readmore a:hover {
    color: #FFF7C0;
}

.info-titles a:link, .info-titles a:visited, .info-titles a:active {
    text-decoration: none;
    font-size: 15px;
    font-family: Trebuchet MS;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    color: #b79b84;
}

.info-titles a:hover {
    border-bottom: none;
}

#header {
    width: 950px;
    margin-top: -30px;
    height: 84px;
    background-color: #BC0707;
    border: 1px solid #F30505;
    float: left;
    margin-bottom: 10px;
}

#container {
    float: right;
    width: 950px;
    padding-top: 15px;
    background-color: #443a31;
    border: 1px solid #594c41;
}

#left-div {
    width: 716px;
    float: left;
    margin-top: 5px;
}

#left-inside {
    /*float: left;*/
    padding: 0px 0px 0px 19px;
}

.adwrap a, .adwrap a:hover, .adwrap a:visited {
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    width: 125px;
    height: 125px;
    float: left;
}

.thumbnail-div {
    border-top: 1px solid #2b231c;
    border-right: 1px solid #2b231c;
    border-left: 1px solid #2b231c;
    width: 190px;
    height: 159px;
    float: left;
}

.random-content a:link {
    font-size: 13px;
}

.random a:link, .random a:visited {
    float: left;
    display: block;
    width: 100%;
}

/*------------------------------------------------*/
/*---------------------[TITLES]-------------------*/
/*------------------------------------------------*/

.titles a:link, .titles a:visited, .titles a:active {
    text-decoration: none;
    font-size: 20px;
    font-family: Trebuchet MS;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}

/*------------------------------------------------*/
/*--------------------[COMMENTS]------------------*/
/*------------------------------------------------*/

.commentlist a:hover {
    border: none;
}

.commentlist img {
    border: none;
}

.commentlist li {
    font-weight: bold;
    width: 621px;
    display: block;
    background-image: url("../img/comment-bottom-Brown.gif");
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0px 0px 45px 0px;
    margin: 0px;
    list-style-image: none;
    list-style-type: none;
    float: left;
}

.commentlist li div {
    width: 601px;
    display: block;
    background-image: url("../img/comment-top-Brown.gif");
    background-repeat: no-repeat;
    margin: 0px;
    padding: 10px;
    float: left;
}

.commentlist cite {
    font-size: 18px;
    float: left;
    font-style: normal;
    margin-left: 10px;
    margin-right: 6px;
    margin-top: 5px;
    font-weight: normal;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    display: block;
    float: left;
    width: 90%;
    margin-left: 3%;
}

#commentform p {
    clear: both;
}

.commentlist .children li {
    width: 90%;
    display: block;
    margin: 0px;
    background-color: #5a4f44;
    background-image: url("../img/comment-children-bg-Brown.gif");
    background-position: left;
    background-repeat: repeat-y;
    border: 1px solid #4f3e3a;
    overflow: hidden;
}

.commentlist .children li div {
    width: 97%;
    padding: 3%;
    background-image: url("../img/comment-children-top-Brown.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

.commentlist .reply a:link, .commentlist .reply a:hover, .commentlist .children .reply a:link, .commentlist .children .reply a:hover {
    background-image: url("../img/reply-Brown.gif");
    width: 39px;
    height: 17px;
    display: block;
    color: #FFF;
    font-size: 8px;
    text-transform: lowercase;
    font-weight: normal;
    padding: 5px 0px 0px 15px;
    letter-spacing: 1px;
}

.commentlist .children li {
    padding-bottom: 10px;
}

.commentlist .children li ul li {
    padding-bottom: 10px;
    background-color: #5a4f44;
}

.commentlist #respond h3, .commentlist #respond a {
    margin-left: 28px;
}

.children textarea {
    width: 90% !important;
}

.children input {
    width: 80% !important;
}

#respond div {
    background-image: none;
}

/*------------------------------------------------*/
/*-----------------[COMMENT FORM]-----------------*/
/*------------------------------------------------*/

#commentform textarea {
    background: #443a31;
    border: 1px solid #3a2929;
    width: 350px;
    padding: 10px;
    color: #FFF;
}

/*------------------------------------------------*/
/*---------------[PAGES NAVIGATION]---------------*/
/*------------------------------------------------*/

#pages ul {
    list-style-type: none;
    list-style-image: none;
    float: left;
    padding: 0px 0px 0px 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: 22px;
}

#pages ul li {
    float: right;
    display: block;
    height: 42px;
    padding: 0px;
}

#pages ul li a:link, #pages ul li a:visited, #pages ul li a:active {
    float: left;
    color: #FFF;
    display: block;
    height: 31px;
    font-size: 12px;
    padding: 11px 20px 0px 20px;
    margin: 0px;
}

#pages ul li a:hover {
    background-position: top;
    background-repeat: no-repeat;
    margin: 0px;
    height: 31px;
    padding: 11px 20px 0px 20px;
}

/*---------------[HOVER ANIMATION]---------------*/
#lavaLampVariableImage {
    position: relative;
    padding: 15px;
    margin: 0px 0;
    width: 700px;
    float: left;
}

#lavaLampVariableImage li {
    float: left;
    list-style-type: none;
    list-style-image: none;
}

#lavaLampVariableImage li.back .left {
    background: url("../img/slider-bg2.gif") no-repeat top left;
    height: 100%;
    margin-right: 24px;
}

#lavaLampVariableImage li a {
    text-decoration: none;
    color: #FFF;
    outline: none;
    text-align: center;
    padding: 17px 10px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}

#lavaLampVariableImage li a:hover, #lavaLampVariableImage li a:active, #lavaLampVariableImage li a:visited {
    color: #FFF;
    border: none;
}

.menu li {
    padding: 0;
    float: left;
    position: relative;
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    border: 4px solid #53483e;
    width: 53px;
    height: 53px;
}

.menu a {
}

.menu li em {
    background: url("../img/hover-Brown.png") no-repeat;
    position: absolute;
    width: 236px;
    height: 155px;
    padding-top: 10px;
    padding-left: 10px;
    top: -180px;
    left: -80px;
    font-style: normal;
    z-index: 1000;
    display: none;
    color: #8B8861;
    font-size: 10px;
}

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

p img {
    padding: 0;
    max-width: 100%;
}

/*------------------------------------------------*/
/*-------------------[SIDEBAR]--------------------*/
/*------------------------------------------------*/

#sidebar {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    width: 222px;
    margin-top: 5px;
}

.sidebar-box {
    padding-top: 5px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
    float: left;
    margin-bottom: 10px;
    width: 192px;
    background-color: #2a241e;
    background-image: url("sidebar-bg-Brown.gif");
    background-repeat: repeat-x;
}

.sidebar-box2 a:hover {
    border-bottom: none;
}

.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active {
    display: block;
    color: #FFF;
    width: 176px;
    margin-bottom: 5px;
    padding: 3px 3px 3px 10px;
    background-color: #332c25;
    border: 1px solid #3e352d;
}

.sidebar-box ul li {
    color: #FFF;
    list-style-image: none;
    list-style-type: none;
}

.sidebar-box ul {
    float: left;
    margin-left: 0px;
    padding: 0px;
}

.sidebar-box ul li a:hover {
    background-color: #3e352d;
    border: 1px solid #473333;
    background-image: url("../img/sidebar-hover.gif");
    background-repeat: no-repeat;
    background-position: 170px 8px;
}

.sidebar-box h3 {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-transform: lowercase;
    font-family: Trebuchet MS;
    float: left;
    display: block;
    width: 202px;
    padding-left: 1px;
    margin: 4px 0px 10px 0px;
}

.sidebar-box2 h3 {
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
    text-transform: lowercase;
    font-family: Trebuchet MS;
    float: left;
    display: block;
    width: 202px;
    padding-left: 10px;
    margin: 4px 0px 10px 0px;
}

/*------------------------------------------------*/
/*--------------------[FOOTER]--------------------*/
/*------------------------------------------------*/
#footer {
    clear: both;
    width: 930px;
    height: 76px;
    padding-left: 20px;
    text-align: left;
    color: #FFFFFF;
    padding-top: 14px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
}

#footer a {
    color: #FFFFFF;
    font-size: 11px;
}

#footer a:visited {
    color: #FFFFFF;
}

#footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/*------------------------------------------------*/
/*--------------------[SEARCH]--------------------*/
/*------------------------------------------------*/

#search input {
    background: #FFF;
    font-size: 11px;
    color: #B8B8B8;
    font-family: Tahoma, arial, verdana, courier;
    width: 150px;
    height: 11px;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #E7E7DC;
}

/*------------------------------------------------*/
/*---------------[FEATURED ARTICLES]--------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*-----------------[LIGHTBOX VIEW]----------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*--------------------[CALEDNAR]------------------*/
/*------------------------------------------------*/
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

/* IE6 */

/* IE7 */

/*------------------------------------------------*/

h2.et_pt_title a, h2.et_pt_title a:hover, p.et_pt_blogmeta a, p.et_pt_blogmeta a:hover {
    color: #fff !important;
}

.et_pt_thumb img {
    border: medium none !important;
}

.et-protected-form p {
    margin: 0;
}

h3#reply-title small {
    display: block;
}

h3#reply-title small a {
    font-size: 11px;
    padding: 3px 0px 0px 25px;
    margin-left: 0 !important;
    margin-top: 10px !important;
}

#commentform input[type=text] {
    width: 40%;
    display: block;
    padding: 5px;
}

.commentlist #respond h3, .commentlist #respond a {
    margin-left: 15px;
}

p.logged-in-as a {
    margin-left: 0 !important;
}

.commentlist #respond input[type=text] {
    width: 40%;
    display: block;
    padding: 5px;
}

