/*  
Theme Name: Rustic Theme
Theme URI: http://wordpress.org/
Description: Rustic Theme for Gore-MtnSkiChalet.com
Version: 1.0
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/


body, html {
	/* background-image: url('../../../images/LeavesBackground.gif'); */
	color: #000;
        background-color: #a6b6cc;
	margin: 0;
	padding: 0;
	min-height: 100%; 
	margin-bottom: 1px;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: white;
}

#spacer {
	height: 25px;
}

#main {
	background: white;
	width: 800px;
	height: 600px;
	margin: auto;
	border: 2px solid #000000;
}

#banner{
	/*background: #215e21;*/
	/*background-image: url('../images/bannerBannerBackground.jpg');*/
	height: 125px;
	width: 800px;
	border-bottom: 2px solid #000000;
}

#banner img{
	border: none;
	float: left;
}

#middle{
	height: 451px;
	width: 800px;
}
	
#nav{
	background-image: url('../../../images/NavBackground2.jpg');
	height: 451px;
	width: 160px;
	float: left;
}

#content{
	/* background: #8A7B5E; */
        background: #f0e0c0;
	height: 431px;
	width: 620px;
	padding: 10px 10px 10px 10px;
	float: right;
	font-family: Georgia;

	
}

#endliner{
	
	background-image: url('../../../images/FooterBackground.jpg');
	border-top: 2px solid #000000;
	padding-top: 3px;
	height: 17px;
	width: 800px;
	verical-alignment: middle;
	text-align: center;
	font-size: small;
	font-weight: 500;
	font-family: courier, sans-serif;
}

/* Post Style */
.title {
	color: #000000;
	font-variant: small-caps;
	text-align: center;
	text-decoration: underline;
	font-size: 24px;
	
	
}

#content h2 {
	
}

#content p {
        text-indent: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
	font-family: Georgia;
}

.entry {


}

.postmetadata {
	font-size: small;
	text-align: right;
	padding-right: 15px;
}

/* Page Style */
.center {
	text-align:center;
}

.post {


}

.post h2{
	text-align:right;
	font-size: x-large;
	font-family: serif;
	font-weight: 100;
}

.post h3{
	text-align:left;
	font-size: large;
	font-family: times new roman, serif;
	font-weight: 100;
}
	

.entrytext {
	text-indent: 15px;

}