/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	background: #bbcfe1;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	text-align:justify;
}
input {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}
p,cite,code,ul {
	font-size: 12px;
	padding-bottom: 1.2em;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #DDDDDD;
	border-left: 6px solid #367ea6;
	color: #555;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	width:450px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #94a3b3;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 180px;
	padding-left:25px;
	font-weight:bold;
}
h1,h2,h3 {
	color: #367EA6;
	padding: 16px 16px 10px 0px;
	/*background-image:url(img/h1.jpg);*/
	background-repeat:no-repeat;
	border-bottom: dotted 2px #367EA6;
	font-size:18px;
	margin-bottom:5px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 700px;
}
.header {
	height:168px;
	width:100%;
	margin:0px;
	position:relative;
	color:#FFFFFF;
	margin:0 auto;
	background-image:url(img/body.jpg);
	background-repeat:repeat-x;
	background-position:top left;

}
.logo {
	background-image:url(img/logo.jpg);
	width:700px;
	height:168px;
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 auto;
	position:relative;
}
.coletilla {
	position:absolute;
	width:390px;
	top:110px;
	left:146px;
	font-family:Arial, Helvetica, sans-serif;
	color:FFFFFF;
	font-size:12px;
	z-index:10;
	text-align:center;
	font-weight:bold;
}

/* title */
.title h1 {
	color: #367EA6;
	font-family: Arial, Helvetica, sans-serif;
	height: 80px;
	line-height: 80px;
	margin-bottom: 8px;
	text-align: center;
}
.img_left {
	float:left;
	margin-right:15px;
}

.img_right {
	float:right;
	margin-left:15px;
}


/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 200px;
}
.sidenav h1 {
	color: #FFF;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */
.content {
	float:none;
	width: 700px;
}
.content {
	padding: 0px 0px;
	margin-bottom: 8px;
}
.item {
	background-image:url(img/content.jpg);
	background-repeat:repeat-y;
	padding: 16px 12px 0px 12px;
	width:673px;
	position:relative;
}
.top_item {
	
	background-image:url(img/top_item.jpg);
	background-repeat:no-repeat;
	padding: 6px 12px;
	width:673px;
	position:absolute;
	top:0px;
	left:0px;
	clear:both;
}
.content_item {
	width:650px;
	position:relative;
	padding:10px;
}
.bottom_item {
	margin-bottom: 8px;
	background-image:url(img/bottom_item.jpg);
	background-repeat:no-repeat;
	padding: 6px 12px 0px 12px;
	width:673px;
	height:27px;
	clear:both;
	margin-bottom: 8px;
}
.content .descr {
	color: #94a3b3;
	margin-bottom: 6px;
	/*background-color:#94a3b3;*/
	padding:5px 0px 0px 0px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	color: #2c5274;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height:110px;
	background-image:url(img/footer.jpg);
	background-repeat:repeat-x;
}
.footer a {
	color: #2c5274;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
