/*
Theme Name: Browny
Theme URI: http://wordpress.org/
Description: No graphics, pure CSS design, Eye friendly colors
Version: 1.0
Author: Almutasem
Author URI: www.almutasem.com
Tags: Brown, Right to Left, two columns, CSS, XHTML

*/
.clear {
clear: both;
}

* {
margin: 0px;
padding: 0px;
} 

a {
text-decoration: none;
}

a:hover {
color: #A60000;
}

img {
border: none;
}

body {
margin: 0px;
background-image: url(images/bg.jpg);
}

#right {
background: #ECEAE1;
float: right;
width: 673px;
}

caption {
margin: 0 auto;
padding: 0px;
text-align: center;
}

#wrapper {
width: 1004px;
margin: 0 auto;
}

#header {
position: relative;
width: 1004px;
height: 160px;
background: #575549 ;
border-bottom: 10px solid #A60000;
}

#header h1 {
padding: 15px 0px 0px 50px;
font-size: 36pt;
font-family: Arial;
text-align: center;
}

#header h1 a {
color: #ECEAE1;
}

#header h1 a:hover {
color: #D0CAB4 ;
}

#header_bar {
position: relative;
margin-top: 30px;
background: #271F1C;
}

#pages {
height: 35px;
font-family: Arial;
font-size: 13pt;
font-weight: bold;
width: 1004px;
}

#pages ul {
float: right;
list-style-type: none;
overflow: hidden;
}

#pages ul li {
display: inline;
}

#pages a {
float: right;
color: #ECEAE1;
padding: 5px 0 8px 0;
width: 74px;
margin: 0 5px 0 5px;
text-align: center;
border-bottom: 1px #ECEAE1 solid;
}

#pages a:hover {
color: #ECEAE1;
background: #271F1C;
border-bottom: 1px #ECEAE1 solid;
}

#search { 
float: right; 
width: 1004px;
margin: 20px 0 0 0;
} 

#search #searchform #s { 
float: left; 
background-image: url(images/search.png);
background-position: left;
background-repeat: no-repeat;
border:2px #542437 solid; 
margin-left: 65px;
height: 20px;
width: 190px;
vertical-align: middle;
font-size: 14px;
} 

/*           CONTENT STYLE START ################################## */

#content_main {
float: right;
width: 673px;
margin-top: 25px;
}

#post_main {
width: 673px;
margin: 0px 0px 0px 0px;
border-bottom: 20px solid #271F1C;
}

#content {
background: #ECEAE1;
width: 1004px;
margin: 25px 0 25px 0;
}

.post h2 {
height: 39px;
padding: 5px;
font-size: 21pt;
font-family: Arial;
background: #575549 ;
color: #ECEAE1;
}

.pagetitle {
height: 39px;
padding: 5px;
font-size: 21pt;
font-family: Arial;
background: #575549 ;
color: #ECEAE1;
margin-bottom: 25px;
}

.post h2 a {
color: #ECEAE1;
}

.post h2 a:hover {
color: #D0CAB4 ;
}

.post small {
display: block;
background: #D0CAB4 ;
padding: 8px;
font-family: Tahoma;
font-size: 10pt;
font-weight: bold;
color: #271F1C ;
}

.entry {
font-family: Arial;
font-weight: 500;
font-size: 14pt;
color: #000000;
background: #ECEAE1;
padding: 25px 15px 25px 15px;
}

.postimage {
border: 2px solid #271F1C;
}

.entry strong {
font-weight: 900;
}

.entry p {
padding: 0.75em 0 0.75em 0;
line-height: 170%
}

.entry h2 {
font-size: 21pt;
font-family: Arial;
background: none;
margin-top: 10px;
height: 39px;
padding: 5px;
font-family: Arial;
color: #000;
}

.entry ul, .entry ol {
list-style-position: outside;
margin-top: 6px;
margin-bottom: 6px;
padding-bottom: 1.5em;
line-height: 160%;
}

.entry ol li, ul li {
margin-top: 8px;
margin-bottom: 8px;
margin-right: 40px;
}

.entry blockquote {
border-right: 2px #A60000 solid;
font-family: Arial;
font-size: 13pt;
color: #000000;
padding:0px 15px 0px 10px;
margin:20px;
line-height: 160%
}

.post small .posmetadata {
display: block;
background: #ffffff;
padding: 10px;
font-family: Tahoma;
font-size: 18pt;
font-weight: bold;
color: #271F1C ;
}

.navigation {
display: block;
background: #575549;
height: 20px;
padding: 10px 5px 10px 5px;
color: #271F1C ;
font-size: 13pt;
}

.navigation_main {
display: block;
padding: 5px 15px 10px 15px;
height: 15px;
width: 643px;
background: #D0CAB4 ;
}

.navigation_main a {
color: #575549;
font-size: 13pt;
}

.navigation_main a:hover {
color: #A60000 ;
font-size: 13pt;
}

.navigation a {
color: #ECEAE1;
font-size: 13pt;
}

.navigation a:hover {
color: #D0CAB4;
}

.alignleft {
text-align: left;
float: left;
}

.alignright {
text-align: right;
float: right;
width: 50%;
}

#ads_post_footer {
margin: 25px 0px 25px 0px;
text-align: center;
}

/* ################################## SIDEBAR STYLE START ################################## */

#sidebar {
float: right;
background: #575549 ;
width: 297px;
margin-right: 16px;
padding: 25px 18px 0px 0px;
border-top: 170px solid #575549 ;
}

#left {
float: right;
background: #575549 ;
width: 297px;
border-right: 16px solid #271F1C;
padding: 20px 18px 25px 0px;
}

#sidebar ul li, #left ul li{
width: 276px;
margin: 0 0 25px 0;
list-style-type: none;
background: #ECEAE1;
padding-bottom: 10px;
}

#sidebar ul li h2, #left ul li h2 {
display: block;
font-size:16pt;
font-family: Arial;
background: #D0CAB4  ;
padding: 7px 0px 7px 0px;
color: #575549    ;
text-align: center;
}

#sidebar ul ul li, #left ul ul li {
font-family: Arial;
font-weight: bold;
font-size: 12pt;
list-style-type: none;
color: #271F1C;
width: 250px;
padding: 13px 0px 5px 0px;
margin: 0px 10px 0px 0px;
background: none;
border-bottom: 1px solid #A69E80 ;
}

#sidebar ul ul li img, #left ul ul li img{
vertical-align: middle;
}

#sidebar p, #left p {
font-family: Arial;
font-size: 12pt;
font-weight: bold;
color: #000;
line-height: 150%;
text-align: justify;
padding: 7px;
}

.textwidget {
padding: 5px;
}

.googleAds {
margin: 26px 55px 26px 0px;
}

/* ################################## COMMENTS STYLE START ################################## */

#comments {
width: 673px;
float: right;
background: #D0CAB4;
padding-bottom: 25px;
}

#comments h2 {
background: #575549 ;
height: 39px;
padding: 5px;
font-size: 21pt;
text-align: center;
font-family: Arial;
color: #ECEAE1 ;
}

#comment_wrapper{
padding: 15px;
margin-top: 25px;
}

#commenter li {
list-style-position: inside;
}

#commenter {
float: right;
width: 109px;
padding: 5px 0 0 0;
text-align: center;
}

#commenter h4 {
font-family: Arial;
font-size: 12pt;
color: #000000;
margin: 5px 0 5px 0;
}

#commenterSays {
float: right;
width: 60px; height: 64px;
background-image: url(images/commenterSays.gif);
}

#comment {
float: right;
width: 448px;
background: #ffffff;
padding: 10px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}

#comment p {
font-family: Arial;
font-size: 12pt;
color: #000000;
line-height: 160%;
margin-bottom: 26px;
}

.comment-remix-meta {
display: block;
background: #fff;
text-align: left;
font-family: Arial;
font-size: 12pt;
color: blue;
padding-top: 10px;
border-top: 1px #271F1C dotted;
margin-top: 20px;
}

blockquote {
background: #ECEAE1;
display: block;
border: 1px #271F1C   dashed;
font-family: Arial;
font-size: 12pt;
color: #000000;
padding: 5px;
margin: 0 0 15px 0;
line-height: 160%
}

#comments_form form#commentform {
margin: 30px 50px;
}

#commentform {
text-align: right;
font-family: Arial; 
font-size: 14px;
color: #575549;
}

#commentform .input {
margin: 5px 0 5px 0;
}

#comments_form #submit {
background:#575549; 
color: #ECEAE1; 
margin: 5px 0 5px 0; 
border: none; 
font-family: Arial; 
font-size: 14px; 
width:100px; 
padding:4px; 
cursor:pointer;
}

#comments_form #submit:hover {
background:#ECEAE1; 
color: #575549; 
}

/* ################################## FOOTER STYLE START ################################## */

#footer {
width: 1004px;
height: 36px;
background: #575549;
font-family: Arial;
font-size: 10pt;
font-weight: bold;
padding: 10px 0 10px 0;
margin: 0px 0 0 0;
color: #ECEAE1 ;
text-align: center;
border-top: 10px solid #A60000;
}

#footer a {
color: #ECEAE1 ;
}

/* 
Coldskin #2 for Contact Coldform WordPress Plugin
@ http://perishablepress.com/press/2008/01/08/contact-coldform/ 
@ http://perishablepress.com/press/2008/01/08/contact-coldskins/ 
*/

div#coldform * {
    padding: 0;
    margin: 0;
    border: 0;
}
div#coldform {
    font-family: Arial;
    font-size: 14px;
    margin: 11px 50px 0;
    width: 500px;
    color: #000000;
}
div#coldform fieldset {
    border: 0 none;
    display: block;
    clear: both;
}
div#coldform legend.hide {
    display: none;
}

.input:focus, textarea:focus { 
    border: 3px solid #575549 ; 
    color: #000000;
}


div#coldform label.label {
    font-size: 1.1em;
    display: block;
    margin: 5px 0;
    padding-top: 5px;
    width: 177px;
    clear: left;
    float: left;
}

div#coldform label.label2 {
color:#000000;
display:block;
padding-bottom:10px;
width:463px;
float:left;
clear:left;
}

div#coldform input.input {
    font-family: Tahoma;
    border: 1px solid #575549 ;
    background: #ffffff;
    padding: 3px 3px;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    width: 300px;
    color: #000000;
    clear: right;
    float: right;
}

div#coldform textarea#coldform_message
 {
    font-family: Arial;
    border: 1px solid #575549;
    background: #ffffff;
    padding: 1px 3px;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    width: 470px;
    color: #000000 ;
    clear: right;
    float: right;
}


div#coldform input.submit {
   font-family: Arial;
    margin: 7px 10px 10px 0;
    background: #575549;
    font-size: 13px;
    cursor: pointer;
    display: block;
    padding: 5px;
    width: 100px;
    color: #ECEAE1;
    clear: right;
    float: right;
}

div#coldform input.submit:hover {
background:#D0CAB4 ;
color: #575549;
}

div#coldform input.check {
display:block;
margin: 0px;
padding-bottom: 5px;
width:37px;
float:right;
clear:right;
}

#coldform_error, #coldform_spam, #coldform_success {
height: 39px;
padding: 5px;
font-size: 21pt;
font-family: Arial;
background: #A60000;
color: #ECEAE1;
margin-bottom: 25px;
}
