﻿/*
Theme Name: JFGL
Description: JFGL Theme
Author: Levi Goltz
Author URI: 
Tags: aqua, custom header, fixed width, one columns

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	color: #333333;
	width: 100%;
	height: 100%;
	background: url('images/bg_sm.jpg');
	margin: 0;
	padding: 0;
}

#page {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left;
	font: 80%/160% Arial, Helvetica, sans-serif;
}

#banner {
	margin: 0;
	padding: 0;
	border: 1px solid #7C9DB2;
	float: left;
}

#nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background: #92d0ff;
	border-left: 1px solid #7C9DB2;
	border-bottom: 1px solid #7C9DB2;
	border-right:  1px solid #7C9DB2;
}

li.page_item {
	display:inline;
	padding:0;
	margin:0;
}

li.page_item a {
	padding: 5px 20px 0 20px;
	float: left;
	width:auto;
	border-right:1px solid #7C9DB2;
	text-decoration:none;
	color: #333333;
	font-weight:bold;
	font-family:arial, sans-serif;
}

li.page_item a:hover {
	background:#ADE0FF;
	text-decoration:underline;
}

li.current_page_item a {
	background:#ADE0E8;
	text-decoration:underline;
}

li.current_page_item a:hover {
	background:#ADE0E8;
}

img
{
	border: 0;
}

#content {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	border-left: 1px solid #7C9DB2;
	border-bottom: 1px solid #7C9DB2;
	border-right:  1px solid #7C9DB2;
}

.post{
	padding: 5px 20px 20px 45px;
}


#footer {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	background: #92d0ff url('images/footerBg.jpg') no-repeat;
	border-left: 1px solid #7C9DB2;
	border-bottom: 1px solid #7C9DB2;
	border-right:  1px solid #7C9DB2;
}

#footer p {
	margin: 0;
	padding: 3px 20px 2px 20px;
	text-align: center;
}