/*
Theme Name: Modern World Marketing
Theme URI: http://modernworldmarketing.com/
Description: Created for Johnny Fisher.
Author: Eddie Anisko
Version: 1.0
*/

/* Makeshift CSS Reset */
{
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article, .sidebar-box{
	display: block;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	

}

a{
color: #666666;
font-weight: bold;
}

body {
	margin: 0 auto;
	margin-top: 10px;
	width: 940px;
	font: 13px/22px Helvetica, Arial, sans-serif;
	background: #ffffff;
}

h1{
font-size: 20px;
color: #666666;
margin-bottom: 3px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 28px;	
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}

p {
	
}

nav{
float:right;
}

header{
font-size: 50px;
width: 900px;
height: 150px;
margin: auto;
text-align: center;
display: table-cell;
vertical-align: middle;
}

.header-link{
color: black;
font-weight: normal;
text-decoration: none;
font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
}

article{
	width: 600px;
	color: #999999;
}

#content{
width: 900px;
}


#posts{
float:left;

width:600px;
}

#sidebar{
float:right;

width:225px;
}
.sidebar-box{
padding: 5px;
	margin-bottom: 15px;
	width:225px;
	line-height: 16px;
	
}

.entry{
margin-bottom: 3px;
}

.cat-links{
margin-bottom: 15px;
}






#slogan{
margin-top: 10px;
font-size: 16px;
}




#posted-date{
margin: 0px;
}


li{
list-style: none;
}
