/*
Theme Name: Browntown
Theme URI: http://wordpress.org/
Description: A custom theme built specifically for the Browntown website.
Version: 1.0
Author: Les Brown
Author URI: http://theroadlestravels.com/
Tags: brown, wood, fixed-width

All Rights Reserved. Do not copy or use any aspect of this theme without the express written consent of it's author, Les Brown.

*/





body {
	text-align: center;
	background-color: rgb(0,0,0);
}



#wrapper {

	background-image: url(./images/back.jpg);
    	background-repeat: repeat-y;	
	text-align: left;
	width: 1200px;
	position: relative; 
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: rgb(213,191,177);
	margin: 0 auto;

}



p {
		
}

b, strong {

}

a img {
	border-style: none;
}

img {
border-style: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	text-decoration: none;
		color: rgb(213,191,177);

 
}

a:hover, a:active {
}

h1 {
	font-size:36px;
}

h2{
	font-size:28px;
}

h3{
	font-size:20px;
}

h4{
	font-size:16px;
}

h5{
	font-size:14px;
}

#header {
    /* background-image: url(images/header.png);
    background-repeat: no repeat; */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1200px;
    height: 157px;
}

#logobox {
    position: absolute;
    top: 11px;
    left: 14px;
}

#nav {
	/* background-image: url(./images/nav.png);
    	background-repeat: repeat-y; */
	position: absolute;
	top: 157px;
	left: 0px;
	width: 843px;
	height:125px;


}

.navlist {
	margin-top: 5px;
	padding: 0px;
    }


    
.navlist ul {
	list-style-type: none;

	}
    
.navlist li {
	display: inline;
	margin-left: 20px;
	}

.navlist a:hover img{

	}
    

	
#sidetop{
    background-image: url(./images/about.png);
    background-repeat: no repeat;
    position: absolute;
    top: 157px;
    left: 843px;
    width: 357px;
    height: 187px;
}

.about{
	margin: 50px 35px 0px 30px;
	font-size: 12px;
	overflow: hidden;
}
#sideleft{
background-image: url(./images/links.png);
    background-repeat: no repeat;
    position: absolute;
    top: 344px;
    left: 843px;
    width: 173px;
    height: 373px;
}

#links{
	margin: 60px 0px 0px 30px;
	font-size: 13px;
}

#sideright{
	background-image: url(./images/categories.png);
    background-repeat: no repeat;
    position: absolute;
    top: 344px;
    left: 1016px;
    width: 184px;
    height: 373px;
}

#categories{
	margin: 60px 0px 0px 30px;
	font-size: 13px;
}

#sidebottom{
    background-image: url(./images/social1.png);
    background-repeat: no repeat;
    position: absolute;
    top: 717px;
    left: 843px;
    width: 357px;
    height: 183px;
}

.social{
	margin: 90px 0px 0px 40px;
}
.social ul {
	list-style-type: none;

	}
    
.social li {
	display: inline;
	padding-left: 25px;
	}
	
#content {
	/* background-image: url(./images/text2.png); 
	background-repeat: repeat-y; */
	/* position: relative; */ 
	/* clear: both;
	float: left; */
	/* margin-top: 292px; */
	margin-left: 20px;
	width: 843px;
	/* height: 564px; */
	padding: 292px 0px 0px 0px;
	text-align: left;
	
}

#posts {
	
	margin: -20px 20px 20px 40px;
	width: 680px;
	padding: 0px 100px 0px 0px;
	clear: both;
}



#posts a img {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	display: block;
	padding:2px;
	border:solid;
	border-color: #333
	border-width: 1px 1px 1px 1px;
	background-color: #333;
}

.post-title {
	clear: left;
}

#footer {
	
        
	clear: both;
	float: left;
	width: 843px;
	/* height: 54px; */
}

#footerText {
	margin: 18px 0px 0px 50px;
}

#comment {
	background-color: rgb(75,65,45);
	color: #999;
}

#submit {
  color:#8A6A4A;
  font: bold 84% Georgia,helvetica,sans-serif;
  background-color:rgb(33,20,11);
  border:1px solid;
  border-color: #777;
}

.postmetadata {
	margin-bottom: 40px;
}



