/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */


/* -------------------------------------------------------------- 
	Global
-------------------------------------------------------------- */

body {
	background: #f3f3f3;
	color: #555;
	margin: 1em 1.5em;
}

a {
	color:#125AA7; 
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
}

.xyz {display:none;}

/* -------------------------------------------------------------- 
	Logo
-------------------------------------------------------------- */

#logo {
   height: 60px;
}

#logo a {
   display: block;
   width: 237px;
   height: 53px;
   text-indent: -9999px;
   overflow: hidden;
   background: #fff url(../images/logo.png) top left no-repeat;
   position: relative;
   left: 5px;
}

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

#main_navigation ul {
   position: relative;
   left: -10px;
   top: 36px;
	list-style: none;
}

#main_navigation ul li {
	float: left;
	margin: 0 5px;
	padding: 3px 10px;
	background: #fff;
}

#main_navigation ul li a {
  padding: 2px 0;
}

#main_navigation ul a.new {
 	background: #fff url(../images/add.png) center left no-repeat;
	padding-left: 20px;
}

#main_navigation ul a.map {
	background: #fff url(../images/map.png) center left no-repeat;
	padding-left: 20px;
}

#main_navigation ul a.stat {
	background: #fff url(../images/chart_bar.png) center left no-repeat;
	padding-left: 20px;
}

#main_navigation ul li a {
   text-decoration: none;
}



/* -------------------------------------------------------------- 
	Layout
-------------------------------------------------------------- */

.container {
	width: auto;
	max-width: 1240px;
	min-width: 760px;
	margin: 0 auto;
}

#edit-form .container {
  width: 950px;
}

#main {
	padding: 18px 0 9px 0;
	background: #fff top left no-repeat;
}

#left {
	padding-left: 20px;
}

#sidebar {
  padding-top: 2px;
}

#footer {
  margin: 1.5em 10px 0 0;
  padding: 0 10px;
  text-align: right;
}
#footer hr {
  margin: 0 0 6px 0;
}


/* -------------------------------------------------------------- 
	Session
-------------------------------------------------------------- */
.session {
  float: right;
  padding: 2px 6px;
  background: #fff;
}


/* -------------------------------------------------------------- 
	Status
-------------------------------------------------------------- */
#status {
	position: fixed;
	top: 0;
	left: 50%;
	width: 80px;
	padding: 0 10px;
	height: 20px;
	background: #f66;
	color: #fff;
	display: none;
	font-weight: bold;
}


/* -------------------------------------------------------------- 
	Search
-------------------------------------------------------------- */

#search {
	float: none;
	background: #fff url(../images/search_bg.png) top left no-repeat;
	margin: 0 10px 10px 20px;
	padding: 10px 10px 5px 10px;
}

#search fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

#search p {
  margin-bottom: 0;
}

#search select {
	width: 120px;
}

#search form.hidden {
   display: none;
}

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

#search button {
  color: #125AA7;
	width: 70px;
	padding: 4px;
	font-weight: normal;
	background: #fff;
}

#search button.search {
	padding-left: 24px;
	padding-bottom: 6px;
	background: url(../images/search.png) 5px 4px no-repeat;
}

#search button:hover {
  background-color:#f9f9f9;
  border:0.1em solid #ccc;
  color:#369;
}

#search label {
   width: 70px;
   display: block;
   float: left;
	font-weight: normal;
}

#search .rent p {
  float: left;
}

#search #id_testo {
	font-size: 1em;
}


/* -------------------------------------------------------------- 
	Pagination
-------------------------------------------------------------- */
.pagination{
margin-top: 1.5em;
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/

}

.pagination li{
list-style-type: none;
display: inline;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
color: #000;
}

.pagination li.currentpage {
font-weight: bold;
padding: 0 2px 0 5px;
margin-right: 2px;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px 0 0;
color: #929292;
}

.pagination li.last {
  margin-left: 5px;
}

.pagination li.nextpage{
font-weight: bold;
}


/* -------------------------------------------------------------- 
	Posts
-------------------------------------------------------------- */

#posts-container {
	width: 100%;
	float: left;
	margin-right: -330px;
}

#left { 
	margin-right: 330px;
}

ul#posts {
	margin: 0;
	list-style: none;
}

#posts li.odd {
	background: #fdfdfd;
}

#posts small {
	padding-left: 2px;
}

#posts small a {
	text-decoration: none;
}

#posts h3 {
	margin-bottom: 2px;
}

#posts li {
	padding: 9px 0 9px 1px;
	border-color: #ececec;
	border-style: solid;
	border-width: 0 0 1px 0;
}

#posts li div.extend {
	display: none;
}

#posts p {
	clear: both;
	margin: 9px 0 9px 22px;
}

#posts button {
	border: 0;
	width: 18px;
	height: 16px;
	background: none;
	float: left;
	margin-right: 5px;
	padding: 0;
}

#posts button {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

#posts button span {
  display: none;
}

#posts button.on {
  background: url(../images/star_on.png) center center no-repeat;
}

#posts button.off {
  background: url(../images/star_off.png) center center no-repeat;
}

#posts button img {
	width: 16px;
}

#posts button, #posts span {
	float: left;
	display: block;
}

#posts h3, #posts small, #posts div.map {
	display: block;
	margin-left: 20px;
}

#posts span {
	font-size: 1.5em;
	line-height: 1em;
	color: #000;
	margin-right: 5px;
}

#posts li.read h3 a {
	color: #025;
}

#posts li.read h3 a:hover {
	color: #000;
}

#posts p.perma {
  font-size: 11px;
  margin-bottom: 0;
}


/* -------------------------------------------------------------- 
	Posts - Dropped
-------------------------------------------------------------- */

#posts li.dropped {
	border-width: 0 1px 1px 1px;
	padding-right: 5px;
	padding-left: 0;
	background: #fcfcfc;
}
#posts li.dropped .extend {
	display: block;
}
#posts li.single {
  background: none;
  border: 0;
}


/* -------------------------------------------------------------- 
	Posts - Map
-------------------------------------------------------------- */

#posts div.map {
	height: 180px;
}

#posts div.map span {
  font-size: 11px;
  line-height: 16px;
}

/* -------------------------------------------------------------- 
	Sidebar
-------------------------------------------------------------- */

#sidebar {
	
}

#sidebar .box {
	margin-bottom: 2em;
	padding: 10px;
	background: #FFF6BF;
	color: #817134;
	border: 1px solid #FFD324;
}

#sidebar h3 {

}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
	margin: 4px 0;
}

/* -------------------------------------------------------------- 
	Notebook
-------------------------------------------------------------- */
#notebook, #stat {
	background: #FFF6BF;
	color: #817134;
	border: 1px solid #FFD324;
}

#notebook ul {
	overflow: hidden;
	padding: 0;
}

#notebook p {
	margin: 0;
}

#notebook li a {
	display: block;
	width: 500px;
}

#notebook li a span {
	color: #000;
	margin-right: 5px;
}
/*
ul.actions {
	float: right;
	position: relative;
	top: -4px;
}

ul.actions li {
	float: left;
	height: 18px;
}

ul.actions li a {
	margin-right: 10px;
}

ul.actions li a img {
	vertical-align: top;
	margin-right: 5px;
	height: 16px;
}

ul.actions button {
  border: 0;
  padding: 0;
  background: none;
}
*/
ul.actions li {
	display: block;
	width: 120px;
	float: left;
}

li.note-show a {
	background: url(../images/star_on.png) left center no-repeat;
	padding: 2px 0 2px 24px;
}
li.note-send a {
	background: url(../images/email.png) left center no-repeat;
	padding: 2px 0 2px 24px;
}
li.note-print a {
	background: url(../images/printer.png) left center no-repeat;
	padding: 2px 0 2px 24px;
}
li.note-empty button {
	background: url(../images/bin.png) left center no-repeat;
	padding: 2px 0 2px 24px;
	border: 0;
	font-weight: normal;
}

/* -------------------------------------------------------------- 
	Notebook Email
-------------------------------------------------------------- */
#notebook-send span.errors {
  display: block;
}
#notebook-send #id_email {
  width: 235px;
  font-size: 1.3em;
}
#notebook-send .error #id_email {
  width: 215px;
}

/* -------------------------------------------------------------- 
	Sidebar
-------------------------------------------------------------- */
#sidebar {
  font-size: 11px;
}

#sidebar div.blue {
	background: #d9edff; border: 1px solid #8fbee6;
}

#stat img {
	vertical-align: top;
	margin: 0 8px -16px 0;
}


/* -------------------------------------------------------------- 
	Search Feed
-------------------------------------------------------------- */
#search-feed {
	position: relative;
	left: -10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 0.8em;
}
#search-feed a img {
	margin: 0 5px 0 0;
	float: left;
}

/* -------------------------------------------------------------- 
	Guida
-------------------------------------------------------------- */
.articles {
}
.articles li {
	border-bottom: 1px solid #eee;
	list-style: none;
}
.articles h4 {
	margin: 1.5em 0 0 0;
}
.articles li p {
	margin-bottom: 0;
}
.articles li small {
	color: #aaa;
}

#articles #sidebar .preview li {
	padding-bottom: 3px;
	border-bottom: 1px solid #FFe6BF;
}
#articles #sidebar .preview li:last-child {
	border: 0;
}

/* -------------------------------------------------------------- 
	Stat
-------------------------------------------------------------- */
#sidebar #stat {
  border: 1px solid #ccc;
  background:#fff;
}
#stat table {
  color: #555;
  width: 100%;
}
#stat table small {
  color: #999;
}

/* -------------------------------------------------------------- 
	Show
-------------------------------------------------------------- */
dl.info dt {
  float: left;
  width: 80px;
}
dl.info dd {
  margin-bottom: 5px;
  clear: right;
}