/*
Theme Name: Water
Theme URI: http://vandeft.com/?p=78
Description: The Water theme is made for easy and quick customization.
Version: 1.5.0.3
Author: Fallen Tsubasa, The Undersigned
Author URI: http://vandeft.com/
Tags: white, blue, green, one-column, two-columns, three-columns
*/

.right, .alignright {
	float: right;
}

.left, .alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}
/* General styling */

body {
	margin: 0;
	background-color: #FFF;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #4F4F4F;
}

#wrapper {
	vertical-align: middle;
	width: 980px;
	margin: 0 auto;
}

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

a:hover {
	text-decoration: underline;
}

* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

h4 {
	font-size: 18px;
	color: #7E7E7E;
	display: block;
	font-weight: normal;
}

/* HEADER */

#title {
	float: right;
	margin: 7px 5px 0 0;
	font-size: 41px;
	font-weight: normal;
}

#title a:link, #title a:visited  {
	color: #dd3b60;
	margin-right: 5px;
	font-weight: normal;
}

#title a:hover {
	text-decoration: none;
	color: #733d4A;
}


#topmenu {
	float: left;
	margin-top: 25px;
	z-index: 5;
}

#topmenu a:link, #topmenu a:visited {
	color: #4F4F4F;
}

#topmenu a:hover {
	text-decoration: none;
}

#topmenu ul { 
	margin: 0 0 0 5px;
	padding: 0;
}


#topmenu ul li a:link, #topmenu ul li a:visited {
	display: block;
	line-height: 11px;
	padding: 5px 10px 2px 9px;
	margin: 0 7px 0 0;
	font-size: 11px;
	border-bottom: 2px solid #dd3b60;
	text-transform: uppercase;
}

#topmenu ul li a:hover {
	border-bottom: 2px solid #733d4A;
}

#topmenu ul li {
	display: block;
	float: left;
	position: relative; 
}

#topmenu ul li ul {
	display: block;
	position: absolute;
	top: auto;
	margin: 0;
	padding: 0;
	visibility: hidden;
	border-top: 1px solid #CCC;
	width: 220px;
}

#topmenu ul li:hover ul, #topmenu ul li.msiefix ul {
	visibility: visible;
}

#topmenu ul li ul li {
	position: relative;
	float: none;
	line-height: 18px;
	color: #4F4F4F;
	font-size: 10px;
}
	
#topmenu ul li ul li a:link, #topmenu ul li ul li a:visited, #topmenu ul li ul li a {
	display: block;
	border: 0;
	margin: 0;
	padding: 2px 0 2px 10px;
	line-height: 15px;
	text-transform: none;
	color: #FFF;
	background-color: #dd3b60;
}
		
#topmenu ul li ul li a:hover {
	background-color: #733d4A;
}

#headerimage {
	clear: both;
	height: 150px;
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url('http://www.millazu.it/wp-content/themes/water.1.5.0.3/water/images/header.jpg') no-repeat left;
}

/* CONTENT */

#content {
	margin: 0 15px 0 8px;
	padding: 0;
	width: 610px;
	float: left;
}

.post {
	margin: 5px 0 30px 3px;
	clear: both;
}

.posttitle, .sidebar h3 {
	font-size: 20px;
	line-height: 20px;
	color: #733d4A;
	margin: 0 0 5px 0;
	font-weight: normal;
	display: block;
}

.posttitle img {
	float: left;
	margin-right: 3px;
}

.post a:link, .post a:visited {
	color: #733d4A;
}

.post a:hover {
	color: #dd3b60;
	text-decoration: none;
}

.post a:link span, .post a:visited span {
	color: #CCC;
}

.post a:hover span {
	color: #BABABA;
}

.post .the_content {
	clear: both;
}

.post .postmeta {
	font-size: 10px;
	line-height: 10px;
	color: #BABABA;
	text-transform: uppercase;
	margin: 2px 0 5px 0;
}

.post .postmeta a:link, .post .postmeta a:visited {
	color: #7E7E7E;
	font-weight: bold;
}

.post .postmeta a:hover {
	color: #dd3b60;
	text-decoration: none;
}

.post p {
	margin: 0 0 10px 0;
	line-height: 15px;
}

.post p a:link, .post p a:visited,
.post ul a:link, .post ul a:visited,
.post ol a:link, .post ol a:visited {
	color: #dd3b60;
}

.post p a:hover, .post ul a:hover, .post ol a:hover {
	text-decoration: underline;
}

.post .the_content ul, .post .the_content ol {
	margin-bottom: 15px;
}

.the_content img {
	border: 1px solid #dd3b60;
	margin: 0 0 3px 3px;
}

.post .wp-smiley {
	float: none;
	border: 0;
	margin: 0;
}

.post .edit, .post .edit:focus {
	background: url('http://www.millazu.it/wp-content/themes/water.1.5.0.3/water/images/edit_button.png');
	border: 2px double;
	border-color: #CCC #AAA #AAA #CCC;
	color: #73A533;
	height: 18px;
	width: 30px;
	float: right;
	font-size: 10px;
	font-family: "Trebuchet MS", sans-serif;
}

.edit:active {
	border: 3px double;
	border-color: #CCC #888 #888 #CCC;
}

.postslink {
	padding-left: 14px;
	background: url('http://www.millazu.it/wp-content/themes/water.1.5.0.3/water/images/posts.gif') no-repeat center left;
	margin-right: 50px;
}

.commentslink {
	padding-left: 16px;
	background: url('http://www.millazu.it/wp-content/themes/water.1.5.0.3/water/images/comments.gif') no-repeat center left;
}

#nav {
	padding: 0 0 25px 0;
	margin: -10px 10px 0;
}

/* COMMENTS */

#submit {
	float: left;
	width: 90px;
	height: auto;
	margin-bottom: 10px;
}

#commentlist {
	width: 610px;
}

#commentlist li {
	width: 545px;
	margin: 0 0 10px 0;
	padding: 5px 5px 0;
	border-left: 3px solid #dd3b60;
	background-color: #FFF;
	float: left;
}

#commentlist li.odd {
	background-color: #f5f0ec;
	border-color: #733d4A;
}

#commentlist li.author {
	background-color: #E6DFDB;
}

#commentlist li.track {
	background-color: #024862;
	width: 600px;
}

.post .commentmeta {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.post #commentlist .commentmeta a:link, .post #commentlist .commentmeta a:visited {
	color: #733d4A;
}

.post #commentlist .commentmeta a:hover {
	color: #dd3b60;
	text-decoration: none;
}

.post .commenttitle {
	font-size: 16px;
	color: #733d4A;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-align: left;
}

.post .commenttitle span {
	font-size: 11px;
	float: right;
	color: #BABABA;
}

blockquote {
	border-left: 2px solid #dd3b60;
	margin: 10px 0 10px 5px;
	padding-left: 10px;
}

blockquote blockquote {
	border-left: 2px solid #733d4A;
}

#commentlist li.gravatar {
	border: 0;
	width: 45px;
	display: inline;
	margin-right: 7px;
	padding: 0;
	clear: left;
	text-align: center;
}

.gravatar .edit {
	float: none;
}

.post .extrameta {
	color: #7E7E7E;
}

/* SIDEBAR */

#sidebar_one {
	width: 150px;
	float: right;
}

#sidebar_two {
	width: 150px;
	float: right;
		margin-right: 20px;
	}

.sidebar a:link, .sidebar a:visited {
	color: #4F4F4F;
}

.sidebar a:hover {
	color: #dd3b60;
	text-decoration: none;
}

/* LISTS */

html>body .the_content ul {
	margin-left: 0;
	padding: 0 0 0 10px;
	text-indent: -10px;
} 

html>body .the_content li {
	margin: 4px 0 2px 5px;
}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent: -5px;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	margin-bottom: 15px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 5px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

.the_content ul li, .sidebar ul ul li {
	background: url('http://www.millazu.it/wp-content/themes/water.1.5.0.3/water/images/li.gif') no-repeat 0 6px;
	text-indent: 9px;
}


#wp-calendar {
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

#wp-calendar #prev {
	text-align: justify;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar a:link, #wp_calendar a:visited, #next a:link, #next a:visited, #prev a:link, #prev a:visited {
	color: #733d4A;
	text-decoration: underline;
}

#wp-calendar a:hover, #next a:hover, #prev a:hover {
	color: #dd3b60;
	text-decoration: underline;
}

#today {
	font-weight: bold;
	color: #dd3b60;
}

/* FOOTER */

#footer {
	clear: both;
	border-top: 1px solid #CCC;
	margin: 5px 0 -2px 5px;
	text-transform: uppercase;
	font-size: 10px;
	color: #CCC;
}

#footer a:link, #footer a:visited {
	color: #BABABA;
}

#footer a:hover {
	color: #dd3b60;
	text-decoration: none;
}

#s {
	width: 98%;
}