@charset "UTF-8";
/* 
Jesse Schmidt Portfolio CSS
Author: Jesse Schmidt
Filename: style.css
*/

/*
Basic Color & Typography
*/
body {
	background: #000000 url(../images/background.jpg) top center no-repeat;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: left;
}


/*
Basic Layout
*/
#body_container {
	width: 100%;
	height: 100%;
}

#page_container {
	width: 800px;
	margin: 0 auto;
	background: url(../images/apple_logo.gif) bottom left no-repeat;
}

#header {
	
}

#content {
	width: 700px;
	margin: 50px auto 0 auto;
}

#posts {
	margin: 0 auto;
}

#login {
	text-align: right;
	color: #383838;
}

#footer {
	width: 100%;
	min-height: 100px;
	background: #22299c url(../images/footergradbg.jpg) top repeat-x;
	margin: 0 0 0 0;
	border-bottom: 5px #000000 solid;
}

#footer_content {
	width: 800px;
	margin: 0 auto;
	padding: 18px 0 0 0;
}

#findme {
	width: 800px;
	min-height: 50px;
	margin: 0 auto;
	padding: 25px 0 0 20px;
	background: url(../images/findme.gif) top left no-repeat;
	text-align: center;
	overflow: hidden;
}

#search {
	width: 250px;
	min-height: 50px;
	padding: 25px 0 0 0;
	float: left;
	background: url(../images/searchheader.gif) top left no-repeat;
}

#archives {
	width: 250px;
	min-height: 50px;
	padding: 25px 0 0 0;
	margin: 0 auto;
	
	background: url(../images/archivesheader.gif) top left no-repeat;
}

#categories {
	width: 250px;
	min-height: 50px;
	padding: 25px 0 0 0;
	float: right;
	background: url(../images/categoriesheader.gif) top left no-repeat;
}

.clearall {
	clear: both;
}

/*
Navigation Layout & Styling
*/
#navigation {
	width: 600px;
	text-align: center;
	margin: 0px auto;
	padding: 198px 0px 0px 0px;
	font-size: 1.6em;
}

#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation a, #navigation a:visited {
	color: #FFFFFF;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
}
		
#navigation a:hover {
	color: #acc5da;
}


/*
Posts & Pages Styling
*/
#posts h1 {
	font-size: 20px;
	border-bottom: 1px #ffffff  solid;
	margin: 10px 0 0 0;
	padding: 0 0 0 4px;
}

#posts h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#posts h1 a:visited {
	color: #eeeeee;
	text-decoration: none;
}

#posts h1 a:hover {
	color: #acc5da;
	text-decoration: none;
}

#posts {
	font-size: 12px;
}

.postedby {
	color: #383838;
	margin: 4px 0 0 15px;
	font-size: 10px;
}

.post {
	padding: 0 24px 30px 24px;
	margin: 0 0 0 0;
}


/*
Misc Styling
*/
.wordpress_link {
	padding: 5px 0;
}




/*
Search Form Styling
*/
#searchform div {
	margin: 4px 0 0 0;
}

#searchform #s {
	border: none;
	border-bottom: 1px #000000 solid;
	background-color: transparent !important;
	background: url(../images/searchicon.gif) center left no-repeat;
	padding: 0 0 0 22px;
	width: 227px;
}