/*  
Theme Name: Abe Gabor 2009
Theme URI: http://www.abegabor.com/
Description: abegabor.com as of Q1 09.
Version: 1.0
Author: Andy Laub
Author URI: http://andylaub.com/
*/

* {
	margin: 0;
	padding: 0;
	border: none;
	}

#header {
	margin: 0;
	padding: 0;
	height: 200px;
	background: #000 url(images/header.jpg) no-repeat right top;
	overflow: hidden;
	}

h1 {
	height: 105px;
	background: url(images/h1-logo.gif) no-repeat right top;
	}
	
h1 a {
	display: block;
	height: 105px;
	background: url(images/h1-name.gif) no-repeat left top;
	text-indent: -9999em;
	}
	
ul#nav {
	float: left;
	width: 210px;
	font: bold 15px/15px Helvetica, Arial, sans-serif;
	text-align: right;
	letter-spacing: -.085em;
	padding: 5px 0 0;
	}

ul#nav li {
	display: inline;
	list-style: none;
	margin: 0 0 0 20px;
	}

ul#nav li a {
	color: #fff;
	text-decoration: none;
	}

ul#nav li a:hover {
	color: #c8211d;
	border-bottom: 1px dotted #fff;
	}
	
ul#years {
	float: left;
	width: 460px;
	padding: 0 0 0 15px;
	font: normal 15px/15px Helvetica, Arial, sans-serif;
	letter-spacing: -.085em;
	}
	
ul#years li {
	display: inline;
	list-style: none;
	}
	
ul#years li a {
	float: left;
	width: 45px;
	height: 20px;
	padding: 5px 0 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url(images/pill.gif) no-repeat left 50px; /* "preload" */
	}

ul#years li a:hover {
	background-position: left top;
	color: #c8211d;
	}

#header .seven80 {
	clear: both;
	width: 780px;
	}
	
#content {
	padding: 0 0 30px 30px;
	width: 750px;
	}
	
#content h2 {
	font: bold 24px/24px Helvetica, Arial, sans-serif;
	padding: 30px 0 15px 200px;
	color: #c8211d;
	letter-spacing: -.085em;
	}

#content .post {
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
	}
	
#content .post h3 {
	font: bold 18px/20px Helvetica, Arial, sans-serif;
	letter-spacing: -.085em;
	margin: 0 0 6px;
	}
	
#content .post h3.date {
	float: left;
	text-align: right;
	width: 180px;
	padding: 0 20px 0 0;
	}
	
#content .post h3.title {
	float: left;
	width: 545px;
	color: #c8211d;
	}
	
#content .post p {
	font: normal 14px/20px Helvetica, Arial, sans-serif;
	padding: 0 110px 15px 200px;
	text-align: justify;
	}
	
#content .post dl {
	clear: both;
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	}

#content .post dt {
	float: left;
	text-align: right;
	clear: both;
	width: 180px;
	padding: 0 20px 0 0;
	}
	
#content .post dd {
	float: left;
	width: 545px;
	}
	
#content .orange {
	color: #c8211d !important;
	}

#content table.archives {
	font: normal 14px/14px Helvetica, Arial, sans-serif;
	width: 750px;
	margin: 0 0 15px;
	}
	
#content table.archives th {
	width: 180px;
	text-align: right;
	padding: 6px 20px 6px 0;
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
	}
	
#content table.archives td {
	text-align: left;
	padding: 6px 0;
	color: #ccc;
	border-bottom: 1px dotted #ddd;
	}

#content a {
	color: #c8211d;
	border-bottom: 1px dotted #999;
	text-decoration: none;
	}

#content a:hover {
	color: #000;
	border-bottom: 1px solid #999;
	}

#content ul#pagenav {
	height: 28px;
	padding: 10px 0 0;
	font: bold 18px/18px Helvetica, Arial, sans-serif;
	letter-spacing: -.085em;
	}

#content ul#pagenav li {
	width: 180px;
	list-style: none;
	}

#content ul#pagenav li.prev {
	float: left;
	text-align: right;
	}

#content ul#pagenav li.next {
	float: right;
	text-align: left;
	}

#content p small,
#content h3 small {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0;
	}

#content table.contactform {
	font: normal 14px/14px Helvetica, Arial, sans-serif;
	width: 750px;
	margin: 0 0 15px;
	}
	
#content table.contactform th {
	width: 180px;
	text-align: right;
	padding: 10px 20px 6px 0;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px dotted #ddd;
	}
	
#content table.contactform td {
	text-align: left;
	padding: 6px 0;
	color: #ccc;
	border-bottom: 1px dotted #ddd;
	}
	
#content table.contactform input {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0;
	width: 200px;
	font: normal 14px/14px Helvetica, Arial, sans-serif;
	}
	
#content table.contactform textarea {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0;
	width: 400px;
	font: normal 14px/14px Helvetica, Arial, sans-serif;
	}
	
#content table.contactform tr.submit th,
#content table.contactform tr.submit td {
	border: none;
	}
	
#content table.contactform input#contactsubmit {
	padding: 5px 8px;
	background: #c8211d;
	margin: 0;
	color: #fff;
	width: auto;
	font: bold 14px/14px Helvetica, Arial, sans-serif;
	letter-spacing: -.085em;
	}

p#footer {
	clear: both;
	padding: 30px 0 30px 200px;
	font: normal 11px/11px Helvetica, Arial, sans-serif;
	color: #999;
	}
	
p#footer a {
	color: #999;
	}