@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://blog.levifreeman.com/wp-content/themes/lcp_ylw/images/background.jpg);
	background-position: center center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h3                           { font-size:28px; letter-spacing:-1px; font-weight:bold; margin:30px 0 20px 0; color:#ffffff; }

.oneColFixCtr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 382px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-top: 5px;
}
.oneColFixCtr #mainContent {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;	
}


#mainContent .entry .entry_content	{font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;}
#mainContent .entry img	{}	
#mainContent .entry .title_holder	{width:530px; margin:10px 10px 0 10px; color:#999; }
#mainContent .entry .title_holder h1	{ font-size:28px; letter-spacing:-1px; font-weight:bold; }
#mainContent .entry .title_holder	h3 a	{text-decoration:none; font-weight:bold; color:#999; }
#mainContent .entry .title_holder	h3 a:hover	{text-decoration:underline;}
#mainContent .entry .title_holder	h3	{margin:0 0 0 0; font-size:11px;}
#mainContent .entry a.title 	{color:#f8c100; line-height:30px;position:relative;  }
#mainContent .entry a.title:hover	{ background:#f8c100; color:#000;}
.footerimage {word-spacing: 1.2em; margin-left: 18px;}
.imgf {margin-left: 10px;}
