/* @override http://www.lorenzobravi.com/blog/wp-content/themes/lollo/style.css */

/* @override http://localhost:8888/wordpress/wp-content/themes/lollo/style.css */

/*
Theme Name: lollo
Theme URI: http://
Description: lorenzo bravi blog
Version: alpha
Author: Lorenzo Bravi
Author URI: http://
*/

body {
	margin: 0px;
	margin-left: 5px;
	background: #E8E6DA;
	color:black;
	font-family:Courier New,Courier,monospace;
	font-size:12px;
	line-height:14px;
	font-weight: normal;
	
}
a img { border: none; }

a:link {
	color: blue;
	padding-left: 0px;
	padding-right: 0px;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
	
a:visited {
	color: blue;
	text-decoration: underline;
}

li a:link {
	text-decoration: none;
	color: gray;
	padding-left: 0px;
	padding-right: 0px;
}

li a:visited {
	color: gray;
	padding-left: 0px;
	padding-right: 0px;
}

li a:hover {
	text-decoration: underline;
	color: gray;
	padding-left: 0px;
	padding-right: 0px;
}

#heading {
	width: 500px;
	text-align: left;
	border-bottom-style: dotted;
	height: 18px;
	border-width: thin;
	margin-top: 0px;
}

#header {
margin: 0;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

h1 a:link, h1 a:visited {
	color:black;
	text-decoration: none;

}


h3 {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
}

h4 {
  color: #6D6D74;
	font-style: normal;
	font-size: 14px;
}


#content {
	width: 500px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

#navigation {
	padding: 0px 0px 5px 0px;
}

#minitabs {
	margin: 0;
	padding: 0px 10px 14px 14px;
	text-transform: lowercase;
	background-color: transparent;
	color: gray;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 12px 4px 0px;
	color: black;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
	
#minitabs a:hover {
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px 12px 4px 0px;
	text-decoration: none;

	}


li.current_page_item {
	line-height: 10px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	}

#main {
	float: left;
	width: 500px;
}

#sidebar {

	border-top: thin dotted black;
	margin-left: 520px;
	width: 150px;
	margin-top: 4px;
}

#sidebar ul {
	margin-top: 1px;
	padding-left: 1px;
	margin: 0;
	list-style-type: none;
}

#sidebar li {
	padding-left: 0px;
}

#footer {
	height:50px;
	clear: both;
	text-align: left;
	color: gray;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer p {
	margin: 0;
}

#footer a:link, #footer a:visited {
	color: #000000;
	line-height: 10;
}

.meta {
	color: gray;
}

.entry {
	color: #333333;
	border-bottom: thin dotted #000000;
}

.commentbox {
	padding: 5px;
	border-bottom: thin dotted #000000;
	//border-top: thin dotted #000000;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#s{
	background-color: #E8E6DA;
}

