/*   
Theme Name: Passione Casa DonnaD
Theme URI: http://passionecasa.donnad.it
Description: A self-made theme
Author: Alessandro Pellizzari - Mesa-Lab
Author URI: http://www.mesa-lab.it
Version: 1.0
.
No comment
.
*/

/* Eric Meyer CSS Reset Reload */
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, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: separate;
	border-spacing: 0;
}*/
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Fine Eric Meyer CSS Reset */


/*****
	Layout generale
				*****/

#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 930px;
	margin: 0 10px;
}

	/* Layout come da http://blog.html.it/layoutgala/ */
#maincontent {
	float: left;
	width: 700px;
}

#sidebar {
	width: 250px;
	float: right;
}
	
	#sidebar h2 {
		margin: 0;
	}

#top {
	/*clear: both;*/
}

#bottom {
	/*clear: both; */
}

#footer {
	/*clear: both;*/
}

#top ul,
#bottom ul,
#left ul {
	margin: 0;
	padding: 0;
}

/****** 
	Stili grafici 
				******/

/* Site base font: 1.3*body size (10px) = 13px */

.hidden {
	display: none;
}

body {
	background: #fff url(img/blog-bg.png) no-repeat right bottom;	
}

#container {
	font-size: 1.2em;
	line-height: 1.5em;
}

#header {
	background: url(img/onda.png) no-repeat top right;
	height: 265px;
}

	#header #logo {
		padding-bottom: 6px;
		height: 73px;
		background: #fff url(img/header-linearosa.png) repeat-x left bottom;
	}
	
		#header #logo span {
			display: block;
			text-indent: -9999px;
			width: 930px;
			height:73px;
			background: #fff url(img/logo-donnad.png) no-repeat top left;
		}
	
	#bloginfo {
		height: 186px;
		background: #fff url(img/onda.jpg) no-repeat top left;
	}
	
	#blogheader {
		height: 186px;
	}
	
		#blogtitle {
			display: block;
			height: 55px;
			margin: 0 0 0 160px;
			/*background: url(img/header-title.png) no-repeat bottom left;*/
			text-indent: -9999px;
		}
		
		#blogsubtitle {
			display: block;
			height: 47px;
			margin: 0 0 0 160px;
			/*background: url(img/header-subtitle.png) no-repeat top left;*/
			text-indent: -9999px;
		}
		
		#blogmenu {
			display: block;
			height: 30px;
			margin: 0 0 0 160px;
		}
		
			#blogmenu ul {
				margin: 54px 0 0 0;
				padding: 0;
			}
			
				#blogmenu li {
					width: 87px;
					height: 24px;
					display: block;
					float: left;
				}
				
					#blogmenu li a {
						display: block;
						width: 87px;
						height: 24px;
						border: 0;
						margin: 0;
						padding: 0;
						text-indent: -9999px;
					}
					
						#blogmenu li a:hover {
							background-position: 0 -24px;
						}
				
					#blogmenu li.menu_home a {
						background: url(img/headermenu-home.png) no-repeat 0 0;
					}

					#blogmenu li.menu_info a {
						background: url(img/headermenu-info.png) no-repeat 0 0;
					}

					#blogmenu li.menu_login a {
						background: url(img/headermenu-login.png) no-repeat 0 0;
					}


#maincontent {
}

	#top {
		width: 144px;
		height: 221px;
		background: transparent url(img/fiore.png) no-repeat top left;
		position: absolute;
		top: 79px;
		margin-left: 10px;
	}

	#mcontents {
		background: #ecf5ff url(img/fade_left.png) repeat-y top left;
		padding: 40px 0 0 10px;
		border-right: 2px solid #eef;
	}


#sidebar {
}

	#sidebar ul {
		list-style-type: none;
	}
	
	#sidebar ul.sidebar {
		background: #f8f8f8 url(img/fade_right.png) repeat-y top right;
		margin: 0;
		padding: 0 10px 0 0;
	}
	#sidebar li {
		margin: 0;
	}
	
	#sidebar li.widget {
		margin: 0 0 0 0;
		padding: 3em 1em 1.5em 1em;
		background: transparent url(img/icon_sidebarseparator.png) no-repeat center top;
	}
	
	#sidebar h2,
	#searchform label {
		display: block;
		text-align: left;
		font-size: 1.3em;
		font-weight: bold;
		color: #5ca5ef;
		padding: 0.3em;
		
	}
	
	#sidebar h3 {
		font-size: 1em;
		font-weight: bold;
		font-style: italic;
	}
	
	#sidebar p {
		padding: 0.3em 0;
	}
	
#bottom {
	clear: both;
	background: #ecf5ff url(img/fade_left.png) repeat-y top left;
	padding: 0 0 0 10px;
}

#posttop {
	width: 130px;
	float: right;
	clear: right;
}

#postbottom {
	clear: both;
}

/*****
	Contents
			*****/

.post {
	padding: 0 0 5em 0;
	margin: 0 25px 1em;
	background: transparent url(img/icon_postseparator.png) no-repeat center bottom;
}

	.post p a {
		font-weight: bold;
	}

	
	.post .post_date {
		background: transparent url(img/icon_time.png) no-repeat top left;
		padding-left: 20px;
		color: #646464;
		font-style: italic;
	}
	
	.post .post_body {
		background-color: #fff;
		padding: 1em;
		margin: 1em 0;
	}
	
	
	.post .post_info {
		background-color: #fff;
		padding: 10px;
		line-height: 2em;
		overflow: auto;
		width: 615px;
	}
	
		
		.post ul.post_tags {
			background: transparent url(img/icon_tags.png) no-repeat top left;
			text-align: left;
			font-size: 0.9em;
			width: 200px;
			min-height: 22px;
			padding: 0 0 0 35px;
			margin: 0;
			list-style-type: none;
			display: block;
			float: left;
		}
		
			.post ul.post_tags li {
				display: inline;
				padding: 0;
				margin: 0;
			}
		
		.post .comments_link {
			background: transparent url(img/icon_comments.png) no-repeat top left;
			width: 100px;
			min-height: 22px;
			padding: 0 0 0 22px;
			margin-left: 10px;
			display: block;
			float: left;
		}
		
		.post address.post_category {
			display: inline;
			background: transparent url(img/icon_category.png) no-repeat top left;
			width: 200px;
			min-height: 22px;
			padding: 0 0 0 28px;
			margin-left: 10px;
			float: left;
		}

.postmetadata {
	background-color: #f8f8f8;
	font-size: 0.8em;
	color: #333;
	padding: 1em;
	margin: 1em 0 0 0;
	clear: both;
}


.post_comments {
	font-size: 1.1em;
	margin: 2em;
}

	address.comment_author {
		font-size: 120%;
		font-weight: bold;
	}
	
	.post_comments p {
		margin: 0.5em 0.5em 1em;
		text-align: justify;
	}

#comments {
	background-color: #fff;
	padding: 0.5em;
	color: #000;
	font-weight: bold;
}

.commentmetadata {
	font-style: italic;
	font-size: 0.8em;
}

.commentlist {
	margin: 1em 0;	
}

.commentlist li {
	background: transparent url(img/icon_postseparator.png) no-repeat center bottom;
	margin-bottom: 1.5em;
	padding: 0.5em 0.5em 3em 0.5em;
}

.commentlist .moderation {
	color: #5ca5ef;
}

#comment_add {
	padding: 2em;
}

#respond {
	font-weight: bold;
	font-size: 1.2em;	
}

p.logged_as {
	font-style: italic;
	font-size: 0.9em;
}

div.post_trackbacks {
	padding: 2em;
	font-size: 1.1em;
}

div.navlink {
	overflow: auto;
	padding: 25px;
	height: auto !important;
	height: 3em;
	min-height: 3em;
	text-align: center;
	font-size: 1.5em;
	line-height: 3em;
	color: #a9caed;
	font-weight: bold;
	background: transparent url(img/header-lineaazzurra.png) repeat-x left bottom;
}

	div.navlink a {
		color: #a9caed;
	}

	div.navlink a:hover {
		color: #79b2ed;
	}

	div.navlink .alignleft {
		float: left;
		clear: left;
	}
	
	div.navlink .alignright {
		float: right;
		clear: right;
	}


div.empty {
	text-align: center;
	font-size: 1.5em;
	border: 2px solid #71007e;
	margin: 1em;
	padding: 1em;
	color: #71007e;
}


/******
	Forms
	 	******/

fieldset {
	margin: 0.5em;
	border: 1px solid #aaa;
	padding: 0.5em;
}

fieldset legend {
	font-weight: bold;
}

#comment_add {
	position: relative;
}

.form_row {
	padding: 0.2em 0 1em 0;
	clear: left;
	overflow: hidden;
}

	.form_row label {
		width: 27%;
		float: left;
		text-align: right;
		font-size: 0.9em;
	}
	
	.form_row .form_input {
		font-size: 1em;
		padding: 2px;
		display: block;
		/*margin-left: 28%;*/
		float: left;
		margin-left: 1%;
		width: 70%;
	}
	
		.form_input input,
		.form_input textarea,
		.form_input select {
			border: 1px solid #999;
			width: 90%;
			background-color: #fff;
		}
	
	.form_row textarea {
		height: 10em;
	}
	
	.form_row .form_description {
		text-align: right;
	}

.form_buttonbox {
	text-align: right;
}

.form_ops {
	padding: 0.2em 0 1em 0;
	clear: left;
	overflow: hidden;
	text-align: center;
}

	.op_submit {
		border: 1px solid #71007e;
		background-color: #f8f8f8;
		margin-left: 1em;
		padding: 0.5em;
	}
	
	.op_cancel {
		border: 1px solid #000;
		background-color: #ccc;
		margin-left: 1em;
		padding: 0.5em;
	}
	
	.op_edit {
		border: 1px solid #00f;
		background-color: #ccf;
		margin-left: 1em;
		padding: 0.5em;
	}
	
	.op_delete {
		border: 1px solid #f00;
		background-color: #fcc;
		margin-left: 1em;
		padding: 0.5em;
	}

a.op_submit,
a.op_cancel,
a.op_edit,
a.op_delete {
	text-decoration: none;
	color: #000;
}


/*****
	Blocks
		*****/

#nav1 {
	background-color: #eaffea;
}

#nav2 {
	background-color: #bfb;	
}

.block {
	margin: 0.5em;
	border: 1px solid #aaa;
	padding: 0.5em;
}

#searchform {
	text-align: left;
}

#searchform input {
	border: 0;
	background: url(img/icon_go.png) no-repeat top left;
	width: 19px;
	height: 17px;
	text-indent: -9999px;
}

input#s {
	width: 170px;
	height: 1.2em;
	background: #fff;
	border: 1px solid #aaa;
	text-indent: 0;
}

#searchform {
	text-align: left;
}
	
	#searchform input {
		display: inline;
	}
	

/*****
	AdSense
		*****/

li.adsensem_widget .adsense {
	margin: 1em 0;
	text-align: center;
}


/*****
	Footer
		*****/
		
#footer {
	background: #fff url(img/fade_bottomleft.png) no-repeat left bottom;
	/*border-right: 2px solid #eef;*/
	padding: 15px 0 30px 10px;
	margin: 0;
	text-align: center;
	font-size: 0.9em;
	color: #bbb;
	width: 689px;
	float: left;
}

#footer p {
	border-top: 1px solid #aaa;
	padding: 1em;
}

	#footer a {
		color: #bbb;
	}
	
		#footer a:hover {
			color: #666;
		}

	#footer #footer_links a,
	#footer #footer_links a:active,
	#footer #footer_links a:visited
	{
		color: #71007e;
	}
	
	#footer #footer_links a:hover {
		color: #b200c7;
	}

/*****
	WP align
			*****/

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*****
	Shu Widgets
		*****/
		
.shu_feeds li {
	height: auto !important;
	height: 20px;
	min-height: 20px;
	padding-left: 20px;
}

li.shu_rss2_feed {
	background: url(img/feed_orange.png) no-repeat center left;
	padding-left: 24px;
}

li.shu_atom_feed {
	background: url(img/feed_blue.png) no-repeat center left;
	padding-left: 24px;
}

li.shu_rss0_feed {
	background: url(img/feed_green.png) no-repeat center left;
	padding-left: 24px;
}

li.shu_rdf_feed {
	background: url(img/feed_cyan.png) no-repeat center left;
	padding-left: 24px;
}
