/*  
Theme Name: Netfury
Author URI: http://www.netfury.info
Version: 1
Author: Jim Neath
Description: Skin for the Netfury Blog
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

/* --- HTML TAGS --- */
* { margin: 0; padding: 0; border: none; }

body
{
	text-align: center;
	color: #333;
	font: 14px Arial, sans-serif;
	background: #BBDDF9 url(images/bg.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	cursor: default;
}

a
{
	text-decoration: none;
	color: #9E080C;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	color: #40759D;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
}

p
{
	line-height: 1.3;
	text-align: justify;
	margin-bottom: 10px;
}
blockquote
{
	font-style: italic;
color: #40759D;
margin-left: 30px;
margin-right: 30px;
}
ul, ol
{
	margin-left: 18px;
	margin-bottom: 14px;
}

li
{
	margin-bottom: 4px;
	line-height: 1.3;
	text-align: justify;
}

table
{
	margin-bottom: 10px;
}

/* --- FORMS --- */
input
{
	border: 1px solid #3C719A;
	padding: 3px;
}

input.button
{
	cursor: pointer;
	background: #0E5488 url(images/bottom_nav_bg.gif) top left repeat-x;
	color: #FFF;
	font-weight: bold;
}

label { cursor: pointer; }

/* --- CONTAINERS --- */
div#container
{
	width: 995px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

div#top
{
	height: 33px;
	position: relative;
	font: bold 13px Arial, sans-serif;
}

div#header
{
	height: 113px;
	position: relative;
}

div#banner
{
float: right;
padding: 25px;
padding-right: 175px;
}
div#maincontainer
{
	position: relative;
}

div#content
{
	margin: 10px 160px;
	position: relative;
	background: #FFF url(images/main_bg.gif) top left repeat-y;
}

div#contenttop
{
	background: url(images/main_top.gif) top left no-repeat;
}

div#contentbottom
{
	background: url(images/main_bottom.gif) bottom left no-repeat;	
	padding: 20px;
}

div.side
{
	position: absolute;
	top: 0;
	width: 150px;
	font-size: 11px;
}

div#left
{
	left: 0;
}

div#right
{
	right: 0;
}

div#bottom
{
	background: url(images/bottom_nav_bg.gif) bottom left repeat-x;
	border-top: 1px solid #FFF;
	font: bold 13px Arial, sans-serif;
	height: 30px;
}

div#bottomcontainer
{
	width: 995px;
	text-align: left;
	margin: 0 auto;
	color: #BBDDF9;
	text-align: right;
}

/* --- SIDE --- */
div.side div.box
{
	background: #FFF url(images/side_bg.gif) bottom left no-repeat;
	padding-bottom: 15px;
}

div.side h2
{
	background: url(images/side_header_bg.gif) top left no-repeat;
	padding: 10px;
	margin: 0;
	font-size: 12px;
}

div.side ul
{
	padding-left: 5px;
        padding-right: 5px;
}

div.side p
{
	padding: 0 10px 10px 10px;
}

div#search form
{
	margin-top: -10px;
	padding: 0 10px 10px 10px;
}

div#search input#s
{
	width: 120px;
	margin-bottom: 3px;
}

div#search input#searchsubmit
{
	cursor: pointer;
	background: #0E5488 url(images/bottom_nav_bg.gif) top left repeat-x;
	color: #FFF;
	font-weight: bold;	
}

/* --- NAV --- */
ul.nav
{
	list-style: none;
	padding-top: 10px;
	margin: 0;
}

ul.nav li
{
	display: inline;
	margin: 0 10px;
}

ul.nav a
{
	color: #EBEBEB;
}

ul.nav a:hover
{
	text-decoration: underline;
}

/* --- HEADER --- */
img#Netfury
{
	position: absolute;
	left: 0;
	bottom: 15px;
}

img#rss
{
	position: absolute;
	top: 3px;
	right: 0;
}

/* --- CONTENT --- */

.float-right {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}


/* --- BOTTOM --- */
div#bottom ul.nav
{
	padding: 7px 0;
	float: left;
}

div#bottom div#copy
{
	padding-top: 7px;
}

.clearer 
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}