﻿/*
Theme Name: Clean And Red!
Theme URI: 
Description: Its just a simple, clean red theme! With the ability to add your own custom header.
Author: Falling Up Media
Author URI: http://www.fallingupmedia.com/
Version: 1.0 
Tags: black, red, white, two-columns, fixed-width, custom-header, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('league_gothic-webfont.eot');
	src: local('?'), url('league_gothic-webfont.woff') format('woff'), url('league_gothic-webfont.ttf') format('truetype'), url('league_gothic-webfont.svg#webfontObUBhfDY') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DistrictThinRegular';
	src: url('distth__-webfont.eot');
	src: local('☺'), url('distth__-webfont.woff') format('woff'), url('distth__-webfont.ttf') format('truetype'), url('distth__-webfont.svg#webfontac1xanGA') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	padding: 0px;
	margin: 0px;
	background: #000000 url(images/bg.gif) repeat-x;
	text-align: center;
	font-family: tahoma, verdana;
	font-size: 12px;
	color: #ffffff;
}

a img{
	border: 0px;
}

pre {
	background: #666666;
	padding: 7px;
}

code {
}

.clear {
	clear: both;
}

.alignleft,
img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright,
img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/*---------------HEADER---------------*/

#header {
	width: 978px;
	height: 170px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
}

.logo {
	width: 510px;
	float: left;
	color: #000000;
	margin-top: 35px;
}

.logo h1 a {
	color: #000000;
	text-decoration: none;
}

.logo h1 {
	font-family: LeagueGothicRegular;
	font-weight: normal;
	font-size: 48px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}

.logo h2 {
	font-family: DistrictThinRegular;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

.logo h2 a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	background: #e60000;
	-moz-box-shadow: 1px 1px 0px #ffffff;
	-webkit-box-shadow: 1px 1px 0px #ffffff;
	box-shadow: 1px 1px 0px #ffffff;
}

.ads {
	width: 468px;
	float: left;
	text-align: right;
	margin-top: 55px;
}

/*---------------NAVIGATION---------------*/

#navigation {
	width: 976px;
	height: 50px;
	margin: 0px auto;
	background: #000000;
	outline: 1px solid #000000;
	border-top: 1px solid #7d7d7d;
	text-align: left;
	font-family: LeagueGothicRegular;
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 50px;
	overflow: hidden;
}

#navigation a {
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/*---------------FEATURED---------------*/

#featured {
	width: 978px;
	height: 300px;
	margin: 0px auto;
	background: #e60000;
	overflow: hidden;
	position:relative;
	border-bottom: 5px solid #e60000;
}

#featured a {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#featured a.active {
	z-index:10;
	opacity:1.0;
}

#featured a.last-active {
	z-index:9;
}


/*---------------CONTENT---------------*/

#content_wrap {
	width: 978px;
	margin: 0px auto;
	text-align: left;
	display: inline-block;
	background: url(images/side.jpg) top right repeat-y;
}

#content {
	width: 642px;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	text-align: left;
	overflow: hidden;
}

#content a {
	color: #f1f1f1;
}

#content a:hover {
	color: #ffffff;
}

#content h1 {
	font-family: LeagueGothicRegular;
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

.entry-title a{
	font-family: LeagueGothicRegular;
	font-weight: normal;
	font-size: 48px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	background: #e60000;
	padding: 3px;
	text-decoration: none;
}

.entry-title a:hover{
	font-family: LeagueGothicRegular;
	font-weight: normal;
	font-size: 48px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	background: #e60000;
	padding: 3px;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000000;
}

.entry-meta {
	font-family: LeagueGothicRegular;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: #cccccc;
	margin-top: 10px;
}

.entry-meta a{
	text-decoration: none;
}

.entry-meta a:hover{
	text-decoration: underline;
}

.entry-utility {
	font-family: DistrictThinRegular;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 50px;
	border-bottom: 1px dotted #cccccc;
}

.entry-utility a{
	text-decoration: none;
}

.entry-utility a:hover{
	text-decoration: underline;
}

#content h2 {
	font-family: LeagueGothicRegular;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#content h3 {
	font-family: LeagueGothicRegular;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#content h4 {
	font-family: LeagueGothicRegular;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

#content h5 {
	font-family: LeagueGothicRegular;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

/*---------------SIDEBAR---------------*/

#sidebar {
	width: 306px;
	float: left;
	text-align: left;
}

.side {
	margin: 10px;
}

.side h3 {
	width: 305px;
	height: 40px;

	font-family: LeagueGothicRegular;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 40px;
	text-indent: 15px;

	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;

	background: #e60000;
	background: -moz-linear-gradient(100% 100% 90deg, #a90000, #e60000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e60000), to(#a90000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a90000, endColorstr=#e60000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#a90000, endColorstr=#e60000)";

	outline: #e60000 solid 1px;
	border-top: 1px solid #a90000;
	z-index: 10;
	position: relative;
	top: 0px;
	left: -9px;
}

.side a {
	color: #ffffff;
	text-decoration: none;
}

.side a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.side ul {
	padding-left: 15px;
}

.side li {
	margin-bottom: 5px;
	padding-left: 0px;
}

/*---------------FOOTER---------------*/

#footer_wrap {
	width: 100%;
	background: #131313;
	margin: 0px auto;
	margin-top: 20px;
	border-top: 5px solid #e60000;
}

#footer {
	width: 978px;
	margin: 0px auto;
	text-align: left;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer h3 {
	padding: 0px;
	margin-top: 0px;
}

#footer ul {
	padding-left: 15px;
	margin-top: 0px;
}

#footer li {
	margin-bottom: 5px;
	padding-left: 0px;
}

.quarter {
	width: 20%;
	margin-right: 5%;
	margin-top: 10px;
	float: left;
}

#bottom_wrap {
	width: 100%;
	height: 50px;
	background: #212121;
	line-height: 50px;
	margin: 0px auto;
}

#bottom {
	width: 928px;
	margin: 0px auto;
	font-family: DistrictThinRegular;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

#bottom a {
	color: #ffffff;
	text-decoration: none;
}

#bottom a:hover {
	color: #f1f1f1;
}

.half {
	width: 50%;
	float: left;
	text-align: left;
}

.half-end {
	width: 50%;
	float: left;
	text-align: right;
}

#respond .form-allowed-tags {
	display: none;
}

/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
.home .sticky {
	border: none;
}
.commentlist .bypostauthor {
}