/*
Theme Name: Scratch JBPhoto
Theme URI: http://wordpress.org/
Description: Made by <a href="http://joshboothphoto.com">joshboothphoto.com</a>
Author: Josh Booth
Author URI: http://joshboothphoto.com
Tags: orange, custom header, fixed width, two columns, widgets
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0px;
	padding: 0px;
}

html {
	background: #333333 url(images/spacer.png) repeat-y scroll center center;
	height:100%;
}
body {
	background-color:#333;
	text-align:center;
	margin: 0px auto 0px auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	width: 850px;
	height:100%;
	bottom:0px;
}

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #333;
	border:none;
}

a:hover {
	color: #ff9900;
	border:none;
}

img {
	border:none;
}



#Title {
	position: absolute;
	float:left; 
	text-align:left;
	top:18px;
	width:500px;
	margin-left: 16px;
	z-index: 3;	
}

#verticalText {
	top:-190px;
	position:relative;
	margin-left:835px;
	width:12px;
	height:210px;
	vertical-align:top;
	text-align:left;
	z-index:96;
}

#JBShadow {
	position:relative;
	width:auto;
	top:20px;
	margin-left:10px;
	z-index:1;
}

#WhiteBG {
	background-color:#FFFFFF;
	
	width: 850px;
	min-height:100%;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;

	overflow:visible;
	z-index:2;

}

#header {
	
	width: 850px;
	height: 150px;
	text-align: center;
}

#pages {
	float:left;
	z-index:98;
	width:700px;
	height:auto;
	position:relative;
	top:-20px;

/*	position:absolute;*/
	margin-left:50px;
	text-align: left;
	padding-bottom:10px;
}

#pages li {
	display:inline;
}
#pages a {
	text-decoration:none;
	color:#333;
}
#pages a:hover {
	text-decoration:none;
	color:#ff9900;
}


#container {
	position:relative; 

	top:-20px; 
	float: left;
	width:625px;
	
	margin-top:0px;
	margin-left: 50px;
	
/*	padding-bottom: 35px; */	
	padding-bottom: 50px; /** if logo in footer */
	
	z-index:95;
	text-align:left;
	
/*	border: 1px #6699FF solid;*/	
/*	background-color:#00CC00; */
	
}

#container img {
	border: 1px #000 solid;
	margin: 5px 0px 5px 0px;
/*	max-width: 600px; */
}

#container .line {
	border: none;
}

#footer {
	position:relative;

	float:left;
	font-size:10px;
	width:850px;
	text-align:center;	
	
/*	margin-top: -35px; */
	margin-top: -50px; /** if logo in footer use this instead */
}


.sidebar {
/*	border: 1px #99CC00 solid; */
	position:relative;
	font-size:10px;
	float:left;
	top:30px;
	margin-left:700px;
	width:150px;
	height:0px;
	z-index:96;
	text-align:left;
}

.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;
}

.sidebar ul ul li {
	padding: 0px;
}

table#wp-calendar{
	width: 100%;
}

.sidebar a {
	text-decoration: none;
	color: #666;
}

table#wp-calendar a {
	color: #ff9900;
}
.sidebar a:hover {
	color:#ff9900;
}



.navigation {
	text-align:center;
	width:750px;
}
.navigation a {
	text-decoration:none;
	color: #666;
}	
.navigation a:hover {
	color: #ff9900;
}




.entry {
	position:relative;
	top:-10px;
}

.entry p {
padding: 5px 0px 5px 0px;
}

.post {
	padding: 5px 0px 10px 0px;
	
}

.postTitle {
	
	width: 275px;
	border-bottom: 1px #333 solid;
	line-height:16px;
	overflow:visible;
}


.postmetadata {
	padding-top: 5px;
}

.postmetadata a {
	color: #666;
	text-decoration: none;
}

.postmetadata a:hover {
	color: #ff9900;
	text-decoration: none;
}

.date {
	position:relative;
	width:55px;
	text-align:right;
	left: -60px;
	top: -17px; 
	color: #ff9900;
	font-size:10px;
	font-weight:bold;
	line-height: 8px;		
}


/********************
  Comments Template
*********************/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	font-size:12px;
}

.comments-template a {
	color: #ff9900;
	text-decoration:none;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
/*	font-family: Georgia, Sans-serif; */
	font-size: 12px;
	color:#666;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
/*	font-family: Arial, Helvetica, Georgia, Sans-serif; */
	font-size: 10px;
}
