/*  
Theme Name: WordPress Kremlin
Theme URI: http://www.laquilacittafutura.it/
Description: .
Version: 1.0
Author: Mister Wolf s.r.l.
Author URI: http://www.mister-wolf.it/

	Kremlin v1.0
	 http://www.laquilacittafutura.it/

	This theme was designed and built by Mister Wolf s.r.l.,
	whose site you will find at http://www.mister-wolf.it/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
hr {
	display:none;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #faf9ea;
	color: #000000;
	text-align: center;
}

a {
	color:#d50100;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.more-link {
	color:#d50100;
	display:block;	
}
#page {
	width:740px;
	background-color:#faf9ea;
	text-align:left;
	margin:0 auto 0 auto;
}
#header {
	background:#faf9ea;
	height: 185px; 
	width: 740px;
	margin:0 0 20px 0;
	display:table;
	background:#faf9ea;
	background-image:url(images/bg-header.jpg);
	background-repeat:no-repeat;
}

#header #flash {
	width:90px;
	height:30px;
	margin:60px 0 0 650px;
}
#header #title {
	background-image:url('images/laquilacittafutura.gif');
	background-repeat:no-repeat;
	margin:50px 0 0 0;
	width:574px;
	height:45px;
	float:left;
}
#header #text {
	margin:50px 0 0 0;
	height:38px;
	color:#ffffff;
	background-color:#d50100;
}
#header #title h1 {
	display:none;
}

#sidebar {
	float:left;
	width:190px;
	margin:10px 0 0 0;
}
#sidebar h2 {
}
#sidebar h2 span {
	display:none;
}
#sidebar h2.nelsito {
	width:170px;
	height:24px;
	margin:20px 0 10px 0;
	background-image:url(images/nel_sito.gif);
	background-repeat:no-repeat;
}
#sidebar h2.blogroll {
	width:170px;
	height:24px;
	margin:20px 0 10px 0;
	background-image:url(images/blogroll.gif);
	background-repeat:no-repeat;
}
#sidebar h2.categorie {
	width:170px;
	height:24px;
	margin:20px 0 10px 0;
	background-image:url(images/archivio.gif);
	background-repeat:no-repeat;
}
#sidebar h2.comments {
	width:170px;
	height:24px;
	margin:20px 0 10px 0;
	background-image:url(images/comments.gif);
	background-repeat:no-repeat;
}

#sidebar ul {
	font-size:1.2em;
	margin:0;
	padding:0;
}
#sidebar ul a:visited {
	color:#d50100;
	text-decoration:none;
	font-weight:bold;
	width:170px;
}
#sidebar .page_item {
	list-style-type:none;
	background-image:url(images/fr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0 0 0 10px;
}
#sidebar .page_item a:link {
	color:#d50100;
	text-decoration:none;
	font-weight:bold;
	padding:4px 0 4px 8px;
	display:block;
	width:152px;
}
#sidebar .page_item a:hover, #sidebar .page_item a:active {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	padding:4px 0 4px 8px;
	display:block;
	width:152px;
}
#sidebar .page_item a:visited {
	padding:4px 0 4px 8px;
	display:block;
	width:152px;
}

#sidebar .current_page_item {
	list-style-type:none;
	background-image:url(images/frr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0 0 0 10px;
}
#sidebar .current_page_item a:link, #sidebar .current_page_item a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding:4px 0 4px 8px;
	display:block;
	width:152px;
}
#sidebar .current_page_item a:hover, #sidebar .current_page_item a:active {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding:4px 0 4px 8px;
	display:block;
	width:152px;
}

#sidebar .blogrollslink {
	list-style-type:none;
	/*background-image:url(images/fr.gif);
	background-repeat:no-repeat;
	background-position:0 8px; */
	margin:0 0 0 10px;
	font-size:1.1em;
}

#sidebar ul.blogrollslink li {
	list-style-type:none;
	line-height:18px;
}

#sidebar .blogrollslink a:link {
	color:#d50100;
	text-decoration:none;
	font-weight:bold;
	padding:4px 0 0 0;
	display:block;
	line-height:12px;
	width:152px;
	border-bottom:1px dotted #ff0000;
}
#sidebar .blogrollslink a:hover, #sidebar .blogrollslink a:active {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	padding:4px 0 0 0;
	display:block;
	line-height:12px;
	width:152px;
	border-bottom:1px dotted #ff0000;
}
#sidebar .blogrollslink a:visited {
	padding:4px 0 0 0;
	display:block;
	line-height:12px;
	width:152px;
	border-bottom:1px dotted #ff0000;
}

#sidebar .categorieslink li {
	list-style-type:none;
	background-image:url(images/fr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0 0 0 10px;
	padding:4px 0 4px 8px;
}
#sidebar .categorieslink a:link {
	color:#d50100;
	text-decoration:none;
	font-weight:bold;
	width:152px;
}
#sidebar .categorieslink a:hover, #sidebar .categorieslink a:active {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	width:152px;
}
#sidebar .categorieslink a:visited {
	width:152px;
}
#sidebar .categorieslink a img {
	border:0 none;
}

#sidebar .categorieslink .current-cat {
	list-style-type:none;
	background-image:url(images/frr.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0 0 0 10px;
	padding:4px 0 4px 8px;
}
#sidebar .current-cat a:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	width:152px;
}
#sidebar .current-cat a:hover, #sidebar .current-cat a:active {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	width:152px;
}
#sidebar .current-cat a:visited {
	width:152px;
	color:#000000;
}
#sidebar .current-cat a img {
	border:0 none;
}

#sidebar form {
	margin:0 0 25px 0;
	padding:0px;
}

#sidebar #s {
	border:1px solid #000000;
	padding:2px;
	width:126px;
	font-size:1em;
}
#sidebar #searchsubmit {
	border:1px solid #000000;
	padding:1px;
	background-color:#d50100;
	color:#ffffff;
	width:40px;
	font-size:1em;
}


#content {
	background-image:url(images/bg-content.gif);
	background-repeat:repeat-y;
	display:block;
	margin:0 0 0 200px;
	padding:0 0 20px 45px;
	border-bottom:34px solid #d50100;
	line-height:190%;
	font-size:1.1em;
}

#content form {
	margin:0 0 200px 0;
	padding:0px;
}

#content #s {
	border:1px solid #000000;
	padding:2px;
	width:250px;
	font-size:1em;
}
#content #searchsubmit {
	border:1px solid #000000;
	padding:1px;
	background-color:#d50100;
	color:#ffffff;
	width:40px;
	font-size:1em;
}


#content a:visited {
	color:#d50100;
	font-weight:bold;
	text-decoration:none;
}

#content .post {
	border-bottom:10px solid #d50100;
	font-size:1.1em;
	line-height:1.5em;
}

#content .post h2 a:link {
	color:#d50100;
	text-decoration:none;
	font-weight:bold;
	font-size:1.5em;
	line-height:1.6em;
}
#content .post h2 a:hover, #content .post h2 a:active {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	font-size:1.5em;
	line-height:1.6em;
}
#content .post h2 a:visited {
	font-weight:bold;
	font-size:1.5em;
	line-height:1.6em;
}
#content .post .time {
	font-weight:bold;
}

#content .post .postmetadata {
	font-size:0.8em;
}
#content .post .postmetadata a:link {
	color:#d50100;
	text-decoration:none;
	font-weight:bold;
}
#content .post .postmetadata a:hover, #content .post .postmetadata a:active {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
#content .post .postmetadata a:visited {
	font-weight:bold;
}

.utwtags {
	border-top:1px dashed #000000;
	border-bottom:1px dashed #000000;
	padding:4px 0 4px 0;
	margin:5px 0 5px 0;
	display:block
}


.addto {
	margin:10px 0 5px 0;
	display:block;
}
.addto a {
	color:#ffffff;
	border:1px solid #d50100;
	padding:3px;
	font-weight:bold;
	text-decoration:none;
}


#author {
	border:1px solid #000000;
}
#email {
	border:1px solid #000000;
}
#url {
	border:1px solid #000000;
}
#comment {
	border:1px solid #000000;
}
.formcomment {
	background-color:#d50100;
	padding:10px;
	color:#ffffff;
}

h3.commenti {
	height:24px;
	margin:20px 0 10px 0;
	background-image:url(images/commenti.gif);
	background-repeat:no-repeat;
}
h3.commenti span {
	display:none;
}
h3.leavecomment {
	height:24px;
	margin:20px 0 10px 0;
	background-image:url(images/leavecomment.gif);
	background-repeat:no-repeat;
}
h3.leavecomment span {
	display:none;
}

h3.numbercomments {
	font-size:1.3em;
}

ol.commentlist {
	margin:0px;
	padding:0px;
}

ol.commentlist li {
	list-style-type:none;
	font-size:1.1em;
	padding:0 0 8px 0;
	border-bottom:1px solid #000000;
}




#footer {
	color:#ffffff;
	padding:8px;
	width:724px;
	clear:both;
	display:table;
	margin:20px 0 10px 0;
	font-weight:bold;
	background-color:#d50100;
}
#footer a {
	color:#ffffff;
}

#footer .footer-left {
	float:left;
	text-align:left;
}
#footer .footer-right {
	float:right;
	text-align:right;
}