/*  
Theme Name: Escarpment Views
Theme URI: http://escarpmentviews.ca/
Description: Exclusive theme for Escarpment Views
Version: 1.0
Author: Joan Donogh
Author URI: http://in-formation-design.com/

	This is not an open source theme. 
	Theme is licensed for the exclusive use of Escarpment Views.
*/

/* positioning divs */ 
html, body { 
 	margin: 0; 
 	padding: 0; 
 	text-align: center; 
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
 
#contentarea { 
 	width: 750px; 
 	text-align: left;  
	margin-left: auto; 
 	margin-right: auto;  
} 
 
#header {
 	position: relative; 
 	height: 85px; 
 	width: 100%;
} 
#photos {
	width: 100%;
	height: 200px;
	background-image: url(images/bgimage.jpg);
	background-repeat: no-repeat; 
} 
#sidebar {
 	width: 180px; 
 	float: left; 
 	position: relative; 
}
 
#content {
 	float: right; 
 	display: inline; 
 	position: relative; 
 	width: 570px; 
}
 
#footer{
 	height: 35px; 
 	clear: both;
} 
/* Page styles */  
#content p {
	font-size: 11px;
}
#googleads {
	width: 160px;
	float: right;
	display: inline;
	margin-top: 20px;
}
.page, .post {
	margin: 20px;
}
.post {
	float: left;
	width: 370px;
}
.page h2, .post h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #78a22e;
	text-transform: uppercase;
}	
.page h4 {
	color: #a3802e;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
}	
.entry p {
	font-size: 11px;
	line-height: 18px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #5c5c5c;
}
.entry a {
	color: #5c5c5c;
}	
.entry a:hover {
	color: #78a22e;
}
.entry ul, .entry ol {
	font-size: 11px;
	line-height: 18px;
	margin-top: 0;
	color: #5c5c5c;
	margin-bottom: 0;
	
}
/* Post styles */ 	
.post {
	text-align: left;
	clear: both;
}
.post h3 {
	color: #a3802e;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
}
.postmetadata {
	font-size: 9px;
	color: #5c5c5c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d4d4;
	padding-bottom: 6px;
	text-align: left;
}
.postmetadata a {
	color: #5c5c5c;
}
.postmetadata a:hover {
	color: #78a22e;
	text-decoration: none;
}
small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5c5c5c;
	line-height: normal;
	padding-right: 10px;
}
.post a {
	color: #78a22e;
	text-decoration: none;
}
.post a:hover {
	color: #5c5c5c;
	text-decoration: underline;
}
.entrypost {
	text-align: left;
	font-size: 11px;
	color: #5c5c5c;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.entrypost p {
	margin-bottom: 10px;
}
.entrypost img {
	margin-left: 10px;
	margin-right: 10px;
}
.entrypost a {
	color: #5c5c5c;
	text-decoration: underline;
}
.entrypost a:hover {
	color:#78a22e;
	text-decoration: none;
}
.navigation {
	width: 100%;
}
.navigation .alignleft {
	width: 45%;
	text-align: left;
	float: left;
	font-size: 9px;
	margin-top: 10px;
	margin-left: 20px;
}
.navigation .alignright {
	width: 45%;
	text-align: right;
	float: right;
	font-size: 9px;
	margin-right: 20px;
	margin-top: 10px;
}
.navigation a {
	color: #5c5c5c;
}
.navigation a:hover {
	text-decoration: none;
}
.entrypost .alignleft {
	float: left;
	margin-right: 10px;
	text-align: center;
}
.entrypost .alignright {
	float: right;
	margin-left: 10px;
	text-align: center;
}
#content .entrypost p.wp-caption-text {
	margin: 0;
	font-size: 9px;
}
.entrypost img {
	border: none;
}
/* Comment styles */ 
#commentsection {
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
}
h3#respond {
	color: #a3802e;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h3#comments {
	color: #a3802e;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#commentform p {
	text-align: left;
	font-size: 11px;
	color: #5c5c5c;
}
#commentform a {
	color: #5c5c5c;
	text-decoration: underline;
}
#commentform a:hover {
	color: #5c5c5c;
	text-decoration: none;
}
.commentlist {
	padding: 0;
	text-align: justify;
	font-size: 11px;
}
ol.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li {
	list-style: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	line-height: normal;
	font-size: 9px;
	color: #5c5c5c;
}

.commentlist p {
	font-size: 11px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding-top: 10px;
}

.commentmetadata {
	margin: 0;
	display: block;
}
.alt {
	color: #5c5c5c;
	background-color: #dee8cd;
	border-top: 1px solid #d5d4d4;
	border-bottom: 1px solid #d5d4d4;
}

cite {
	font-style: normal;
	font-weight: bold;
	color: #5c5c5c;
}
cite a {
	color: #5c5c5c;
	text-decoration: underline;
}
cite a:hover {
	color: #000000;
	text-decoration: none;
}
/* Sidebar menu styles */  
#pagemenu {
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
}
#pagelist {
	padding: 0;
	margin: 0;
	border-bottom: #d5d4d4 1px solid;
}
#pagelist li {
	list-style-type: none;
	margin: 0;
	border-top: #d5d4d4 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}	
#pagelist a {
	text-decoration: none;
	color: #7a7a7a;
}
#pagelist a:hover {
	color: #78a22e;
}
/* Blog sidebar styles */
.bsbheading {
	font-size: 11px;
	font-weight: bold;
	color: #7a7a7a;
	border-top: #d5d4d4 1px solid;
	border-bottom: #d5d4d4 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}	
#archivesidebar {
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	border-bottom: #d5d4d4 1px solid;
}
#archiveslink {
	margin: 0;
	text-align: left;
	padding: 0;
	font-size: 11px;
	color: #7a7a7a;
}
#archiveslink ul {
	margin: 0;
	padding: 0;
}
#archiveslink li {
	list-style: none;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#archiveslink li.bsbheading {
	padding-top: 5px;
	padding-bottom: 5px;
}	
#archiveslink li a { 
	text-decoration: none; 
	color: #7a7a7a;
}
#archiveslink li a:hover {
	color: #78a22e;
	text-decoration: none;
}
#tagsidebar {
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	border-bottom: #d5d4d4 1px solid;
}
#taglinks {
	margin: 0;
	text-align: left;
	padding: 0;
	font-size: 11px;
	color: #7a7a7a;
}
#taglinks ul {
	margin: 0;
	padding: 0;
}
#taglinks li {
	list-style: none;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#taglinks li.bsbheading {
	padding-top: 5px;
	padding-bottom: 5px;
}	
#taglinks li a { 
	text-decoration: none; 
	color: #7a7a7a;
}
#taglinks li a:hover {
	color: #78a22e;
}			
/* Footer styles */ 
#footer p {
	color: #a3a3a3;
	font-size: 10px;
	border-top: #d5d4d4 1px solid;
	text-align: center;
	padding-top: 10px;
	margin-top: 0;
}
#footer a {
	 color: #a3a3a3;
	 text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

