/*
Theme Name: Tabula Rasa
Description: This is a blank Wordpress theme from InsideOut Solutions for InsideOut Solutions Customers
Author URI: http://www.insideout.com



/*-----------Block Level Elements--------------*/

Body {
}

a, a:link, a:active, a:visited{

	color: #5e0b13;

}

a:hover{

	text-decoration: none;
}


h2, h3, h4, h5{

	margin: 0 0 .4em 0;

}

h1{	font-size: 2.2em; }

h2{ font-size: 1.6em; }

h3{ font-size: 1.4em; }

h4{ font-size: 1.2em; }

p{ margin: 0 0 .9em 0; }

ul{

	margin: 0 0 1em 2em;
	list-style: disc;

}

#page {	display: block;
	text-align: center;
}

#pLayout {
	
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
}

.description {
	color: #eee;
}

.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.nav ul li {

	float: left;
	

}



#topNav{

	background: #111;

}

#topNav a {

	font-size: 13px;
	color: #ccc;
	padding: 9px 6px 8px 5px;

}

#topNav a:hover {

}

#wpcontent {
	background-color: #ededc8;
	overflow: hidden;
}

.wpcontainer {
	background: url('http://applegateinn.com/images/contentbg.gif') #ededc8 no-repeat;
	width: 68%;
	font-size: .8em;
	float: left;
	margin-right: -306px;
	border-right: 306px solid #C1C283;
	padding: 0 3px;
padding-bottom: 20010px; /* random enormous value + a bit extra for padding (this is how we get the equal height left and right columns) */
   margin-bottom: -20000px; /* random enormous value */
}

#wrap #wpcontent {padding: 0}

#sidebar {
	width: 29%;
	float: right;
	padding: 10px;
	margin-left: -20px;
	
}

#footer {
	border-top: 1px solid #fff;
}


#copyright{

	color: #fff;
	font-size: .7em;
	padding: .5em .5em .1em .5em;
	text-align: right;

}

/* General Class Definitions */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

/* More */



/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
	color: #5e0b13;
}

.post {
	margin: 10px;
	font-size: 1.1em;

}


.postmetadata {
	font-style: italic;
	border: 1px dashed #5e0b13;
	padding: 3px;
	background: #C1C283;
	margin-bottom: 25px;
	line-height: 2em;
	clear:both;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-left: 8px;
	padding-left: 8px;
}

#sidebar ul h2 {
	font-size: 1.6em;
}

#sidebar ul li {
	list-style: none;
}






/*-------------Other------------------*/

hr {
	display: none;
}

#comment {
	width: 60%
}


* html #footer-wrapper {
   float: left;
   position: relative;
   z-index: 10;
   clear: both; /* IE fix for footer jumping up when right column is short */
   margin-left: 2px;
   padding-bottom: 10010px;
   margin-bottom: -10000px;
   background: #ffffff; /* Same as body background */
  }
   
   .headeralt {display: none}
   
#header a img {border: none}




/* Begin Images */
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 50%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
}



p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
