/*
Theme Name: FLCfirenze
Author: Leonardo Croatto
Author URI: http://www.flcfirenze.it
*/


* {
    margin: 0; padding: 0;
}

body {
	color: #111;	
        font-family: verdana;
        font-size:12px;
}

h2 {
   text-align:left;
}

hr {
    margin-top:1em;
    margin-bottom:1em;
    }

a {
	color: #6B001A;
}

a:hover {
	text-decoration: none;
	color: #dd2222;
}

img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}

.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}

.aligncenter {
	text-align: center;
}

.hidden {
	display: none;
}

/** BEGIN wrapper **/

#wrapper {
    text-align:justify;
	width: 1000px;
	margin-left:10px;
        background-color:#fff;
        }

/** END wrapper **/

/** BEGIN header **/
#header {
    margin-bottom:5px;
    height: 110px;
    background:url(images/header.png) no-repeat;
    padding: 0px;
}

#search-box {
    float:right;
    margin-top:80px;
    width:280px
    }

    #search-box .search {
        border: 1px solid #E1E1E1;
	margin-bottom: 10px;
	height: 20px;
	}

        #search-box .search input {
		border: 0;
		float: left;
		width: 200px;
		}

    #search-box .search button {
        border:0px;
        background-color: #b00;
	color: #fff;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
	width: 50px; height: 20px;
	float: right;
	}

    #header ul {
	list-style-type: none;
	clear: both;

	}

            #header ul li {
		float: left;
	    }

    #header .pages {
		margin:0px;
		padding:0px;
		float: left;
		margin-top:20px;
		margin-left:20px;
	}

	#header .pages li {
			float: left;
			font-weight: bold;
			font-size: 0.9em;
			text-transform: uppercase;
		}

		#header .pages li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 8px 10px;
			float: left;
		}

		#header .pages li a:hover {			
			background: #ffffff;
			color:#a30327;	
		}

	#header .links {
		float: right;
		color: #ffffff;
		font-size: 0.9em;
		background: url(images/rss.gif) no-repeat 0 6px;
		padding: 8px 0 8px 18px;
	}
		#header .links a {
			color: #ffffff;
			text-decoration: none;
			margin: 0 5px;
		}
		#header .links a:hover {
			text-decoration: underline;
		}

	#header h1 {
		float: left;
		padding: 35px 0 40px;
		clear: both;
	}

		#header h1 a {
			display: block;
			outline: none;
			text-indent: -9999px;
			background: url(images/logo.png) no-repeat 0 0;
			width: 344px; height: 53px;
		}


	#header .categories {
		//overflow: hidden;
		//width: 100%;
		margin-left:10px;
	}

            #catnav{
                margin 0px;
                padding: 0px;
                float: left;
                height:35px;
                }

		#header .categories li {
			font-size: 0.9em;
			text-transform: uppercase;
			padding-left: 10px;		
			//margin-left: -1px;
		}

		#header .categories li a {
			color: #b00;
			text-decoration: none;
			display: block;
			padding: 13px 10px 12px;
			font-weight:bold;
		}
		#header .categories li a:hover {
			text-decoration: underline;
			padding: 13px 10px 12px;
		}
		  
/** END header **/

/** BEGIN body **/
#body {
	padding: 10px 0;
}
/** END body **/

/** BEGIN content **/

#content {
	
        font-size:12px;
        font-family: georgia, garamond, perpetua, palatino, serif;
}

#sup {
    width:1000px;
    clear:both;
    }

#sub {
    width:1000px;
    clear:both;
    }

#sub-left {
    float:left;
    width:400px;
}

#sub-center {
    position:absolute;
    border:solid thin #bbb;
    background-color: #f0f0f0;
    left: 420px;
    width: 270px;
    font-family:verdana;
    font-size:90%;
}

#sub-right{
    position:absolute;
    left: 700px;
    width: 310px;
}

.box-title{
   background-color: #777;
   color:white;
   font-family:verdana;
   text-align:center;
   text-transform:uppercase;
   font-weight:bold;
   padding:5px;
   margin-bottom:5px;
   clear:both;
   }

    #content .head { 
        background: url(images/contenthead.gif) no-repeat 0 0; }

    #content .foot { 
	    background: url(images/contentfoot.gif) no-repeat 0 bottom;
	    padding: 25px 8px;
	}

    #content .atitle {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin: 10px 30px;
	}

/* ----- BEGIN  featured articles ----- */
    .featured {
        float:left;
	padding-top:    0px;
        padding-bottom: 10px;
        padding-left:   0px;
        padding-right:  4px;
	}

        .featured h2.title {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
			color: #ffffff;
			background-color: #212121;
			padding: 5px 8px;
			font-weight: normal;
			margin-bottom: 10px;
		}
        .featured .thumb {
			width: 590px; height: 315px;
			padding: 5px;
			border: 1px solid #bbb;
			background-color: #F2F2F1;
			clear: both;
		}
	.featured .b {
		width: 589px; height: 315px;
		overflow: hidden;
		position: relative;
	        }
	
        .featured .photo {
		list-style-type: none;
			}

	.featured .photo li {
		position: absolute;
		top: 0; left: 0;
		z-index: 0;
		}

            .featured .photo li.first {
			z-index: 2;
			}
	
            .featured .photo li img {
			width: 589px;
			}
	
    .featured .text {
		list-style-type: none;
		}
	
        .featured .text li {
			width: 230px; height: 285px;
			position: absolute;
			top: 0; right: -270px;
			padding: 15px;
			color: #ffffff;
			background: url(images/shade.png) repeat 0 0;
			z-index: 4;
			}

        .featured .text li.first {
			right: 0;
			}

        .featured .text h2 {
             font-family: garamond, perpetua, georgia, palatino, serif;
	     font-size: 1.7em;
	     margin-bottom: 15px;
		}

        .featured .text p {
		line-height: 1.2em;
		margin-bottom: 10px;
		}
	
        .featured .text a {
		color: #ffffff;
		text-decoration: none;
		}

        .featured .text .readmore {
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
		}
	
/** END featured articles **/
		
    .post {
	clear: both;
	border-bottom :#bbb 2px dotted;
	margin-bottom: 30px;	
	}
	
	
        .post .title{
            padding:0px;
	    margin:0px;
		}
	
	.post .meta{
		clear:both;
		padding:0px;
		margin:10px;
		border-top:#d4d2d2 1px solid;
                margin-bottom:20px;
                font-family: verdana;
                font-size: 80%;
                font-weight:bold;
		color:#808080;
		}
		
        /*    .post .meta .tags {
			float: left;
			font-weight:bold;	
			margin: 10px;
			} */

                .post-meta {
                        list-style-type:none;
                        margin-bottom::0px;
                        padding-bottom:0px
                        }


                .post .meta .tags a {
			text-decoration: none;
			color: #b00;
			}

                .post .meta .tags a:hover {
			text-decoration: underline;
			}
				
            .post .meta .undercat {
		float:right;
		font-weight:bold;	
		margin-bottom: 0 !important;
		color:#808080;
		margin-right:10px;
		margin-top:10px;
		}

                .post .meta .undercat a {
			text-decoration: none;
			color: #b00;
			margin: 0 5px;
			}

                .post .meta .undercat a:hover {
			text-decoration: underline;
			}
		
	 .first {
		border-top: 0;
	}

         .post .l {
            clear:left;
            float: left;
	    width: 130px;
            height; 130px;
            margin-left:5px;
		}
		
            .post .l img {
	        width: 120px; 
                height: 120px;
                margin:5px;
                float:left;
			}

	.post .r {
	    float: right;
            width: 250px; 		
		}

	.post .r .more{
            font-weight:bold;
            text-decoration:none;
            padding-left:10px;
		}

            .post .title h2 {
		font-weight: normal;
		font-size: 1.5em;
		margin-bottom:10px;
		font-weight:bold;
		margin-left:10px;
		padding-top:5px;
                font-style:italic;                
		}

                .post .title h2 a {
			text-decoration: none;
			color: #222;
			}

        .post p {
            line-height: 1.5em;
	    margin-bottom: 15px;
	    }
	
            .post .title .details {
			float: left;
                        font-family: verdana;
			font-size: 80%;
			font-weight:bold;	
			margin-bottom: 0 !important;
			color:#808080;
			margin-left:10px;
			}

                .post .title .details a {
			text-decoration: none;
			color: #b00;
			}

                .post .title .details a:hover {
                    text-decoration: underline;
		    }
				
			#content .post .title .comments {
                        font-family: verdana;
			font-size: 80%;
			font-weight:bold;	
			margin-bottom: 0 !important;
			color:#808080;
			float: right;
			margin-bottom: 0 !important;
			padding-bottom: 0px;	
                        clear:right;			
			} 

                .post .title .comments a {
			display: block;
			color: #b00;
			text-decoration: none;
			padding: 0px 10px 0 0;					
			}


	.postnav {	
		float: right;
		padding: 0 0px;
	}

		.postnav ul {
			list-style-type: none;
		}

			.postnav ul li {
				float: left;
				padding: 0 4px;
				font-family: Arial;
			}

		 .postnav ul li a {
				display: block;
				padding: 4px 8px;
				border: 1px solid #E1E1E1;
				text-decoration: none;
				color: #4F4F4F;
			}

			.postnav ul li a:hover {
				border-color: #ffffff;
			}

	#wp_page_numbers ul {
		border-top: 0 !important;
	}

	#wp_page_numbers .page_info {
		padding: 4px 8px !important;
		border: 1px solid #E1E1E1 !important;
		margin-right: 2px;
	}

	#wp_page_numbers .active_page a {
		border-color: #ffffff !important;
		background-color: #ffffff !important;
	}

/** BEGIN Archive **/

    #content .archive {			
	width: 600px;
	float: left;
	margin: 0px 0px 50px 0px;
	padding-left:5px;
        font-family: georgia, palatino, serif;
        font-size:14px;
	}


        #content .archive .post {
		}

             #content .archive .post .l {
                clear:left;
                float: left;
	        width: 140px;
                height; 140px;
                margin-left:5px;
		}
	
        #content .archive .post .l img {
	        width: 130px; 
                height: 130px;
                margin:5px;
                float:left;
		}

             #content .archive 	.post .r {
	    float: right;
            width: 440px; 		
		}

	#content .archive .post .title h2 {
                font-family: georgia;
		font-size: 1.7em;
                color: #222;					
			}	
					
	#content .archive .post .title h2 a {
                color: #222;
			}		

        #content .archive p {
		margin-bottom:10px;
		}
		
        #content .archive .meta{
            font-size:70%;
                font-family:verdana;
		clear:both;
		padding:0px;
		margin:0px;
		border-top:#ddd 1px solid;		
		}
		
		#content .archive .meta .tags {
			font-weight:bold;	
			color:#808080;
			margin:10px;
			}

         #content .archive .meta .tags a {
            text-decoration: none;
            color: #b00;
           }

                #content .archive .meta .tags a:hover {
			text-decoration: underline;
			}
				
            #content .archive .meta .undercat {
		float:right;
		font-weight:bold;	
		margin-bottom: 0 !important;
		color:#808080;
		margin-right:10px;
		margin-top:10px;
		}
	
		#content .archive ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}

		#content .archive li {
			line-height: 1.5em;
			padding: 2px 0;
		}


        #content .archive a {
	    text-decoration: none;
	    color: #b00;
	    margin: 0 5px;
            font-weight:bold;
		}

	#content .archive a:hover {
	    text-decoration: underline;
	}

/** END Archive **/


/** BEGIN single **/

    #content .single {			
	width: 600px;
	float: left;
	margin: 30px 0px 50px 0px;
	padding-left:5px;
        font-family: georgia, palatino, serif;
        font-size:15px;
        line-height:1.4em;
	}

		
	#content .single .title h2 {
                font-family: georgia;
		font-weight: bold;
		font-size: 1.8em;
                color: #222;	
                margin-bottom:20px;				
			}	
					
	#content .single .post .title h2 a {
                color: #222;
			}		

        #content .single p {
		margin-bottom:10px;
		}
		
        #content .single .meta{
            font-size:75%;
                font-family:verdana;
		clear:both;
		padding:0px;
		margin:0px;
		border-top:#ddd 1px solid;		
		}
		
		#content .single .meta .tags {
			float: left;
			font-weight:bold;	
			margin-bottom: 0 !important;
			color:#808080;
			margin-left:10px;
			margin-top:10px;
			}


         #content .single .meta .tags a {
            text-decoration: none;
            color: #b00;
           }

                #content .single .meta .tags a:hover {
			text-decoration: underline;
			}
				
            #content .single .meta .undercat {
		float:right;
		font-weight:bold;	
		margin-bottom: 0 !important;
		color:#808080;
		margin-right:10px;
		margin-top:10px;
		}
	
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}

		#content .single li {
			line-height: 1.5em;
			padding: 2px 0;
		}

		#content .single blockquote {
			padding: 10px;
			margin: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}

	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 5px;
		}

        #content .single a {
	    text-decoration: none;
	    color: #b00;
	    margin: 0 5px;
            font-weight:bold;
		}

	#content .single a:hover {
	    text-decoration: underline;
	}


/** END content **/


/** BEGIN sidebar **/
#sidebar {
	padding:0px;
	width: 310px;
	float: right;
    font-family:verdana, helvetica, tahoma, sans-serif;
}

    #sidebar .box {
        border: 1px solid #E1E1E1;
	padding:0px;
	margin-bottom: 15px;
	}
	
    #sidebar h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #202050;	
	padding: 5px 8px;
	font-weight:bold;
	margin-bottom: 10px;
	background:url(images/link_title_bg.gif) repeat-x;		
	border-bottom: 1px solid #E9E9E9;
        text-align:center;         		
	}
	
    #sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			line-height: 1.1em;
			padding: 2px 0;
			margin-left:10px;		
		}
    #sidebar ul li a {
			color: #b00;
			font-weight:bold;
			text-decoration: none;
		}


	#sidebar .flickr {
		text-align: center;
	}
		#sidebar .flickr img {
			width: 75px;
			margin: 2px;
		}
	#sidebar .video {

		text-align:center;
	}
	#sidebar .tags {

		text-align:center;
	}


/** END SIDEBAR **/


/** BEGIN links **/
#links {
	clear: both;
	padding: 0px 0px;
	font-family: Verdana;
}

#links .col_1{
padding:0px;
margin:0px;
width:150px;
float:left;
}

#links .col_2{
padding:0px;
margin:0px;
float:right;
width:150px;
margin-right:5px;
}

	#links .box {	
		float: left;
		padding: 0px 0px;
		border-top: 1px solid #E9E9E9;
		width: 150px;
	}
	
	
	#links h2 {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #b00;
		padding: 5px 8px;
		font-weight: normal;		
		margin-bottom: 10px;
		height:21px;
		width:135px;
		background:url(images/link_title_bg.gif) repeat-x;
		border-bottom: 1px solid #E9E9E9;
	}
	#links ul {
		clear: both;
		list-style-type: none;
		padding: 0 5px;
	}
		#links ul li {
			line-height: 1.5em;
			font-size: 0.9em;
			padding: 4px 0;
		}
		#links ul li a {
			color: #333333;
			text-decoration: none;
		}
		#links ul li a:hover {
			color: #b00;
			text-decoration: underline;
		}
/** END links **/

/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #c80800;
        width:1000px;
	color: #ddd;
        padding:10px;
        margin-top:10px;
}

	#footer p {
		width: 910px;
                padding-left:30px;
                padding-top:10px;
	}

	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
		font-weight:bold;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
        margin-top:50px;
	padding: 10px 30px;
}

    #comments a {
		text-decoration: none;
	}

    #comments h2 {
		font-size: 1.5em;
		margin: 10px 0;
	}

    #comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}

	#comments form {
	}

	#comments form p {
		margin-bottom: 5px;
	}

        #comments form input {
			margin-right: 5px;
		}

        #comments form input, textarea {
		border: 1px solid #cccccc;
		font-size: 0.9em;
		font-family: Verdana;
		padding: 4px;
		}

        #comments form input {
			width: 100%;
			border: 1px solid #cccccc;
		}

        #comments form textarea {
		width: 100%;
		padding: 4px 4px !important;
		border: 1px solid #cccccc;
		}

        #comments form button {
	    border: 1px solid #a0a0a0;
	    font-size: 1em;
	    font-family: Verdana;
            font-size:75%;
            padding: 5px;
	    }

	.commentdetails {
		margin-top: 25px;
	}

	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}

h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}

.notfound {
	padding: 40px;
}

    .notfound h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/

#comments {
    font-family:verdana, sans-serif;
    padding-top:30px;
    font-size:80%;
    }

    #comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}

    #comments .buffer {
		padding: 10px;
	}

    #comments h2 {
		margin-bottom: 20px;
	}

	#comments ol li {
		margin-bottom: 10px;
	}

	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}

	#comments ol li .avatar {
		float: right;
	}

	#comments ol li .comment-author {
		
	}

                #comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}

	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}

	#comments .children {
		list-style-type: none;
	}

    #comments .navigation {
        padding: 0 10px 20px;
        font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

/** Dropdown Menu **/
#menu {
    width:100%;
    margin-top:1px;
    margin-bottom:10px;
    padding:0px;
    float: left;
    font-size:.85em;
    background-color:#fff;
    border-bottom: solid 1px #ddd;
    border-top:solid 1px #eee;
    }

#dropmenu, #dropmenu ul {
    margin:0; 
    padding:0; 
    list-style-type:none; 
    list-style-position:outside; 
    position:relative; 
    line-height:1.5em; 
    z-index:300; 
    width:100%; 
    font-weight:bold;
    background-color:#fff;
    }
#dropmenu a {
    display:block; 
    padding:0.25em 1em; 
    text-decoration:none; 
    background-color:#fff;
    color: #222
    }
#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;}
#dropmenu li ul {width:14.1em;}
#dropmenu li ul a {width:12em; height:auto; float:left}
#dropmenu a:hover {
    background-color: #aaa;
    color: #000;
    }

#dropmenu ul ul {top:auto;} 
#dropmenu li {float:left; position:relative;}
#dropmenu ul a {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    }
#dropmenu li ul {border-top:1px solid #c8c8c8; width:14.1em;}
#dropmenu li ul a {width:12em; height:auto; float:left;  border-bottom:1px solid #aaa;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

/** Formattazione Articoli **/
h1.articolo {
    font-family: palatino, georgia, garamond, serif;
    font-size:130%;
    font-weight:bold;
    margin-bottom:5px
    }
h2.articolo {
    font-family: palatino, georgia, garamond, serif;
    font-size:110%;
    font-weight:bold;
    margin-bottom:5px;
    margin-top:10px
    }
h3.articolo {
    font-family: palatino, georgia, garamond, serif;
    font-size:110%;
    font-weight:italic;
    margin-top:5px
    }

/** RSS Fetcher **/
    ul.srssfetcher{
        list-style-type:none;
        margin:10px;
        }
    li.srssfetcher-item{
        margin-bottom:2px;
        }
    li.srssfetcher-item a{
        text-decoration:none;
        font-weight:bold;
        }
    p.srssfetcher-message {
        }
    .srssfetcher-timestamp {
        display:block;
        clear:both;
        font-size:80%;
        }

/** Post Custom Metadata **/
.custom-meta {margin-left:5px;
              margin-top:20px;
              margin-bottom:20px;}
.post-meta-key {font-variant: small-caps; font-weight: bold; font-size: 110%; }


/** Image Gallery **/

#slideshow{
width:600px;
height:600px;
}

.item{
width:590px;
height:590px;
}