/*

Theme Name: Auterra
Theme URI: http://auterraproperties.com/
Description: Aspen Luxury Properties
Version: 1
Author: Gene Morgan
Tags:

*/













/*GREATER STRUCTURE*/

body {
	background-image: url(/wp-content/themes/auterra/images/background.gif);
	background-color: black;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	text-align: left;
	}


/**site container**/

#frame {
	position:relative;
	width: 900px;
	margin: 70px auto;
	padding: 50px;
	z-index: 20;
	text-align: left;
	}

#page {
	position:relative;
	background-color: #e3decf;
	z-index: 10;
	border: 2px solid #B5922F;
	}	

		
/**linkbar**/

.linkbar {
	margin:40px auto;
	padding-top: 10px;
	border-top: 1px solid #beac2a;
}

/**content**/

#header {
	margin: 50px 0 50px;
	}

#content {
    min-height: 700px;
    padding: 0px 0 0 0;
    margin:auto;  
    text-align:center;
	}

.post {
	width: 700px;
	padding: 10px 50px;
	margin: auto;
	}

.prophead {
	width: 700px;
	padding: 0px 50px 0px;
	margin: auto;
	}

.narrowcolumn {
	padding: 0;
	margin: 0;
	width: 900px;

	}


/**footer**/

#footer {
	padding: 0px;
	border: none;
	}
	
/**Property Posts**/

.propContainer{
	width: 700px;
	background-color: #ede8d8;
	border: 1px solid #B5922F;
	text-align: left;
	min-height: 190px;
	}
	
.propContainer:hover {
	background-color: #F4F0DC;

	}

.propImage {
	width: 150px;
	min-height: 150px;
	padding: 20px 0px 20px 20px;
	float:left;
	
	}

.propDescription {
	width: 490px;
	min-height: 170px;
	padding: 20px 20px 0px 0px;
	text-align: left;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 1.9em;
	font-size: 12px;
	float: right;

	}
	
	
/*END GREATER STRUCTURE*/













/*MOSTLY TYPOGRAPHY*/


h1, h2, h3, h4 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: normal;

	}
	
h1 {
	font-size: 40px;
	margin: 25px -25px;
	padding: 10px 30px;
	text-align: left;
	border-bottom: 1px solid #534215;
	color: #534215;
	text-transform: capitalize;
	font-variant: small-caps;
	}


h2 {
	text-shadow: 0px 1px 1px #534215;
	font-size: 30px;
	margin: 25px -25px;
	padding: 10px 30px;
	text-align: left;
	border-bottom: 1px solid #beac2a;
	color: #beac2a;
	text-transform: capitalize;
	font-variant: small-caps;
	}
	


h3 {
	text-shadow: 0px 1px 1px #534215;
	font-size: 20px;
	word-spacing: 5px;
	color: #beac2a;
	text-transform: capitalize;
	font-variant: small-caps;
	}


h4 {
	text-shadow: 0px 1px 1px #534215;
	font-size: 25px;
	margin: 0px 0px 10px 0px;
	color: #beac2a;
	text-align: left;
	text-transform: capitalize;
	font-variant: small-caps;
	}
	
small {
	font-size: 12px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	text-align: left;
	color: #534215;
	line-height: 1em;
	}
	
small a {
	color: #beac2a;
	text-decoration: none;
	}

small a:hover: {
	color: #000000;
	text-decoration: none;
	}

.entry {
	line-height: 1.9em;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
    color: #534215;
    text-align: left;
	}

p {
	line-height: 1.9em;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
    color: #534215;
    text-align: left;
	}	

	
.linkbar {

	text-align: center;
	margin-bottom:70px;
	}	
	
.red {
	color: #cd1a0e;
	}

.alignright {
	margin: 0px 0px 0px 10px;
	float: right;
	}

.alignleft {
	margin: 0px 10px 0px 0px;
	float: left
	}
	
#footer {
	color: #ffffff;
	font-family: Verdana;
	text-align: center;
	font-size:11px;
	}
	
/**links**/

a {
	color: #b5922f;
	text-decoration: none;
	}

a:hover {
	color: #534215;
	text-decoration: none;
	}

/*END MOSTLY TYPOGRAPHY*/













/*IMAGES*/
#topbar {
	position: relative;
	margin-top: 0px;
	z-index: 50;
	}

#bottombar {
	position: relative;
	margin-top: 0px;
	z-index: 50;
	}

.topscroll {
	position: absolute;
	top: -33px;
	left: -75px;
	z-index: 60;
	}
	
.bottomscroll {
	position: absolute;
	top: -33px;
	left: -75px;
	z-index: 60;
	}

p img {
	padding: 0;
	max-width: 100%;
	border: 0px solid #600510;
	}

/*	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 {
	display: inline;
	}


img.alignleft {
	display: inline;
	}
	
img {
	border:none;
	}

	
/**captions**/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	background-color: #AB0ED0;
	padding-top: 4px;
	
	-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 {
	color: #534215;
	font-size: 11px;
	line-height: 17px;
	padding: 3px 4px 5px;
	margin: 0;
	}
	
/*END IMAGES*/













/*VARIOUS*/
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 0px 10px 0px;
	padding: 3px 20px 3px 17px;
	border-left: 5px solid #000000;
        background-color: #dcd9d9;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/*END VARIOUS*/


