/*  
Theme Name: Renegade Apps
Theme URI: http://www.renegadeapps.com/
Description: Renegade Apps Wordpress Theme.
Version: 1.0
Author: Dustin Pfeifer
Author URI: http://www.dustinpfeifer.com/

Theme last updated: August 27, 2009
*/


* {
	margin:0;
	padding:0;
}

body {
	background:#000 url(images/background.jpg) repeat-x top center;
	width:994px;
	text-align:center;
	margin:0 auto;
	font:12px/150% helvetica, serif;
	color:#fff;
	margin:0 auto 40px auto;
}

#masthead {
	height:98px;
	overflow:hidden;
}

#logo {
	float:left;
	margin:0;
}

#content {
	margin:52px 0 0;
	text-align:left;
}

.interior {
	background:url(images/background-int-left.jpg) no-repeat top left;
}

.blog {
	background:url(images/background-blog-left.jpg) no-repeat top left;
}

#sidebar {
	float:left;
	width:375px;
	padding:0;
}

#main {
	float:right;
	width:579px;
}

#footer {
	border:1px solid #111;
	border-width:1px 0;
	font:11px georgia, serif;
	text-transform:uppercase;
	color:#330303;
	margin:40px 0 0;
}

#footer a {
	color:#630505;
}

#footer .left {
	float:left;
}

#footer .right {
	float:right
}

#notfound {
	width:420px;
	margin:0 auto;
	text-align:center;
	padding:0;
}

#notfound div {
	margin:135px auto 233px auto;
}


/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#nav {
	float:right;
	padding:35px 0 0;
}

#nav li {
	float:left;
	display:block;
	padding:0 0 0 30px;
	border:none;
}

#nav a {
	background:url(images/nav-line.png) repeat-x bottom left;
	padding:0 0 13px 0;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}

#nav a:hover {
	background:url(images/nav-line-ro.png) repeat-x bottom left;
}

#secondary {
	margin:10px 0 20px;
}

#secondary li {
	padding:5px 0 9px;
	list-style-type:none;
	border:none;
}

#secondary a {
	font-size:12px;
	text-transform:uppercase;
	font-family:georgia, serif;
	font-style:normal;
	color:#fff;
	letter-spacing:1px;
}

#secondary a:hover {
	color:#630505;
}

#socialnav {
	margin:20px 0;
	padding:0 66px;
}

#socialnav li {
	display:block;
	float:left;
	list-style-type:none;
	padding:0 7px;
	border:none;
}

#socialnav a {
	display:block;
	width:42px;
	height:39px;
	text-indent:-9999px;
}

#socialnav a.twitter {
	background:url(images/button-twitter.jpg) no-repeat;
}

#socialnav a.facebook {
	background:url(images/button-facebook.jpg) no-repeat;
}

#socialnav a.itunes {
	background:url(images/button-itunes2.jpg) no-repeat;
}


/* Homepage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#home-features {
	margin:47px 0 0;
}

#home-features #left, #home-features #right {
	width:300px;
	text-align:left;
}

#home-features #left {
	float:left;
	background:url(images/background-home-left.jpg) no-repeat top left;
	padding:75px 40px 0 0;
}

#home-features #right {
	float:right;
	background:url(images/background-home-right.jpg) no-repeat top right;
	padding:75px 0 0 40px;
}

#home-features #center {
	background:url(images/background-phone.jpg) no-repeat;
	width:310px;
	float:left;
	padding:0;
}

#home-features #top {
	height:355px;
	overflow:hidden;
}

#home-features #bottom {
	text-align:center;
}

#slider {
	height:355px;
	width:198px;
	padding:86px 56px 0 56px;
    margin:0 auto 50px auto;
    position:relative;
}

.scroll {
    overflow:auto;
    overflow-x:hidden;
    position:relative;
    clear:left;
}

.scrollContainer .panel {
    height:283px;
    width:198px;
}

.scrollButtons {
    position:absolute;
    top:204px;
    cursor:pointer;
}

.scrollButtons.left {
    left:0;
}

.scrollButtons.right {
    right:0;
}


/* Interior Slideshow
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wordcycle {
	background:url(images/background-showtime.jpg) no-repeat;
	display:block !important;
	float:right !important;
	width:240px;
	height:486px;
	margin:0 0 0 40px !important;
	overflow:hidden;
}

.cycle-item { 
	margin:0 !important;
	margin:87px 20px 116px 22px !important; 
}

.cycle-item img { 
	border:none !important; 
	margin:0 !important;
}

.cycle-caption { font-size:80%; background:#EFEFEF;}


/* Homeblog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#excerpt {
	margin:10px 0;
}

#excerpt p {
	margin:0;
}

#intro {
	float:right;
	width:215px;
}

#date {
	background:url(images/background-date.jpg) no-repeat left;
	display:block;
	float:left;
	width:62px;
	height:40px;
	padding:11px 0 0 3px;
	text-align:center;
}

.month {
	display:block;
	float:left;
	text-transform:uppercase;
	-webkit-transform: rotate(-90deg); 
	-moz-transform:rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	font-size:11px;
	margin:0 -3px 0 0;
}

.day {
	display:block;
	float:left;
	font-size:32px;
	margin:2px 0 0 -3px;
}

#metadata {
	margin:10px 0;
}

.comments {
	background:url(images/background-comments.jpg) no-repeat left;
	display:block;
	float:left;
	height:22px;
	width:65px;
	padding:5px 20px 0 0;
	text-align:center;
}

.comments a {
	color:#000;
	text-decoration:none;
	font-size:10px;
}

.more {
	display:block;
	float:left;
	padding:5px 0 0;
}

.more a {
	font-style:italic;
	text-decoration:none;
}


/* Blog Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#comments {
	margin:30px 0;
}

.commentlist {
	margin:10px 0;
}
	
.commentlist li {
	list-style-type:none;
	border-left:8px solid #2c0000;
	padding:10px;
	margin:0 0 1px;
}

.commentlist p {
	margin:10px 0 0;
}

.commentlist p.postmetadata {
	margin:0;
}

.commentlist p.author {
	margin:0;
}

.commentlist p.gravatar {
	float:left;
	margin:0 10px 0 0;
}


/* Contact Form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.cform ol {
	list-style-type:none;
}

.cform label {
	display:block;
	margin:10px 0 0;
}

.cform .reqtxt, .cform .emailreqtxt {
	font-size:20px;
	color:#630505;
	margin:0 0 0 5px;
}

.cf_hidden, .linklove {
	display:none;
}


/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
}

a {
	color:#630505;
	text-decoration:none;
	font-style:italic;
}

a.appstore {
	background:url(images/button-itunes.jpg) no-repeat;
	display:block;
	height:54px;
	width:156px;
	text-indent:-9999px;
}

a img {
	border:0;
}

h1, h1 a {
	font-size:46px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	text-decoration:none;
}

h2 {
	font-size:11px;
	text-transform:uppercase;
}

h3, h3 a {
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#000;
}

h4, h4 a {
	font-size:32px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	text-decoration:none;
}

ul {
	margin:10px 0;
}

ul li {
	list-style-type:none;
	border-left:8px solid #2c0000;
	padding:5px 0 5px 10px;
	margin:0 0 1px 0;
}

.quote {
	background:url(images/quote.png) no-repeat top right;
	padding:0 72px 0 0;
	height:52px;
	text-align:left;
}

.quote span {
	color:#630505;
	text-decoration:none;
	font-style:italic;
}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
