/*
Theme Name: Panic Lift Theme
Theme URI: http://carbonnine.com
Description: Theme for the Panic Lift website
Version: 1
Author: Tony Thomas (Carbon Nine Design)
Author URI: http://carbonnine.com

Modified from Wordpress Default theme.

*/



/* Basics */

body {
	color: #c6c6c6;
	padding:0;
	margin:0 auto;
	background-color:#000;
	background-image: url('http://paniclift.com/images/bgAlbum.jpg');
	background-position: top center;
	background-repeat:no-repeat;
	}	
	
a {
	color: #a19349;
	text-decoration:none;
}

a img {border:none;}

a:hover {
	text-decoration:underline;
}

h1, h2, h3 {
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-transform:uppercase;
	color: #a19349;
}

h4 {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-transform:uppercase;
	color: #c6c6c6;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75em;
}
	
#header {
	margin:0 auto;
	width: 970px;
}

.container {
	width:970px;
	margin: 0 auto;
	padding-left: 8px;
}

.leftColumn {
	float: left;
	width:640px;
	min-height: 600px;
	margin-top:12px;
	margin-left:8px;
	margin-right:50px;
}

.leftColumn img {
padding: 5px;
border: 1px solid #5f6359;
background-color: #111;
margin: 10px;
}

.sidebar {
	background-repeat:no-repeat;
	padding-top: 270px;
	float:left;
	width: 250px;
	margin-top:8px;
	margin-right:8px;
}

#footer {
	margin: 0 auto;
	width:970px;
	background-image: url('http://paniclift.com/images/bgFooter.jpg');
	background-position: bottom center;
	background-repeat:no-repeat;
	height: 100px;
} 

#footer p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-transform: uppercase;
	padding-top: 60px;
	padding-left: 8px;}
 
.copyright {
	color: #5f6359;
}
 
 /*Wordpress*/
 
 .post-date{
font-family:Georgia, "Times New Roman", Times, serif;
text-align:right;
float: left;
display: inline;
margin-right: 18px;
}

.day {font-size:2.8em; color: #5f6359; line-height: 0.7em;}
.month {font-size:1.8em;line-height: 1.3em; text-transform:uppercase;}

.postmetadata {float:right; margin:0; padding:0;}

.navigation {
	margin-top: 18px;
	margin-right: 18px;
	text-align:right;
}

	
.commentlist li {
	margin-left:-40px;
	color: #c6c6c6;
	border-bottom: 1px dashed #666;
	width:75%;
	padding:8px;
	list-style:none;
	margin-bottom: 10px;
	
}

.commentlist a{color: #5f6359;}

.commentlist {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
}

.fn {
	font-style:normal;
	text-transform:uppercase;
}

input, textarea {
background-color: #111;
border: 1px dashed #666;
color: #5f6359;
font-size: 0.8em;
padding: 4px;
}

input:hover {
	color: #a19349;
	border: 1px dashed #c6c6c6;
}

.right {
	text-align:right;
	margin-right: 18px;
}

.date a, .link a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 0.9em;
text-transform: uppercase;
min-height:20px;
display: block;
padding-top: 8px;
padding-bottom: 6px;
width: 614px;
text-align:center;
border-bottom: 1px dashed #666;
}

	.gallery img,.gallery a img {
				border: 2px solid #222;
			}
			
			.gallery a:hover img {
				border: 2px solid #666;
			}
