/*  
Theme Name: Find-Books
Theme URI:  http://www.mongobread.com/
Description: Made for Find-Books by <a href="http://www.mongobread.com">mongobread</a>.
Version: 1.7
Author: mongobread
Author URI:  http://www.mongobread.com/
*/

body {
	margin:0;
	padding:0;
	font-size:8pt;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background:url(img/bg.gif) repeat-x;
}
img {border:none;}
.clear {clear:both;}
a { color:#3366ff; }
a:hover {color:#cc3333; text-decoration:underline;}

#header {
	width:100%;
	height:80px;
	/*background:#F6F1D5 url(img/headbg.jpg) bottom repeat-x;*/
}

.headwrap {
	width:800px;
	height:auto;
	margin:0 auto 0 auto;
}

#main {
	width:100%;
	height:auto;
	margin:5px auto;
	padding:5px 0 0 0;
	/*background:url(img/bg.jpg) repeat-y;
	border-top:1px #DCDCDC solid;
	border-bottom:1px #DCDCDC solid;*/
}

#mainwrap {
	width: 100%;
	height:auto;
	padding:10px 0 0 10px;
}
/* start home area */
#homearea {
	height:auto;
	background:#DFDFDF;
	width:920px;
	margin:10px auto 0px auto;
	padding:10px 10px 10px 10px;
	/*border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #000;
	border-bottom:1px solid #000;*/
	border:1px solid #fff;
}
.logo {
	width:500px;
	height:110px;
	margin:0px auto;
}
.homesearch {
	
}



/* contentarea */
#content {
	height:auto;
	background:#DFDFDF;
	width:920px;
	margin:30px auto 50px auto;
	padding:10px 10px 50px 10px;
	/*border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #000;
	border-bottom:1px solid #000;*/
	border:1px solid #fff;
}
.logomini {
	float:left;
	width:250px;
	height:75px;
}
.searchbox {
	width:600px;
	height:auto;
	margin:0 auto;
	padding:auto;
	text-align:center;
	padding:5px 5px 5px 5px;
	font-size:15pt;
}
.searchbox  input#Search2Post_search {
	width:485px;
}
.searchsingle {
	float:left;
}


.contentarea {
	float:left;
	width:100%;
	height:auto;
	margin:0 10px 0 0;
	padding:5px 5px 5px 5px;
	text-align:justify;
	/*border-right:1px #000 solid;
	border-left:1px #000 solid;*/
}
.entry {
	border-bottom:1px #DCDCDC solid;
	padding:5px 5px 5px 5px;
}


.commentbox {
	border-top:1px #000 solid;
}
.commentbox textarea {
	width:80%;
}
.sidebar-left {
	width:210px;
	height:auto;
	float:left;
	margin:0 10px 0 0;
	padding:0 5px 0 5px;
}

.sidebar-right {
	width:210px;
	height:auto;
	float:left;
	margin:0 0 0 5px;
	padding:0 5px 0 10px;
}
.sidebar-right table {
	/*width:50%;*/
}
h1.sb {
	background:#F6F1D5;
	padding:3px 0 0 10px;
	color:#000;
	font-size:13pt;
}
h2.widgettitle {
	background:#F6F1D5;
	padding:0 0 0 10px;
	color:#000;
	font-size:14pt;
}

#footer {
	width:100%;
	height:auto;
	margin:0;
	background:#ECECEC;
	padding:10px 0 10px 0;
}

.copyright {
	width:auto;
	height:auto;
	margin:5px auto 0 auto;
	text-align:center;
}
.footcrumbs {
	width:auto;
	height:auto;
	margin:0 auto 0 auto;
	text-align:center;
}
#navfoot {
	list-style:none;
	margin:0;padding:0;
}
#navfoot li {
	display:inline;
	margin:0 10px 0 0;
}