/*
 * www.fabiomancinelli.org style
 * (C) 2006 by Fabio Mancinelli <fm@fabiomancinelli.org>
 *
 * This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.
 * http://creativecommons.org/licenses/by-nc-sa/2.5/
 *
 */

/******************************************************
 * Container
 ******************************************************/
body {
  background: #FFFFFF url(images/top-grad.png) repeat-x
}

#container {
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #626262;
}

/******************************************************
 * Header
 ******************************************************/
#header {
	/*border-top: 1px solid #C8C8C8;*/
	border-bottom: 1px solid #C8C8C8;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 20px;
	padding-bottom: 15px;
	clear: both;
}

#header h1 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #005BB1;
}

#header h2 {
	font-size: 13px;
	font-weight: normal;
	margin-left: 15px;
	margin-top: -20px;
	color: #626262;
}

#body {
	width: 900px;
}



/******************************************************
 * Navigation
 ******************************************************/
#navigation {
	float:right;
	width:190px;  
}
	
#navigation ul {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
}

#navlist a {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #C8C8C8;
}

#navlist .list2 {
	padding-left: 15px;
}

#navlist a:link, #navlist a:visited {
	color:#005BB1;
	text-decoration: none;
}
		
#navlist a:hover {
	color:#005BB1;
	background-color: #E8E8E8;
}

#navlist a.current {
	color: #FFFFFF;
	background-color: #005BB1;
}

/******************************************************
 * Content
 ******************************************************/
#content {
	width: 700px;
	border-right: 1px dotted #C8C8C8;
	padding-right: 10px;
	padding-bottom: 20px;
}

#content h1 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #005BB1;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 2px;
}
		
#content h2 {
	color: #005BB1;
	font-size: 18px;
	font-family: sans-serif;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 2px;
}
		
#content h3 {
	color: #005BB1;
	font-size: 16px;
	font-family: sans-serif;
}
		
#content h4 {
	color: #005BB1;
	font-size: 13px;
	font-family: sans-serif;
}
		
#content h5 {
	color: #005BB1;
	font-size: 13px;
	font-family: sans-serif;
}
		
#content a {
	color:#005BB1;
	text-decoration: none;
}

#content a:hover {
	color:#005BB1;
	text-decoration: underline;
}

td {
	vertical-align: top;
}

/******************************************************
 * Footer
 ******************************************************/
#footer {
	border-top: 1px solid #C8C8C8;
	clear: both;
	font-size: 10px;
	line-height: 1.3em;
	padding-top: 10px;
}

#footer a {
	color:#005BB1;
	text-decoration: none;
}

#footer a:hover {
	color:#005BB1;
	text-decoration: underline;
}

.framed {
	border: 1px solid #E8E8E8;
}