/* - - - - - - - - - - - - - - - - - - - - -

Title : Aleliv CSS
Author : Vitor M. Costa

- - - - - - - - - - - - - - - - - - - - - */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/plugins/tabs.css";

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

body{
	background: #EEE;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;	
}

/* links */

a{
	color: #F18000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#toolbar{
	padding: 15px;
	background: #000;
	color: #555;
}
#wrap{
	background: #FFF url("images/body-tile.png") repeat-x;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	width: 730px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#primary-content{
	padding: 20px 10px 20px 0;
	float: left;
	width: 475px;
}
#secondary-content{
	padding: 26px 0;
	float: right;
	width: 235px;
}
#extras{
	/*border-top: 1px solid #CCC;
	background: url("images/tile.png") repeat-x;*/
	clear: both;
}
#footer{
	border-top: 1px solid #CCC;
	margin-top: 20px;
	padding: 20px 0 0 0;
}


/* ------------------------------------------------------------

	toolbar

------------------------------------------------------------ */

#toolbar div.toolbar-wrap{
	margin: 0;
	width: 730px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	z-index: 2;
}
#toolbar a{
	color: #fff;
	font-size: 0.9em;
	padding: 0 5px;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header h1{
	text-indent: -10000px;
	background: url("images/logo_main.png") no-repeat;
	float: left;
}
#header h1 a{
	display: block;
	width: 280px;
	height: 70px;
}
#header h2{
	display: none;
	text-indent: -10000px;
	background: url("images/ph.png") no-repeat;
	width: 250px;
	height: 35px;
	position: absolute;
	right: 0;
	top: -20px;
}

/* login */ 	

#login-box{
	position: absolute;
	background: url("images/box.png") no-repeat;
	top: 20px; 
	right: -10px; 
	padding: 10px;
	color: #fff;
	width: 180px;
	padding: 17px 20px 30px 23px;
	text-align: left;
}
#login-box p{
	padding: 3px 0;
	margin: 0;
}
#login-box input.text{
	border: 1px solid #333;
	width: 95%;
}	
#login-box input.button{cursor: pointer;}
#login-box a{
	color: #FEC20F !important;
	font-size: 10px;
}

/* --- */

/* navigation */

#navigation{
	float: right;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
#navigation li a{
	padding: 10px 10px; 
	color: #F18000;
	text-decoration: none;
}
#navigation li a:hover{text-decoration: underline;}
#navigation li a.active{
	background: url("images/act.png") no-repeat center bottom;
}

/* banner */

#banner{
	height: 205px;
	background: url("images/banner4.jpg") no-repeat bottom right;
	border-bottom:  1px solid #F18000;
	border-top:  1px solid #F18000;
	clear: both;
}

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content h2{
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
#primary-content h3{
	font-weight: normal;
}
#primary-content img{
	float: left;
	border: 1px solid #CCC;
	padding: 3px;
	margin: 0 5px 0 0;
}

/* forms */

div.form-container fieldset {
	margin: 10px 0; 
	padding: 20px 10px 10px 10px; 
	border-top: #CCC 1px solid;
}
div.form-container legend {font-weight: bold;}
.form-container label{
	display: block;
	float: left;
	width: 140px;
	text-align: right;
	margin-right: 10px;
	padding: 5px 5px 0 0;
	border-bottom: 1px dotted #CCC;
}
.form-container .text{
	padding: 1px; 
	font-size: 1.1em;
	width: 60%;	
}
.form-container textarea{
	padding: 2px; 
	font-size: 1.2em;
	width: 60%;	
	height: 100px;
	overflow: auto;
}
.form-container .wrap-bt{
	text-align: center;
	border-top: 1px dotted #CCC;
	padding: 10px 0;
}
	
/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content h3{
	padding: 10px 0 7px 5px;
	font-size: 13px;
	border-bottom: 1px solid #CCC;
	background: #FDEAD5;
	color: #F18000;	
}
#secondary-content p{
	margin-bottom: 10px;
	font-size: 0.9em;
}

/* news */

#news li span{
	color: #555;
	font-size: 0.9em;
}

/* ------------------------------------------------------------

	extras

------------------------------------------------------------ */

#extras h3{
	padding: 10px 0 10px 10px;
	font-size: 13px;
	border-bottom: 1px solid #CCC;
	background: #DDD;
}
#extras ul{
	margin-left: 25px;
	font-size: 0.9em;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer ul li a{padding: 0 5px;}

/* --- */

#footer .last{
	float: right;
	text-align: right;
	font-size: 0.9em;
}

/* ------------------------------------------------------------

	misc

------------------------------------------------------------ */

.col{width: 235px; float: left; margin-right: 10px;}
.last{margin-right: 0;}
.errors{background: #FFFFCC; border: 1px solid #EAEAEA; padding: 0; margin: 0;}
.errors p{padding: 10px 5px; margin: 0;}

/* images */

.img-l{padding: 5px; float: left; margin: 0 10px 0 0; background: #FAFAFA; border: 1px solid #CCC; width: 180px;}
.img-r{padding: 5px; float: right; margin: 0 0 0 10px; background: #FAFAFA; border: 1px solid #CCC; width: 180px;}

/* forms */

.text{padding: 1px; width: 170px;}
.button{cursor: pointer}