/*
===================
webfi CSS Styles
===================
Name: webfi
Author: zeuder
Version: 1.0
Module: style.css
-------------------
*/
/* ===== GENERAL ===== */
*{ margin: 0; padding: 0;} /* reset all tags */
html{ font-size: 100%;}
body {
	background: #f5f8ef url(../imgs/bg.jpg) repeat-x;
	color: rgb(114, 114, 114);
	font-family: Verdana, Arial, Tahoma, 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 auto;
	text-align: center;
}
hr {display: none;}
img { border: none; }
p { margin: 0 0 1.5em 0; line-height: 1.5em;}
blockquote {
	background: #f9f9f9 url(../imgs/quote.jpg) no-repeat top center;
	border: 1px dashed #ddd;
	font-style: italic;
	height: auto !important;
	height: 63px;
	min-height: 63px;
	margin: 0.3em;
	padding: .312em;
	width: 85%;
}
pre, code {
	color: #894430;
	font-family: 'Lucida Console', Monaco, monospace, 'courier new';
	margin: 0.312em;
}
pre {
	background: #fffeec;
	border: 1px solid #e7ddcf;
	padding: 6px;
	overflow: auto;
	width: 85%;	
	/* fix overflow in IE */
	height: auto !important; 
	height: 30px; 
	min-height: 30px; 
}

/* FORMS */
form { margin: 1em 0 }
fieldset {
	border: 1px solid #e6e6e6;
	margin: 0 0 1em 0;
	padding: 0.312em
}
legend {
	color: #888;
	font-style: oblique;
}
input, textarea, select {
	background: #f6f6f6;
	border: 1px solid #ddd;
	color: #888;
	padding: 0.312em;
}
input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #ccc;}
textarea {
	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
	margin-top: .1em;
	margin-bottom: 1em;
	width: 90%;
}
/* LINKS GENERAL */
a{ color: #accb11;  text-decoration: none}
a:hover{ color: #1ba8dc;}

/* ===== HEADERS TAGS ===== */
h1,h2,h3,h4,h5,h6{
	color: #555;
	font-weight: 100;
	line-height: 1.5em;
	text-transform: capitalize;
	vertical-align: baseline;
}
h1 {	font-size: 2.5em;}
h2 {	font-size: 2.187em;}
h3 {	font-size: 1.5em;}
h4 {	font-size: 1.125em;}
h5 {	font-size: 1em;}
h6 {	font-size: 1em;}

/*== CONTAINER ==*/
#container {
	background: #fff url(../imgs/bgc.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 880px;
}
/*== END CONTAINER ==*/

/*== ICONS, MENU. CONTAINER==*/
#iconsmenu{
	background: #444 url(../imgs/header.jpg) no-repeat 0 0;
	height: 40px;
	width: 880px;
}
/*== END ICONS, MENU. CONTAINER==*/

/*== LOGINS RSS ICONS ==*/
#icons{ float:left; height: 10px; padding-top: 15px; width: 30px;}
#icons span{
	display: block;
	float: left;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}
#icons span a{
	display: block;
	height: 0;
	font-size: 0;
	overflow: hidden;
	outline: none;
	padding-top: 10px;
	width: 10px;
}
#icons span a { background: url(../imgs/logrss.gif) no-repeat;}
#icons span#login a{background-position: 0 0;}
#icons span#rss a{ background-position: 0 -20px;}
#icons span#login a:hover{background-position: 0 -10px;}
#icons span#rss a:hover{background-position: 0 -30px;}
/*== END LOGINS RSS ICONS ==*/

/*== MENU ==*/
#menu {
	font-size: .687em; /* 11px */
	float: right;
	height: 40px;
	text-align: right;
	width: 700px;
}
#menu ul{ list-style: none; padding-top: 1.18em; /* 13px */}
#menu li{ display: inline;}
#menu li a{ color: #CCC; padding: 1.18em; text-transform: uppercase;}
#menu li a:hover{ color: #1ba8dc;}
/*== END MENU ==*/

/*== HEADER ==*/
#header { background: #444 url(../imgs/header.jpg) no-repeat 0 -40px; height: 160px;}
#header h1{ padding: 1em 0 0 .5em;} /* 40px 20px*/
/*== END HEADER ==*/

/*== TOPBAR ==*/
#topbar { 
	background: #abba41;
	color: #666;
	height: auto !important;  /* modern browsers */
	height: 170px; /* IE5+ */
	min-height: 170px; /* modern browsers*/
	font-size: 0.687em; /* 11px */
	padding: 10px; /*10px*/
	width: 860px;
 }
#topbar p, #topbar pre,#topbar blockquote{ display: inline; margin: 0; padding: 0;}
#topbar blockquote{ border:0; background: transparent; font-style: normal; }
#topbar ul {	list-style-type: none; padding-left: 0.727em; /* 8px */}
#topbar ul li{	border-bottom: 1px solid #B9C661; padding: .18em 0; /* 2px */}
#topbar ul li ul li{border:0;}
#topbar div{ 
	float:left;
	height: auto !important;  /* modern browsers */
	height: 170px; /* IE5+ */
	min-height: 170px; /* modern browsers*/
	width: 400px;
}
#topbar a{ color: #F7F8EC;}
#topbar a:hover{text-decoration: underline;}
#widget-lastentries.topbar{ padding-left: 25px; background: url(../imgs/last.gif) no-repeat 0 0;} 
#widget-lastcomments.topbar{ padding-left: 25px; background: url(../imgs/last.gif) no-repeat 0 -180px;} 
#widget-categories.topbar{ padding-left: 25px; background: url(../imgs/last.gif) no-repeat 0 -360px;} 
#widget-archives.topbar{ padding-left: 25px; background: url(../imgs/last.gif) no-repeat 0 -540px;} 
/*== END TOPBAR ==*/

/*== MAIN ==*/
#main {
	float: left;
	font-size: 0.75em; /*12px*/
	padding: 0.833em; /*10px*/
	position: relative;
	text-align: justify;
	width: 620px;
}
#main img { margin: .5em }
#main ul, #main ol, #main dl{ list-style-position: inside; margin-bottom: 2em;}
#main h3.h3{ font-size: 1.749em; margin: 0 0 1.25em 0; width: 100%;}
#main h3.h3 a{color: #333;}
#main h3.h3 a:hover{color: #1ba8dc;}
#main .entry { margin: 0 0 4.5em 0;overflow: auto; /* floating img fix IE<7*/}
#main>.entry { overflow: hidden; /* rest of the world :) */}
#main p.date{font-size: 80%; font-style: oblique;}
#main ul.date{
	background: url(../imgs/calendar.gif) no-repeat center top;
	color: #666;
	display: block;
	font-size: 80%;
	float: right;
	font-style: oblique;
	height: 50px;
	list-style: none;
	margin: 0 0 1.5em 0;
	position: absolute;
	right: 20px;
	text-align: center;
	width: 50px;
}
#main ul.date li.year{ color: #fff; display: block; }
#main ul.date li.month{ }
#main ul.date li.day{ font-size: 1.4em; font-weight: bold;}
#main ul.info{ 
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	clear: both;
	font-size: 0.833em; /*10px*/
	font-style: oblique;
	height: 25px;
	list-style: none;
}
#main ul.info li{
	display: block;
	float: left;
	height: 16px;
	padding: 0;
	margin: .5em 1em 0 .2em;
}
#main ul.info li.author{ background: url(../imgs/icons.jpg) no-repeat 0 0 ; padding-left: 2em;}
#main ul.info li.cat{ background: url(../imgs/icons.jpg) no-repeat 0 -16px; padding-left: 2em;}
#main ul.info li.comments{	background: url(../imgs/icons.jpg) no-repeat 0 -32px; padding-left: 2em;}
/*== END MAIN ==*/

/*== SIDEBAR ==*/
#sidebar {
	float: right;
	font-size: 0.687em; /*11px*/
	padding: 1em 1em 0 0;
	width: 200px;
}
#sidebar h4 {
	border-left: 4px solid #dbe882;
	color: #666;
	font-size: 1.272em; /*14px*/
	padding-left: .5em;
} 
#sidebar div { margin-bottom: 2em;  width: 200px;}
#sidebar p{ padding-left: 1em;}
#sidebar a { color: #AAA;}
#sidebar a:hover{ color: #1b8adc;}
#sidebar ul { list-style-type: none; margin: 0 0 1.5em 0;}
#sidebar ul li{ border-bottom: 1px solid #f3f3f3; padding: .272em 0 .272em 1em;} /* 3px 0 3px 11px*/
#sidebar  ul li ul { border: 0; margin:0;}
#sidebar  ul li ul li{ border:0; padding: 0 0 0 1em;}

/*== FOOTER ==*/
#footer {
	background: #333 url(../imgs/header.jpg) no-repeat 0 -80px;
	color: #999;
	clear: both;
	font-size: 0.687em; /* 11px */
	height: 120px;
	width: 880px;
}
#footer p{ padding: .5em; margin: 0;}
/*== END FOOTER ==*/

/*==Comments==*/
ul#comments{ list-style: none;}
ul#comments li{
	background: #f9f9f9;
	border-top: 1px solid #ccc;
	margin-bottom: 1.5em;
	padding: 1em;
}
ul#comments li.comment-admin{border-top: 1px solid #abba41;}
ul#comments li strong.comment-name a{color: #1ba8dc;}
ul#comments li strong.comment-name a:hover{color: #444;}
/*==*/

/*== NOTIFICATION ==*/
#main ul.msgs, ul.msgs { margin-top: 1em; margin-left: 0em; padding: 1em 2em}
.errors { background: #ffdddd; border-top: 1px solid; border-bottom: 1px solid; border-color: #ffbbbb; color: #901d1d;}
.errors a { color: #901d1d; font-weight: normal; text-decoration: underline;}
.notifications,.enabled { background: #ddffdd; border-top: 1px solid #bbffbb; border-bottom: 1px solid #bbffbb; color : #1d901d;}
.warnings { background: #fffdd5; border-top: 1px solid; border-bottom: 1px solid; border-color: #f8e674; color : #8a7802;}
.field-error { background: #fdd;	border: red 1px solid;}
/* MISC */
#widget-searchbox input{width: 80%;}
.admincontrols { font-size: 75%; text-align: left;}
.buttonbar { text-align: left; clear: both; }
.buttonbar input { margin: 0 1em 0 0; padding: 0.2em 1.2em; text-align: center;}
.navigation { font-size: 90%; margin-bottom: 5em}
.alignleft { float: left }
.alignright { float: right }
.clearl{ clear: left;}
.clearr{ clear: right;}
.clear{ clear: both;}
