/*
Theme Name: Fifty50
Theme URI: http://fifty-50.com/
Description: Theme based on Fifty-50.com's design as of 2008
Version: 1.0
Author: Lawrence Ingraham
Author URI: http://lawpower.net/
*/


* {
padding: 0;
margin: 0;
list-style: none;
border: 0;
}
html, body {
height: 100%;
}
body {
font-size: small;
font-family: Arial;
background: #fff url(img/header-background-blue.gif) top left repeat-x;
}
#wrapper {
position: relative;
min-height: 100%;
background: url(img/footer-background-blue.gif) bottom right repeat-x;
display: block;
width: 100%;
}
* html #wrapper	{
height: 100%;
}
a, a:visited, a:active {
	color: #176e93;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
color: #45abff;
}

#header {
background: url(img/header-frame.png) top left no-repeat;
display: block;
height: 150px;
position: relative:
text-align: right;
}
	#header h1 {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	}
	#header h1 a {
	background: url(img/header-logo-gray.gif) top right no-repeat;
	display: block;
	width: 168px;
	height: 29px;
	text-indent: -9999px;
	}
	#header h1 a:hover {
	background: url(img/header-logo-blue.gif) top right no-repeat;
	}

#nav {
position: absolute;
top: 63px;
right: 20px;
text-align: right;
display: block;
}
	#nav ul {
	display: inline;
	}
	#nav li {
	float: left;
	padding-left: 20px;
	font-size: 120%;
	}
	#nav li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	}
	#nav li a:hover {
	color: #000;
	}
	

#content {
float: left;
width: 75%;
margin-bottom: 200px;
}
	#content .gutter {
	padding: 0 20px;
	}
	#content .posts {
	padding-bottom: 20px;
	}
	#content h2 {
	font-size: 180%;
	}
	#content h3 {
	font-size: 160%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #176e93;
	}
	#content p.meta {
	font-size: 90%;
	color: #777;
	padding-bottom: 10px;
	}
	#content p {
	line-height: 1.6em;
	padding-bottom: 5px;
	font-size: 120%;
	}
	#content img.aligncenter {
	display: block;
	text-align: center;
	margin: 10px auto;
	padding: 5px;
	background: #ddd;
	border: 1px solid #777;
	}
	#content img.alignleft {
	margin: 5px;
	padding: 2px;
	background: #ddd;
	border: 1px solid #777;
	}
	#content .sectionpadding {
	padding: 20px;
	}

.post {
padding-bottom: 40px;
}
	
#commentsection {
padding-top: 40px;	
}
	#commentsection h3 {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;	
	}
	#commentsection textarea {
	border: 1px solid #000;
	padding: 2px 4px;
	font-family: Arial;
	}
	#commentsection input {
	border: 1px solid #000;
	}
	#commentsection li.comment {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	}
	#commentsection li.comment img.avatar {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #aaa;
	}
	#commentsection li.comment p {
	clear: left;
	}

#sidebar {
float: left;
width: 25%;
margin-bottom: 200px;
}
	#sidebar .box {
	margin-left: auto;
	margin-bottom: 30px;
	background: url(img/sidebar-box-bottom.gif) bottom right no-repeat;
	width: 220px;
	}
	#sidebar .box h3 {
	background: url(img/sidebar-box-top.gif) top right no-repeat;
	padding: 8px 0 20px 50px;
	color: #eee;
	font-size: 120%;
	}
	#sidebar .box p {
	padding: 0 10px 15px 15px;
	}
	#sidebar .box ul {
	padding: 0 10px 10px 15px;
	}
	#sidebar .box li {
	padding-bottom: 10px;
	}
	#sidebar .box label {
	display: block;
	}
	#sidebar .box input {
	border: 1px solid #333;
	font-size: 120%;
	font-family: arial;
	padding: 2px 4px;
	}
	#sidebar .box input.txt {
	margin-top: 4px;
	width: 170px;
	}
	#sidebar .box input.btn {
	background: #aaa;
	font-weight: bold;
	}

#footer {
position: absolute;
bottom: 0;
width: 100%;
clear: both;
display: block;
font-size: 120%;
color: #000;
font-weight: bold;
background: url(img/footer-frame.png) bottom right no-repeat;
padding: 100px 0 60px 0;
}
	#footer ul {
	display: inline;
	}
	#footer li {
	float: left;
	padding-left: 20px;
	}
	#footer li a { 
	text-decoration: none;
	color: #333;
	font-weight: bold;
	}
	#footer li a:hover {
	color: #000;
	}

.clear {
clear: both;
}
		
