/*
Theme Name: Gamma
Theme URI: http://niamu.com/
Description: Gamma wordpress theme as seen at niamu.com
Version: 1.0
Author: Brendon Walsh
Author URI: http://niamu.com/
*/

/*
Copyright (C) 2009  Brendon Walsh

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>
*/

@import url("http://cloud.niamu.com/css/baseline.reset.css");
@import url("http://cloud.niamu.com/css/baseline.base.css");
@import url("http://cloud.niamu.com/css/baseline.form.css");
@import url("http://cloud.niamu.com/css/baseline.type.css");
@import url("http://cloud.niamu.com/css/baseline.grid.css");

html {
	background:url('http://cloud.niamu.com/gamma/images/feature-texture.jpg') top left repeat;
	-webkit-font-smoothing: antialiased;
}

body {
	min-width:1064px;
}

h2, h2 a {
	color:#333;
	font-weight: normal;
	text-decoration:none;
	-webkit-transition: color 0.25s linear;
	-moz-transition: color 0.25s linear;
}

h2 a:hover {
	color:#555;
}

h2 a.more-link:hover {
	color:#FFF;
}

.wrapper {
	position:relative;
	margin:0 auto;
	z-index:2;
}

#header {
	position:relative;
	float:left;
	clear:both;
	height:130px;
	width:100%;
	background:#FFF;
}

#header #logo {
	position:relative;
	top:20px;
	float:left;
	width:400px;
	opacity:1;
}

#header #logo a:hover {
	opacity:0.7;
}

#header #blog_author {
	position:relative;
	float:right;
	margin-top:40px;
	width:370px;
}

#header #blog_author strong a {
	color:#666;
	position:relative;
	top:10px;
	text-transform:uppercase;
}

#header #blog_author img.avatar {
	float:left;
	padding:2px;
	margin-right:10px;
	border:2px solid #DDD;
}

#header #blog_author ul {
	list-style-type:none;
}

#header #blog_author ul li {
	float:left;
	margin:0 1px;
}

#header #blog_author ul li a {
	opacity:0.7;
}

#header #blog_author ul li a:hover {
	opacity:1;
}

#header #searchform {
	position:relative;
	clear:both;
	float:right;
	margin-top:10px;
}

#header #searchform input {
	padding:4px;
	border:1px solid #DDD;
	color:#666;
}

#header h1 a {
	display:block;
	text-indent:-9999em;
	background:url('http://cloud.niamu.com/gamma/images/logo.png') top left no-repeat;
	width:267px;
	height:143px;
}

.top, .bottom {
	position:relative;
	float:left;
	clear:both;
	z-index:1;
	width:100%;
	min-width:1024px;
	background:transparent url('http://cloud.niamu.com/gamma/images/torn-top.png') top center repeat-x;
	height:140px;
	margin:0;
	padding:0;
}

.bottom {
	background:transparent url('http://cloud.niamu.com/gamma/images/torn-bottom.png') top center repeat-x;
}

#feature {
	position:relative;
	float:left;
	clear:both;
	z-index:0;
	margin:-130px 0;
	width:100%;
	height:400px;
}

#feature .wrapper {
	width:1024px;
}

#feature img, #feature video {
	position:relative;
	width:1024px;
	top:10px;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
}

#feature p.credit {
	position:absolute;
	float:right;
	right:20px;
	top:125px;
	background:#000;
	padding:5px;
	opacity:0.7;
	color:#DDD;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.navigation {
	position:fixed;
	width:100%;
	margin-top:50%;
}

.navigation span a {
	position:relative;
	z-index:3;
	color:#fff;
	-webkit-transition: text-shadow 0.25s linear;
	-moz-transition: text-shadow 0.25s linear;
	background:#000;
	opacity:0.7;
	padding:10px;
}

.navigation span a:hover {
	text-shadow:0 0 10px #FFF;
}

.navigation span.prev a {
	position:absolute;
	float:left;
	left:0;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}

.navigation span.next a {
	position:absolute;
	float:right;
	right:0;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}

.content {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	background:#FFF;
}

.content .post-details h2 {
	height:auto;
	display:block;
	float:left;
}

.content .post-details {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:100%;
	border-bottom:2px solid #DDD;
	margin:0 0 10px 0;
	padding:0;
}

.meta {
	position:absolute;
	z-index:-1;
	float:left;
	left:0;
	margin-top:-10px;
}

.content .wp-caption {
	position:relative;
}

.content .wp-caption-text {
	position:absolute;
	top:20px;
	right:20px;
	background:#000;
	padding:5px;
	opacity:0.7;
	color:#DDD;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.content p.spoiler {
	left:-14px;
	padding-left:10px;
	width:100%;
	border-left:5px solid #530004;
	color:#DDD;
	-webkit-transition: color 0.25s linear;
	-moz-transition: color 0.25s linear;
}

.content p.spoiler:hover {
	color:#888;
}

.meta span.date {
	font-size:2.5em;
	color:#CCC;
}

.content .entry {
	float:right;
}

.content .entry p {
	z-index:1;
}

.content .entry ul {
	list-style-type:square;
}

.content .entry h3 {
	position:absolute;
	z-index:-1;
	float:left;
	left:0;
	color:#333;
	margin-top:-0.3em;
	border-top:2px solid #DDD;
	width:100%;
}

.content .entry img {
	max-width:480px;
	padding:2px;
	border:2px solid #DDD;
}

.content .entry img.swap-video:hover {
	cursor:pointer;
}

.content .entry video {
	padding:2px;
	border:2px solid #DDD;
}

.download {
    background:url('http://cloud.niamu.com/gamma/images/box.png') no-repeat center center;
    height:230px;
}

.download p {
    display:block;
    margin:0;
}

.download a {
    display:block;
}

.download span.description {
    position:absolute;
    top:100px;
    width:150px;
    left:170px;
    text-align:center;
    background:#000;
	padding:5px;
	opacity:0.7;
	color:#DDD;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition: text-shadow 0.25s linear;
	-moz-transition: color 0.25s linear;
}

.download a:hover span.description {
    color:#FFF;
    text-shadow:0 0 10px #FFF;
}

#comments {
	position:relative;
	float:left;
	margin-bottom:-20px;
	width:100%;
}

#comments h2 {
	width:100%;
	border-bottom:2px solid #DDD;
}

#comments img.avatar {
	float:left;
	padding:2px;
	border:2px solid #DDD;
	margin:0 0 10px 0;
}

#comments ul, #comments ol {
	list-style-type:none;
	margin:0;
}

#comments ol {
	margin-top:20px;
}

#comments ul.comment-details {
	position:relative;
	float:left;
	margin:10px 0 0 10px;
}

#comments ol, #comments li.comment {
	float:left;
	clear:both;
	width:100%;
}

#comments li.comment {
	padding-top:10px;
}

#comments li.name {
	font-weight:bold;
}

#comments .comment-content {
	position:relative;
	float:right;
}

#respond, #footer {
	position:relative;
	float:left;
	color:#333;
	text-shadow: 2px 2px 3px #FFF;
	margin:-110px 0;
	width:100%;
	min-height:240px;
    padding:0 0 20px 0;
	background:url('http://cloud.niamu.com/gamma/images/gamma.png') center center no-repeat;
}

#respond .wrapper, #footer .wrapper {
	margin:50px auto 0 auto;
	padding:0;
	z-index:2;
}

#respond #author-details {
	position:relative;
	float:left;
}

#respond label.multilinex7 {
	margin:0;
}

#respond #comment-textarea {
	position:relative;
	float:right;
}

#respond #comment-textarea p {
	float:left;
	clear:left;
	margin:10px 0;
	font-size:13px;
}

#respond #submit {
	position:relative;
	float:right;
	color:#111;
}

#respond #markdown {
	position:relative;
	float:left;
	clear:both;
	margin-top:20px;
}

#respond textarea {
	float:left;
}

#respond h2, #footer h2 {
	color:#FFF;
	text-shadow: 2px 2px 5px #333;
	padding:20px 0;
}

#respond a {
    color:#333;
    font-weight:bold;
}

#respond a:hover {
    color:#111;
}

#footer h2.read-more {
    float:left;
}

#footer h2.comments {
    float:right;
}

.license {
    position:relative;
    float:left;
    width:540px;
    margin-right:70px;
}

.attribution {
    position:relative;
    float:right;
    width:250px;
}
