/*
Theme Name: ForTheLoss Theme
Theme URI: http://ForTheLoss.org
Description: The theme for ForTheLoss.org hur dur.  Made by <a href="http://fortheloss.org">Ralph</a>.
Version: 1.0
Author: Ralph Damiano
Author URI: http://fortheloss.org.com/
Tags: all, your, base
*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000 url(images/bg.gif) center top repeat-y;
	background-attachment:fixed;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #333;
}

a:link,
a:visited{
	font-family: inherit;
	font-size: 100%;
	color: #aa4747;
	text-decoration: none;
	font-weight: inherit;
	font-style: inherit;
}

a:hover{
	text-decoration: underline;
}

a:active,
a:focus{
	outline: 0px;
}

/*===================== Wordpress Necessary ======================= */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px;
}

.alignright {
   float: right;
   margin: 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0 auto;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.comment-content .wp-smiley,
.post-content .wp-smiley{
   display: inline;
   border: 0;
   background: transparent;
   padding: 0px;
}

/*===================== Misc ======================= */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { 
	margin: 0;
	padding: 0;
}

ul{
	list-style-image: url(images/li.gif);
}

img{
	border: 0px;
}

input:focus,
input:active{
	outline: none;
}

.block{
	display: block;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.clear{
	clear: both;
}

.go-left{
	float: left;
	clear: left;
}

.go-right{
	float: right;
	clear: right;
}

/*===================== Header ======================= */
#header{
	height: 157px;
	width: 800px;
	background: #222 url(images/header.gif) no-repeat;
	overflow: hidden;
}

.play-now-img{
	float: right;
	clear: right;
	padding: 47px 0px 0px;
	width: 374px;
	height: 110px;
	overflow: hidden;
}

.play-now-img img{
	width: 350px;
	height: 90px;
}

.current-project-status{
	float: left;
	clear: left;
	width: 281px;
	height: 177px;
	color: #FFF;
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 95px 0px 0px 30px;
	overflow: hidden;
}

.current-project-status .status-small{
	font-size: 10px;
	color: #AAA;
}

#navbar{
	width: 800px;
	height: 30px;
	background: #000;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	overflow: hidden;
}

#navbar-left{
	float: left;
	clear: left;
	width: 585px;
	height: 30px;
	overflow: hidden;
}

#navbar-right{
	float: right;
	clear: right;
	width: 215px;
	height: 25px;
	overflow: hidden;
	padding-top: 5px;
}

#navbar-left ul{
	list-style-type: none;
}

#navbar-left ul li{
	float: left;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}

#navbar-left ul li a:link,
#navbar-left ul li a:visited{
	display: block;
	padding: 9px 15px;
	color: #FFF;
}

#navbar-left ul li a:hover,
#navbar-left ul li.current_page_item a:link,
#navbar-left ul li.current_page_item a:visited,
#navbar-left ul li a:active{
	color: #aa4747;
	text-decoration: none;
}

#searchbar{
	width: 190px;
	height: 20px;
	overflow: hidden;
	background: url(images/search-bg.gif) no-repeat;
}

.search-input{
	float: left;
	width: 156px;
	height: 16px;
	overflow: hidden;
	background: transparent;
	border: none;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	padding: 2px;
}

.search-button{
	float: left;
	width: 30px;
	height: 20px;
	overflow: hidden;
	background: transparent;
	border: 0px;
	cursor: pointer;
}

/*===================== Body ======================= */

#container{
	width: 800px;
	margin: 0 auto;
	padding: 20px 49px;
	text-align: left;
	overflow: hidden;
	background: transparent url(images/container-bg.gif) repeat-y;
}

#body{
	width: 760px;
	overflow: hidden;
	padding: 20px;
	background: #FFF url(images/body-bg.gif) repeat-y;
	border-bottom: 3px solid #000;
}

#content{
	float: left;
	clear: left;
	width: 470px;
	overflow: hidden;
}

#sidebar{
	float: right;
	clear: right;
	width: 250px;
	overflow: hidden;
}

#footer{
	width: 796px;
	overflow: hidden;
	color: #FFF;
	font-size: 10px;
	padding: 10px 2px 0px;
}

.post-container{
	width: 470px;
	overflow: hidden;
	padding: 5px 0px 20px;
	margin: 0px 0px 15px;
	background: url(images/post-separator.gif) bottom repeat-x;
}

.post-header{
	width: 470px;
	overflow: hidden;
}

.post-title{
	width: 470px;
	overflow: hidden;
}

.post-title h1{
	font-family: "Arial", sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.post-meta{
	width: 470px;
	overflow: hidden;
	padding: 10px 0px 5px;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	color: #999;
}

.post-content{
	width: 470px;
	overflow: hidden;
	line-height: 17px;
	text-align: justify;
}

.post-content p{
	padding: 10px 0px;
}

.post-content img{
	max-width: 460px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #CCC;
}

.post-content ul,
.post-content ol{
	margin: 0px 0px 0px 50px;
	font-size: 11px;
}

.post-content li{
	padding: 3px 0px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 10px 0px;
}

.post-content h3
{
padding: 10px 0px 5px;
border-bottom: 1px solid #CCC;
}

blockquote{
	font-style: italic;
	color: #999;
	padding: 0px 0px 0px 30px;
	font-size: 11px;
}

.infobox{
	font-weight: bold;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	width: 470px;
	padding: 0px 0px 22px;
	margin: 0px 0px 20px;
	background: url(images/post-separator.gif) bottom repeat-x;
	text-align: center;
}

.comment-container{
	width: 470px;
	overflow: hidden;
	padding: 0px 0px 20px;
	margin: 0px 0px 20px;
	border-bottom: 1px solid #CCC;
}

.comment-header{
	width: 470px;
	overflow: hidden;
	padding: 0px 0px 5px;
}

.comment-header-left{
	float: left;
	clear: left;
	width: 56px;
	overflow: hidden;
}

.comment-header-left img{
	width: 48px;
	height: 48px;
	background: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
}

.comment-header-right{
	float: right;
	clear: right;
	width: 399px;
	overflow: hidden;
	padding: 10px 0px 0px 15px;
	font-weight: bold;
	font-family: "Arial", sans-serif;
}

.comment-header-right .comment-lols{
	color: #bbb;
}

.comment-header-right .comment-name{
	font-size: 14px;
}

.comment-content{
	width: 470px;
	overflow: hidden;
	line-height: 17px;
	text-align: justify;
}

.comment-content p{
	padding: 10px 0px;
}

.comment-content img{
	max-width: 460px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #CCC;
}

.comment-content ul,
.comment-content ol{
	margin: 0px 0px 0px 50px;
	font-size: 11px;
}

.comment-content li{
	padding: 3px 0px;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 10px 0px;
}

.comment-input{
	width: 250px;
	height: 26px;
	background: #EEE;
	border: 1px solid #CCC;
	margin: 5px 0px;
	color: #555;
}

.comment-textarea{
	width: 350px;
	background: #EEE;
	border: 1px solid #CCC;
	margin: 5px 0px;
	color: #555;
}

.sidebar-box{
	width: 250px;
	overflow: hidden;
	padding: 0px 0px 20px;
	margin: 0px 0px 20px;
	border-bottom: 1px solid #999;
}

.sidebar-box h2{
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #aa4747;
	padding: 0px 0px 5px;
}

.sidebar-box ul li{
	margin: 5px 0px 5px 20px;
}

.sidebar-box ul li a:link,
.sidebar-box ul li a:visited{
	font-weight: bold;
	color: #333;
}