/*
Theme Name: Hatteras
Theme URI: http://www.blandamente.it/hatteras
Description: a minimal widget-ready theme blandly vernian in spirit
Author: elfob
Author URI: http://www.blandamente.it
Version: 0.8
.
my contributes released with GNU General Public License 
http://www.gnu.org/licenses/gpl.html

derivative work -  credits
based on Sam Parkinson's Typography Paramount  http://www.sixshootermedia.com/ 

check
http://net.tutsplus.com/tutorials/wordpress/how-to-create-a-wordpress-theme-from-scratch/
http://bloggingexperiment.com/archives/add-widgets-wordpress-themes.php
http://www.fontsquirrel.com/  
http://bighugelabs.com/colors.php
multi level drop down jquery nav bar code
http://www.seoadsensethemes.com/wordpress-multi-level-drop-down-menu-using-jquery/

for great articles

 illustrations by Édouard Riou et Henri de Montaut (1866)
http://jv.gilead.org.il/rpaul

elfob@interfree.it
.
*/

/* font */
/* main font Gentium Book Basic Regular */
@import url("font/font.css");

/* ***palette colori generale *** */
.color1 { color: #5e1414; /* red oxide */ 	}
.color2 { color: #3f1b0e; /* rustic red */	}
.color3 { color: #9b5024; /* rich gold */ 	}
/* palette grigi */
.color4 { color: #aeaeae; /* bombay */ 		}
.color5 { color: #3a3a3a; /* montana */		} 
.color6 { color: #f2f2f2; /* twilight blue */}
.color7 { color: #d1d1d1; /* concrete */		}
.color8 { color: #bbbbbb; /* silver sand */	}


body {
	font: 90%  GentiumBookBasicRegular, "Times New Roman", Times, Georgia, Serif;
	background-color:#bbbbbb;  /* concrete */	
	color:#3a3a3a;/* montana */
	margin:0;
} /* was "Sheriff Web-Roman" abandoned -- missing licence */

* {
	margin:0;
	padding:0;
}

h1 {
	font-family:GentiumBookBasicRegular,"Times New Roman", Times, Georgia, Serif;
	font-weight:normal;
	color: #3f1b0e; /* rustic red */
	margin-left:5px;
	text-shadow:1px 1px 1px #fff;
	font-size:2em;
	
}

h1 a {
	text-decoration:none;
	color: #3a3a3a; /* montana */
	
}

h2 {
font-family:GentiumBookBasicRegular, "Times New Roman", Times, Georgia, Serif;
	font-weight:normal;
	color: #3f1b0e; /* rustic red */
	font-size:1.3em;
	text-shadow:1px 1px 1px #fff;
	}
	
h3,h4 {
font-family:GentiumBookBasicRegular, "Times New Roman", Times, Georgia, Serif;
	font-weight:normal;
	color: #3f1b0e; /* rustic red */
	font-size:1.15em;
	text-shadow:1px 1px 1px #fff;
	}
#content a , #sidebar a, #footer a {color: #9b5024; /* rich gold */}


#footer {
	padding:20px;
	border-top:1px solid #5e1414; /* red oxide */
	margin:0;
	background-color: #d1d1d1; /* concrete */	
	background-image:url("img/background-footer.jpg");
	background-repeat:no-repeat;
	background-position:0px bottom;
	min-height:194px;
	clear:both;
}

#header {
	height:78px;
	border-bottom:3px solid #5e1414; /* red oxide */
}

.description {
	margin:-2px 10px -2px 10px;
	color: #5e1414; /* red oxide */
	font-size:0.8em;
	float:right;
	position:relative;
	top:-45px;
	font-style:italic;
}

#header h1 {
	padding-top:33px;
	font-size:48px;	
	text-shadow:1px 1px 1px #fff;
	
}
#header h1 a {
font-size:48px;	
color:#5e1414;}

#wrapper {
	width:960px;
	margin:0 auto;
	
	background-image:url("img/background.jpg");
	background-repeat:no-repeat;
	background-color: #f2f2f2; /* twilight blue */
	border-bottom:3px solid #5e1414; /* red oxide */
	
}


#nav {
	width:620px;
	 width:100%; 

	border-bottom:1px solid #3f1b0e; /* rustic red */
	height:28px;
	margin:0px 0px 0px 0px;
	float:right;
	/*background-color:#d1d1d1; /* concrete */
	/*background-color:rgba(180,180,180,0.5);*/
	background-image:url("img/background-bar.png");
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color: #3a3a3a; /* montana */
	padding:5px 5px 0px 5px;
    font-weight:bold;
	margin:1px 2px 0 0;
	text-decoration:none;
	display:block;
	text-shadow:1px 1px 3px #fff;
	min-width:4em;
	text-align:center;
}
#nav li a:hover {
	color:#3f1b0e; /* rustic red */
	
}

#nav li a.active {
	background-color:#eee;
	color: #9b5024; /* rich gold */ 
	text-decoration:none;
}

.clear {
	clear:both;
}

#content {
	margin:0 275px 0 0 !important;
	margin:0 277px 0 0;
	padding:10px 25px 30px 25px;
}

#content p {
	line-height:25px;
	margin:25px 0;
	font-size:110%;
	word-spacing:2px;
}

#content a {
	text-decoration:underline;
	color:#9b5024; /* rich gold */ 
	/*border-bottom:1px solid #9b5024;   */ 
}

#content a:hover {
	color:#5e1414; /* red oxide */
	border-bottom:1px solid #9b5024; /* rich gold */ 
}

#content h2,h3,h4,h5 {
	
	font-weight:normal;
	margin:15px 0;
	padding:5px 0;
}

#content h2 a {
	color:#9b5024; /* rich gold */ 
	border:none;
}

/* didascalie */
#content p.wp-caption-text {
	font-size:80%;
	text-align:center;
	background-image:url("img/background-bar.png");
	margin:0;
	padding:0;
	margin-left:12px;
	margin-right:6px;
	line-height:20px;
}


#sidebar {
	width:220px;
	float:right;
	padding:10px 10px 30px 10px;	
}

#sidebar h2 {
	letter-spacing:2px;
	color: #3a3a3a; /* montana */
	border-bottom:1px solid #5e1414; /* red oxide */
	padding:8px 0 2px 0;
	font-size:13pt;
	text-shadow:1px 1px 1px #fff;
	margin-top:16px;
}

#sidebar ul {
	list-style-type:none;
	margin:5px 0 20px 0;
}

#sidebar li {
	list-style-type:none;
	padding:3px;
	
}

#sidebar li a {

	text-decoration:none;
}

#sidebar input {
	width:180px;
	padding:5px;
	font-size:11px;
	font-family:Courier,"Courier New";
}

#sidebar input:focus {
	background:#fff;
}

#sidebar li a:hover {
	color: #5e1414; /* red oxide */
}

p.news {
	padding:10px;
	margin:10px 0;

}

blockquote {
	padding:0px 0px 0px 25px;
	margin:0px 0px 0px 0px;
	border-left:4px double #d1d1d1; /* concrete */	
	font-style:italic;
	}
}
	

}

#content ul, ol {
	margin:10px 10px 10px 25px;

}
#content li {
	padding:10px;
	padding-left:20px;
	
}
#content ul li
{
	
	list-style-image:url("img/list-image.png");
	list-style-position:inside;

}


#content img {
	padding:1px;
	margin:10px;
	
	border:1px solid #3f1b0e; /* rustic red */
}

#content h3 {
	margin:20px 0px;
   
}

a.more {
	display:block;
	text-align:right;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

/* footer widgets */

#footer-sidebar li {
list-style-type:none;
}

#footer-sidebar .widget  
{float:left;
/*background-color: #d1d1d1; /* concrete */
		/*background-color:rgba(180,180,180,0.5); 
		
	background-image:url("img/background-bar.png");*/
	min-width:220px;
	width:220px;
	min-height:80px;
	margin:5px;
	
	}

#footer-sidebar .widget a
{color: #3f1b0e; /* rustic red */
text-decoration:none;
	
}
	
#footer-sidebar .widget a:hover
{color: #9b5024; /* rich gold */

}

#footer-sidebar .widgettitle  
{
letter-spacing:2px;
color: #3a3a3a; /* montana */
border-bottom:1px solid #5e1414; /* red oxide */
padding:0 0 3px 0;
font-size:14pt;
font-weight:bold;
	}

#footer #credits
{clear:both;
padding-top:20px;
color: #5e1414; /* red oxide */
font-size:0.8em;
text-align:right;}

.alignleft
{float:left;}

.alignright
{float:right;}

/*codice barra di navigazione due livelli */

#nav, #nav ul 
{ position:relative; 
line-height:1.5em; 
z-index:300; }

#nav li 
{/*float:left;*/ 
position:relative;}
#nav ul 
{position:absolute; 
display:none; 
left:-1px;}

#nav li ul a 
{ min-width:8em; 
height:auto; 
float:left;
border:1px solid    #3f1b0e; /* rustic red */
} 
#nav li ul li  {
background-image:url("img/background-bar.png");
}
#nav ul ul 
{top:auto;}
#nav li ul ul 
{left:8em;  
margin:0em -2px 0 10px;
background-image:url("img/background-bar.png");
		
}
#nav li ul ul li a
{font-size:90%}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul 
{display:none;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul 
{display:block;}

.navigation
{height:20px;
background-image:url("img/background-bar.png");
border-bottom:1px solid #bbb;
}


