/*
Theme Name: madidus Theme
Author: Gianni Di Milia
Author URI: http://www.madidus.net/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font-family: "Lucida CE", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	background-color: #dfdfdf;	
}
img {
	border: 0;
}
a img {
	filter:alpha(opacity=100);
	filter:"alpha(opacity=100)";
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
a img:hover {
	filter:alpha(opacity=80);
	filter:"alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.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 {
	width: 975px;
	margin: auto auto;
	text-align: left;
	overflow: hidden;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	margin-bottom: 10px;
}
	#header .up {
	clear: both;
	float: left;
	font-size: 0;
	margin-top: 20px;
	}
		#header .up a {
	display: block;
	text-indent: -9999px;
	outline: none;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 80px;
		}
	#header .down ul {
	list-style-type: none;
	float: left;
	width: 895px;
	height: 80px;
	padding-top: 38px;
	}
		#header .down ul li {
	float: right;
	font-size: 0.7em;
	padding-left: 2px;
		}
		#header .down ul li a {
	display: block;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
		}
		#header .down ul li a:hover {
	background-color: #dfdfdf;
		}
/** END header **/

/** BEGIN content **/
#content {
	width: 975px;
	float: left;
	overflow: hidden;
	padding-bottom: 10px;
}
	#content .thumb {
	width: 975px;
	height: 500px;
	overflow: hidden;
	float: left;
	margin: 0;
	}
		#content .thumb img {
		width: 975px;
		}
	#content .post {
	margin-right: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	}
		#content .post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 1.2em;
		}
			#content .post h2 a {
	text-decoration: none;
			}
			#content .post h2 a:hover {
	text-decoration: none;
	background-color: #dfdfdf;
			}
		#content .post .date {
			font-size: 0.7em;
			margin-bottom: 15px;
		}
			#content .post .date a {
				text-decoration: none;
			}
			#content .post .date a:hover {
	text-decoration: none;
	background-color: #dfdfdf;
			}
		#content .post .details {
			font-size: 0.7em;
			margin-bottom: 15px;
		}
			#content .post .details .l {
	float: left;
			}
			#content .post .r {
	float: left;
	font-size: 0.7em;
			}
			#content .post .details a {
				text-decoration: none;
			}
			#content .post .details a:hover {
	text-decoration: none;
	background-color: #dfdfdf;
			}
		#content .post p {
			margin-bottom: 10px;
			line-height: 1em;
		}
		#content .post ul, #content .post ol {
			list-style-position: inside;
			margin-bottom: 15px;
		}
		#content .post li {
			line-height: 1em;
		}
		#content .post blockquote {
			line-height: 1em;
			margin-bottom: 15px;
			padding: 10px 10px 0;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-color: #e0e0e0;
			border-style: solid;
		}
		#content .post h3, #content .post h4, #content .post h5, #content .post h6 {
			font-size: 1em;
			margin-bottom: 5px;
		}
	#content .postnav {
	clear: both;
	padding-top: 10px;
	font-size: 0.7em;
	}
	#content .postnav a {
	text-decoration: none;
	}
	#content .postnav a:hover {
	text-decoration: none;
	background-color: #dfdfdf;
	}
	span.o {
	font-size: 0.8em;
	}
/** END content **/

/** BEGIN sidebar **
#sidebar {
	width: 302px;
	float: right;
	padding-bottom: 20px;
}
	#sidebar h2 {
		font-size: 0.9em;
		color: #ffffff;
		background-color: #000000;
		text-transform: uppercase;
		padding: 5px;
		margin-bottom: 5px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 5px;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 4px 0;
		}
		#sidebar ul li a {
			color: #68645A;
			text-decoration: none;
		}
		#sidebar ul li a:hover {
			color: #0089D2;
			text-decoration: underline;
		}
	#sidebar .box {
	margin-bottom: 15px;
	padding: 5px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	}
	#sidebar .l {
		float: left;
		width: 145px;
	}
	#sidebar .r {
		float: right;
		width: 145px;
	}
		#sidebar .l li, #sidebar .r li {
			font-size: 0.9em;
		}
	#sidebar .tags {
		padding: 0 5px;
	}
		#sidebar .tags a {
			color: #808080;
			text-decoration: none;
		}
		#sidebar .tags a:hover {
	color: #000000;
	text-decoration: underline;
		}
	#sidebar form {
	padding: 10px 5px;
	height: 31px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	}
		#sidebar form input {
	float: left;
	border: 0;
	font-size: 1.2em;
	width: 201px;
	margin: 7px 7px 5px 5px;
		}
		#sidebar form button {
	float: left;
	border: 0;
	width: 20px;
	height: 20px;
	font-size: 0.8em;
	font-family: Verdana;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	background-image: url(images/cerca.gif);
	background-repeat: no-repeat;
		}
		#sidebar form button:hover {
	background-image: url(images/cerca.gif);
	background-repeat: no-repeat;
	background-position: -20px;
		}
	#sidebar .twitter {
		border: 1px solid #dfdfdf;
		border-top: 0;
		padding: 5px 5px 5px 50px;
		margin-bottom: 15px;
		color: #808080;
		background: url(images/twitter.gif) no-repeat 8px 10px;
	}
		#sidebar .twitter p {
			line-height: 1.4em;
			margin-bottom: 8px;
		}
		#sidebar .twitter .date {
			font-style: italic;
			font-size: 0.9em;
		}
** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	font-size: 0.6em;
	margin-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
	color: #999999;
	padding: 10px;
}
	#footer a {
		text-decoration: none;
	}
	#footer a:hover {
	background-color: #dfdfdf;
	}
	#footer .sx {
	float: left;
	width: 275px;
	}
	#footer .sx2 {
	float: left;
	width: 200px;
	}
	#footer .dx {
	float: left;
	width: 235px;
	}
	#footer .dx form {
	height: 20px;
	margin-top: 15px;
	}
		#footer .dx form input {
	font-size: 1em;
	font-family: "Lucida CE", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	width: 160px;
	height: 20px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	background-color: #dfdfdf;
	float: left;
		}
		#footer .dx form input:hover {
	background-color: #cccccc;
		}
		#footer .dx form button {
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(images/cerca.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
		}
		#footer .dx form button:hover {
	background-image: url(images/cerca.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
		}
/** END footer **/

/** BEGIN FLICKR ****************************/

#flickr_badge_wrapper {
	height: 45px;
	float: left;
	width: 240px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.flickr_badge_image {
}
.flickr_badge_image img {
	float:left;
	width:38px;
	height:38px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/** END FLICKR ****************************/

/** BEGIN miscellaneous **/
#comments {
	font-size: 0.9em;
}
	#comments h2 {
	font-size: 1em !important;
	font-family: "Lucida CE", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.2em;
	}
	#comments form {
		padding-top: 5px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #dfdfdf;
			font-size: 0.9em;
			font-family: "Lucida CE", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
	width: 260px;
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
		}
		#comments form textarea {
	width: 350px;
	padding: 4px 4px !important;
	border: 1px solid #dfdfdf;
	background-color: #dfdfdf;
		}
		#comments form button {
			text-indent: -9999px;
			border: 0;
			background: url(images/submit2.gif) no-repeat 0 0;
			width: 150px; height: 34px;
		}
	.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: 0.7em !important;
	padding-bottom: 20px;
	font-weight: lighter;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 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: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #dfdfdf;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/