/* 
Theme Name: Grey Mountain
Author: Joel Sawyer
Version: 0.1
Tags: one columns, fixed width, grey, red, photos, simple sidebar

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
html {width:100%;}
body {
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: #E4E4E4;
	text-align: center;	
	background:url("images/background.gif") top center repeat-y #2B3235;
	width:100%;
	margin:0 auto;
	padding:0; }
a {
	color:#FFCC00; }
a:hover {
	color:#FF9900;
	text-decoration:none; }
	
#header {
	}

#wrapper{
	margin:0 auto;
	padding:0;
	width:607px;
	text-align:left;
	}
#navcontainer {
	background:url("images/background-nav.jpg") no-repeat;
	padding:0 12px 0 12px;
	margin:0px;
	height:60px; }
a#RSS {
	background:url("images/button-RSS.jpg") 0px 0px no-repeat;
	display:block;
	width:36px;
	height:51px;
	border:none;
	text-decoration:none; }
#navcontainer a:hover {
	background-position:-0px -51px; }
#content{
	background:url("images/background-content.gif") repeat-y #6B7275;
	padding:0;
	margin:0; }
	
#side {
	position:relative;
	float:right;
	margin:-100px -180px 0 0px;
	width:180px;
	background:url("images/background-side.gif") repeat-y; }
#side .pad {
	padding:25px 0 25px 25px; }

h1#headerphoto {
	background:url("images/header.jpg") no-repeat;
	height:260px;
	width:607px;
	margin:0;
	padding:0; }
h1#headerphoto a {
	display:block;
	text-decoration:none;
	width:607px;
	height:260px; }

.pagepost {
	}
	
.post {
	padding:0 0 40px 0;
	}
.ribbon {
	background:url("images/background-post_title.jpg") repeat-y;
	padding:0 0 0 46px; }
.post h2 {
	margin:0;
	padding:0; }
.post h2 a{
	font-size:32px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:8px 0 0 0;
	margin:0; }
.post .postinfo {
	color:#E6ABAB; 
	font-size:11px;
	padding:0 0 5px 0;}
.post .postinfo a {
	color:#E6ABAB; }
.entry, .entrytext {
	padding:0 48px 0 48px;
	font-size:14px;
	line-height:21px; }
a img {
	border-width:0; }
.entry img, .entrytext img {
	padding:4px;
	border:1px solid #ddd;
	margin:5px 0px;
	background:#fff; }
.entry a:hover img, .entrytext a:hover img {
	border:1px solid #FFCC00; }
.commentcontainer {
	padding:0 48px 0 48px;
	font-size:14px; }

.navigation { 
	background:url("images/background-footer.jpg") no-repeat;
	float:left;
	width:100%;
	padding:0 0 20px 0; }
.alignleft { float:left; padding:0 0 0 21px; }
.alignright { float:right; padding:0 21px 0 21px; }
a.more {
	background:url("images/button-more.jpg") no-repeat;
	display:block;
	width:182px;
	height:53px; }


#footer {
	background-color: #2B3235;
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both; }
#footer p {
	margin: 0;
	padding: 10px 0 10px 30px;
	text-align: left;
    color: #eee; }
#footer a {
    color:#FC9D4A; }