/*   
Theme Name: Qelix
Theme URI: http://www.qelix.com/
Description: Qeix Official Theme
Author: Ibrahim Ezzy
Author URI: http://qelix.com
Version: 1.0
*/

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td { vertical-align:middle; }
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { display:inline-block; }
/* Hide from IE Mac \*/
.clearfix { display:block; }
/* End hide from IE Mac */

/* structure */
body {
	font-family:"Lucida Grande", "Segoe UI", "Lucida Sans Unicode", sans-serif, Arial;
	font-size:62.5%;
}
#container { overflow:hidden; }
#header {
	height:100px;
	background:url(img/site/header.jpg) repeat-x;
}
#pagebody {
	width:900px;
	overflow:hidden;
	margin:0 auto;
	padding:25px 0 0;
}
/* global */
a, active, visited {
	color:#879034;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
.hidden { display:none; }
.center {
	width:900px;
	margin:0 auto;
}
h1, h2, h3, h4, h5 { font-family:Helvetica, Arial, sans-serif; }
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:2.4em;
	line-height:1.5;
	color:#a5b040;
	margin:0 0 10px;
}
h2 {
	margin:15px 0;
	color:#333333;
	font-size:1.8em;
}
p {
	line-height:1.5em;
	margin-bottom:1.3em;
	font-size:1.2em;
}
hr {
	color: #e4e1cd;
	background: #e4e1cd;
	border:0;
	height: 1px;
	clear:both;
	margin:7px 0;
}
/* header */
#header ul#top-nav {
	float:right;
	font-size:1.1em;
	font-weight:bold;
}
#header ul#top-nav li { float:left; }
#header ul#top-nav li a, active, visited {
	color:#878257;
	display:block;
	padding:5px 7px;
	margin:0 5px;
	border-top:4px solid #FDFDFC;
}
#header ul#top-nav li a:hover, #header ul#top-nav li.active a {
	color:#1e7174;
	text-decoration:none;
}
#header ul#top-nav li.active a { border-top:4px solid #1e7174; }
h1#logo a {
	background:url(img/site/logo.jpg) no-repeat left center;
	display:block;
	width:100px;
	height:100px;
	text-indent:-10000px;
}
/* columns */
#content {
	width:600px;
	float:left;
}
#content.wide {
	width:100%;
	float:none;
}
#sidebar {
	width:280px;
	float:right;
	padding:50px 0 0;
}
/* footer */
#footer {
	width:900px;
	overflow:hidden;
	margin:0 auto;
	border-top:1px solid #e4e1cd;
	padding:10px 0;
}
#footer .left {
	width:80%;
	float:left;
}
#footer .right {
	width:20%;
	float:right;
	text-align:right;
}
#bottom-nav {
	width:100%;
	overflow:hidden;
	font-size:1em;
	color:#c5c1aa;
	margin:0 0 3px;
}
#bottom-nav li {
	margin:0 5px 0 0;
	height:16px;
	line-height:18px;
	float:left;
}
#bottom-nav li.home a {
	background:url(img/site/ico_home.jpg) no-repeat;
	width:16px;
	height:16px;
	float:left;
}
#bottom-nav li.home a span { display:none; }
#footer p {
	padding:0;
	color:#c5c1aa;
	font-size:1.1em;
}
#footer a {
	padding:0 2px;
	font-size:1.2em;
}
#footer a.doreo-hosting {
	width:115px;
	height:19px;
	float:right;
	background:url(img/site/doreo_hosting.jpg) no-repeat top;
	margin:3px 0 0;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#footer a.doreo-hosting:hover {
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#footer a.doreo-hosting span { display:none; }
/* under-construction */
.under-construction {
	padding:20px;
	margin:20px 0;
	text-align:center;
	background:#F9F8F3;
	border:1px solid #F0F0E6;
}
#header .description { color:#222; }
#nav { height:28px; }
#nav li {
	float:left;
	list-style:none;
}
#nav li a {
	color:#999;
	background:#fff;
	font:1.6em Trebuchet MS;
	margin:1px 2px 0 0;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	background-color:#eee;
	color:#333;
	text-decoration:none;
}
#nav li a.active {
	background-color:#eee;
	color:#444;
	text-decoration:none;
}
p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}
a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0;
}
a.more:hover { text-decoration:underline; }
/* post */
.post { margin:0 0 40px; }
.entry a, active, visited { text-decoration:underline; }
.entry a:hover { text-decoration:none; }
.post blockquote {
	margin:0 20px;
	font-size:11px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
}
.post h2 a {
	color:#333;
	font-size:20px;
}
.post .meta {
	font-family:Helvetica, Arial, sans-serif;
	border-bottom:1px solid #eee;
	padding:0 0 5px;
	margin:0 0 15px;
	font-size:14px;
	color:#6F6F6F;
	width:100%;
	overflow:hidden;
}
.post .meta .date { float:left; }
.post .meta .comment { float:right; }
.post img {
	border:1px solid #ddd;
	padding:4px;
	background:#F5F5ED;
}
.post p:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .post p {height: 1%;}
/* widgets */

.widget {
	margin:0 0 25px;
	font-size:12px;
}
.widget h2.title {
	font-size:16px;
	border-bottom:1px solid #eee;
	padding:0 0 5px;
	margin:0 0 5px;
	font-weight:normal;
	color:#1E7174;
}
.widget ul li {
	line-height:1.2;
	padding:1px 0;
}
.widget ul li:hover { background:#FAF9F5; }
/* recent entries */
.widget_recent_entries ul li { /* background:url(img/site/arrow.png) no-repeat left 6px; */ padding:4px 0; }
/* recent comments */
.widget_recent_comments li { margin:0 0 5px; }
.widget_recent_comments li em {
	font-style:italic;
	color:#333;/* padding:3px;
		background:#F0F0E6;
	display:-moz-inline-box;
	display:inline-block; */
}
/* categories */
.widget_categories li {
	width:100%;
	overflow:hidden;
}
.widget_categories li a { float:left; }
.widget_categories li span {
	float:right;
	visibility:hidden;
}
.widget_categories li:hover { background:#FAF9F5; }
.widget_categories li:hover span { visibility:visible; }
/* search form */
form#searchform h2.title { margin:0 0 10px; }
/* edit link */
span.edit-link a {
	color:#c00;
	margin:0 5px;
}
/* posted in */
.postmetadata {
	background:#F8F7F2;
	padding:10px;
}
/* comments */
#responses-main {
	width:100%;
	overflow:hidden;
}
#responses-main h3 {
	font-size:16px;
	margin:0 0 15px;
	clear:both;
}
#responses {
	float:left;
	max-width:58%;
	position:relative;
 width: expression(Math.min(parseInt(this.offsetWidth), 58 ) + "%");
	margin-right:2%;
}
/* comment form */
#response-action {
	float:left;
	vertical-align:top;
 width: expression(Math.min(parseInt(this.offsetWidth), 39 ) + "%");
	max-width:40%;
}
form#commentform small {
	font-size:11px;
	margin:0 0 0 5px;
}
#response-action textarea { width:340px; }
/* comment meta */
#comment-meta {
	width:100%;
	overflow:hidden;
	background:#F8F7F2;
	margin:0 0 10px;
}
#comment-meta * {
	vertical-align:middle;
	line-height:32px;
}
#comment-meta .left {
	width:50%;
	float:left;
}
#comment-meta cite {
	font-weight:bold;
	font-style:normal;
	padding:0 0 0 5px;
}
#comment-meta .right {
	float:right;
	width:50%;
	text-align:right;
	margin:0;
	padding:0;
}
#comment-meta .right a { padding:0 10px 0 0; }
/* captcha */
#secureimgdiv p small {
	margin:0 !important;
	padding:0;
	display:block;
}
#securitycode { margin:5px 5px 0 0; }
/* subscribe to comments */

p.solo-subscribe-to-comments {
	background:#F8F7F2;
	padding:10px;
}
p.solo-subscribe-to-comments label {
	display:block;
	padding:0 0 5px;
}
.solo-subscribe-errors {
	background:#c00;
	color:#fff;
	padding:10px;
	line-height:1.5;
}
.subscription-manager .updated p {
	background:green;
	color:#fff;
	padding:15px;
}
.subscription-manager .updated p a, active, visited {
	color:#fff;
	text-decoration:underline;
}
.subscription-manager .wrap .updated p {
	background:#fff;
	padding:5px;
	color:#333;
}
.subscription-manager .wrap .updated p a, active, visited { color:#333; }
/* navigation */
.navigation {
	width:100%;
	overflow:hidden;
	line-height:1.5;
	font-size:14px;
	margin:0 0 20px;
}
.navigation .left {
	float:left;
	width:50%;
}
.navigation .right {
	float:right;
	width:50%;
	text-align:right;
}
/* highlight author comment */
.author-comment #comment-meta {
	background: #DFDFB5;
	color:#000;
	font-size:11px;
}
.author-comment #comment-meta a { color:#333; }
/* intro */
.widget_text p {
	font-size:12px;
	margin:0;
	padding:7px;
	background:#F5F5ED;
}
