/*
Theme Name: WP Max
Theme URI: http://wordpresstop.com
Description: A Fantastic Premium News Theme for WordPress
Version: 1.2
Author: Ahmad Fouad
Author URI: http://wordpresstop.com
*/

/* Imports */
@import url("css/rounded.corners.css");
@import url("css/header.css");
@import url("css/menu.css");
@import url("css/featured.story.css");
@import url("css/more.features.css");
@import url("css/latest.css");
@import url("css/more.latest.css");
@import url("css/searchform.css");
@import url("css/mediaplayer.css");
@import url("css/300x250.css");
@import url("css/subscription.css");
@import url("css/carousel.css");
@import url("css/gallery.css");
@import url("css/sidebar.css");
@import url("css/ajax.tabs.css");
@import url("css/front.categories.css");
@import url("css/footer.css");
@import url("css/single.post.template.css");
@import url("css/archive.css");
@import url("css/slider.css");
@import url("css/business.css");

/* Reset */
* {
	font-family: Helvetica, Arial, Verdana, Tahoma;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
ol {margin: 0 0 0 20px}
.clear {clear:both}
a {color: #47bb00}
a:hover {color: #333}

/* Page Layout */
body {
	width: 100%;
	background: #f1f4ef;
	text-align: center;
	cursor: default;
}

#pagei {
	width: 1000px;
	height: auto;
	padding: 7px 0 7px 0;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.75em;
	color: #555;
}

#page {
	height: auto;
	padding: 10px;
}

#main {
	width: 980px;
}

#main-leftnav {
	margin-top: 10px;
	float: left;
	background: #ffffff;
	border-right: 2px solid #eee;
	width: 120px;
	padding: 5px 0px 10px 5px;
}

#main-center {
	float: left;
	background: #ffffff;
	width: 510px;
	padding: 5px;
}

#main-right {
	float: left;
	width: 310px;
	display: inline;
	margin-left: 10px;
}

.rightblock {
	width: 310px;
	background: #ffffff;
	padding: 5px;
	margin-bottom: 15px;
	}
	
.mapblock {
	background: #ffffff;
	padding: 5px;
	margin-bottom: 15px;
	}

#contents {
	width: 980px;
	padding: 10px 0 10px 0;
}
#contents-b {
	width: 980px;
	padding: 0 0 0 0;
}

#content, #content-b {
	float: left;
	width: 620px;
	background: #fff;
	padding: 5px;
}

#event-center {
	float: left;
	width: 330px;
	background: #fff;
	margin-right: 10px;
	padding: 5px;
}

#event-right {
	float: left;
	width: 620px;
	background: #fff;
	padding: 5px;
}

#event-bottom {
	width: 970px;
	background: #fff;
	margin-right: 0;
	margin-top: 5px;
	padding: 5px;
}

#business-dir-container
{
	width: 980px;
	overflow-y: auto;
	margin-bottom: 10px;
}

#business-dir {
	float: left;
	width: 550px;
	background: #fff;
	margin-right: 10px;
	padding: 5px;
}

#business-dir-map {
	float: left;
	width: 400px;
	background: #ffffff;
	padding: 5px;
	margin-bottom: 15px;
}


ul#businesscats {
  float: left;
  width: 560px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
ul#businesscats li.topcat {
  float: left;
  width: 170px;
  margin: 0;
  padding: 4px 4px 4px 10px;
  line-height: 1.2em;
  background-image: url(/wp-content/themes/wp-max/images/bullet.gif);
  background-position: 0 8px;
  background-repeat: no-repeat;
}


ul#businesscats li.topcat ul li.subcat {
  float: left;
  margin: 0;
  padding: 4px 10px 4px 8px;
  line-height: 1.2em;
  font-size: .9em;
  background-image: url(/wp-content/themes/wp-max/images/bullet-filled.gif);
  background-position: 0 8px;
  background-repeat: no-repeat;
}

#business-articles {
	float: left;
	width: 600px;
	background: #fff;
	margin-right: 10px;
	padding: 5px;
}

#business-right {
	float: left;
	width: 300px;
}


#sidebar {
	float: left;
	width: 310px;
}


/* BUTTONS */


.actionbutton {
	margin: 4px 0px 4px 0px;
	}

.actionbutton a {
	padding: 3px;
	background: #2a95e7;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	}
	
.actionbutton a:hover {
	background: #187ee1;
	}


.buttonclear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: url(../images/bg_button_a.gif) no-repeat scroll top right;
    color: #fff;
    display: block;
    font-size:.7em;
    font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: url(../images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



/* FOOTER */

#footer {
	display: block;
	background: #d7dcd4;
	width: 100%;
	height:100px;
	padding: 0px 0px 15px 0px;
	margin-top: 30px;
    float:left;
}



#footercontainer {
	width:  980px;
	margin: 0 auto 0px auto;
	padding: 10px;
	position: relative;
	}

#footeri {
	height: 20px;
	padding: 8px;
	margin-bottom: 7px;
	text-align: left;
	font-size: 0.7em;
	color: #333333;
	background: #f1f4ef;
}

#windfarm {
	z-index: -1;
	width: 332px;
	height: 211px;
	position: absolute;
	top: -201px;
	right: 0px;
	}

#bottom {
	width: 980px;
	margin: 0 auto 7px auto;
	text-align: left;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.5em;
}

#bottom-left {
	float: left;
}

#bottom-right {
	float: right;
}

/* Global site Headers */



h2.front {
	display: block;
	line-height: 1.4em;
	font-weight: bold;
	color: #409e07;
	padding: 4px 5px 3px 5px;
	margin: 0 0 5px 0;
	background: #b1ed8d;
}

h2.front-gal {
	display: block;
	line-height: 1.4em;
	font-weight: bold;
	color: #444;
	padding: 4px 5px 3px 30px;
	margin: 0 0 5px 0;
	background: #f1f6e2 url(images/photo.png) no-repeat;
	background-position: 7px center;
	border-bottom: 1px solid #e3e8d4;
	position: relative;
}

h3.front {
	margin: 10px 0 5px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 7px 0;
	color: #666;
	position: relative;
}

/* Various Links CSS */
a.icomment {
	display: inline;
	font-size: 0.9em;
	color: #999;
	margin: 0 0 0 7px;
}

a.icomment:hover {color:#333}

a.external
{
	background: url(/wp-content/themes/wp-max/images/external.png) center right no-repeat;
	padding-right: 13px;
}

a.override
{
	background: url(/wp-content/themes/wp-max/images/external.png) center right no-repeat;
	padding-right: 13px;
}


#tod p {
	line-height:1.2em;
	padding:5px 0 0;
}


/**************************** Profile added CSS ************************************/

.profile_image{	
	float: left;
	background: #ffffff;	
	width: 150px;
	padding: 5px 0px 10px 5px;
    margin-right:10px;
    color:#707070;    
    }


.profile_top{
    float:left;
}

.postinghistory{
    float:left;
    background:#FFFFFF none repeat scroll 0 0;
    float:left;
    margin-top:10px;
    width:675px;
}

.profile_biography {
    background:#FFFFFF none repeat scroll 0 0;
        
    float:left;
    width:510px;
}

.profile_middleblock {
	
	background: #ffffff;
	padding: 5px;
	margin-bottom: 15px;
}
    
 .profile_rightblock{
    margin-bottom:15px;
    background:#FFFFFF none repeat scroll 0 0;
    padding:5px;
    width:295px;
 }
    
.profile_middlebottomblock{
	
	background: #ffffff;
	padding: 5px;
	margin-bottom: 15px;
}

.main_profile_left{
    float:left; 
    width:685px;
}

.main_profile_right{
    float:left; 
    width:150px;
}

.profile_back{
    background:transparent url(images/back.png) repeat-x scroll left bottom;
    border:1px solid #CBCBCB;
    display:block;
    width:130px;
    padding:5px;
}

.post_date {
    color:#999999;
    font-size:10px;
}

.author_post-even{
    background: #F1F4EF;
    padding:5px;
	line-height:1.6em;
}

.author_post-odd{
    background: #FFFFFF;
    padding:5px;
	line-height:1.6em;
}

