/* @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-left: 20px;
	background: #fff repeat;
	font: 9px/12px monaco, "Lucida Grande", Lucida, Verdana;
}
a img { border: none; }

a:link {
	color: black;
	padding-left: 0px;
	padding-right: 0
	px;
	text-decoration: underline;
	font: 9px/100% monaco, "Lucida Grande", Lucida, Verdana;
}
a:hover {
	color: black;
	text-decoration: none;
	background: aqua;
	font: 9px/100% monaco, "Lucida Grande", Lucida, Verdana;
}
	
a:visited {
	color: black;
	text-decoration: none;
	font: 9px/100% monaco, "Lucida Grande", Lucida, Verdana;
}


#heading {
width: 500px;

text-align: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	margin-top: 30px;
	height: 18px;
}

#header {
margin: 0;
}

h1 {
margin: 0;
	font: 9px monaco, "Lucida Grande", Lucida, Verdana;
	background-color: aqua;
}

h1 a:link, h1 a:visited {

margin: 0;
	background-color: aqua;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}


h3 {
	color: gray;
	background-color: transparent;
	font: normal 9px monaco, "Lucida Grande", Lucida, Verdana;
	margin-top: 15px;
	margin-bottom: 9px;
}

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

h3 a:link {
	color: black;
	background-color: yellow;
	background-image: none;
	font: 9px/100% monaco, "Lucida Grande", Lucida, Verdana;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}

h3 a:visited {
	color: black;
	background-color: silver;
	background-image: none;
	font: 9px/100% monaco, "Lucida Grande", Lucida, Verdana;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}

h3 a:Hover {
	background: aqua;
	color: black;

	text-decoration: none;
	font: 9px/100% monaco, "Lucida Grande", Lucida, Verdana;
}

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

#navigation {
	padding: 0px 0px 5px 0px;
	background-color: #FFFFFF;
}

#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;
	background: aqua none no-repeat;
	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;
	color: aqua;
	background: black;
	}


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

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

#sidebar {

	border-top: medium solid black;
	margin-left: 610px;
	width: 150px;
	margin-top: 6px;
}

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

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

#footer {
	clear: both;
	text-align: left;
	color: gray;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
	border-top: thick solid white;
	font: 10px monaco, "Lucida Grande", Lucida, Verdana;
}

#footer p {
	margin: 0;
}

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

.meta {
	color: gray;
	font: 9px monaco, "Lucida Grande", Lucida, Verdana;
}

.entry {
	color: #333333;
	font: 11px/14px "Lucida Grande", Lucida, Verdana, Lucida, Verdana, sans-serif;
	border-bottom: medium solid #000000;
}

.commentbox {
	padding: 5px;
	background: silver;
	border-bottom: 4px solid #FFF;
	border-top: 4px solid #FFF;
	font: 9px/11px monaco, "Lucida Grande", Lucida, Verdana;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
