/*
Theme Name: Launch
Theme URI: http://www.asklaunch.com
Description: default theme for launch interactive
Version: 2 (WP2.6.2)
Author: Jonah Werre
Author URI: http://www.asklaunch.com
Tags: launch, interactive, portfolio

Colors: light-brown: #EAE6D8, dark-gray: #15171A, light-blue: #80B8E5, blue-gray: #383D44 

*/

@import "styles/reset.css";
@import "styles/typography.css";
@import "styles/forms.css";
@import "styles/grid.css";

body{
	background: #eae6d8 url("images/bg.jpg") repeat-x top center;
	color: #383d44;  
}

#wrap{
	height: 100%;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

.container {
	padding-bottom: 50px; /* must be same height as the footer */
}

#header {
	margin-bottom: 30px;
	height: 130px;
}

#header ul, #header li{
	display: inline;
}

#header #blog_title a{
	display: block;
	height: 73px;
	background: url("images/launch-logo.png") no-repeat 0 35px;
	text-indent: -9000px;
}

#header #header_nav li a {
/*	border: solid 1px green;*/
	display: block;
	font-size: .8em;
	padding-top: 2px;
	height: 25px;	
	text-decoration: none
}
#header #header_nav{
	height: 31px;
/*	background-color: red;*/
}		

#header #header_nav #category_nav li{
  float: left;
}

#header #header_nav #category_nav li:first-child{
/*	padding-left: 10px;*/
}

#header #header_nav #category_nav li.current_category a{
	color: #80B8E5;
}
#header #header_nav #category_nav li.current-cat a{
	color: #80B8E5;
}

#header #header_nav #category_nav li a{
	color: white;
	margin-right: 30px;
}
#header #header_nav #category_nav li a:hover{
	color: #80B8E5;
}

#header #header_nav #category_nav li{
	float: left;
}

#header #header_nav #page_nav li{
  	float: right;
	border-left: 1px dotted #000;
	padding: 2px 20px;
}

#header #header_nav #page_nav li:first-child{
	border-right: 1px dotted #000;
}

#header #header_nav #page_nav li a{
	font-size: .8em;
	color: #80B8E5;
}

#header #header_nav #page_nav li a:hover{
	color: #FFFFFF;
}

#flash_content{
	margin-bottom: 30px;
}
/* -- THUMBNAILS -- */

.thumbnail{
}

.thumb-container {
/*  float: left;*/
  width: 230px;
  margin: 0 10px 30px 0;
  position: relative
}

.thumb-container a{
  display: block;
  width: 230px;
  height: 170px;
  overflow: visible;
  position: relative;
}

.thumb-container a:hover{
	text-decoration: none;
}

.thumb-container a img{
  position: absolute;
  z-index: 5
}

.thumb-container a span.thumb_title{
	position: absolute;
	top: 150px;
	left: 5px;
	width: 230px;
	line-height: 1em;
	color: #383d44 !important;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 0
}

.thumb-container .new{
  display: block;
	position: absolute;
	top: -6px;
	right: 10px;
	width: 42px;
	height: 22px;
	background: url("images/ico-new-trans.png") no-repeat top left;
	z-index: 200
}

/* -- SINGLE POST STYLES--*/
.post_nav{
	z-index: 9999;
	position: absolute;
	top: 360px;
	width: 46px;
	height: 46px;
	text-indent: -9999px;	
}

.post_nav a{
	display: block;
	width: 46px;
	height: 46px;	
}
#next.post_nav{
	left: 0px;
}
#previous.post_nav{
	right: 0px;
}
#next.post_nav a{
	background: url("images/post_nav_arrow_left.png") no-repeat center 0px;
}                                                           
#previous.post_nav a{                                       
	background: url("images/post_nav_arrow_right.png") no-repeat center 0px;
}
#next.post_nav a:hover{
	background-position: center -49px ;
}                                                           
#previous.post_nav a:hover{                                       
	background-position: center -49px ;
}
                                                           

#post_images{
	text-align: center;
	margin:  0 auto 20px auto;
}
#post_images img{
	margin-top: 10px;
}

/* -- COLUMN -- */

#right_column ul{
	list-style: none;
}

#right_column ul ul,
ul.blacklist{
	list-style: none;
	margin: 0;
	padding: 0;
	font: .75em Arial, sans-serif;
	color: #999;
	padding: 30px;
	background-color: #15171A;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}


#right_column ul ul li,
ul.blacklist li{
	border-top: 1px solid #292929;
	line-height: 1.4em;
  	padding: 5px 0 5px 24px;
  	position: relative;
}

#right_column ul ul li:first-child,
ul.blacklist li:first-child{
	border-top: none;
}

#right_column ul ul li span,
ul.blacklist li span{
	font-weight: bold;
	margin-right: 10px;
	color: white;
}

#right_column ul ul li strong,
ul.blacklist li strong{
	font-weight: bold;
	color: white;
}

ul.blacklist li.launch_site{
	border-top: none;
	margin-top: 5px;
	margin-bottom: -25px;
	overflow: visible;
}

.launch_site_button{
	z-index: 999;
	margin-left: -68px;
	height: 56px;
	width: 335px;
	background: url("images/launch_button.png") no-repeat;
	text-indent: -9999px;
	overflow: visible;
}

#right_column ul ul{
	list-style-type: none;
	margin-bottom: 20px;
}

#right_column ul ul li{
	border: none;
}

#right_column ul ul li.list_head{
	list-style: none;
	color: white;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}

#right_column ul ul.contact{
	list-style: none;
}

/* -- CONTACT_FORM -- */

label, input, textarea{
	font: .75em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

#contact_form{
}

#contact_form fieldset{
	border: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#contact_form fieldset p{
/*	padding: 0 0 5px 0;*/
/*	margin: 0px;*/
}


#contact_form label{
	display: block;
}

#contact_form sup{
	color: red;
	font: Verdana, sans-serif;
}

#contact_form input{
	width: 80%;
	padding: .2em .8em;
	border: 1px solid #303030;
  	background: #15171a;
  	color: #999999;
}

#contact_form #challenge{
	width: 100px;
}

#contact_form textarea {
	width: 100%;
	background: #15171a;
	border: 1px solid #15171a;
  	color: #999999;
}


#contact_form input.submit_button{
	border: none;
	text-indent: -9999;
	background: transparent url("images/submit_button.png") no-repeat 0 -45px;
	position: relative;
	height: 45px;
	width: 137px;
	overflow: hidden;
}
#contact_form input.submit_button:hover{
  background-position: left top;
}
/* -- FOOTER -- */
#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	width: 100%;
	z-index: 0;
	text-align: center;
	background-color: #15171A;
} 

#footer p{
	font: .6em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: white;
	padding: 18px 0;
}