/*
Theme Name: Goodish
Theme URI: http://jeffmilner.com/
Description: New custom layout by Jeff Milner.
Version: 1.0
Author: Jeff Milner
Author URI: http://jeffmilner.com/
Tags: goodish, custom header, fixed width, two columns, widgets

	Goodish v1.0
	 http://jeffmilner.com/

	This theme was designed and built by Jeff Milner,
	whose blog you will find at http://jeffmilner.com/

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

*/

@charset "utf-8";
html,body {
	background:#dfdfdd url(images/background.jpg) repeat-x scroll left top;
	font-family:Whitney,"Myriad Pro",MyriadPro,Helvetica,"Helvetica Neue",Arial,sans-serif;
	line-height:1.5em;
	margin:0 auto;
	padding:0;
	width:984px;
}

#body {
	background:#dfdfdd url(images/background.jpg) repeat-x scroll left top;
	font-family:Whitney,"Myriad Pro",MyriadPro,Helvetica,"Helvetica Neue",Arial,sans-serif;
	line-height:1.5em;
	margin:0 auto;
	padding:0;
	width:984px;
}
img {
	border:none;
}

blockquote {
	border-left:5px solid #EEEEEE;
	padding:0 0 0 10px;
}

#header {
	
	height: 157px;
	width:984px;
}

.menu {
	color:#fff;
	font-size:18px;
	min-width:384px;
	overflow:hidden;
	padding:10px 0;
}
.menu a {
	color: #fff;
	text-decoration:none;
}
.menu a:hover {
	text-decoration:underline;
}
.menu span.loggedin {
/* display: none; */
	float: right;
	margin:0 10px 0 0;
}
.menu span.username {
	font-weight: bold;
}
.pages {
	float: left;
	list-style-position:outside;
	list-style-type: none;
	margin:0;
	min-width:500px
}
.pages li {
	float:left;
	padding: 0 40px 0 0;
}
ins {
	text-decoration:none;
	color:#999;
}

h1 {
	margin:0;
	padding:0;
}
.logoimg {
	background:url(images/logo.png) no-repeat scroll 0 0;
	float:left;
	height: 115px;
	width:700px;
}

.logoimg:hover {
	background-position:0 -126px;	
}

a.logoimg span{
	display: none;
}
input#s {
	margin:0;
	width: 190px;
}
input#searchsubmit {
	margin:0 0 0 22px;
}
.colx1 {
}
.colx2 {
	background:transparent url(images/colx2bkgrd.jpg) repeat scroll 0 0;
	float: left;
	margin:10px 0 0 0;
	padding:20px;
	width: 289px;
}
.colx3 {
}
.colx4 {
	background:url(images/colx4bkgrd.jpg);
	float:left;
	margin:10px 0 0 0;
	padding:40px 80px 0 75px;
	width:500px;
}
.colx5 {

}
.colx6 {
	background:url(images/colx6bkgrd.jpg);
	float:left;
	margin:10px 0 0;
	padding:10px 234px;
	width:515px;
}
.colx2bot {
	background:transparent url(images/colx6bkgrdbot.jpg) repeat scroll -655px 0;
	float:left;
	height:36px;
	margin:0 0 0 -17px;
	width:326px;
}
.colx4bot {
	background:transparent url(images/colx6bkgrdbot.jpg) repeat scroll -329px 0;
	float:left;
	height:36px;
	margin:0 0 0 -75px;
	width:654px;
}
.colx6bot {
	background:url(images/colx6bkgrdbot.jpg);
	height:36px;
	float:left;
	width:982px;
}
.entry {
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
}
.post {
	border-bottom: 6px solid #000;
	margin: 0;
}
.post h2 {
	border-bottom:1px solid #000000;
	clear:both;
	margin:5px 0;
	padding:0 0 5px;
}

.post h2 a {
	text-decoration: none;
}
.postmetadata {
	background:#F4F4F4 none repeat scroll 0 0;
	clear:both;
	padding:5px;
}

ol.commentlist li {
	border-bottom:1px solid #000000;
	margin:0 0 10px -40px;
	padding:0;
}
h3#respond {
	border-bottom: 1px solid #000;
}
.commenttext {
	border-bottom: 1px solid #000;
}
.navigation {
	padding:10px 0 50px;
}
.rss_image {
	float:left;
	width:49px;
	height:53px;
	background:url(images/rss-note.gif) no-repeat top left;
}
#sidebar {
	background:transparent url(images/colx2bkgrd.jpg) repeat scroll 0 0;
	float: left;
	margin:10px 0 0 0;
	padding:20px 20px 0 17px;
	width: 289px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type:none;
}

#sidebar table#wp-calendar {
	font-weight:normal;
	width: 100%;
}
#sidebar table#wp-calendar tbody tr{
	text-align:center;
}
#next {
	text-align:right;
}
#sidebar ul li h2.widgettitle {
	border-bottom:1px solid #000000;
	border-top:6px solid #000000;
}
#sidebar table#wp-calendar caption {
	font-size:20px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
#footer {
	clear:both;
	height:20px;
}
img#wpstats {
	display:none;
}
.hidden {
	display:none;
}

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	line-height:17px;
	margin:0;
	padding:0 20px 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
