/*
Theme Name: Panebarco
Theme URI: 
Description: theme for the panebarco site
Version: 1.0
Author: Camilla Panebarco
Author URI: http://www.panebarco.it/
*/


body
{
	width: 800px;
	height: 100%;
	
	margin: auto;
	
	font-family: Tahoma, Verdana, Sans-serif;
}

p
{
	color: #fff;
	font-size: 10pt;
}
h1
{
	color: #008fd8;
	font-size: 12pt;
	font-weight: bolder;
	text-align: right;
}
h2
{
	color: #fff;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
}
strong
{
	font-weight: bolder;
}
small
{
	color: #fff;
	font-size: 8pt;
	font-style: italic;
}
a:link
{
	color: #008fd8;
	font-weight: bold;
}
a:visited
{
	color: #008fd8;
	font-weight: bold;
}
a:hover
{
	color: #008fd8;
	font-weight: bold;
}
a:active
{
	color: #008fd8;
	font-weight: bold;
}
img
{
	border: none;
}

.hidden
{
	display: none;
}


#header
{
}
#header .menu
{
	margin-top: 115px;
	float: right;
	padding: 5px;
	
	color: #000;
	font-size: 14pt;
	text-align: right;
	font-weight: bold;
}
#header .select
{
	color: #008fd8;
}
#header a.select:link
{
	color: #008fd8;
}
#header a.select:visited
{
	color: #008fd8;
}
#header a.select:hover
{
	color: #008fd8;
}
#header a.select:active
{
	color: #008fd8;
}
#header a:link
{
	color: #000;
	text-decoration: none;
}
#header a:visited
{
	color: #000;
	text-decoration: none;
}
#header a:hover
{
	color: #008fd8;
	text-decoration: none;
}
#header a:active
{
	color: #008fd8;
	text-decoration: none;
}


#body
{
	background-color: #000;
}


#sidebar
{
	width: 200px;
	
	float: left;
	position: relative;
	top: 0px;
	
	padding: 5px;
	
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}
#sidebar .menu
{
	background-image: url('images/sidebar_baloon.png');
	background-repeat: no-repeat;
	background-position:bottom right;
	
	padding: 5px;
	
	text-align: right;
}
#sidebar .select
{	
	color: #008fd8;
}
#sidebar a:link
{
	color: #fff;
	text-decoration: none;
}
#sidebar a:visited
{
	color: #fff;
	text-decoration: none;
}
#sidebar a:hover
{
	color: #008fd8;
	text-decoration: none;
}
#sidebar a:active
{
	color: #008fd8;
	text-decoration: none;
}


#content
{
	margin: 0px 30px 0px 220px;
	padding: 5px;
	
	text-align: justify;
	line-height: 1.5;
}
#content .sub
{
	color: #008fd8;
	font-size: 8pt;
}
#content .media
{
	padding: 5px;
	
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
}
#content .separator
{
	border-bottom: solid 1px #fff;
}
#content .news_navigation
{
	background-color: #000;
}
#content .align_left
{
	text-align: left;
}
#content .align_right
{
	float: right;
	text-align: right;
}
#content .date
{
	font-style: normal;
}


#footer
{
	clear: both;
	
	color: #000;
	font-weight: normal;
	font-size: 8pt;
	text-align: center;
}
#footer a:link
{
	color: #000;
}
#footer a:visited
{
	color: #000;
}
#footer a:hover
{
	color: #008fd8;
}
#footer a:active
{
	color: #008fd8;
}

#archive
{
	padding: 10px;
	
	color: #fff;
	font-size: 8pt;
	text-align: right;
	line-height: 1.5;
}
#archive li
{
	list-style-type: none;
}
