/* HTML Elements */

* {
	margin:0px;
	padding:0px;
	}

body {
	font: 100% Verdana, Arial;
    background:#ffffff url('images/backimage.png') repeat;
	color:#333;
	}

p {
	margin: 15px 0;
	}

a:link, a:visited {
	color: #666666;
	text-decoration:none;
	}

a:hover, a:active {
	color: #b4b4b4;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}

#topimage {
	width:1020px;
	height:20px;
	margin:10px auto 0px auto;
	background:transparent url('images/topimage.png') no-repeat;
	}
#bottomimage {
	width:1020px;
	margin:0px auto 10px auto;
	background:transparent url('images/bottomimage.png') bottom center no-repeat;
	}
#middleimage {
	width:1020px;
	margin:0px auto 20px auto;
	background:transparent url('images/middleimage.png') repeat-y;
	}
	
/* head and menu */


#head {
    width:801px;
 	margin-top:15px;
 	margin-left:auto;
 	margin-right:auto;
 	margin-bottom:10px;
	padding:0px;
	}
	
#imglogo {
    width:800px;
    height:120px;
	margin: auto;
	}
	
#imglogo a img {
    margin:auto;
    border:0px;
	}

#navbar {
    width:1020px;
    height:44px;
    margin:20px auto 0px auto;
    background:transparent url('images/navbar.png') no-repeat;
    }

#page-bar {
    float:left;
    width:1020px;
 	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
    width:143px;
    height:44px;
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
    background:transparent url('images/separator.png') no-repeat 0 0;
	}

#page-bar li.first {
    width:142px;
	float:left;
	margin-left:10px;
	list-style:none;
	cursor: pointer;
	display:block;
	background:none;
}

#page-bar li:hover {
	background: #707070;
 	}


#page-bar a, #page-bar a:visited {
	padding-top:12px;
	height:40px;
	font:15px Arial;
	line-height:16px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	display:block;
	}

#page-bar a:hover {
    text-decoration:none;
	color:#e5e5e5;
	}

/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em Arial, Helvetica;
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#666666;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#666666;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#page {
	width:980px;
	float:left;
	margin-left:20px;
	padding-top:10px;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

#top {
    width:980px;
	margin-bottom:25px;
	background:#ffffff url('images/primopiano.png') top left no-repeat;
	}
	
#headline1 {
	width:980px;
	height:500px;
	float:left;
	background:#ffffff url('images/headlineimage980500.png') no-repeat;
	font-size:13px;
	line-height:18px;
    }

#headline1  div.title, #headline2  div.title {
	font:19px Arial;
	font-weight:bold;
    padding-top:12px;
	padding-left:15px;
	}
#headline1 a img {
    margin-top:20px;
    margin-left:0px;
    padding:0px;
	}
	
#headline1 p, #headline1 a {
	padding-left:15px;
	padding-right:10px;
	}

#middle {
	width:680px;
	background:#ffffff url('images/categorytitle.png') top left no-repeat;
    }

.category {
	width:193px;
	height:80px;
	padding:10px;
	float:left;
	font-size:12px;
	margin-top:36px;
	margin-left:20px;
    background:#ffffff url('images/categoryimage.png') no-repeat;
    }

.categoryfirst {
	width:193px;
	height:80px;
	padding:10px;
	float:left;
	font-size:12px;
	margin-top:36px;
	margin-left:0px;
    background:#ffffff url('images/categoryimage.png') no-repeat;
    }

.category p, .categoryfirst p {
	margin-top:5px;
	margin-left:15px;
	margin-right;15px;
	}

.category span.cat_title, .categoryfirst span.cat_title, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	font:16px Arial;
	font-weight:bold;
	}

#bottom {
	width:980px;
	margin:25px auto;
	}

#front-list {
	width:680px;
	float:left;
	font-size:12px;
	line-height:18px;
    }

#archive {
	width:680px;
	float:left;
	font-size:12px;
	line-height:18px;
    }
    
#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font:15px Arial;
	font-weight:bold;
	padding:5px;
	margin-bottom:10px;
	}
	
#front-list a img, #archive a img {
    padding:3px;
    margin-left:15px;
    margin-right:20px;
	border:2px solid #d2d2d2;
    }

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:12px;
	margin-bottom:12px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	min-height:150px;
	margin-top:10px;
	background:#ffffff url('images/spoilerimage.png') bottom no-repeat;
	}

#front-list p, #archive p {
	margin:0px;
	padding-right:10px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	}

/* Content Page*/

#content {
	width:680px;
	float:left;
	font-size:12px;
	line-height:16px;
	margin-bottom:18px;
    }

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	}
	
#content  div.title {
	font:22px Arial;
	font-weight:bold;
	margin-left:25px;
	margin-bottom:10px;
	color:#696969;
	}

#content h2.title {
	font:20px Arial;
	font-weight:bold;
	color:#666666;
	padding:5px 0px;
	}

.post {
    font:Arial;
    font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	margin-left:10px;
	margin-right:10px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img{
    padding:0px;
    margin:5px;
    border:0px;
    }
    
.post .dropshadow {
    padding:3px;
    margin:5px;
    background:#ffffff;
	border-top:2px solid #d2d2d2;
	border-left:2px solid #d2d2d2;
	border-right:2px solid #d2d2d2;
	-moz-box-shadow: rgba(160,160,160,1) 0 5px 10px;
	-webkit-box-shadow: rgba(160,160,160,1) 0 5px 10px;
	-khtml-box-shadow: rgba(160,160,160,1) 0 5px 10px;
	box-shadow: rgba(160,160,160,1) 0 5px 10px;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2,direction=0,strength=4)
        progid:DXImageTransform.Microsoft.Shadow(color=#cbcbcb,direction=90,strength=7)
        progid:DXImageTransform.Microsoft.Shadow(color=#c2c2c2,direction=180,strength=9)
        progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2,direction=270,strength=4);
    }

.post .ads {
	margin-top:10px;
	}
	
.entry {
	margin-top:20px;
	}

/* Sidebar*/

#sidebar {
	width:280px;
	height:540px;
	float:right;
    background:#ffffff url('images/sidebarimage.png') no-repeat;
    padding-top:10px;
    }

#sidebar h3 {
	font:18px Arial;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:15px;
    }

#sidebar li {
    font-size:12px;
    font-style:italic;
	list-style:none;
	border-bottom:1px dotted #cccccc;
	display:block;
	margin-left:10px;
	margin-right:10px;
	padding:2px 10px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}
	
#sidebar a img {
    margin-top:5px;
    }

/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
/* Footer*/

#footer {
 	width:990px;
 	margin:auto;
	font-size:0.6em;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:10px;
	}

    /* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}

.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}

#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0px;
	border:1px solid #c7c7c7;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}

.commentlist blockquote {
	background:#ededed;
	}

.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	width:550px;
	float:left;
	line-height:14px;
	}

.commentlist cite strong {
	font-size:11px;
	}

li.my_comment {
	border:none;
	}

li.my_comment cite strong {
	font-size:12px;
	color:#313228;
	}

#commentform small {
	padding:0;
	}

.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:12px;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}

.commentlist small {
	background:#e9e9e9;
	}

.avatar {
    border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}

#comment {
	width:500px;
    float:left;
	}
	
#comments {
	width:600px;
	margin-left:25px;
    float:left;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}
