/*
Theme Name: Closure Wordpress Theme
Theme URI: http://closuregame.com
Author: Michael Whitney
Author URI: http://whitneystudios.com
Description: Theme for indie game: Closure.
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
body {
	background-color:#000000;
	font-family:trebuchet ms;
	font-size:0.9em;
	margin:0px;
}
a {
	color:#ffffff;
}
a:hover {
	color:#797979;
}
.clear {
	clear:both;
}
#popup {
	width:800px;
	position:absolute;
	height:400px;
	background-color:#262626;
	border-radius:5px;
	display:none;
	z-index:9999;
	margin-left:50%;
	left:-400px;
	margin-top:200px;
}
#popup_trailer_wrapper {
	margin-left:80px;
	margin-top:10px;
}
#lightbox {
		z-index:9997;
	position:fixed;
	height:100%;
	width:100%;
	background-color:#000000;
	opacity:0.7;
	display:none;

}
#trailer_hitstate {
	z-index:9997;
	position:absolute;
	width:432px;
	height:270px;
	margin-left:495px;
	*margin-left:-495px; /* IE 7 */
}
#trailer_hitstate:hover {
	background-color:#ffffff;
	opacity:0.2;
	cursor:pointer;
}
#everything_wrapper {
	width:1000px;
	margin: 0px auto;
}
#header {
	background-image:url("images/header.png");
	width:1000px;
	height:221px;
}
#nav_bg{
	width:495px;
	height:272px;
	background-image:url("images/links_bg.png");
	float:left;
}

#trailer_bg{
	width:434px;
	height:272px;
	background-image:url("images/trailer_bg.png");
	float:left;
}
#trailer_thumb_wrapper {
	position:absolute;
	z-index:1;
}
#trailer_right {
	width:71px;
	height:272px;
	background-image:url("images/trailer_right.png");
	float:left;
}
#content_bg {
	width:1000px;
	background-image:url("images/content_bg.png");
	background-repeat:no-repeat;
	background-position:center top;
}
#index_content_left {
	width:400px;
	color:#aeaeae;
	padding-left:100px;
	padding-right:50px;
	padding-top:17px;
	float:left;
	line-height:25px;
}
.index_text_area_title {
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:15px;
	color:#ffffff;
}
#index_content_right {
	width:300px;
	color:#ffffff;
	padding-right:50px;
	float:left;
}
#index_awards {
	margin-left:0px;
	padding-top:50px;
	padding-bottom:20px;
}
#nav_wrapper {
margin-left:100px;
padding-top:40px;
}
.nav_link_wrapper {
	padding:8px;
	padding-left:0px;
	width:200px;
}
.nav_link_wrapper:hover {
	background-image:url("images/nav_icon.jpg");
	background-repeat:no-repeat;
	background-position: 75px 3px;
}
.nav_link {
	font-size:1.8em;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
.nav_link:hover {
	font-style:normal;
}
.twitter_post_wrapper{
	width:250px;
	padding-left:25px;
	position:relative;
	top:-20px;
}
.twitter_post{
	padding-bottom:20px;
	color:#aeaeae;
}
.twitter-timestamp {
	font-size:0.7em;
	color:#cccccc;
}
#twitter_bg {
	width:310px;
	background-image:url("images/twitter_bg.png");
}
#twitter_footer {
	position:relative;
	top:-20px;
}
#single_gallery_wrapper {
	margin-left:100px;
	padding-top:75px;
}
.single_gallery_title {
	color:#ffffff;
	font-size:1.5em;
}
.single_gallery_description {
	color:#ffffff;
	font-size:1.0em;
}
#page_content_wrapper {
	width:500px;
	margin-left:100px;
	padding-top:25px;
	color:#ffffff;
}
.post_date_wrapper {
	width:50px;
	height:40px;
	border-radius:5px;
	background-color:#606060;
	padding-top:8px;
	float:left;
}
.post_date_day {
	font-size:1.8em;
	color:#ffffff;
	font-weight:bold;
	line-height:17px;
		width:50px;
	text-align:center;
}
.post_date_month {
	font-size:1.1em;
	color:#ffffff;
	font-weight:bold;
	width:50px;
	text-align:center;
	text-transform:uppercase;
}
.post_title_author_wrapper {
	float:left;
	margin-left:10px;
}
.post_title a{
	font-size:1.5em;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.post_title a:hover{
	text-decoration:underline;
	font-style:normal;
}
.post_author {
	font-size:0.8em;
	color:#9e9e9e;
}
.post_content{
	font-size:1.1em;
	color:#e3e3e3;
	padding-left:60px;
	line-height:22px;
	width:720px;

}
#blog_posts_wrapper {
	margin-left:100px;
	padding-top:75px;
	margin-right:125px;
}
.postnav_title {
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}
#nav-single{
	margin-bottom:10px;
	align:right;
	width:200px;
	margin-left:650px;
}
.postsingle_undercontent {
	margin-left:60px;
	color:#ffffff;
	width:800px;
}
.comments_title {
	margin-top:30px;
	font-size:1.0em;
	color:#ffffff;
	margin-left:60px;
}
.comment_author_wrapper {
	width:400px;
	padding:5px;
	border-radius:5px;
	background-color:#303030;
	color:#ffffff;
}
.comment_content {
	color:#ffffff;
}
.comment_time {
width:300px;
	color:#5b5b5b;
	font-size:0.8em;
	float:left;
}
.comment_reply {
	color:#5b5b5b;
	font-size:0.8em;
	float:left;
	text-align:right;
	width:100px;
}
.comment_wrapper {
	margin-left:20px;
	margin-bottom:20px;
}
.comment_time_reply_wrapper {
	width:400px;
}
.comment_wrapper {
	width:400px;
}
.comment_form_wrapper {
	margin-left:60px;
	color:#ffffff;
	margin-top:75px;
}
.post_commentnumber {
	width:420px;
	text-align:right;
	color:#ffffff;
	float:left;
}
.post_commenttags {
	width:300px;
	float:left;
	color:#ffffff;
}
.division_line {
	width:725px;
	height:1px;
	background-color:#525252;
	margin-bottom:25px;
	margin-left:60px;
}
.post_comments_tags_wrapper {
	margin-bottom:10px;
	padding:5px;
	border-radius:5px;
	background-color:#303030;
	color:#ffffff;
	width:720px;
	margin-left:60px;
}
.sublink {
	display:none;
}
.nav_link_wrapper:hover .sublink {
	display:block;
}
.videos_header {
	margin-left:100px;
	color:#ffffff;
	font-size:1.5em;
}
#footer_wrapper {
	width:1000px;
	text-align:center;
}
#other_logos_wrapper {
	text-align:center;
	margin-left:200px;
}
.footer_logo {
float:left;
padding:10px;
}
.copyright {
	color:#ffffff;
	margin-bottom:100px;
}
.move_entries_wrapper {
	margin-left:800px;
}
a.footer_link {
	color:#3f3f3f;

}
a.team_members {
	text-decoration:none;
}
#logo_hitstate {
	width:500px;
	height:200px;
	float:left;
}
#buy_stuff_wrapper {
	float:left;
}

