/*  
Theme Name: Perth Street Art
Theme URI: http://www.perthstreets.com.au
Description: Brown theme for PSA - colours only
Version: 1
Author: Daniel Price
Author URI: http://gmm.com.au
*/

/* Colors */
body { 
  color: #F3EADC;
  background: #40352D url('images/bg-brown3.png');
  }

#page { height: 100%; }

#header {
  background: #312922 url('images/bg-brown2.png') repeat-x bottom;
  border-bottom: 1px solid #4F4138;
  }

#headerimg { background: url('images/header.png') no-repeat top left; }
#headerimg h1 { font-size: 1px; color: #26201B; text-indent: -1000px;}

#footer2 {
  background: #312922 url('images/bg-brown2.png') repeat-x bottom;
  border-top: 1px solid #4F4138;
  }
  
.entry, .portfolio {  
  border: 1px solid #4F4138; 
  background: #3f332c url('images/bg-brown.png') repeat-x bottom; 
  }

#sidebar ul li ul {  
  }

h1, h2 { color: #E8BF74 }
h3 { color: #78695F; }
h4, h5, h6 { color: #AF905C; }

a { color: #F3EADC; }
a:hover { color: #E57639; }

.postmetadata a {text-decoration: none;}
.postmetadata a:hover {text-decoration: underline;}

#content a, #contentwide a { color: #DEC9A3; }
#content a:hover, #contentwide a:hover { color: #E57639; }
#content h2 a, #contentwide h2 a { color: #E8BF74; }
#content h3 a, #contentwide h3 a { color: #F3EADC; }
#content small, #contentwide small {color: #78695F; }

#content label small, #contentwide label small, .portfolio small { color: #fff;}
#content img, #contentwide img { background-color: #FDF6E9; border: 1px solid #4F4138; }

.portfolio h3 { color: #F5DDB2 !important; }
.portfolio small, .portfolio p { color: #fff !important; }
.portfolio a { color: #E57639 !important;  }

.thumb { background-color: #5E4D43; padding: 3px; border: 1px solid #4f4138; }

.commentlist li {   border: 1px solid #4F4138; 
  background: #3f332c url('images/bg-brown.png') repeat-x bottom;  }

/* Form stuff */
input, textarea { background: #ECDFC9; border: 1px solid #433830; }

input#submit { background: #28211C; color: #F3EADC; font-size: 0.7em; padding-top: 5px; padding-bottom: 5px;}
input#submit:hover { background: #55453A; cursor: hand; cursor: pointer;}

#sidebar li p {   
  padding: 5px;
  border: 1px solid #4F4138; 
  background: #3f332c url('images/bg-brown.png') repeat-x bottom; 
}


