/*
Theme Name: MachiniPress
Theme URI: http://www.amorphousblob.org/machinipress/
Version: 0.1
Author: drivel
Author URI: http://www.amorphousblob.org/
Description: A simple theme that caters to machinima groups.
Tags: media, movies, video, images, portfolio, dark, simple, machinima, fixed width, two columns, widgets, media, film, orange, black, gray, grey
*/

/* drivel's reset v0.1 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,input,textarea{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6,table,td,th{font-size:100%;font-weight:normal;}
abbr,acronym{border:0;font-variant:normal;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
em{font-style:italic;}
strong{font-weight:bold;}
p,ul,object,table{margin-bottom:1em;}
a,input,object,textarea{outline:none;}

.aligncenter, .centered { display: block; margin: 0 auto; }
.alignleft { display: inline; float: left; }
.alignright { display: inline; float: right; }

/* overall */
body {
	background: #000 url('images/bg-rewind.jpg') no-repeat 50% 0;
	color: #999;
	font: 12px/1.5 Arial, sans-serif;
	text-align: center;
}

a, a:link, a:visited {
  color: #c93;
	text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #fff;
	text-decoration: none;
}

h1, h2 {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 24px;
	text-shadow: 1px 1px 0 #000;
}

h3, h4, h5, h6 {
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 0 #000;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	color: #fff;
}

h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus {
	color: #c93;
}

input, textarea {
  background: #444;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	padding: 5px;
}

textarea {
	width: 500px;
}

input:hover, input:focus, textarea:hover, textarea:focus {
  background: #555;
	color: #fff;
}

.button {
	background: #b71;
	cursor: pointer;
	line-height: 13px;
	text-shadow: 1px 1px 0 #000;
}

.button:hover, .button:focus {
  background: #c93;
}

.description {
	color: #666;
	font-size: 10px;
}

.pagination {
	font-family: Georgia, serif;
	font-size: 16px;
}

.pagination a:link, .pagination a:visited {
	padding: 5px;
}

.pagination a:hover, .pagination a:active, .pagination a:focus {
}

.pagination .current {
	color: #fff;
	font-size: 24px;
	padding: 5px;
}

.pagination .page {
}

.pagination a.page:link, .pagination a.page:visited {
}

.pagination a.page:hover, .pagination a.page:active, .pagination a.page:focus {
}

.pagination .extend {
	padding: 5px;
}

/* page */
#page {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

/* wrapper */
#wrapper {
	background: #111;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	padding: 20px;
}

/* header */
#header {
	height: 250px;
	text-indent: -9999px;
}

#header a {
	display: block;
	height: 250px;
	width: 500px;
}

/* navigation */
#navigation {
	margin-right: 20px;
	text-align: right;
}

#navigation li {
	display: inline;
}

#navigation li a:link, #navigation li a:visited {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	margin-left: 5px;
	padding: 5px;
	text-shadow: 1px 1px 0 #000;
}

#navigation li a:hover, #navigation li a:active, #navigation li a:focus {
	background: #666;
	color: #fff;
}

#navigation li.current a:link, #navigation li.current a:visited {
	background: #555;
	color: #fff;
}

/* content */
#content {
	float: left;
	width: 620px;
}

.hentry {
	margin-bottom: 2em;
	position: relative;
}

.hentry .metaMovie {
}

.hentry .metaMovie th {
  color: #fff;
	font-family: Georgia, serif;
	padding-right: 1em;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.hentry .meta {
	border-top: 1px #444 solid;
	color: #666;
	font-size: 10px;
	overflow: hidden;
	text-align: right;
}

.hentry .meta .metaAuthor {
	float: left;
}

.comment, .pingback {
	background: #222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px;
}

.comment .avatar, .pingback .avatar {
	float: left;
}

.comment cite, .pingback cite {
	color: #fff;
	margin-bottom: 1em;
}

.comment cite, .pingback cite, .comment p, .pingback p {
	display: block;
	margin-left: 74px;
}

.comment .meta, .pingback .meta {
	color: #666;
	font-size: 10px;
	text-align: right;
}

.by-author {
  background-color: #333;
}

#respond label {
	color: #666;
	font-size: 10px;
}

.hentry .overlay {
	background: rgba(0, 0, 0, 0.75);
	position: absolute; bottom: 0;
	width: 100%;
}

.hentry .overlay h2 {
	font-size: 16px;
	margin: 10px 10px 0;
}

.hentry .overlay p {
	color: #666;
	font-size: 10px;
	margin: 0 10px 10px;
}

.hentry .overlay .counter {
}

.hentry .overlay .counter a:link, .hentry .overlay .counter a:visited {
	background: transparent url('images/icon-comments.gif') no-repeat 50% 50%;
	color: #fff;
	display: block;
	float: right;
	font-family: Georgia, serif;
	font-size: 12px;
	height: 25px;
	line-height: 20px;
	margin: 10px;
	text-align: center;
	width: 25px;
}

.hentry .overlay .counter a:hover, .hentry .overlay .counter a:active, .hentry .overlay .counter a:focus {
	color: #c93;
}

/* aside */
#aside {
	margin-left: 640px;
	width: 300px;
}

#aside h3, #aside label {
	background: #242424;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0.5em;
}

/* footer */
#footer {
	color: #666;
	font-size: 10px;
	line-height: 50px;
	text-align: center;
}