/*  

Theme Name:
Theme URI:
Description:
Author:
Author URI:
/******************************************

*   HTML Elements                         

******************************************/

/* COMMON STYLE
--------------------------------------------------------- */
body {
	margin-top:0px;
        text-align:center;
	color:#4b4b4b;
        background: #ffffff;
        font-family: Arial, Helvetica, Verdana, Sans Serif;
        font-size:12px;
        font-weight: normal;
        line-height:18px;
}
.wrap{
	width:1000px;
	background-color:#ffffff;
}

.content{
	width:940px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFF;
        padding-bottom: 30px;
}

/* Control The Header Area */
.header{
	width:700px;
	margin-left:50px;
        float:left;
}

.header_page{
	width:100px;
        float:right;
}

.header_page a{
	color:#4b4b4b;
	text-decoration:none;
        font-size:11px;
}

.header_page a:visited{
	color:#4b4b4b;
}

.header_2{
	width:940px;
	height:340px;
	margin-top:20px;
	
}

.header_2_page{
	width:940px;
	height:340px;
	margin-top:0px;
	
}

.top_nav{
	width:400px;
	float:left;
	margin-top:35px;
        margin-left:50px;
}
.books{
	background-color:#fff;
	width:398px;
	height:364px;
	float:right;
	margin-top:0px;
	margin-right:40px;
        background-position: bottom;
}
/* End Header Area */

.blog_title {
        color: #847054;
        font-size:15px;
        letter-spacing:2px;
        text-transform:uppercase;
}

.content_left{
	width:560px;
	margin-left:50px;
	float:left;
}

.post h2{
        color: #4b4b4b;
        font-size:18px;
        letter-spacing:2px;
        text-transform:uppercase;
}

.post h1{
        color: #4b4b4b;
        font-size:18px;
        letter-spacing:2px;
        text-transform:uppercase;
}


.post h2 a{
        color: #4b4b4b;
        font-size:18px;
        letter-spacing:2px;
        text-transform:uppercase;
}

.post h1 a{
        color: #4b4b4b;
        font-size:18px;
        letter-spacing:2px;
        text-transform:uppercase;
}

.sidebar h2{
        color: #847054;
        font-size:16px;
        letter-spacing:2px;
        text-transform:uppercase;
}

.sidebar h5{
        color: #847054;
        font-size:16px;
        letter-spacing:2px;
        text-transform:uppercase;
        margin-bottom:10px;
}

.sidebar{
	float:right;
	width:260px;
	margin-right:30px;
}
.sidebar a{
	text-decoration:none;
        color: #847054;
      
}

.sidebar a:visited{
	text-decoration:none;
        color: #847054;
}

.sidebar a:hover{
	text-decoration: underline;
        color: #7b160d;
}

.sidebar ul{
        margin:0px;
        list-style-type:none;
        padding: 0px;
}

.sidebar li{
        margin:0px;
        padding: 3px; 0px 3px 0px
}

/* Begin Footer Control */
.footer{
	margin-left:10px;
        margin-top:20px;
	height:50px;
        font-size:11px;
}
.footer ul li{
	list-style:none;
	display:inline;
	color:#4b4b4b;
	margin-right:20px;
}
.footer a{
	color:#4b4b4b;
	text-decoration:none;
        font-size:11px;
}

.footer a:visited{
	color:#4b4b4b;
}

h2 {
	color: #4b4b4b;
	text-decoration: none;
        font-weight: normal;
}

h2 a{
	color: #4b4b4b;
	text-decoration: none;
        font-weight: normal;
}

h5 {
	color: #4b4b4b;
	text-decoration: none;
        font-weight: normal;
}

h5 a{
	color: #4b4b4b;
	text-decoration: none;
        font-weight: normal;
}

h1 {
	color: #4b4b4b;
	text-decoration: none;
        font-weight: normal;
}

h1 a{
	color: #4b4b4b;
	text-decoration: none;
        font-weight: normal;
}

h3 {
	color: #a08f78;
        font-weight: normal;
}
a {
	color: #781D08;
}

a:visited {
	color: #781D08;
}

a:hover {
	text-decoration: underline;
}

.bottom_nav ul li{
	float:left;
	list-style:none;
	display:inline;
	color:#666;

}