/*

Theme Name: WP Max

Theme URI: http://wordpresstop.com

Description: A Fantastic Premium News Theme for WordPress

Version: 1.1

Author: Marcis Gasuns

Author URI: http://wordpresstop.com

*/



/* Imports */

@import url("css/rounded.corners.css");

@import url("css/searchform.css");

@import url("css/header.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;

}



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: #366799}

a:hover {color: #333}



/* Page Layout */

body {

	width: 100%;

	background: #f1f1f1;

	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;

	background: #fff;

	padding: 10px;

}



#main {

	width: 980px;

}



#main-left {

	float: left;

	width: 320px;

	padding: 0 10px 0 0;

}



#main-center {

	float: left;

	width: 318px;

	border-left: 1px solid #d9e2e5;

	border-right: 1px solid #d9e2e5;

	padding: 0 10px 0 10px;

}



#main-right {

	float: left;

	width: 300px;

	display: inline;

	margin-left: 10px;

}



#contents {

	width: 980px;

	padding: 10px 0 10px 0;

}

#contents-b {

	width: 980px;

	padding: 0 0 0 0;

}



#content, #content-b {

	float: left;

	width: 659px;

	border-right: 1px solid #d9e2e5;

	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: #366799;

}



#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: #fff;

	padding: 4px 5px 3px 5px;

	margin: 0 0 5px 0;

	background: #FF6702;

	border-bottom: 1px solid #C64F00;

}



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}

#recentcomments {background:#E9E6D6;}







/* MENU */ 

#menu {

	height: 24px;

	background: #EAEBDA;

	border-top: 1px solid #fff;

}



#menu li {

	float: left;

	display: block;

	border-right: 1px solid #6C6F3C;

	position: relative;

}



#menu li a {

	float: left;

	display: block;

	font-weight: bold;

	color: #FF6702;

	padding: 0 10px 0 10px;

	height: 24px;

	line-height: 24px;

	position: relative;

}



.arrow {

	position: absolute;

	top: -1px;

	left: 42%;

	background: url(../images/arrow.png) no-repeat;

	display: block;

	width: 10px;

	height: 5px;

}



#menu li a:hover, #menu li a.selected, #menu li a.selected:hover {

	background: #F8F8F1;

	color: #FF6702;

}



/* Sub Menu Stylesheet */

#menu ul {

	display: none;

	position: absolute;

	z-index: 999;

	top: 24px;

	left: -1px;

	background: #fff;

	padding: 10px 5px 10px 5px;

	border: 1px solid #D9DABA;

	border-top: 0;

	height: auto;

	width: 190px;

}



#menu ul li {

	float: none;

	display: block;

	border-right: 0;

	position: static;

}



#menu ul li a {

	float: none;

	display: block;

	font-weight: bold;

	color: #366799;

	padding: 0 5px 0 5px;

	height: 22px;

	line-height: 22px;

	position: static;

	border-top: 1px solid #eee;

}



#menu ul li a:hover, #menu ul li a.selected, #menu ul li a.selected:hover {

	background: #f6f6f6;

	color: #FF6702;

}



/* MORE FEATURES */

#features li {

	padding: 10px 0 10px 0;

	border-bottom: 1px solid #f1f1f1;

}



#features h2 a {

	font-size: 1.3em;

	line-height: 1.3em;

}



#features h2 a:hover {

	border-bottom: 1px dotted #bbb;

}



#features .mfpost {

	padding: 7px 0 0 0;

}



#features img {

	float: left;

	display: inline;

	border: 1px solid #d9e2e5;

	padding: 2px;

	margin: 0 10px 0 0;

}



#features p {

	line-height: 1.5em;

}



.cssbutton {

	float: left;

	clear: both;

	margin: 15px 0 15px 0;

	background: #366799;

	color: #fff;

	padding: 5px 10px 5px 10px;

	display: block;

	font-weight: bold;

}



.cssbutton:hover {

	background: lightblue;

}



/* FEATURED */

#featured {

	margin: 0 0 15px 0;

}



#featured img {

	margin: 7px 0 7px 0;

	display: block;

	border: 1px solid #d9e2e5;

	padding: 2px;

	float: left;

}



#featured p {

	line-height: 1.5em;

	text-align: justify;

	padding: 0 0 7px 0;

}



#featured h2 a {

	font-size: 1.3em;

	line-height: 1.3em;

}



#featured h2 a:hover {

	border-bottom: 1px dotted #bbb;

}



#featured h2 .showdate {

	display: inline;

	margin-left: 10px;

	text-transform: uppercase;

	font-size: 0.9em;

}



#featured .flink {

	padding: 5px;

	background: #f0fbff;

	border: 1px solid #e8eef1;

	display: block;

	float: left;

	margin-right: 10px;

	font-weight: bold;

}



#featured .cmlink {

	padding: 5px;

	background: #f9feeb;

	border: 1px solid #eef3e1;

	display: block;

	float: left;

	margin-right: 10px;

	font-weight: bold;

	color: #81964a;

}



#featured .cmlink:hover {

	color: #333;

}

/* latest */



#mid-latest li {

	padding: 10px 0 10px 0;

	border-bottom: 1px solid #f1f1f1;

}



#mid-latest h2 a {

	font-size: 1.1em;

	line-height: 1.3em;

}



#mid-latest h2 a:hover {

	border-bottom: 1px dotted #bbb;

}



#mid-latest .lpost {

	overflow: hidden;

}



#mid-latest img {

	float: left;

	display: inline;

	border: 1px solid #d9e2e5;

	padding: 2px;

	margin: 0 10px 0 0;

	overflow: hidden;

}



#mid-latest p {

	line-height: 1.5em;

	padding: 5px 0 0 0;

}



.sd {

	font-size: 0.85em;

	margin: 2px 0 0 0;

	color: #999;

	text-transform: uppercase;

}



/* MORE LATEST */

#mid-latest-more li {

	display: block;

	padding: 3px 0 3px 17px;

	background: url(../images/postbullet.gif) no-repeat;

	background-position: left 7px;

	border-bottom: 1px dotted #ddd;

	line-height: 1.3em;

	font-size: 1.1em;

}



#mid-latest-more a:hover {

	border-bottom: 1px dotted #bbb;

}