/* 
Theme Name: lupomontero
Theme URL: 
Description: Mr Lupo Montero's custom wordpress template
Author: Luis Montero [e-noise.com]
Author URI: http://www.e-noise.com
Version: 1.0.0
*/

/* Generic tags */
body
{
	color: #444444;
	font-size: 12px;
	background: #fff;
	font-family: Helvetica, sans-serif;
	line-height: 16px;
}

a
{
	text-decoration: none;
	color: #990000;
}
a:hover
{
	background-color: #990000;
	color: #FFFFFF;
}

img
{
	border: 0;
}

hr
{
	height: 1px;
	color: #FFFFFF;
	border-top: none;
	border-bottom: 1px dotted #990000;
}

code
{ 
	font-family: Consolas, Monaco, "Courier New", Courier, monospace; 
	font-size: .9em;
	background-color: #f4eeaa;
}

h1
{
	height: 28px;
	margin: 10px 0 30px 0;
	padding: 0;
	line-height: 20px;
	overflow: hidden;
}

h1 a
{
	font-size: 80px;
	color: white;
	background-color: #f4eeaa;
}

h1 a:hover
{
	color: #f4eeaa;
}

h2
{
	font-family: Times;
	font-size: 2em;
	line-height: 20px;
	margin: 5px 0 15px 0;
}

h3
{
	font-family: Times;
	font-size: 1.4em;
}


/* Structure */
#page
{
	padding: 20px 0 0 0;
	width: 960px;
	margin: auto;
}

#page #header {}

#page #headerimg
{
	text-align: right;
}

#page #headerimg a:hover
{
	background-color: #FFFFFF;
}

#page #post
{
	width: 655px;
	float: left;
	padding: 0 35px 0 20px;
	border-right: 1px dotted #990000;
}

#page #post h2
{
	font-family: Times;
	font-size: 30px;
	margin: 30px 0 0 0;
	padding: 0;
	line-height: 30px;
}

#page #post .post_container p:first-child:first-letter
{
	display:inline;
	float:left;
	font-size:78px;
	line-height:68px;
	margin-right:10px;
	font-family: Times;
}

div.entry
{
	margin: 25px 0 0 0;
}

div.postmeta
{
	background-color:#F0F0F0;
	font-size:0.9em;
	padding:1px 10px
}

#page #sidebar
{
	width: 225px;
	float: right;
	padding: 10px 0 10px 20px;
	font-size: 0.9em;
}

#page #sidebar h2.widgettitle
{
	color: #333333;
	margin-top: 5px;
}

#page #sidebar ul
{
	margin:0;
	padding:0;
	list-style-type: none;
}

#page #sidebar ul li,
#page #sidebar ul li:last-child
{
	margin: 0 0 25px 0;
}

#page #sidebar ul li ul li
{
	margin: 2px 0;
	border-bottom: 1px dotted #990000;
}
#page #sidebar ul li ul li:last-child
{
	border-bottom: 0;
}

li#tag_cloud-2 div
{
	padding: 10px;
	border: 1px dotted #990000;
	background-color: #f4eeaa;
}

#page #footer 
{
	clear: both;
	text-align: right;
	border-top: 1px dotted #990000;
	font-size: 0.8em;
}


/* Post styles */
.post_info
{
	font-size: 0.8em;
	color: green;
	font-style: italic;
	margin-bottom: 15px;
}

div.social_bookmark
{
	font-size: 0.8em;
	text-align: left;
}

div.post,
div.post_container
{
	text-align: justify;
}

div.post ul {}
div#post ul li
{
	margin: 0 0 10px 0;
}

div.tip
{
	border: 1px dotted #990000;
	padding: 10px;
	background-color: #f4eeaa;
}

div.note
{
	border: 1px dotted #CCCCCC;
	padding: 10px;
	background-color: #F0F0F0;
}

div.w3c_icon
{
	float:right;
	margin: 10px 0 0 10px;
}