/*
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");

/* Reset */
* {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}
.entry img { border:none; }
h2.respond h2.comments { color:#CCC; }
html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
blockquote p a{ color:#666; }
ul {list-style-type: none}
ol {list-style-type: decimal}
ol {margin: 0 0 0 20px}
.author a img { border:none; }
.clear {clear:both; color:#191919; border:1px solid #191919; background-color:#191919;}
a {color: #ffa800;}
#logo a{ border-bottom:none; }
a:hover {color: #666; }
#features p a { color:#ddd; } 
.fpost p a { color:#ddd; } 
/* Page Layout */
body {
	width: 100%;
	background: #191919;
	text-align: center;
	cursor: default;
}
.wp-caption-text { background-color:#ccc; color:white; }
#pagei {
	width: 1000px;
	height: auto;
	padding: 7px 0 7px 0;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.75em;
	color: #fff;
}
.widgettitle
{
	background-color:#191919;
	color:#FFFFFF;
}
#page {
	height: auto;
	background: #191919;
	padding: 10px;
}

#main {
	width: 980px;
}

#main-left {
	float: left;
	width: 315px;
	padding: 0 10px 0 0;
}

#main-center {
	float: left;
	width: 310px;
	padding: 0 10px 0 10px;
}
.post h1
{
	color:#999999;
}
#main-right {
	float: left;
	width: 315px;
	display: inline;
	margin-left: 10px;
}
.cssbutton
{
	color:#000000;
}
.cssbutton:hover{ color:#FFFFFF; background-color:#666666; }
#contents {
	width: 980px;
	padding: 10px 0 10px 0;
}
h2.widgettittle { background-color:#191919; color:#FFFFFF; }
#contents-b {
	width: 980px;
	padding: 0 0 0 0;
}

.rightmenu { color:#999999; }
#sponsors a img { border:solid 5px #afafaf; }
#sponsors a:hover img { border:solid 5px #333; }

#content, #content-b {
	float: left;
	width: 639px;
	border-right: 1px solid #191919;
	border-left: 1px solid #191919;
	margin-right: 10px;
	padding-right: 10px;
}

#sidebar {
	float: left;
	width: 300px;
	display: inline;
}

#footeri {
	width: 1000px;
	height: auto;
	margin: 0 auto 7px auto;
	text-align: left;
	font-size: 0.7em;
	color: #fff;
	background: #e58631;
}

#footer {
	padding: 10px;
}

#bottom {
	width: 1000px;
	height: auto;
	margin: 10px auto 30px auto;
	text-align: left;
	font-size: 0.7em;
	color: #888;
	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: #CCC;
	padding: 4px 5px 3px 5px;
	margin: 0 0 5px 0;
	font-size:14px;
}

h2.front-gal {
	display: block;
	line-height: 1.4em;
	font-weight: bold;
	color: #CCC;
	padding: 4px 5px 3px 30px;
	margin: 0 0 5px 0;
	background: #2c2c2c url(images/photo.png) no-repeat;
	background-position: 7px center;
	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}
