/*
Theme Name: Polyteknika
Theme URI: http://tmertz.com/
Description: Personal theme developed for TMERTZ.COM.
Author: Thomas Mertz
Version: 0.1
Tags: scratched, grunge, red, black, white
*/
@import url('960/reset.css');
@import url('960/960.css');

body {
	background: url('imgs/background_tile_glow.jpg') top left no-repeat fixed, url('imgs/background_tile.jpg') top left repeat fixed #eee;
	color: #333;
	margin: 50px 0 0;
	padding: 0;
	font: normal 1em "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

/* HEADER STYLING */
.header h1 {
	font-size: 35px;
	margin: 10px 0 5px;
	text-shadow: #fff 0px 1px 2px;
}
.header a {
	color: #333;
	text-decoration: none;
}
.header a:hover {
	color: #A00;
}
.header .logo {
	float: left;
	margin: 0 10px 0 0;
}
.header p.description {
	font: normal .9em "Helvetica Neue", Helvetica, Verdana, sans-serif;
	line-height: 2em;
	text-transform: uppercase;
	vertical-align: middle;
	text-shadow: #fff 0px 1px 2px;
	padding: 0 0 0 10px;
}
.header p.description span.amp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	vertical-align: top;
	margin: 5px 0 0;
}
.header ul.navigation {
	list-style: none;
	float: right;
	margin: 35px 0 0;
}
.header ul.navigation li {
	display: inline;
	margin: 0 0 0 10px;
}
.header ul.navigation li a {
	background: rgba(0,0,0, 0.25);
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.header ul.navigation li a:hover {
	background: rgba(0,0,0, 0.5);
}

/* CONTENT STYLING */
.content .journal h2, .content .photos h2, .content .videos h2, .content .link h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 0 400px 0 0;
	text-shadow: #fff 0px 1px 2px;
}
.content .journal h3 {
	margin: 20px 0 10px;
	font-size: 20px;
	text-transform: uppercase;
}
.content .journal p {
	line-height: 1.5em;
	margin: 0 0 10px;
	text-shadow: #fff 0px 1px 2px;
}
.content .journal ul {
	list-style: disc;
	margin: 0 0 10px 10px;
	padding: 0 0 0 20px;
}
.content .journal ul li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.content .quotes h2 {
	display: none;
}
.content .quotes blockquote, .content .link blockquote {
	padding: 10px;
	background-color: rgba(0,0,0,.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Georgia, Garamond, serif;
	font-size: 25px;
	line-height: 35px;
	font-style: italic;
}
.content .quotes blockquote p {
	margin: 0;
}
.content .quotes p span.source {
	float: right;
	display: block;
	font-size: 12px;
	margin: 5px 10px 0 0;
}
.content .post a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.content .post a:hover {
	color: #A00;
}
.content .journal img.fourohfour {
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 20px #444;
	-moz-box-shadow: 0px 0px 20px #444;
	box-shadow: 0px 0px 20px #444;
}
.content .metadata ul {
	margin: 0;
}
.content .metadata ul li {
	margin: 0;
	padding: 5px 0 5px 34px;
	line-height: 1.5em;
	vertical-align: middle;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #fff;
}
.content .metadata ul li.top {
	border-top: 0;
}
.content .metadata ul li.bottom {
	border-bottom: 0;
}
.content .metadata ul li.date {
	background: url('imgs/icons/clock.png') 8px 9px no-repeat;
}
.content .metadata ul li.comments {
	background: url('imgs/icons/comment.png') 8px 9px no-repeat;
}
.content .metadata ul li.category {
	background: url('imgs/icons/folder.png') 8px 9px no-repeat;
}
.content .metadata ul li.tags {
	background: url('imgs/icons/tags.png') 8px 9px no-repeat;
}
.content .metadata ul li a {
	color: #333;
	text-decoration: none;
}
.content .metadata ul li a:hover {
	color: #A00;
}
.content .prev, .content .next {
	padding: 10px 0;
}
.content .prev a, .content .next a {
	background: rgba(0,0,0, 0.25);
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	-webkit-border-radius: 20px;
	text-decoration: none;
}
.content .prev a:hover, .content .next a:hover {
	background: rgba(0,0,0, 0.5);
}
.content .next {
	text-align: right;
}

/* COMMENTS STYLING */
.comments h3 {
	font-size: 25px;
	margin: 20px 0 10px;
}
.comments ul.comment-list li {
	padding: 10px 10px 10px 20px;
	background: url('imgs/white_stripe.png') top left repeat-y rgba(255,2552,255,0.5);
}
.comments ul.comment-list li.alt {
	background-color: rgba(0,0,0,0.25);
}
.comments ul.comment-list li.bypostauthor {
	background: url('imgs/red_stripe.png') top left repeat-y rgba(100,0,0,0.25);
}
.comments ul.comment-list li .comment-metadata {
	display: block;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.comments ul.comment-list li .comment-metadata small {
	font-weight: normal;
	font-size: 12px;
	margin: 4px 0 0;
}
.comments ul.comment-list li .comment-metadata img.avatar {
	float: right;
}
.comments ul.comment-list li p {
	line-height: 1.5em;
}

/* FOOTER STYLING */
.footer p {
	font-size: .9em;
	padding: 0 0 30px;
}
.footer p a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.footer p a:hover {
	color: #A00;
}

/* MISC STYLING */
hr {
	color: #bbb;
	background: #bbb;
	border: 0;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #fff;
}