/*
Theme Name: Colours 6
Template: tema-base

*/

/* Reset ------------------- */
 
* { margin: 0; padding: 0; }


/* Global ------------------- */
 
body { font: normal 12px Verdana; color: #333;  background: #fff url(images/giallo.jpg) repeat-x fixed;}

ul { list-style: none; }
ol { list-style-position: inside; }

h1, h2, h3 { font: normal 24px Verdana; color: #e49a31; }
h1 { font-size: 25px; margin-bottom: 7px; }
h2 { font-size: 22px; margin-bottom: 5px; }
h3 { font-size: 17px; margin-bottom: 5px; }

a { text-decoration: underline; color: #333; }
a:hover { color: #333; }

h1 a { color: #549bcc; text-decoration: underline; }
h1 a:hover { color: #e49a31; }

p { line-height: 18px; padding-bottom: 20px; }

pre { border: 1px solid #d5d8f9; background: #fafafa url(images/bg-block.png); padding: 10px; margin-bottom: 20px; }
img { max-width:100%; }
.clear { clear:both; }
/* Blocks ------------------- */

#container { width: 800px; margin: 20px auto; border:1px solid #bbb; border-radius:10px; box-shadow:  0px 0px 4px 4px rgba(0, 0, 0, 0.2); }
#header { height: 210px; clear: both; position: relative; background: url(images/header.jpg) no-repeat; }
#content-wrapper { background:#fff; }
#content { width: 560px; float: left; padding: 20px; }
#sidebar { width: 180px; padding-top:15px; float: right; }
#footer { clear: both; font-size: 11px; text-align: center; padding: 20px 0 10px 0; position: relative; }

/* Logo ------------------- */

#logo { text-indent:-9999px; display:block; height:210px; overflow:hidden; outline:none; }

/* Description ------------------- */

#description { position: absolute; top: 90px; left: 15px; font: normal 18px Verdana; color: #e49a31; text-decoration: none; }

/* Header ------------------- */

#header ul { position: absolute; top: 175px; right: 15px; overflow: hidden; }
#header ul li { float: left; }
#header ul li a { color: #549bcc; text-decoration: underline; font-size: 14px; }
#header ul li a:hover { color: #e49a31; }

/* Sidebar ------------------- */

#sidebar .block {  margin-bottom: 10px; padding: 8px; }
#sidebar .block h2 { color: #e49a31; }
#sidebar .block li { padding: 7px 0;}
#sidebar .block li a { color: #549bcc; text-decoration: none; font-size:14px; }
#sidebar .block li a:hover { color: #e49a31; }

#sidebar ul {
	list-style-image: url('images/bullet.png');
	padding-left:20px;
}

/* Post ------------------- */

#titolo {
	font-size:36px;
	font-weight:700;
	border-bottom: 1px dotted #762375;
	margin-bottom:15px;
}
.post { border-bottom: 1px dashed #aaa; margin-bottom: 15px; }
.post .date { font-size: 16px; color: #abbbac; margin-bottom: 10px; }

.post p a { text-decoration: none; color: #549bcc; border-bottom: 1px solid #333; }
.post p a:hover { color: #555; border-bottom: 1px solid #555; }

/*
 * Comments
 *
 */
 
h2#comments { color: #549bcc; margin-bottom: 10px; font-size: 16px; }
 
.comment { background: #fafafa; padding: 10px; margin-bottom: 10px; color: #777; }
.comment p { color: #333; font-size: 11px; line-height: 16px; }
.comment .author { margin-bottom: 5px; }

.comment-form { position: relative;z-index: 10; }
.comment-form h3 { color: #333; }
.comment-form p {  padding-bottom: 5px; }
.comment-form .text { width: 150px; height: 20px; margin-top: 5px; }
.comment-form label { margin-left: 5px; }
.comment-form textarea { width: 380px; height: 70px; margin-top: 5px; }
.comment-form .submit { margin-top: 5px; padding: 3px 5px; margin-bottom: 10px; }

.center { text-align: center; font-size: 16px; }

#footer { color: #549bcc; background-color:white }
#footer a { color: #e49a31; text-decoration: underline; font-weight: bold; line-height: 16px; }



.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.aligncenter {
    display: block;
    margin: 15px auto; 	
	float:none;
}

.alignright {
    padding: 4px;
    margin: 0 0 2px 10px;
    display: inline;
    float: right;
}

.alignleft {
    padding: 4px;
    margin: 0 10px 2px 0;
    display: inline;
    float: left;
} 
