/*  
Theme Name: Leech Theme
Theme URI: http://www.wordpress.org/
Description: Structure based on the default WordPress theme Kubrick.
Version: 0.1
Author: Leandro Ardissone
Author URI: http://www.ardissone.org/
*/

		html,body {
			height: 100%;
		}

		body {
			font-size: 11px;
			font-family: Arial, Verdana, Arial, Sans-Serif, 'Lucida Grande';
			background-color: #666;
			color: #7b7b7b;
			text-align: center;
			margin: 0;
			padding: 0; 
		}

		#container {
			width: 700px;
			\width: 720px;
			w\idth: 700px;
			margin-left: auto;
			margin-right: auto;
			background-color: white;
		}

		#header {
			height: 46px;
			background: url("http://www.ardissone.org/images/bg-header.jpg") repeat-x left top;
			width: 700px;
		}

		#menu {
			background: url("http://www.ardissone.org/images/bg-menu.jpg") repeat-x left top;
			height: 18px;
			width: 700px;
			padding-top: 3px;
			text-align: left;
		}
		
		#content {
			margin-right: 180px;
			background-color: white;
			text-align: left;
			padding: 15px 10px 10px 15px;
		}

		#sidebar-a {
			float: right;
			width: 180px;
			\width: 190px;
			w\idth: 180px;
			margin: 0;
			padding: 10px 5px;
			text-align: left;
		}

		#footer {
			clear: both;
			height: 38px;
			background: url("http://www.ardissone.org/images/bg-footer.jpg") repeat-x right top;
		}
		
a, a:link, a:visited {
	color: #0090ff;
	text-decoration: underline;
}

a:hover {
	color: #0090ff;
	text-decoration: none;
}
/* ------- */		

#headerimg {
	margin: 0;
	background: url("http://www.ardissone.org/images/header-img.jpg") no-repeat top right;
	height: 46px;
	text-align: left;
}

#headerimg img {
	padding-top: 5px;
	margin-left: 20px;
}	

#menu ul {
	margin: 0 0 0 13px;
	padding: 0;
	white-space: nowrap;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	margin: 0;
	padding: 0;
}

#menu a {
	 padding: 3px 10px;
	 font-weight: bold;
	 line-height: 11px;
}

#menu a:link, #menu a:visited {
	color: #0090ff;
	background-color: transparent;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	background-color: #75a6cc;
	text-decoration: none;
}

.post {
	margin-bottom: 12px;
}

.date {
	width: 35px;
	height: 36px;
	background-color: #F2F9FF;
	text-align: center;
	padding: 2px 0;
	margin-right: 5px;
	border: 1px solid #DFF1FF;
	float: left;
}

.date .day {
	font-family: Arial, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #BBE1FE;
	display: block;
	line-height: 21px;
}

.date .month {
	font-family: Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BBE1FE;
	display: block;
	line-height: 14px;
}

.postinfo {
	padding: 5px 0 0 0;
}

a.title {
	font-family: Arial, Sans-serif;
	text-decoration: none;
	color: #0090ff;
	font-size: 18px;
	line-height: 14px;
	margin: 0;
}

a.title:link {color: #0088FF; text-decoration: none;}
a.title:hover {color: #fff; background-color: #0088ff; text-decoration: none;}

.postmetadata {
	font-family: Arial, Sans-serif;
	font-size: 11px;
	color: #75a6cc;
	line-height:11px;
	margin: 0;
	padding: 6px 0 0 0;
}

.postmetadata a:link {color: #75a6cc;}
.postmetadata a:hover {text-decoration: none;}

.entry {
	padding-left: 44px;
}

code {
	background: url("http://www.ardissone.org/images/sym-code.jpg") no-repeat left top #F2F9FF;
	display: block;
	padding: 5px 5px 5px 25px;
	margin: 0 65px 0 5px;
	border: 1px solid #DFF1FF;
	
}

blockquote, cite {
	background: url("http://www.ardissone.org/images/sym-quote.jpg") no-repeat left top #F2F9FF;
	display: block;
	padding: 5px 5px 5px 25px;
	margin: 0 65px 0 5px;
	border: 1px solid #DFF1FF;
	color: #4fa3e3;
}

.postend {
	background: url("http://www.ardissone.org/images/sep.jpg") no-repeat right top;
	margin: 10px 20px 0 0;
	color: #7b7b7b;
	padding-top: 2px;
	text-align: right;
}

.postend a:link, .postend a:visited {color: #7b7b7b;text-decoration: none;}
.postend a:hover {text-decoration: underline;}

#footer p {
	padding: 6px 0 0 0;
	margin: 0;
	color: white;
	text-align: center;
}

#footer a:link, #footer a:visited {color:white}
#footer a:hover {text-decoration: none;}

#sidebar-a img {
	border: 1px solid #0090ff;
	padding: 1px;
}

.entry img {
	border: 1px solid #0090ff;
	padding: 1px;
}

#sidebar-a ul {
	padding: 0;
	margin: 5px 0 15px 0;
}

#sidebar-a li {
	list-style-type: none;
}

.sidetitles {
	font-weight: bold;
	color: #016ec2;
	border-bottom: 1px solid #A9DAFF;
	display: block;
}

#about {
	color: #75a6cc;
	margin-bottom: 15px;
}

#about img {
	float: left;
	margin: 0 4px 4px 0;
}

#sidemain ul {
	margin-left: 10px;
}

#sidebar-a a:link, #sidebar-a a:visited {
	color: #0090ff;
	text-decoration: underline;
}

#sidebar-a a:hover {
	color: #0090ff;
	text-decoration: none;
}

#albums li {
	padding:0;
	margin:0;
	display:inline;
}

#albums img {
	width: 50px;
	height: 50px;
	display:inline;
}

.postend a, .postend a:link, .postend a:visited {
	color: #0090ff;
	text-decoration: underline;
}

.postend a:hover {
	color: #0090ff;
	text-decoration: none;
}

.postend-bg {
	background: url("http://www.ardissone.org/images/sep.jpg") no-repeat right top;
	margin: 10px 20px 0 0;
	padding-top: 2px;
	padding-left: 35px;
	text-align: right;
}

#comments, #respond {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.commentlist {
	margin: 0;
	padding: 0;
}

.commentbox {
	margin: 0 20px 0 0;
	padding: 0 2px 2px 2px;
	list-style-type: none;
	background: url("http://www.ardissone.org/images/comment.jpg") no-repeat left top #F2F9FF;
	border-top: 1px solid #016fc4;
}

.commentmetadata {
	float: right;
	margin: 0;
	padding: 2px;
	
}

.commentmetadata a, .commentmetadata a:link, .commentmetadata a:visited {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

.commentmetadata a:hover {
	text-decoration: underline;
}

.commenttext {
	margin: 0;
	padding: 5px;
}

.commentalt {
	background: url("http://www.ardissone.org/images/commentalt.jpg") no-repeat left top #DFF1FF;
}

.commentbox cite {
	background: transparent;
	padding: 2px 5px 0px 20px;
	color: #4fa3e3;
	font-style: normal;
	border: none;
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

input, textarea {
	background-color: #F2F9FF;
	border: 1px solid #016fc4;
	color: #016fc4;
	font-family: Arial, Verdana, Arial, Sans-Serif, 'Lucida Grande';
}