/*
Theme Name: Arci WPTheme 2010
Theme URI: http://arcigenova.org/
Description:Il tema personalizzato per i siti di Arci Liguria, Arci Genova, Arci Solidarieta' <a href="mailto:havanaglam@gmail.com">havanaglam@gmail.com</a>.
Version: 0.6
Author: Manuel Chiarlo
Author URI: http://arcigenova.org/
Tags: arci, cms, newspaper

	Arci WPTheme
	http://arcigenova.org/

	The CSS and XHTML is released under Creative commons, non commercial, derivated:
	http://www.creativecommons.org

*/

/* -------------------------------------------------------------- 
   
   BLUEPRINT CSS
    * Filename:        grid.css
    * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
    * Website:         http://code.google.com/p/blueprintcss/

   Generated by:
    * Blueprint CSS Grid Generator (2008-12-01) [http://kematzy.com/blueprint-generator/]

   Based on work by:
    * Olav Bjorkoy      [bjorkoy.com]
    * Nathan Borror     [playgroundblues.com]
    * Jeff Croft        [jeffcroft.com]
    * Christian Metts   [mintchaos.com]
    * Khoi Vinh         [subtraction.com]

   == STRUCTURE: ========================
    * Page width:            970 px
    * Number of columns:     9
    * Column width:          90 px
    * Margin width:          20 px
   ======================================

   By default, the grid is 970px wide, with 9 columns 
   spanning 90px, and a 20px margin between columns.

   If you need fewer or more columns, use this formula to calculate
   the new total width: 

   Total width = (number_of_columns * column_width) - margin_width

   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
	width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid {
	background-image: url(blueprint_grid_90+20x18.png);
}

/* Body margin for a sensile default look. */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #4D4D4D;
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9 {float:left;margin-right: 20px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 90px;}
.span-2  { width: 200px;}
.span-3  { width: 310px;}
.span-4  { width: 420px;}
.span-5  { width: 530px;}
.span-6  { width: 640px;}
.span-7  { width: 750px;}
.span-8  { width: 860px;}
.span-9, div.span-9 { width: 970px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 110px;}
.append-2  { padding-right: 220px;}
.append-3  { padding-right: 330px;}
.append-4  { padding-right: 440px;}
.append-5  { padding-right: 550px;}
.append-6  { padding-right: 660px;}
.append-7  { padding-right: 770px;}
.append-8  { padding-right: 880px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 110px;}
.prepend-2  { padding-left: 220px;}
.prepend-3  { padding-left: 330px;}
.prepend-4  { padding-left: 440px;}
.prepend-5  { padding-left: 550px;}
.prepend-6  { padding-left: 660px;}
.prepend-7  { padding-left: 770px;}
.prepend-8  { padding-left: 880px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:9px;
  margin-right:10px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:83px;
  margin-right:80px;
  border-right: 1px solid #eee;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -110px;}
.pull-2 { margin-left: -220px;}
.pull-3 { margin-left: -330px;}
.pull-4 { margin-left: -440px;}
.pull-5 { margin-left: -550px;}
.pull-6 { margin-left: -660px;}
.pull-7 { margin-left: -770px;}
.pull-8 { margin-left: -880px;}
.pull-9 { margin-left: -990px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9 {float:left;position:relative;}


.push-1 { margin: 0 -110px 1.5em 110px;}
.push-2 { margin: 0 -220px 1.5em 220px;}
.push-3 { margin: 0 -330px 1.5em 330px;}
.push-4 { margin: 0 -440px 1.5em 440px;}
.push-5 { margin: 0 -550px 1.5em 550px;}
.push-6 { margin: 0 -660px 1.5em 660px;}
.push-7 { margin: 0 -770px 1.5em 770px;}
.push-8 { margin: 0 -880px 1.5em 880px;}
.push-9 { margin: 0 -990px 1.5em 990px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9 {float:right;position:relative;}



/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box {
	padding: 8px;
	margin-bottom: 1.5em;
	background: #E5ECF9;
}
.boxshadow {
	background-image: url(arci-sprites-2.gif);
	background-repeat: no-repeat;
	background-position: 0px -230px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.boxstiled {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 8px;
}
.paddingBoxReset {
	padding-bottom: 0px;
}
.paddingTopBoxReset {
	padding-top: 0px;
}
.marginBoxReset {
	margin-bottom: 0px;
}
.boxcorto {
	width: 150px;
	float: left;
	margin-right: 10px;
}
.boxHeader {
	position: relative;
}
.boxEvidenza {
	padding: 0px;
	height: 128px;
	width: 128px;
	background-color: #FF0000;
	margin-bottom: 8px;
	background-image: url(http://www.arcigenova.it/images/banner5.gif);
}
.whitespacenormalizer {
	clear: both;
	height: 0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/* Use this to create a horizontal ruler across a column. */
hr {
	background: #ddd;
	color: #999;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 19px;
	margin-left: 0;
}
hr.mini {
	margin-top: 4px;
	background: #ddd;
	color: #999;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	border: none;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
hr.agenda {
	margin-top: 8px;
	background: #ddd;
	color: #999;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	border: none;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
hr.space {
  background: #fff;
  color: #fff;
}
hr.minSpace {
	height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }



/* 3.0 Design elements. */
#logo {
	height: 112px;
	background-image: url(arci-sprites-2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 10px;
}
#logo-solidarieta {
	height: 112px;
	background-image: url(arci-sprites-2.gif);
	background-repeat: no-repeat;
	background-position: 0px -112px;
	margin-bottom: 10px;
}
ul.metadata, p.metadata  {
	list-style-type: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 8px;
	text-transform: uppercase;
}
#breadcrumb .boxstiled {
	background-color: #f5f5f5;
	padding: 0px;
}
/*ul.metadata:after, .boxstiled:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html ul.metadata { height: 1% }
*:first-child+html ul.metadata { min-height: 1px;}*/
ul.metadata   li {
	float: left;
}
ul.metadata li.dataArticolo {
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
}
ul.metadata    li.leggiArticolo a  {
	color: #4D4D4D;
}
.trackbacksBaloon  {
	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;
}
.trackbacksBaloon a     {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(arci-sprites-2.gif);
	background-repeat: no-repeat;
	background-position: -360px -150px;
	height: 21px;
	width: 22px;
	display: block;
	text-align: center;
}
.commentiBaloon  {
	font-weight: bold;
	margin-left: 4px;
}
.commentiBaloon a     {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(arci-sprites-2.gif);
	background-repeat: no-repeat;
	background-position: -330px -150px;
	display: block;
	height: 21px;
	width: 22px;
	text-align: center;
}
.tagLabel {
	letter-spacing: -0.05em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(arci-sprites-2.gif);
	background-repeat: no-repeat;
	background-position: -330px -120px;
	height: 14px;
	width: 38px;
	padding-left: 2px;
	float: left;
	margin-right: 4px;
}
.tags {
	font-size: 11px;
	text-transform: uppercase;
	color: #4D4D4D;
	letter-spacing: -0.025em;
	float: left;
	width: 80%;
	margin-right: 10px;
	height: auto;
}
.condividiButton {
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	float: right;
}
img {
	margin-bottom: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img.fotoagenda {
	margin-bottom: 0px;
}
.primo-piano img, div.featured img {
float: left;
margin-right: 10px;
}
ul.menu      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #231F20;
	letter-spacing: -0.08em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.menu li     {
	float: left;
	background-color: #F9EC31;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-top: 8px;
}
#menu ul.solidarieta li     {
	background-color: #CC3366;
}
ul.menu li a {
	color: #231F20;
	text-decoration: none;
	padding: 4px;
	display: block;
}
#menu ul.solidarieta li a    {
	color: #FFFFFF;
}
ul.menu li a:hover, ul.menu li a:active {
	color: #FFFFFF;
	background-color: #333333;
}
ul.menu li.red {
	background-color: #E1001A;
}
.navbar {
	margin-bottom: 20px;
}
.navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #808080;
	margin: 0px;
	letter-spacing: -0.04em;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 13px;
}
.navbar ul.small {
	font-size: 12px;
}
.navbar  ul li {
	margin-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}
.navbar ul li a {
	padding-bottom: 4px;
	background-color: #EBEBEB;
	margin-bottom: 4px;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-left: 6px;
}
.navbar ul li a:hover, .navbar ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #808080;
}
.bloccoAgenda {
	background-color: #EBEBEB;
	padding: 8px;
	overflow: visible;
	height: 65px;
}
.AgendaFiletto {
	margin-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	padding-top: 8px;
}
.bloccoData {
	font-family: "Arial Black", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #4D4D4D;
	letter-spacing: -0.03em;
	margin-right: 10px;
	float: left;
}
.giorno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 55px;
	font-weight: bold;
	letter-spacing: -0.08em;
	color: #00adee;
	line-height: 50px;
	display: block;
}
.testoAgenda {
	display: block;
	clear: right;
}

#footer {
	background-color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 970px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footer img {
	margin-bottom: 0px;
	float: right;
}

/* 4.0 Tipography. */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4D4D4D;
	letter-spacing: -0.03em;
}

p {
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.alignleft, img.left  { float: left; margin: 8px 8px 8px 0; padding: 0; }
.alignright, img.right { float: right; margin: 8px 0 8px 8px; }

p a:focus, 
p a:hover     { color: #000; }
p a           {
	color: #36c;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #36c;
}
p.rassegnastampa {
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: -0.04em;
	background-color: #EBEBEB;
	line-height: 15px;
	margin-bottom: 8px;
	padding: 0px;
}
p.rassegnastampa a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 4px;
}
p.rassegnastampa a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
#avviso   p {
	background-color: #FFFFCC;
	padding: 8px;
	color: #333333;
	display: block;
	margin-bottom: 20px;
}
#breadcrumb p {
	font-family: "Arial Black", Arial;
	color: #595959;
	font-size: 12px;
	margin: 0px;
	float: left;
	display: block;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-transform: uppercase;
}
p#sitemap {
	float: right;
	display: block;
	background-color: #8BC53F;
	border: 3px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.03em;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.small {
	letter-spacing: -0.04em;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 0px;
	display: block;
}
.small a {
	color: #4D4D4D;
	text-decoration: none;
}

blockquote  {
	margin: 16px;
	font-style: italic;
	background-color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    {
	line-height: 0;
	font-size: 10px;
}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 8px; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 8px 0; white-space: pre; }
pre,code,tt {
	line-height: 20;
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 14px;
}
small {
	letter-spacing: -0.04em;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 8px;
	display: block;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #CCCCCC;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	color: #4D4D4D;
	letter-spacing: -0.05em;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 a {
	color: #4D4D4D;
	text-decoration: none;
}
h2.entry-data {
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 12px;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	background-color: #dfdfdf;
	color: #1f1f1f;
	font-size: 12px;
}
h2.featured {
	font-size: 20px;
	color: #1A1A1A;
	line-height: 25px;
}
h2.featured a {
	color: #1A1A1A;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	letter-spacing: -0.05em;
}
h3#comments {
	border-top-width: 32px;
	border-top-style: solid;
	border-top-color: #F5F5F5;
	margin-top: 32px;
	padding-top: 16px;
}
h3.labelmagenta {
	color: #FFFFFF;
	background-image: url(arci-sprites-2.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
h3.labelred {
	color: #FFFFFF;
	background-image: url(arci-sprites-2.gif);
	background-repeat: no-repeat;
	background-position: right -40px;
}
h3.labelgreen {
	color: #FFFFFF;
	background-image: url(arci-sprites-2.gif);
	background-repeat: no-repeat;
	background-position: right -80px;
}
h3.labelredmini {
	background-color: #E1001A;
	display: inline;
	padding: 3px;
	color: #FFFFFF;
	float: left;
}
.navbar  h3 {
	margin-bottom: 4px;
	background-color: #F9EC31;
	color: #231F20;
}
h3.arcisolidarieta {
	background-color: #cc3366;
	color: #FFFFFF;
}
p.interviste-home, p.punto-associativo-home {
font-weight: bold;
}

/* 5. FORMS */
/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
form {
	margin: 0px;
}
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   {
	padding:2px;
}
input.title   { font-size:1.5em; }
input {
	margin-bottom: 8px;
}
button.button {
	background-color: #8BC53F;
	height: 16px;
	width: auto;
	border: 1px solid #4D4D4D;
	padding: 4px;
	overflow: visible;
	line-height: 16px;
}
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
ol.commentlist img {
	float: left;
	margin-right: 10px;
}


/* 6. PLUGINS */
/* -------------------------------------------------------------- 

Qui ci vanno i plugin css

-------------------------------------------------------------- */

/* ---Icons for links based on protocol or file type.--- */

/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon { 
	background:transparent none !important; 
	padding:0 !important; 
	margin:0 !important; 
}

/* Make sure the icons are not cut */
a[href^="mailto:"], a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], 
a[href$=".rdf"], a[href^="aim:"] {
  padding:2px 22px 2px 0;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: right center;
}

/* External links */
a[href^="mailto:"]        { background-image: url(icons/email.png); }

/* Files */
a[href$=".pdf"]   { background-image: url(icons/pdf.png); }  
a[href$=".doc"]   { background-image: url(icons/doc.png); }  
a[href$=".xls"]   { background-image: url(icons/xls.png); }  
 
/* Misc */
a[href$=".rss"], 
a[href$=".rdf"]   { background-image: url(icons/feed.png); }
a[href^="aim:"]   { background-image: url(icons/im.png); }


/* 7. NOTIFICHE DI ERRORE */
.login_error {
color: red;
font-size: 1.2em;
}
.login_error strong {
font-size: 1.5em;
}
