/*
Theme Name: Zemanation
Theme URI: http://zemanation.com
Description: Zemanation.com Blog Theme
Version: 1.0
Author: Andrew Stamm
Author URI: http://andrewstamm.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*
	COLORS
	Body Light Gray: #ebebeb
	Dark Gray: #555555
	Highlight Red: #861316
*/

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('fonts/Chunkfive-webfont.eot');
	src: local('?'), url('fonts/Chunkfive-webfont.woff') format('woff'), url('fonts/Chunkfive-webfont.ttf') format('truetype'), url('fonts/Chunkfive-webfont.svg#webfont4CzPTNtF') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
}
html {
	background-color: #ebebeb;
	background-image: url(http://zemanation.com/images/header_bkgd.jpg);
	background-repeat: repeat-x;
	overflow-y: scroll;
	height: 100%;
}
body {
	height: 100%;
	position: relative;
}
/*
	HEADER
*/
#header {
	width: 710px;
	height: 150px;
	padding-left: 50px;
	position: relative;
}
#header h1 a {
	display: block;
	height: 26px;
	width: 247px;
	background-image: url(http://zemanation.com/images/head01.png);
	background-position: top;
	text-indent: -9000000px;
	position: absolute;
	top: 52px;
}
#header h1 a:hover {
	background-position: 0 -27px;
}
#header h2 {
	font-family: helvetica, arial, sans-serif;
	color: #656565;
	font-size: 24px;
	font-weight: 100;
	font-style: normal;
	position: absolute;
	top: 87px;
	width: 570px;
	z-index: 50;
}
#header h3 a {
	display: block;
	width: 164px;
	height: 116px;
	text-indent: -9000000px;
	background-image: url(http://zemanation.com/images/z_logo_large.jpg);
	position: absolute;
	right: 0px;
	top: 0;
}
/*
	SEARCHBAR
*/
#search {
	position: absolute;
	top: 120px;
	left: 730px;
	z-index: 60;
}
#searchform {
	width: 300px;
}
/*
	MAIN BODY CONTAINERS
*/
#container {
	position: relative;
	padding-bottom: 10px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px;
}
#main {
	width: 1050px;
	margin-left: 50px;
}
#blogs {
	margin-top: 60px;
	width: 440px;
	padding-bottom: 30px;
	float: left;
}
.post, .arch {
	margin-bottom: 40px;
}
#sidebar01 {
	width: 200px;
	float: left;
	margin-top: 60px;

}
#sidebar02 {
	padding-left: 48px;
	margin-top: 90px;
	width: 160px;
	float: left;
}
#sidebar03 {
	margin-top: 90px;
	padding-left: 40px;
	width: 130px;
	float: left;
}
/*
	MAIN SIDEBAR
*/
#sidebar01 ul li {
	text-indent: 0;
}
#sidebar01 .drop li {
	float: none;
}
#sidebar01 li ul {
	position: absolute;
	left: 0px;
	top: -46px;
	width: 900px;
	font-family: 'ChunkFiveRegular', Arial Black, Helvetica, sans-serif;
	color: white;
	text-shadow: 0 0 2px #555555;
	font-size: 36px;
	font-weight: normal;
	display: none;
	z-index: 100;
}
#sidebar01 li ul li a {
	color: white;
	font-size: .85em;
	line-height: .85em;
	margin: 0;
	padding: 0;
	clear:both
}
#sidebar01  li ul li a:hover {
	color: black;
}
#sidebar01 ul.drop {
	width: 960px;
}
#sidebar01 li:hover ul, li.over ul { 
	display: block;
}
li#hero a, li#sports a, li#food a, li#fred a, li#fun a, li#fuck a, li#cheap a, li#misc a, li#scha a, li#run a {
	display: block;
	width: 80px;
	height: 80px;
	background-position: right;
	text-indent: -90000000px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;	
}
li#hero a {
	background-image: url(http://zemanation.com/images/cat_01.jpg);
}
li#sports a {
	background-image: url(http://zemanation.com/images/cat_02.jpg);
}
li#food a {
	background-image: url(http://zemanation.com/images/cat_03.jpg);
}
li#fred a {
	background-image: url(http://zemanation.com/images/cat_04.jpg);
}
li#fun a {
	background-image: url(http://zemanation.com/images/cat_05.jpg);
}
li#fuck a {
	background-image: url(http://zemanation.com/images/cat_06.jpg);
}
li#cheap a {
	background-image: url(http://zemanation.com/images/cat_07.jpg);
}
li#misc a {
	background-image: url(http://zemanation.com/images/cat_08.jpg);
}
li#scha a {
	background-image: url(http://zemanation.com/images/cat_09.jpg);
}
li#run a {
	background-image: url(http://zemanation.com/images/cat_11.jpg);
}

li#fred a:hover, li#hero a:hover, li#sports a:hover, li#food a:hover, li#fun a:hover, li#fuck a:hover, li#cheap a:hover, li#misc a:hover, li#scha a:hover, li#run a:hover {
	background-position: left;
}
/*
	PICTURES & EMBEDS
*/
#blogs img, #blogs embed, #blogs object {
	max-width: 440px;
	border: solid 1px #555555;
	-webkit-box-shadow: -3px 3px 4px #808080;
	-moz-box-shadow: -3px 3px 4px #808080;
}
#blogs iframe {
	border: solid 1px #555555;
	-webkit-box-shadow: -3px 3px 4px #808080;
	-moz-box-shadow: -3px 3px 4px #808080;
}
/*
	TYPOGRAPHY
*/
a {
	text-decoration: none;
	color: #861316;
}
a:hover {
	color: #555555;
}
p {
	font-family: Helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
	margin-bottom: 14px;
}
p a {
	font-weight: bold;
}
blockquote {
	font-family: Helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-style: italic;
	line-height: 18px;
	color: #555555;
	margin: 0 15px 14px;
}
h2 {
	font-family: 'ChunkFiveRegular', Arial Black, Helvetica, sans-serif;
	color: #555555;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 15px;	
}
#blogs h3 {
	font-family: 'ChunkFiveRegular', Arial Black, Helvetica, sans-serif;
	color: #555555;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
p.date {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 800;
}
#nav li a {
	font-family: 'ChunkFiveRegular', Arial Black, Helvetica, sans-serif;
	color: #555555;
}
#nav li a:hover {
	color: #861316;
}
#nav li#left {
	float: left;
}
#nav li#right {
	float: right;
}
#sidebar01 {
	font-size: 10px;
}
#sidebar01 h2 {
	font-size: 16px;
}
#sidebar02, #sidebar03 {
	font-size: 11px;
}
#sidebar02 h2, #sidebar03 h2 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 5px;
}
#meta {
	font-size: 10px;
	line-height: normal;
	border-top: solid 1px #555555;
	padding-top: 3px;
	text-align: justify;
}
#archive_head h2 {
	font-size: 32px;
}
/*
	TWITTER & SERIOUS EATS POSTS
*/
.side_cat {
	margin-bottom: 20px;
	font-family: Helvetica, arial, sans-serif;
	position: relative;
	color: #555555;
}
#twitter_update_list li, li.se-posts, #sidebar03 li {
	margin-bottom: 11px;
}
ul#twitter_update_list li span a {
	display: inline;
	margin: 0;
}
ul#twitter_update_list li a {
	display: block;
	margin-top: 5px;
}
#twitter_bird a{
	display: block;
	width: 56px;
	height: 73px;
	background-image: url(http://zemanation.com/images/twitter_bird.png);
	background-repeat: no-repeat;
	text-indent: -9000000px;
	position: absolute;
	right: 0;
	top: -15px;
	z-index: 110;
} 
#se_link a{
	display: block;
	width: 45px;
	height: 38px;
	background-image: url(http://zemanation.com/images/se_logo.png);
	background-repeat: no-repeat;
	text-indent: -9000000px;
	position: absolute;
	right: 5px;
	top: 8px;
	z-index: 110;
}
#serious a {
	color: #555555
}
#serious a:hover {
	color: #861316
}
/*
	COMMENTS
*/
h3#respond {
	margin-top: 30px;
	border-bottom: 2px solid #555555;
}
#commentform {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
}
#author, #email, #url {
	display: block;
	margin-bottom: 3px;
	margin-top: 8px;
}
#comment {
	width: 440px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#commentbox {
	margin-bottom: 20px;
}
p.com_date {
	margin: 0;
}
.comment_name {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.commentlist p {
	font-family: helvetica, arial, sans-serif;
	margin: 0;
}
.commentlist li {
	margin: 0 0 10px 0;
	padding: 8px;
}
.commentlist li.alt{
	background-color: white;
}
/*
	FOOTER
*/
.clear {
	clear: both;
	height: 90px;
}
#footer {
	width: 100%;
	height: 90px;
	background-image: url(http://zemanation.com/images/footer_bkgd.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	clear: both;
}
#foot_indent {
	margin-left: 50px;
	position: relative
}
#sm_logo a {
	display: block;
	width: 116px;
	height: 88px;
	background-image: url(http://zemanation.com/images/z_logo_small.jpg);
	background-repeat: no-repeat;
	text-indent: -9000000px;
	position: absolute;
	top: 2px;
}
p#foot_left {
	font-size: 10px;
	color: #ebebeb;
	position: absolute;
	top: 60px;
	left: 120px;
}
p#foot_right {
	font-size: 10px;
	color: #ebebeb;
	position: absolute;
	top: 60px;
	left: 685px;
}
p#foot_right a {
	color: white;
}
p#foot_right a:hover {
	color: #861316
}
