/*
Theme Name: Custom Theme 3 - TheGallinats.com
Theme URI: http://www.thegallinats.com
Description: Custom WP Theme for TheGallinats.com
Author: David Gallinat
Author URI: http://www.thegallinats.com
Version: 3.0
.
This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/us/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA
*/

@import "reset.css";
/* Using a modified Eric Meyer's Reset */

body {
	background-color: #900;
	color: #333;
	font: 1em/1.4 helvetica, verdana, arial, sans-serif;
}

#wrapper {
	background: #e8e5e5 url("images/texture-bg.png");
	margin: 0 auto;
	min-width: 960px;
	position: relative;
	width: 960px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}


a:link, a:visited {
	color: #b00;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: 0 !important;
}

p {
	padding: 0 0 20px;
}

/* HEADER */
#header {
	background: transparent url("images/header-bg.png");
	height: 200px;
	width: 960px;
}

#header h1#thegallinats {
	background: transparent url("images/thegallinats.png") no-repeat;
	height: 143px;
	left: 304px;
	position: relative;
	text-indent: -9999px;
	top: 6px;
	width: 400px;
}

#header h1#thegallinats a {
	display: block;
	height: 80px;
	width: 400px;
}

#header h1#thegallinats a:hover {
	background: transparent;
}

#header ul.navigation li {
	float: left;
	text-indent: -9999px;
}

#header ul.navigation li a#photos-link {
	background: transparent url("images/photos-link-bg.png") no-repeat top left;
	display: block;
	height: 30px;
	left: 492px;
	position: relative;
	top: -29px;
	width: 86px;
}

#header ul.navigation li a#photos-link:hover {
	background-position: -5px -36px;
}

#header ul.navigation li a#links-link {
	background: transparent url("images/links-link-bg.png") no-repeat top left;
	display: block;
	height: 31px;
	left: 540px;
	position: relative;
	top: -49px;
	width: 86px;
}

#header ul.navigation li a#links-link:hover {
	background-position: -5px -36px;
}

#header ul.navigation li a#about-link {
	background: transparent url("images/about-link-bg.png") no-repeat top left;
	display: block;
	height: 31px;
	left: 575px;
	position: relative;
	top: -69px;
	width: 86px;
}

#header ul.navigation li a#about-link:hover {
	background-position: -5px -36px;
}

/* MAIN */
#main {
	padding-left: 40px;
	padding-top: 50px;
	width: 600px;
}

.post {
	margin-bottom: 50px;
}

.post-container {
	margin-top: 10px;
	position: relative;
	width: 480px;
}

.post-content {
	color: #333;
	position: relative;
	left: 120px;
	width: 480px;
}

.post-meta {
	color: #999;
	font-size: 12px;
	font-variant: small-caps;
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
}

.post-meta a:link, .post-meta a:visited {
	color: #999;
}

.post-meta a:hover, .post-meta a:active {
	background-color: transparent;
	color: #900;
	text-decoration: none;
}

#posts-nav-link {
	margin: 20px 0;
	text-align: center;
}

/* SIDEBAR */
.sidebar {
	background: transparent url("images/bean-peeking.png") no-repeat top left;
	color: #0c0c0c;
	font-size: 14px;
	min-height: 120px;
	padding-top: 120px;
	position: absolute;
	right: 30px;
	top: 160px;
	width: 240px;
}

.sidebar .widget {
	background: transparent url("images/sidebar-bg.png") repeat-y top left;
	padding: 15px;
}

.sidebar a:link, .sidebar a:visited {
	color: #e8e5e5;
	text-decoration: underline;
}

.sidebar a:hover, .sidebar a:active {
	background-color: #e8e5e5;
	color: #900;
	text-decoration: none;
}

.sidebar div#bottom {
	background: transparent url("images/sidebar-bottom-bg.png") no-repeat bottom left;
	height: 31px;
	width: 240px;
}

.sidebar img {
	display: block;
}

/* FOOTER */
#footer {
	color: #999;
	font-size: 12px;
	margin: 20px 0 3px;
	padding: 10px 0;
	text-align: center;
}

#footer ul.navigation li {
	display: inline;
	margin: 0 5px;
}