/*
===================
Leggero CSS Styles
===================
Name: xubox
Author: zeuder
Version: 1.0
Module: style.css
-------------------
*/

/*== GENERAL TAGS ==*/
*{ margin: 0; padding: 0;} /* reset all tags */
html{ font-size: 100%;}
body {
	background: #f3f3f3 url(../imgs/bg.jpg) repeat-x;
	color: #666;
	font-size: 1em;
	font-family: "Lucida Sans",Verdana,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: #888;
	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: 1px solid #DDD;
	margin: 0 0 1em 0;
	padding: .5em;
}
legend {
	color: #333;
	font-style: oblique
}
input, textarea, select {
	font-family: "Lucida Sans",Verdana,sans-serif;
	background: #eee;
	border: 1px solid #DDD;
	padding: .2em;
}

input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #DDD;}

textarea {
	margin-top: .2em 0 1em 0;
	width: 90%;
}
/* ===== LINKS GENERAL ===== */
a{color: #324b96; text-decoration: none}
a:hover {color: #000; text-decoration: underline; }

/* ===== HEADERS TAGS ===== */
h1,h2,h3,h4,h5,h6{
	line-height: 1.5em;
}
h1{font-size: 2em;}
h2{font-size: 1.75em;}
h3{font-size: 1.5em;}
h4{font-size: 1em;}
h5{font-size: 1em;}
h6{font-size: 1em;}


/*== CONTAINER ==*/
#outer-container {
	background: #f3f3f3 url(../imgs/bgc.jpg) no-repeat;
	margin: 0 auto;
	width: 800px;
}
/*== END CONTAINER ==*/
#container{
	background: #fff url(../imgs/bgc.jpg) no-repeat -20px 0;
	margin: 0 auto;
	padding: 0 1.25em;
	text-align: left;
	width: 720px;
}
/*== HEADER ==*/
#header{
	height: 50px;
	padding-top: 1.25em; /*1.25em*/
	width: 720px;
}
#header h1{ height: 80px; width: 265px; overflow: hidden; }
#header h1 a { padding-left: 3000px; line-height: 80px; }
#header a:hover{ color:#fff;}
/*== END HEADER ==*/

/*== MENU ==*/
#menu {
	height: 30px;
	text-transform: uppercase;
	width: 720px;
}
#menu ul{ list-style: none;}
#menu li{	display: inline;}
#menu li a {
	background: url(../imgs/bgm.gif) no-repeat left center;
	color: #fff;
	display: block;
	float: left;
	font-size: 0.687em; /* 11px */
	padding: .594em 1.25em; /* 9px 20px*/
}
#menu li a:hover{ color:#fff;	text-decoration: underline;}
/*== END MENU ==*/

/*== MAIN ==*/
#main {
 	float: left;
	font-size: 0.75em;/*12px*/
	margin-top: 16em;
	position: relative;
	text-align: justify;
	width: 520px;
}
#main h3.title{  margin-bottom: 2em; padding-left: 3.5em;}
#main.entry { margin: 0 0 2.5em 0; overflow: auto; /* floating images fix IE<7*/}
#main.entry {	overflow: hidden; /* rest of the world :) */}
#main .date{ font-style: oblique; font-size: 90%;}
#main img { margin: .5em }
#main ul, #main ol,#main dl{ list-style-position: inside; margin-bottom: 1.5em;}
#main ul.cal{
	background: #fff url(../imgs/cal.png);
	float: left;
	font-family: Verdana, Arial;
	list-style: none outside;
	margin: 0;
	height: 49px;
	text-align: center;
	text-transform: uppercase;
	width: 50px;	
}
#main ul.cal li{ padding: 0;}
#main ul.cal li.year{ color:#fff; font-size: 0.833em;}
#main ul.cal li.month{ font-size: 0.833em;}
#main ul.cal li.day{ 
	font-size: 1.166em;
	font-style: oblique;
	font-weight: bold;
}
#main ul.info{
	clear: both;
	text-align: right;
	list-style-type: none;
	/*text-align: left;*/
}
#main ul.info li.comments{
	background: url(../imgs/comment.png) no-repeat right center;
	padding: .167em 1.667em .167em 0;
}
#main ul.info li.author{
	background: url(../imgs/author.png) no-repeat right center;
	padding: .167em 1.667em .167em 0;
}

/*== SIDEBAR ==*/
#sidebar {
	float: right;
	font-size: 0.75em;/*12px*/
	margin-top: 16em;
	width: 180px;	
}
#sidebar h4{
	border-bottom: 1px solid #DDD;
	color: #000;
}
#sidebar div{ width: 175px;}
#sidebar a{ color: #808080;}
#sidebar a:hover{ color: #000;}
#sidebar ul {
	list-style-type: none;
	margin-bottom: 1.5em;
	padding-left: .5em;
}
/*== END SIDEBAR ==*/	
	
/*== FOOTEr ==*/
#footer {
	background:url('../../imgs/foot.png') bottom no-repeat;
	clear: both;
	font-size: 60%;
	padding: 1em 0;
	text-align: center;
}
/*== END FOOTER ==*/

/*== Comments ==*/
#main ol#comments li{ 
	background: #fdfdfd;
	border-top: 1px solid #eee;
	padding: .5em;
	margin-bottom: 1em;
}

/*== 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; font-size: 1.25em; cursor: pointer; color: #000; background: #eee; }
.buttonbar input:hover { color: #fff; background: #324b96; }
.navigation { font-size: 90%; margin-bottom: 5em}
.alignleft { float: left }
.alignright { float: right }
.clearl{ clear: left;}
.clearr{ clear: right;}
.clear{ clear: both;}

