/*
	AUTHOR: BigBear Design
			http://www.bigbeardesign.net/
	
	Icons:	NUVOLA ICON THEME for KDE 3.x by David Vignoni
			http://www.icon-king.com
*/

body {
	margin: 0;
	background: #fff;
	font: normal 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	}
h1, h2, h3, h4 {
	line-height: 1.2em;
	font-weight: bold
	}
h1 { font-size: 2.1em; color: #0873bb; }
h2 { font-size: 1.4em; color: #888; font-weight: normal;}
h3 { font-size: 1.2em;}
h4 { font-size: 1.1em }

a {
	color: #0873bb;
	padding: 2px
	}
a:hover {
	color: #fff;
	background: #0b8fe8;
	text-decoration: none
	}

p.intro {
	}

span.clear,
br.clear {
	display: block;
	clear: both;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	margin-bottom: -1px;
	}

/*--- Main ---*/

#main-container {
	margin: 0 auto;
	background: #fff;
	width: 780px;
	}
#header {
	height: 100px;
	background:url(../images/logo.png) left no-repeat;
	margin-bottom: 20px;
	}
#navigation {
	width: 320px;
	float: right;
	border-top: 14px solid #0873bb;
	}
#content {
/*	padding: 12px;
	padding-top: 0;
	width:446px;
	float:right;*/
	width: 420px;
	float:left;
	}
#sidebar {
	margin-top: 16px;
	width: 320px;
	float: right;
	font-size: 0.9em
	}
#footer {
	margin-top: 20px;
	padding: 12px 12px 4px 12px;
	background: url(img_src/graydots-h.gif) top repeat-x;
	font-size: 0.85em;
	clear:both;
	}

/*--- Top Navigation ---*/

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: right;
	}
#navigation li {
	display: inline;
	}
#navigation a {
	margin: 0;
	_margin: -2px;
	padding: 10px;
	line-height: 2em;
	color: #0873bb;
	background: none;
	text-decoration: none;
	font-weight: bold;
	}
#navigation a:hover {
	color: #fff;
	background: #0873bb;
	}
#navigation .selected {
	color: #000;
	}

/*--- Content Area ---*/

#content h3, h4 { margin: 1em 0; padding:0; }
#content p { margin:0; margin-bottom: 1em; /*text-align:justify;*/ }
#content .date { margin:0; padding:0; color: #666; font-style:italic }
#content ol { padding: 0; }

/*--- Left Bar Area ---*/

#extra .top { height:10px; background: url(img_src/graycolumn-t.gif) top no-repeat #eee }
#extra .inside { padding: 0 10px; background: #eee; }
#extra .bottom { height:10px; background: url(img_src/graycolumn-b.gif) bottom no-repeat #eee; margin-bottom:20px; }
#extra .links, .contact {
	margin: 10px;
	margin-bottom: 30px;
	}
#extra .links ul {
	margin: 0;
	padding: 0;
	list-style-type: none
	}
#extra .links ul li {
	margin: 2px;
	padding:0
	}
#extra .links a {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration:none;
	}

.links table {
	width: 100%;
	font-size: 0.9em;
	}
.links td.title {
	width: 20%;
	text-align: right;
	padding-right: 10px;
	}
.links td.info {
	width: 80%;
	text-align: left;
	}


/*--- Footer Area ---*/

#footer p {
	margin: 0;
	padding: 0;
	}
#footer #left {
	float:left;
	}
#footer #right {
	float: right;
	text-align: right;
	}

/*--- Div items wit 64x64 icons ---*/

.itemwithicon {
	margin: 12px 0;
	min-height: 64px;
	_height: 64px;
	padding-bottom: 0;
	}
.itemwithicon img {
	float: left;
	}
.itemwithicon p {
	padding-left: 80px;
	}
.itemwithicon strong {
	}
	


.link-list {
	list-style: none;
	margin: 0;
	}