/*  
Theme Name: Emporium Business Theme
Theme URI: http://www.emporium-directory.com/
Description: Free WP theme by <a href="http://www.emporium-directory.com">Emporium Directory</a> and coded by <a href="http://www.cypherhackz.net/">CypherHackz</a>.
Author: Emporium Directory
Author URI: http://www.emporium-directory.com/
*/

/***************************************************
*	HTML
***************************************************/
body{
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) repeat-x top #555555;
	font-family: arial;
	font-size: 9pt;
	color: #333333;
	}
#content{
	margin: 50px 0 0 0;
	clear: both;
	overflow: hidden;
	background: url(images/side.jpg) no-repeat 465px 0 #ffffff;
	}
#wrapper{
	width: 902px;
	margin: 0 auto;
	}
input#s{
	border: 1px solid #bebebe;
	color: #bebebe;
	padding: 0 5px;
	font-size: 8pt;
	}
input#searchsubmit{
	background: #5c7275;
	border: none;
	color: #ffffff;
	font-size: 8pt;
	padding: 0 5px;
	}
/***************************************************
*	HEADER
***************************************************/
#header{
	background: url(images/header.jpg) no-repeat;
	width: 902px;
	height: 72px;
	clear: both;
	}
.banner{
	width: 258px;
	float: left;
	text-align: center;
	}
.menu{
	width: 644px;
	float: left;
	text-transform: uppercase;
	}
.banner h1{
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 17pt;
	font-family: Arial;
	}
.menu ul{
	margin: 0;
	padding: 25px 20px;
	list-style: none;
	}
.menu ul li{
	margin: 0;
	padding: 0 15px;
	list-style: none;
	display: inline;
	background: url(images/headerli.jpg) no-repeat right center;
}
/***************************************************
*	MAIN
***************************************************/
#main{
	float: left;
	width: 415px; /*455*/
	padding: 10px 50px 10px 20px;
	}
.post h2, .post h1{
	margin: 0;
	padding: 0;
	font-size: 13pt;
	font-family: times new roman;
	color: #111111;
	}
.postmeta{
	font-size: 8pt;
	color: #828282;
	}
.entry{
	text-align: justify;
	}
.post{
	padding: 0 0 20px 0;
	}
.navigation{
	font-size: 8pt;
	}
.alignleft{
	float: left;
	}
.alignright{
	float: right;
	}
/***************************************************
*	COMMENTS
***************************************************/
textarea{
	font-size: 8pt;
	font-family: tahoma;
	color: #000000;
	border: none;
	padding: 5px 2px;
	border: 1px solid #000066;
	}
ol.commentlist{
	margin: 0;
	padding: 10px 0;
	}
ol.commentlist li{
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	}
#comments h3{
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 10pt;
	}
#comments{
	padding: 30px 0 10px 0;
	}
input#author, input#email, input#url, textarea#comment{
	border: 1px solid #cccccc;
	padding: 0;
	font-size: 8pt;
	}
.comfooter{
	text-align: right;
	font-size: 8pt;
	}
.comment_meta{
	font-size: 8pt;
	}
.comcontent{
	background: #eeeeee;
	padding: 5px 2px;
	}
blockquote{
	margin: 0 20px;
	padding: 10px 5px;
	background: #999999;
	border: 3px double #666666;
	color: #eeeeee;
	}
/***************************************************
*	SIDEBAR
***************************************************/
#sidebar{
	width: 415px; /*445*/
	float: left;
	}
.lsidebar ul, .rsidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
.lsidebar ul li, .rsidebar ul li{
	margin: 0;
	padding: 10px 0;
	list-style: none;
	}
.lsidebar ul li ul, .rsidebar ul li ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
.lsidebar ul li ul li, .rsidebar ul li ul li{
	margin: 0;
	padding: 5px 0;
	list-style: none;
	border-bottom: 1px solid #ebebeb;
	}
.lsidebar{
	float: left;
	width: 154px; /*174*/
	padding: 0 10px;
	}
.rsidebar{
	float: right;
	width: 216px; /*256*/
	padding: 0 10px;
	}
.lsidebar h2, .rsidebar h2{
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-family: times new roman;
	text-transform: uppercase;
	}
/***************************************************
*	FOOTER
***************************************************/
#footer{
	background: #ffffff;
	}
.bottom{
	background: url(images/footer.jpg) repeat-x top;
	overflow: hidden;
	height: 193px; /*213*/
	padding: 10px;
	}
.sub1, .sub2, .sub3, .sub4{
	float: left;
	width: 220px;
	}
.sub1 ul, .sub2 ul, .sub3 ul, .sub4 ul{
	margin: 0;
	padding: 10px 5px 0 5px;
	list-style: none;
	}
.sub1 ul li, .sub2 ul li, .sub3 ul li, .sub4 ul li{
	margin: 0;
	padding: 2px 0;
	list-style: none;
	border-bottom: 1px solid #58727c;
	}
.bottom h2{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: times new roman;
	font-size: 10pt;
	text-transform: uppercase;
	}
.subfooter{
	text-align: center;
	font-size: 10pt;
	padding: 5px 0;
	}
/***************************************************
*	LINKS
***************************************************/
.bottom a{
	color: #cccccc;
	text-decoration: none;
	}
.bottom a:hover{
	text-decoration: underline;
	}
a{
	text-decoration: underline;
	color: #688996;
	}
a:hover{
	color: #000000;
	}
.lsidebar a, .rsidebar a{
	text-decoration: none;
	}
.lsidebar a:hover, .rsidebar a:hover{
	text-decoration: underline;
	}
.post h2 a, .post h1 a{
	color: #000000;
	text-decoration: none;
	}
.postmeta a{
	text-decoration: none;
	}
.postmeta a:hover{
	color: #000000;
	text-decoration: underline;
	}
blockquote a{
	color: #000000;
	text-decoration: none;
	}
blockquote a:hover{
	text-decoration: underline;
	}
.menu a{
	color: #ffffff;
	}
.menu a:hover{
	color: #000000;
	}
#header a{
	text-decoration: none;
	}
#content_start {position: absolute;left: -10000px;};

