/*  
Theme Name: Shades of Baltimore
Theme URI: http://iglauser.com
Description: Theme created exclusively for the site iglasuer.com.
Version: 0.4
Author: Ivan Glauser
Author URI: http://iglauser.com
Tags: dynamic sidebar, header menu, logo, iglauser
*/


/***** Reset *****/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0; padding: 0;
}


/***** Basic Elements *****/

body{
	background: #ffffff;
	font-family: Verdana, Arial, Georgia, Helvetica, Sans-serif;
	font-size: 0.8em;
	color: #262626;
}

a{
	color: #f77b20;
}

a:hover {
	text-decoration:underline;
}

a:link, a:visited{
	text-decoration: none;
}


/***** Basic Layout *****/

#wrapper{
}

#header_container{
	background: #002f42;
	border-bottom: 1px solid #dfdfdf;
	height: 160px;
}

#header{
	height: 160px;
	margin: 0 auto 0 auto;
	width: 990px;
}

#container{
	margin: 40px auto 0 auto;
	width: 990px;
}

#content{
	float: left;
	padding: 0 31px 31px 31px;
	width: 568px;
}

#sidebar{
	float: right;
	padding-left: 31px;
	width: 299px;
}

#footer_container{
	background: #002f42;
	margin: 0px 0 20px 0;
}

#footer{
	color: #e0e0e0;
	height: 60px;
	margin: 0 auto 0 auto;
	width: 990px;
	text-align: right;
}

.clearfix{
	clear: both;
}


/***** Header *****/

#header h1 a{
	background: url(images/iglauser_header_logo.jpg);
	float: left;
	height: 51px;
	width: 253px;
	margin: 54px 0 auto 32px;
}

#header h1 a span{
	display: none;
}

#header_menu{
	float: right;
	font-weight: bold;
	margin-top: 139px;
	margin-right: 20px;
	text-align: right;
}

#header_menu li{
	background: url(images/gradient_less_light.jpg) repeat-x;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	display: inline;
	margin: 0 2px;
	padding: 6px 16px 6px 16px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-top-left-radius: 8px;
	-webkit-border-radius-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#header_menu li:first-child{
	display: inline;
	margin-left: 0px;
	margin-right: 2px;
}

#header_menu li:hover{
	background: url(images/gradient_light.jpg) repeat-x;
}

#header_menu .current_page_item{
	background: url(images/gradient_light.jpg) repeat-x;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	display: inline;
	margin: 0 2px 12px 2px;
	padding: 8px 16px 6px 16px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-top-left-radius: 8px;
	-webkit-border-radius-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#header_menu a{
	color: #7f7f7f;
}

#header_menu .current_page_item a{
	color: #595959;
}


/***** Main Content *****/

#content h2{
	border-bottom: 3px solid #262626;
	font-family: Arial, Georgia, Helvetica, Verdana, Sans-serif;
	font-size: 2.3em;
	line-height: 1.2em;
	padding-bottom: 10px;
	width: 100%;
}

#content .post{
	line-height: 1.5em;
	margin-bottom: 40px;
}

#content .post-meta-top{
	font-size: 0.7em;
	line-height: 1.8em;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content p{
	margin-bottom: 15px;
}

#content .navigation{
	text-align: center;
}


/***** Comments *****/


/***** Sidebar *****/

#sidebar h2{
	font-family: Arial, Georgia, Helvetica, Verdana, Sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
}

#sidebar .widget{
	margin-bottom: 20px;
	padding: 10px;
}

#sidebar ul{
	list-style-type: none;
}

#sidebar ul li{
	border-top: 1px solid #7f7f7f;
	padding: 4px 0;
}


/***** Footer *****/

#copyright{
	margin-right: 10px;
	padding-top: 10px;
	font-size: 0.8em;
}
