/*  
Theme Name: GregDev
Theme URI: http://gregdev.net
Description: GregDev.net theme
Author: Greg Smith
Author URI: http://gregdev.net
*/

html, body {
	background: #f2f2f2 url('images/body_bg.png');
	margin: 0;
	min-height: 100%;
	font-size: 100%;
	font-family: Georgia, 'Nimbus Roman No9 L', 'Nimbus Roman', 'Times New Roman', Times, serif;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

* html #container {
	height: 100%;
}

#header {
	width: 100%;
	height: 180px;
	background: #fff;
}

#header h1 {
	margin: 0;
	text-align: center;
	padding: 20px 0 0 0;
}

#header img {
	border: 0;
}

#wave {
	width: 100%;
	height: 90px;
	background: transparent url('images/wave.png') repeat-x;
}

#tabs {
	width: 722px;
	height: 22px;
	margin: 0 auto;
}

#tabs ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#tabs li {
	float: left;
	padding: 2px 10px 12px 10px;
	height: 18px;
	border: 7px solid #ddd;
	border-bottom: 0;
	background-color: #ddd;
	text-align: center;
	margin-right: 10px;
	text-decoration: none;
	color: #449bad;
}

#tabs a {
	text-decoration: none;
	color: #449bad;
}

#tabs a:hover {
	color: #9cd177;
}

#tabs .current_page_item {
	font-weight: bold;
	background-color: #fafafa;
	padding-top: 5px;
}

#content {
	width: 688px;
	margin: 0 auto;
	background-color: #fafafa;
	border: 7px solid #ddd;
	margin-top: -7px;
	padding: 7px 10px;
	margin-bottom: 300px;
	color: #2e6071;
}

#content p, #content ul, #content ol {
	font-size: 1em;
	line-height: 1.5em;
}

#content a {
	color: #a08870;
}

#content a:visited {
	color: #97908a;
}

#content a:hover, a:visited:hover {
	text-decoration: none;
}

#content a img {
	border: 5px solid #d1c4b8;
}

#content a:hover img {
	border: 5px solid #b7ab9f;
}

#footer {
	background: transparent url('images/footer_bg.png');
	width: 100%;
	height: 250px;
	position: relative;
	margin: -250px 0 0 0;
	font-size: 0.875em;
}

#footer_boxes {
	width: 721px;
	margin: 0 auto;
	color: #fff;
}

#footer_boxes a {
	color: #fff;
}

#footer_boxes a:hover {
	text-decoration: none;
}

#footer_boxes img {
	border: 0;
}

#footer_boxes h3 {
	margin: 0 0 15px 0;
	font-size: 1.3em;
}

#footer_boxes ul {
	padding: 0 15px;
}

#footer_boxes ul {
	padding: 0;
}

#footer_boxes ul li {
	list-style: none;
	margin-bottom: 5px;
}

#footer_boxes #s {
	background: #fff url('images/icon_search.png') no-repeat 4px 4px;
	padding: 4px 4px 4px 22px;
	border: 0;
	width: 115px;
	height: 16px;
	color: #666;
}

#footer_boxes #searchsubmit {
	background-color: #7b6b5b;
	border: 0;
	color: #fff;
	height: 24px;
	margin-left: 5px;
	cursor: pointer;
	padding-bottom: 2px;
}

#footer_boxes #searchsubmit:hover {
	background-color: #87796b;
}

.footer_box {
	background-color: #957d65;
	width: 213px;
	min-height: 180px;
	float: left;
	margin: 40px 0 0 11px;
	padding: 5px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.footer_box_left {
	margin-left: 0 !important;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.75em; /* 12px */
}

.smaller {
	font-size: 0.6875em; /* 11px */
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.posthead {
	position: relative;
	clear: left;
	margin-left: 45px;
}
.posttitle  {
	padding: 0;
}
.postmeta, .postmeta a {
	margin: 4px 0;
	font-size: 11px;
	color: #a08870;
}
.post-comment, .post-edit, .post-filed {
	padding: 0 0 0 20px;
	background: url('images/dot.gif') no-repeat 1px;
}
.postdate {
	position: absolute;
	top: 0px;
	left: -45px;
	text-align: center;
	margin: 0;
	padding: 2px 8px 2px 0px;
	list-style: none;
	border-right: solid 1px #a08870;
}
.postdate .year {
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 11px;
	color: #a08870;
}
.postdate .month {
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 11px;
	color: #a08870;
}
.postdate .day {
	display: block;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #a08870;
	letter-spacing: -1px;
}

.more-link {
	font-size: 0.8em;
	color: #a08870;
}

.post, .navigation {
	padding-bottom: 20px;
}