/*
Theme Name: Lori Custom
Description: Custom theme 
Author: Jarret Cade
*/

* {
	margin: 0px;
	padding: 0px;
}

P {
	line-spacing: 2em;
	margin: 1em auto 1em auto;
}

#page {
	width: 840px;
	border: solid 5px #F5DF32; /* Change color of page border */
	margin: 10px auto 10px auto;
	background: #F9FCCF; /*Change color of page background */
	font-family: Verdana;
	font-size: 14px;
	color: #8B8C73; /* Change color of page font */
}

#sitename {
	height: 50px;
	margin: 0px auto 10px auto;
	text-align: center;
}

	#sitename h1 {
		font-size: 3em;
		font-weight: normal;
	}

#adlinkstop {
	margin: 5px auto 5px auto;
	height: 15px;
}

#content {
	margin: 0px 20px 0px 20px;
}

#adsensepostleft {
	float: left;
	margin: 0px 20px auto 0px;
	width: 300px;
	height: 250px;
	border: dashed 4px #F5DF32; /* Change color of 300x250 AdSense border */
	background: white; /* Change color of 300x250 AdSense background */
}

#adsenseskyscraperright {
	float: right;
	margin: 0px 0px 5px 10px;
	width: 160px;
	height: 600px;
	border: dashed 4px #F5DF32; /* Change color of 160x600 AdSense border */
	background: white; /*Change color of 160x600 AdSense background */
}

#clear {
	clear: both;
}

#adlinksfooter {
	margin: 5px auto 10px auto;
	height: 15px;
}

#footerpages {
	margin: 10px auto 5px auto;
	height: 30px;
}

#footerpages ul li {
	list-style: none;
	display: inline;
	margin: 0px 10px 0px 10px;
}