/*
Theme Name: Valiant
Theme URI: http://wordpress.org/
Description: Made by <a href="http://joshboothphoto.com">Joshua Danger Booth</a>
Author: Josh Booth
Author URI: http://joshboothphoto.com
Tags: yellow, orange, grunge, custom header, fixed width, two columns, widgets
*/

/*********************
	COLOR INFO
**********************	
	
	YELLOW - #ffba35
	ORANGE - #DD5E01
**********************/



html {
/*	background: #333333 url(images/spacer.png) repeat-y scroll center center; */
	height:100%;
}

body {
	text-align:center;
	margin: 0px auto 0px auto;
	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	
/*	width: 850px; */
	height:100%;
	
	bottom:0px;
	
	background-color: #000;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
}


a {
	color: #ffba35;
	border:none;
	text-decoration:none;
}

a:hover {
	color: #999;
	border:none;
}

img {
	border:none;
}



/********************
  CENTERED CONTENT
********************/

#CenteredContent {
	
	width: 900px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	
/*	border: 1px #CCFF00 solid; */
	
	z-index:30;


}



/*****************
  HEADER ELEMENTS
*****************/


#header {
	position:relative;
	height:150px;	
	text-align: center;
}


#Title {
	position: relative;
	float:left; 
	text-align:left;
	
	top:40px;
	left:400px; 
	
	z-index: 3;	
}

#pages {
	position:absolute;
	top: 135px;
	left: 0px;
	margin-left:auto;
	float:left;
	
	text-transform: uppercase; 
	font-size:10px;
	font-weight:bold;
	text-decoration:none;	
	
}

#pages li {
	display:inline;
	
/*	background-color: #ffba35; */
	padding: 5px 5px 5px 5px;
	
/*	border: 1px #000 solid; */
}

#pages a {
	color:#ffba35;
}
#pages a:hover {
	color: #fff;
}


/*****************
	CONTAINER
*****************/

#container {
	position:relative; 
	 
	float: left;
	
	width:750px;
	
	min-height:800px;

	padding-left: 50px;
	
	margin-bottom: 50px; */	

	
	z-index:95;
	text-align:left;
		
	background-color:#FFF;
	border: 1px #000000 solid;
	
}

#container img {
	border: 1px #000 solid;
	margin: 5px 0px 5px 0px;
/*	max-width: 600px; */
}

#container .line {
	border: none;
}




/*****************
	POST
*****************/



.post {
	padding: 0px 0px 5px 0px;
	
}



.postTitle {
	padding-top:10px;
	margin-bottom: 10px;	
	width: 650px;
	border-top: 1px #ebebeb solid;
	border-bottom: 1px #ebebeb solid;
	
}

.postTitle h2 {
	
	font-size: 24px;
	line-height: 16px;

}

.postTitle h2 a {
	color: #666;
}

.postTitle h2 a:hover {
	color: #ffba35;
	border-left: 30px #ffba35 solid;
	margin-left: -35px;
	padding-left: 5px;
}

.upperpostmetadata {
	text-transform: uppercase; 
	font-size:10px;
	font-weight:bold;
	color: #999;
}

.upperpostmetadata a {
	color: #ffba35;
	text-decoration:none;
}

.upperpostmetadata a:hover {
	color:#999;
}

.postmetadata {
	text-transform: uppercase; 
	font-size:10px;
	color:#999;
	
	width: 300px;
	margin-left: 30px;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 15px;
	
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-left:35px #ffba35 solid;
/*	border-top: 1px #999 dotted; */

	
}

.postmetadata a {
	color: #ffba35;
	text-decoration:none;
}

.postmetadata a:hover {
	color:#999;
}

.entry {
	position: relative;
	width:650px;
	color:#999;
}

.entry blockquote {
/*	text-transform:uppercase; */
	font-size:12px;
	border-left: 1px #ebebeb solid;
	padding-left: 5px;
        padding-top: 1px;
        padding-bottom: 1px; 
        background-color: #fbfbfb;
}


/*****************
	Date
*****************/

.date {
	float:right;
	position:relative;
/*	left: 0; */
	top: -11px;  
	
	width:auto;
	text-align:right;
	
	color: #ffba35;
	font-size:10px;
	font-weight:bold;
	line-height: 8px;		
}


/*****************
	SIDEBAR
*****************/

.sidebar {
	/*	border: 1px #99CC00 solid; */
	position:absolute;
	top:-1px;
	left:750px;
	
/*	margin-left:650px; */
	
	font-size:10px;
	float:right;
	
	width:150px;
	height:100%;
	z-index:96;
	text-align:left;
	
	background-color: #222222;
	background-image: url(images/sidebar.png);
	background-repeat: no-repeat;
	
	border: 1px #000000 solid;
	
	color:#fff;
}



.sidebar ul {
	list-style-type: none;
	margin:0;
	padding: 0 5px 0 10px;
	
}
.sidebar ul li {
	list-style-image: none;
	list-style-type: none;
	
	padding: 10px 0 10px 0;
}

.sidebar ul li h2 {
	font-size:12px;
	color:#fff;
}

.sidebar ul ul li {
	padding: 0px;
}

.sidebar * {
	padding: 0px;
	margin: 0px;
}

table#wp-calendar{
	width: 100%;
}

.sidebar a {
	text-decoration: none;
	color: #ffba35;
}

table#wp-calendar a {
	color: #fff;
}
.sidebar a:hover {
	color:#fff;
}

.sidebar h2 {
	color: #fff;
}

.sidebar h2 a:visited {

	color:#fff;
}

.sidebar #RSS {
	color:#fff;
	font-size:24px;
	font-weight:bold;
}
.sidebar #RSS a {
	color: #fff;
}




/*****************
	Navigation
*****************/

.navigation {
	text-align:center;
	width:650px;
	
	text-transform:uppercase;
	font-size:10px;
	
	border-top: 1px #ebebeb solid;
	padding-top:5px;
	padding-bottom: 5px;

}
.navigation a {
	text-decoration:none;
	color: #999;
	
}	
.navigation a:hover {
	color: #ffba35;
}



/*****************
	Footer
*****************/

#footer {
	color:#ffba35;
	padding-bottom:20px;
	
	font-size:10px;
	
	width:100%;
	
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;
	text-transform: uppercase;
	
	font-size:10px;
	font-weight:bold;
	
	padding-left:0px;
	
		
	margin-top:-245px;
	padding-top: 245px;
	
	background-image: url(images/headerbottom.jpg);
	background-repeat: no-repeat;	
/*	background-color: #dd5e01; */
}



/********************
  Comments Template
*********************/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 0;
        width: 650px;

	font-size:12px;
	
	text-transform:uppercase; 
	
	
	color: #999;
	
}

.comments-template a {
	color: #ffba35;
	text-decoration:none;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 18px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
        
        text-transform: none;

}

.comments-template h2, .comments-template h3{
/*	font-family: Georgia, Sans-serif; */
	font-size: 10px;
	color:#999;
}

.commentmetadata{
	font-size: 10px;
	color: #999;
	text-transform:uppercase; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
/*	font-family: Arial, Helvetica, Georgia, Sans-serif; */
	font-size: 10px;
	color: #999;
}
