
/*
	Theme Name: 900
	Theme URI: http://www.s0rd.com
	Description: A clean two column theme with a prominent red; 900.
	Author: Felix Jimenez
	Author URI: http://www.s0rd.com
	Version: 1.0

	sostituito cc0033 a 900
*/
/* ============================================================================ */
/* = General elements, seting up the major divs, global stuff like links, etc = */
/* ============================================================================ */

html, body {
	padding: 0;
	margin: 0;
	background: #eee;
	font: 12px/18px Arial, Verdana, sans-serif;
	color: #000;
	height: 100%;
}

a { 
	text-decoration: none;
}

a:link, a:visited {
	padding: 2px;
	text-decoration: none;
	color: #cc0033;
}

a:hover, a:active {
	padding: 2px;
	text-decoration: underline;
	color: #cc0033;
}

img {
	border: 0;
}

ul {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 18px;
	list-style-image: url("../images/right_arrow_current.gif");
}

li {
	margin-top: 6px;
	margin-left: 0px;
}

ol {
	list-style-type: decimal;
}


h1 {
	padding: 0;
	margin: 0;
	font: 16px Arial, Verdana, sans-serif;
	color: #CC0033;
	font-weight: bold;
	letter-spacing: +2px;

}

h2 {
	padding: 0;
	margin: 3px 0;
	font: 14px Arial, Verdana, sans-serif;
	color: #CC0033;
	font-weight: bold;
}

h3 {
	padding-top: 3px;
	margin-top: 3px;
	font: 13px Arial, Verdana, sans-serif;
	color: #CC0033;
	font-weight: bold;
}

h4, h5, h6 {
	padding: 0;
}

blockquote {
	padding: 5px;
	border-left: 2px solid #cc0033;
}

p
{
	padding: 1px;
	margin: 8px 0;
}

table {
  margin: 4px 20px 4px 20px;
  border: 1px solid;
  font: 12 Arial, Verdana, sans-serif;
}

td, th
{
  	border: 1px solid;
}

th
{
	font-weight: bold;
}

table.noborder {
  margin: 4px 20px 4px 20px;
  border: 0;
}

td.noborder
{
  	border: 0;
}

p.label_home
{
  font-size: 11px;
  text-align: center;
}

p.pright {
text-align: right;
}

p.pcenter {
text-align: center;
}

.clear {
	clear: both;
}

#container {
	margin: 0 auto;
	width: 840px;
	min-height: 100%;
	background: #fff;
}

#content {
	margin: 0 0 25px 15px;
	padding-right: 10px;
	width: 490px;
	float: left;
}

#side {
	margin: 0 15px 0 0;
	width: 275px;
	float: right;
}


/* =========================================================== */
/* = Header elements, every thing at the very top ofthe page = */
/* =========================================================== */

/*navigation elements*/
#navigation {
	padding: 5px;
	background: url("../images/nav.jpg") repeat-x #cc0033;
}

#navigation ul, #navigation li {
	padding: 3px;
	margin: 0;
	list-style: none;
	display: inline;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

#navigation a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	border: none;
}

#navigation a:visited {
	color: #fff;
	font-size: 14px;
	border: none;
}

#navigation a:hover {
	font-size: 14px;
	border: none;
	text-decoration: underline;
}

#navigation a:active {
	font-size: 14px;
	border: none;
}

/*banner elements*/
#banner {
	padding: 0px;
	/*background: url("../images/banner.gif") repeat;*/
	height: 80px;
	text-align: center;
}

	#banner h1 {
		padding: 3px 0;
		border-bottom: 1px solid #000;
	}

	#sub-banner {
		display: block;
		font-weight: bold;
	}
	

/* ============================================================================ */
/* = Content elements, everything under the navigation links on the left side = */
/* ============================================================================ */

.post {
	margin: 15px 0 0 0;
	border-top: 1px solid #aaa;
}

.entry-text {
	float: left;
	min-width: 290px;
	width: auto;
	padding: 0;
	margin: 0;
}

.hpleft {
	margin: 5px 0 0 0;
	float: left;
	width: 35px;
	min-width: 35px;
}

.hpcontent {
	margin: 4px 0 0 4px;
	float: left;
	width: auto;
}

.separation-bar {
	border-top: 10px solid #cc0033;
	margin: 15px 0 0 0;
	width: 100%;
}

.separation-bar-footer {
	padding: 5px;
	margin: 0 5px;
	font-size: 13px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url("../images/banner.gif") repeat;
}

.footer_index_separator {
	margin: 15px 0 0 0;
	border-top: 1px solid #cc0033;
}
/* ================================================================= */
/* = Sidebar elements, anything under the banner on the right side = */
/* ================================================================= */

.box-header {
	margin: 15px 0 0 0;
	padding: 3px;
	background: #cc0033;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
.box-header a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.box-header a:link, .box-header a:visited {
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.box-header a:hover, a:active {
	padding: 2px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}

.box-body {
	padding: 10px 5px 0 5px;
	background: url("../images/arrow.gif") no-repeat 5% 0% #fff;
	color: #000;
	font-size: 13px;
}

.box-body a { 
	text-decoration: none;
}

.box-body a:link, .box-body a:visited {
	padding: 2px;
	text-decoration: none;
	color: #000000;
}

.box-body a:hover, a:active {
	padding: 2px;
	text-decoration: underline;
	color: #000000;
}

.box-body ul {
	margin: 0 0 0 15px;
	padding: 1px;
}
.box-body li {
	margin: 0;
	padding: 0px;
	list-style-image: url("../images/right_arrow.gif");
}

.box-body li.current {
	margin: 0;
	padding: 0px;
	list-style-image: url("../images/right_arrow_current.gif");
	color: #cc0033;


}

/* =================== */
/* = Footer elements = */
/* =================== */

#footer {
	padding: 3px;
	margin: 0 15px;
	font-size: 13px;
	border-top: 1px solid #ccc;
	background: url("../images/banner.gif") repeat;
	clear: both;
}
#footer ul, #footer li {
	padding: 3px;
	margin: 0;
	display: inline;
}

#footer-left {
	float: left;
}

#footer-right {
	font-size: 11px;
	float: right;
}


/* BOX AgireOra Edizioni + news AONet */


div#aonet a.dett, div#aonet a.dett:link, div#aonet a.dett:visited, div#aonet a.dett:hover {
font-weight: bold;
color: #000000;
text-decoration: none;
}

div#aonet p {
text-align: left;
font-weight: bold;
color: #000000;

}

div#aonet a.prev, div#aonet a.prev:link, div#aonet a.prev:visited, div#aonet a.prev:hover { 
font-weight: normal;
color: #000000;
text-decoration: none;
}

div#aonet p.news {
  padding-left: 2px;
  /*background-image:  url("../images/freccia.gif");
  background-repeat: no-repeat;*/
}

div#aonet a.title, div#aonet a.title:link, div#aonet a.title:visited, div#aonet a.title:hover  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #CC0033;
text-decoration: none}


p.headcaps {
  background-color: #CC0033;
  padding: 1px;
  margin: 0 0 5px 0;
  font-size:        13px;
  font-weight:      bold;
  color: black;
}


div#aoed {
  background-color: #CCCCCC;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 1px;
  text-align: left;
  min-height: 150px;
  height: auto !important;
  height: 150px;
  width: 200px;
}

div#aoed a, div#aoed a:link, div#aoed a:active, div#aoed a:hover, div#aoed a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:        12px;
  font-weight:      none;
  text-decoration:  none;
  color:            black;
}

div#aoed  a:hover {
  text-decoration:  underline;
}

/* FORM di search */

form#search {
  padding: 0;
  margin: 0;
}

div#searchtop {
  margin: 10px 0 10px 70px;
}
div#searchbottom {
  clear: both;
  text-align: center;
  margin: 40px 0 10px 0;
}
ul#search  {
  margin: 0;
  padding: 0;
}
ul#search li {
  margin: 20px 0 0 0;
  list-style-type: none;
  list-style-image: none;
}

ul#search li p {
  font: 9pt Arial, Verdana, sans-serif;
}

ul#search li a, ul#search li a:link, ul#search li a:visited, 
ul#search li a:active, ul#search li a:hover {
  font: 10pt Arial, Verdana, sans-serif;
  text-decoration: underline;
  color: #cc0033;
}

ul#search li a.url,        ul#search li a.url:link, ul#search li a.url:visited, 
ul#search li a.url:active, ul#search li a.url:hover {
  font: 9pt Arial, Verdana, sans-serif;
  text-decoration: none;
  color: #cc0033;
}


ul#search span.url {
    color: #cc0033;

}

div#searchresult {
  margin-right: 80px;
  min-height:    400px;
  height:        auto !important;
  height:        400px;
}

pre.code {
  font-size:      8pt;
  border: 1px dotted #aaaaaa;
  padding: 10px 2px 10px 2px;
  overflow: auto;
}



