/*
===================
ezau CSS Styles
===================
Name: ezau
Author: zeuder
Version: 1.0
Module: style.css
-------------------
*/
/* ===== GENERAL ===== */
*{ margin: 0; padding: 0;} /* reset all tags */
html{ font-size: 100%;}
body {
	background: #444 url(../imgs/bg.jpg) repeat-x;
	color: #404040;
	font-size: 1em;
	font-family: Arial, Tahoma, 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
}
hr { display: none;}
p { margin: 0 0 1.5em 0; line-height: 1.5em; }
img { border: none }
blockquote {
	border-left: 5px solid #bbb;
	color: #aaa;
	margin: 0.5em;
	padding: 0 0 0 0.312em;
	width: 90%;
}
pre, code {
	font-family: 'Lucida Console', Monaco, monospace;
	font-size: 90%;
}
pre {
	background: #ededed;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 1em;
	overflow: auto;
	padding: 0.416em 0.833em;
	width: 90%;
	/* fix overflow in IE */
	height: auto !important; 
	height: 40px; 
	min-height: 40px; 
}

/* === FORMS === */
form { margin: 1em 0 }
fieldset {
	border: #DDD solid 1px;
	margin: 0 0 1em 0;
	padding: 1em;
}
legend { font-style: oblique}
input, textarea, select {
	background: #fff url(../imgs/input.png) repeat-x;
	border: 1px solid #ddd;
	padding: .2em;
}
input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #999;}
textarea {
	font-family: 'Trebuchet MS', 'Lucida Grande',Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	width: 99%;
}

/* ===== LINKS GENERAL ===== */
a:link,a:visited, a:active{ color: #006699; text-decoration: none}
a:hover { text-decoration:underline; }

/* ===== HEADERS TAGS ===== */
h1,h2,h3,h4,h5,h6{ margin-bottom: .3em;}
h1{ font-size: 2em;}
h2{ font-size: 1.75em;}
h3{ font-size: 1.625em;}
h4{ font-size: 1.5em;}
h5{ font-size: 1.25em;}
h6{ font-size: 1em;}

/*== CONTAINER ==*/
#container {
	background: #fff url(../imgs/bgc.jpg) repeat-x;
	border: solid #444;
	border-width: 0 .5em;
	margin: 0 auto;
	text-align: left;
	width: 760px;
}

/*== HEADER ==*/
#header{
	background: #000 url(../imgs/bgc.jpg) repeat-x 0 0;
	height: 110px;
	width: 760px;
}
#header h1{ padding: 0.937em 0 0 0.781em;}
#header h1 a{ color:#fff;}

/*== MENU ==*/
#menu {
	background: #aacf3f url(../imgs/bgc.jpg) repeat-x 0 -110px;
	font-size: 0.687em;
	height: 30px;
	font-weight: bold;
	text-align: center;
	width: 760px;
}
#menu ul{
	list-style: none;
	padding: 0.818em;
}
#menu li{	display: inline;}
#menu li a{ 
	color: #000;
	padding: 1.25em;
}
#menu li a:hover{ text-decoration: underline;}
/*== END MENU ==*/

/*== MAIN ==*/
#main{
	float: left;
	font-size: 0.75em; /* 12px */
	padding: 1.666em; 
	position: relative;
	text-align: justify;
	width: 510px;
}
#main img { margin: .5em }
#main.entry { margin: 0 0 2.5em 0;	overflow: auto; /* floating ../imgs fix IE<7*/}
#main.entry { overflow: hidden; /* rest of the world :) */}
#main ul, #main ol,#main dl{ list-style-position: inside; margin-bottom: 1.5em;}
#main ul.info{ list-style-type: none;}
#main ul.info li{ display: inline; margin-right: 1.5em;}
#main ul.info li.author{ background: url(../imgs/author.png) no-repeat left center; padding: .25em 0 .25em 1.667em;}
#main ul.info li.date{ background: url(../imgs/date.png) no-repeat left center; padding: .25em 0 .25em 1.667em;}
#main ul.info li.comments{ background: url(../imgs/comment.png) no-repeat left center; padding: .25em 0 .25em 1.667em;}
/*== END MAIN ==*/

/*== SIDEBAR ==*/
#sidebar {
	float: right;
	font-size: .75em;
	padding: 1.666em 1.666em 0 0;
	width: 175px;	
}
#sidebar h4{
	border-bottom: 3px solid #bbdb53;
	display: block;
	font-weight: 100;
}
#sidebar div{ margin-bottom: 1.5em; width: 180px;}
#sidebar ul {	list-style-type: none;	padding-left: .5em;}
#sidebar p{margin-bottom: .25em;}
/*== END SIDEBAR ==*/

/*== BOTTOMBAR ==*/
#bottombar{
	background: #333;
	clear: both;
	color: #aaa;
	font-size: 0.75em;
	padding: 1em;
	width: 736px;
}
#bottombar div{
	width: 190px;
	float: left;
	margin: 0 .666em .666em 0;
}
#bottombar h4{
	border-bottom: 2px solid #bbdb53;
	padding: .3em 0;
	font-weight: 100;
}
#bottombar a{
	color: #999;
}
#bottombar ul {
	list-style-type: none;
	padding-left: .5em;
}
/*== END BOTTOMBAR ==*/

/*== FOOTER ==*/
#footer {
	background: #333;
	clear: both;
	color: #888;
	font-size: 0.625em;
	height: 50px;
	padding: 0;
	text-align: center;
}
#footer p{ padding: 1em;}

/*==COMMENTS==*/
ol#comments{list-style:;}
ol#comments li{
	background: #f9f9f9;
	border-top: 2px solid #f3f3f3;
	margin-bottom: .5em;
	padding: .5em;
}
ol#comments li p.date{font-style:oblique; font-size: 90%;}
/*== 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;}