/*
Theme Name: Aura
Theme URI: http://www.aura-houston.com/
:Description: Custom Theme for Aura Skin Care
Version: 1.0
Author: Aura Skin Care
Author URI: http://www-aura-houston.com/

All rights reserved.
*/

html, body {
	padding: 0px;
	margin: 10px 0 0 0;
	background: #fbfbfb;
	color: #454545;
	text-align: center;
}

div#aura-houston-com {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: #fff9d1;
	text-align: left;
}

div#header {
	min-height: 350px;
	height: auto !important;
	height: 350px;
	background-image: url("images/lotus.jpg");
	background-position: center right;
	background-repeat: no-repeat;
}

div#contact img, 
div#logo img {
	margin: 0px;
	padding: 0px;
	border: 0px solid #fbfbfb;
}

div#contact {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 780px;
	background: #fbfbfb;
}

div#logo {
	border-top: 1px solid #ecca61; 
}

div#nav ul {
	margin: 0px;
	padding: 5px 10px 5px 20px;
	list-style-type: none;
}

div#nav ul a:link,
div#nav ul a:visited,
div#nav ul a:active {
	color: #7a7051;
	text-decoration: none;
	border-width: 0;
}

div#nav ul a:hover h1,
div#nav ul a:hover h2 {
	color: #454545;
	text-decoration:none;
}

div#nav ul a:hover h1 {
	text-decoration: underline;
}

div#nav ul li {
	height: 5.5em;
	float: left;
	vertical-align: top;
	width: 140px;
	padding: 4px 4px 8px 4px;
}
div#nav ul li h1 {
	font-family: Times, "Times New Roman", serif;
	font-size: 12.5pt;
	letter-spacing: 1.0pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
div#nav ul li h2 {
	font-family: Times, "Times New Roman", serif;
	font-size: 10pt;
	font-style: italic;
	letter-spacing: 0.25pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

div#newsline {
	clear: both;
	height: 54px;
	background-image: url("images/swash-trans.png");
	background-position: center center;
	background-repeat: no-repeat;
}

div#body {
	min-height: 400px;
	height: auto !important;
	height: 400px;

	background-image: url("images/girl-1.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #ecca61;
}

div#post {
	width: 484px;
}

div#post-header {
	height: 40px;
	background-image: url("images/post-header.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

div#post-header h1 {
	font-family: Times, "Times New Roman", serif;
	font-size: 18pt;
	font-style: italic;
	letter-spacing: 0.40pt;
	padding: 10px 0 0 20px;
	margin: 0px;
}

div#post-body {
	background-image: url("images/post-body.jpg");
	background-position: top left;
	background-repeat: y-repeat;
	padding: 0 40px 0 20px;
	margin: 0px;
}

div#post-body h2 {
	border-bottom: 2px solid #ecca61; 
	font-family: Times, "Times New Roman", serif;
	font-size: 14pt;
	font-style: italic;
	letter-spacing: 0.40pt;
	margin: 0;
	padding: 0;
}

div#post-body h3 {
	border-bottom: 1px dotted #ecca61; 
}

div#post-body h3,
div#post-body h4 {
	font-family: "Tahoma", sans;
	font-weight: bold;
	font-size: 10.5pt;
	line-height: 16pt;
	margin: 0; 
	padding: 0;
}

div#post-body h5 {
    font-family: "Tahoma", sans;
    font-weight: bold;
    font-size: 16pt;
    font-style: italic;
    text-align: center;
    margin: 1.25em 0 1.25em 0; 
    padding: 0;
}   

div#post-body p {
	font-family: "Tahoma", sans;
	font-size: 11pt;
	line-height: 18pt;
	padding: 0;
	margin: 12pt 0 0 0;
}

div#post-footer {
	height: 30px;
	background-image: url("images/post-footer.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 30px 5px 0;
	margin: 0px;
	font-family: "Tahoma", sans;
	font-size: 10pt;
	text-align: right;
}

div#footer {
	margin: 0px;
	padding: 0px;
	background-color: #fbfbfb;
}

div#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

div#footer p#wordpress {
	float: left;
	padding-left: 20px;
}

div#footer p#login {
	float: right;
	padding-right: 20px;
}

div#footer p#copyright {
	padding-left: 20px;
	clear: both;
}

/* special stuff */
dl#contact {
	font-family: "Tahoma", sans;
	font-size: 11pt;
	padding: 0;
	margin: 12px 0 12px 0;
}
dl#contact dt {
	padding: 0;
}
dl#contact dd {
	margin: 0;
	padding: 4px 0 8px 4px;
	font-weight: bold;
}
