/*CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*FINE CSS RESET*/

body {
	background-color: #fdfdfd;
	font-size: 62.5%;
	color: #333333;
}

a, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover{ text-decoration:underline;}

#rap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*HEADER*/
#header {
	width: 960px;
	height: 225px;
	border-top: 3px #993333 solid;
	border-bottom: 3px #993333 solid;
}

#logo a {
	width: 116px;
	height: 114px;
	display: block;
}

#logo {
	width: 116px;
	height: 114px;
	background: url(images/logo.jpg) no-repeat;
	margin-top: 30px;
	margin-left: 56px;
}

#logo span { display: none; }

.more-link{
	font-size:18px;
	text-decoration:underline;
}

.more-link:visited{text-decoration:underline;}

#slogan {
	text-align: center;
	width: 170px;
	height: 30px;
	color: #999999;
	font-size: 1.4em;
	font-style: italic;
	position: relative;
	top: -70px;
	left: 27px;	
}

#slogan a {	color: #999999; }

/*CONTENT*/
#content {
	width: 655px;
	margin-left: 70px;
	display: inline;
	float: left;
	margin-top: 37px;
	border-right: 1px #cccccc solid;
	margin-bottom: 20px;
}

#content a:visited { color: #993333; }

#content a:hover { color: #666666; }

/*POST*/
.post { width: 560px; }

.post_content {
	width: 470px;
	margin-top: 1px;
	margin-left: 100px;
	margin-bottom: 82px;
	padding-left: 22px;
}

.storytitle a {
	font-size: 2.2em;
	color: #993333;
	font-weight: bold;
	font-style: italic;
}

.storytitle a:hover { color: #666666; }

.storytitle { margin-bottom: 5px; }

.meta {
	font-size: 1.2em;
	font-style: italic;
	color: #999999;
	margin-bottom: 10px;
}

.meta a, .meta a:visited { color: #993333; }

.meta a:hover { text-decoration: underline; }

.storycontent p {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.78em;
	margin-bottom: 26px;
	margin-top: 12px;
}

.storycontent p a, .storycontent ul a, .storycontent ol a { color: #993333; text-decoration:underline; }

.storycontent ol {
	margin-left: 23px;
	list-style-type: decimal;
}

.storycontent ul {
	margin-left: 23px;
	list-style-type: disc;
}

.storycontent ul li, .storycontent ol li {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	margin-bottom: 10px;
}

.storycontent li ul, .storycontent li ol { font-size: 0.7em; }

.storycontent h4 { font-size: 1.6em; }

.storycontent ol, .storycontent ul { 
    line-height: 1.78em;
	margin-bottom: 26px;
	margin-top: 12px;
}

.author {
	font-size: 1.3em;
	font-style: italic;
	color: #666666;
    margin-bottom:40px;/*per allontanare fb-like*/
}

.author_name { color: #993333; }

.feedback {
	width: 110px;
	float: right;
	margin-top: -23px;
	text-align: right;
}

.feedback a {
	font-size: 1.4em;
	font-style: italic;
}

.feedback a:hover {	color: #993333; }

.number_comments {
	font-size: 1.7em;
	color: #993333;
}

.string_comments {
	padding-left: 1px;
	text-decoration: underline;
	color: #666666;
}

.feedback a:hover .string_comments { color: #993333; }

.tags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 40px;
}

.tags a { color: #993333; }

/*DATA*/
.data {
	width: 100px;
	height: 38px;
	display: inline;
	float: left;
	margin-left: -20px;
	text-align: right;
	padding-right: 20px;
	color: #999999;
	font-style: italic;
	font-weight: normal;
	border-right: 2px #993333 solid;
}

.data span {
	display: block;
	margin-top: -5px;
}

.giorno {
	font-size: 2.5em;
	margin-bottom: 10px;
}

.mese {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.anno {
	font-size: 1.5em;
	display: inline;
}

/*AVANTI - INDIETRO PAGINE POST*/
#page_nav {
	width: 470px;
	margin-left: 120px;
    height:100px;
}

#page_nav a, #page_nav a_visited {
       color: #993333; 
       font-size: 2em;
       margin-left:50px;
       text-decoration: underline;
}

#succ, #prec {
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
}

#succ {	margin-left: 319px; }

#prec {
	position: relative;
	top: 14px;
}

/*SIDEBAR - MENU*/
#sidebar {
	width: 235px;
	height: auto;
	margin-left: 725px;
	margin-top: -20px;
}

#menu {	padding-left: 20px; }

#sidebar ul li {
	color: #993333;
	font-size: 1.8em;
	font-style: italic;
}

#sidebar ul li ul {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #cccccc solid;
}

#sidebar ul li ul li {
	margin: 0;
	padding: 0;
	margin-top: 11px;
	border: none;
	font-size: 0.7em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#sidebar a:hover { text-decoration: underline; }

#contatti a { color: #993333; }

#search {
	position: relative;
	top: 13px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	list-style-type: none;
}

#search label {	display: none; }

#search #s { width: 145px; }

#search #button {
	width: 60px;
	height: 22px;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993333;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	border: 1px #cccccc solid;
	float: right;
	padding: 0;
	margin-top: -22px;
}

#search #button:hover{
	color: #41525C;
	cursor:pointer;
}

#sidebar #feed {
	margin-bottom: 15px;
	border-bottom: 1px #cccccc solid;
}

#sidebar #feed a { color: #993333; }

#sidebar #feed p a { color: #333333; }

#sidebar #feed p a:hover { text-decoration: none; }

#sidebar #feed p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.8em;
	margin: 4px 0 12px 0;
	padding-left: 70px;
	background: url(http://www.manifatturafalomo.it/blog/wp-content/themes/falomo/images/rss.jpg) no-repeat center left;
}

/*PAGINA ARTICOLO - COMMENTI*/
#comments { display: none; }

#post_comments {
	width: 590px;
	padding-top: 20px;
	
}

#commentlist {
	width: 560px;
	margin-left: 20px;
	margin-bottom: 40px;
}

.comment_date {
	width: 80px;
	height: 25px;
	display: inline;
	float: left;	
	margin-left: -20px;
	padding-right: 20px;
	border-right: 2px #993333 solid;
	font-size: 1.3em;
	color: #999999;
	text-align: right;
	font-style: italic;
}


.comment_content {
	width: 470px;
	margin-left: 80px;
	padding-left: 20px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px #cccccc solid;
}

.comment_content p a, .comment_content p a:visited, .comment_content p a:link{ color:#993333;}

.p_author {
	font-size: 1.1em;
	position: relative;
	top: 4px;
}

.p_author a { color: #993333; }

.comment_author {
	font-size: 1.5em;
	color: #993333;
	font-style: italic;
	font-weight: bold;
	padding-top: 15px;
}

.comment_text p {
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.8em;
}

#no_comments {
	width: 500px;
	margin-left: 120px;
	margin-bottom: 50px;
	font-size: 1.5em;
	color: #993333;
	font-weight: bold;
}

#postcomment {
	width: 500px;
	margin-left: 120px;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: normal;
}

#commentform {
	width: 500px;
	margin-left: 120px;
}

#commentform input { margin-bottom: 8px; }

#commentform label {
	margin-left: 5px;
	font-size: 1.2em;
}

textarea {
	width: 470px;
	margin-bottom: 15px;
}

/*FOOTER*/
#footer {
	width: 960px;
	height: 50px;
	clear: both;
	border-top: 3px #993333 solid;
	margin-top: 50px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#menu_footer { color: #993333; }

#menu_footer a {
	color: #993333;
	font-size: 0.9em;
}

#menu_footer a:hover { color: #666666; }

#design {
	font-weight: normal;
	text-align: right;
	margin-top: -12px;
}

#design a {
	color: #993333;
	text-decoration: none;
}

#design a:hover { color: #666666; }

/*PAGINE*/
#post-2 .data, #post-2 .meta, #post-80 .data, #post-80 .meta, #post-1118 .data, #post-1118 .meta { display: none; }

#post-1118 .feedback, #post-1118 p #no_comments{ display: none; }


#site-links a {
	display: inline-block;
	border-right: 1px #f1f1f1 solid;
	margin-right: 1px;	
	padding-right: 1px;
	height: 160px;
}

#site-links a.last {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

.storycontent table {
	background:#fff;
	border-right:0;
	font-size:12px;
	clear:both;
	color:#333;
	margin-bottom:28px;
	width: 100%;
}
.storycontent table thead td {
	border:0;
	background-color:#993333 !important;
	color:#ffffff;
	text-align: center;
font-variant:small-caps;
	padding:4px;
}
.storycontent th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

.storycontent table tr td {
	background: #fdfdfd;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
}

.storycontent table tr:nth-child(2n) td { background: #f5f5f5; }

a[name]:hover{
	text-decoration:inherit;
	color:#333333 !important;}

.row-title { 
	font-variant: small-caps; 
	font-weight: bold;
}

.arial {font-family: Arial,Helvetica,sans-serif; line-height: 1.78em;}

