/*  
Theme Name: Jeremy
Theme URI: 
Description: Theme created for and by Jeremy Weber.
Version: 4.3
Author: Jeremy Weber
Author URI: http://jeremyweber.com/

*/




/* BODY */
/* padding and margin order: top right bottom left */
body {
	background-color:#EfEfEf;
	font: normal 0.83333em georgia, "times new roman", times, serif; 
	text-align: justify;
	color: #2f2f2f;
	}

body, #container, #header, #main_content, #main_summary, #main_menu, #main_search, #main_login, #main_archives, #main_links, #footer {
	margin: 0px;
	padding: 0px;
	}
#main_summary, #main_menu, #main_search, #main_login, #main_archives, #main_links {
	width: 175px;
	float: right;
	clear: right;
	}
#container {
	width: 725px;
	margin: 20px auto 0px auto; 
/*	border: 0px solid #E26B17; 
	background-color: #ffffff; */
	}
#header {
	width: 100%;
	height: 150px;
	background-color: #80a5b3;
	background-image: url(images/header-4.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 2px solid #fff;
	text-align: center;
	}
#header img {
	border: 0px;
	}
#main_content {
	width: 545px;
	float: left;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
#main_menu ul, #main_login ul, #main_archives ul, ol, #main_links ul {
	margin: 0px 0px 0px 5px; 
	padding: 0px; 
	list-style-type: none; 
	}
#pagenav ul {
	margin-left: 0px;
	}
#footer	{
	width: 100%; 
	height: 80px;
	margin: 0px auto; 
	clear: both; 
	border-top: 2px solid #fff;
	background-color: #80a5b3;
	}



/* COMMENTS WINDOW */
#pop_container {
	width: 350px;
	margin: 10px auto 10px auto; 
	/* border: 2px solid #8b2717;  
	background-color: #ffffff; */
	}
#pop_close {
	float: right;
	clear: both;
	}
#commentlist li {
	border-bottom: 1px solid #333333;
	}
.pop_poster {
	text-align: right;
	font-size: x-small;
	}
hr	{
	color: #80a5b3;
	}



/* TEXT */
A {color: #80a5b3;}
A:visited {color: #80a5b3;}
A:hover {color: #666666;}
p 	{
	padding: 0px 5px 0px 5px;
	}
h1 	{
	display: none;
	}
#pop_container h1 {
	display: none;
	}
h1 .header_lastn {
	}
h2 	{
	margin: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #80a5b3;
	}
.post h2, #pagenav h2 {
	margin-left: 0px;
	}
.post h2 {
	}
.post h2 A, .post h2 A:visited, .post h2 A:hover {
	color: #80a5b3;
	text-decoration: none;
	}
h3	{
	font-size: 100%;
	font-weight: bold;
	}
#footer {
	font-size: 80%;
	color: #000000;
	text-align: center;
	}
#footer h2 {
	display: none;
	}
#footer A {color: #fff;}
#footer A:visited {color: #333333;}
#footer A:hover {color: #666666;}

/* FORMS */
.s {
	border: 1px dotted #333333; 
	background-color: #fff;
	font-family: georgia, "times new roman", times, serif;
	color: #80a5b3;
	}
.textarea {
	border: 1px dotted #333333;
	font-family: georgia, "times new roman", times, serif;
	background-color: #fff;
	color: #80a5b3;
	}
.searchsubmit {
	border: 1px solid #333333; 
	color: #ffffff;
	background-color: #80a5b3;
	}
