/*  
Theme Name: Marcosoria
Theme URI: http://marcosoria.com
Version: 1.0
Author: Marco Soria
*/
body{
	margin: 0;
	font-family:Arial,Helvetica,Georgia,Sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	background-color: #191919;
	color: #555555;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: underline;
	color:#999999;
}

a:visited{
	text-decoration: underline;
	//color:#555555;
}

a:hover{
	text-decoration: none;
	color:#ff6600;
}
span{
	color: #999999;
}

#wrapper{
	margin:0 auto 0 auto;
	width:750px;
	text-align:left;
}

#header{
	float:left;
	width:750px;}

#header h1 {
	display: block;
	width: 300px;
	height: 58px;
	text-indent: -9999px;
	background: transparent url(logo.png) no-repeat 0 0;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}


#innerheader{
	margin-top:20px;
	margin-bottom:20px;
	border:solid 1px #272727;
	width:728px;
	background-color:#111111;
	padding:10px;
}

#innerheader .desc{
	margin-left: 16px;
}

#menu{
	height: 38px;
	margin: 0;
	overflow: hidden;
	float: right;
	margin-top: -40px;
}

#menu li{
	float: left;
	list-style: none outside none;
}

#menu li a{
	color: #cccccc;
	display: block;
	float: left;
	height: 30px;
	padding: 9px 0 0;
	text-align: center;
	text-decoration: none;
	width: 100px;
	background: url('menubg.png') no-repeat;
}

#menu li a:hover{
	text-decoration: none;
	color:#ff6600;
}

#menu li .first{
	background: none
}

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

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.comments-template{
	margin-top:20px;	
}

.commentlist li{
	margin-top:10px;
	border-bottom:dashed 2px #303030;	
}

p{
	padding: 10px 0 0 0;
}

.sidebar{
	float:left;
	width:240px;
	background:#111111;
	border:solid 1px #303030;
	margin: 0 0 0 8px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{
	width: 100%;
}

#footer{
	clear:both;
	float:left;
	width:738px;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left:10px;
	border:solid 1px #272727;
	background-color:#111111;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
}

#footer p{
	line-height:18px;
}