/*
Theme Name: Heidi Grew
Version: 1.0
Description: Wordpress skin created for Heidi Preuss Grew.
Author: Kinesis
Author URI: http://www.kinesisinc.com
*/


/* Standard Elements */
/*--------------------------------------------------*/
body {
	color: #8F8E8B;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	line-height: 20px;
	margin: 0px;
}
a {
	color: #c19135;
	text-decoration: none;
}
a:hover {
	color: #c19135;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #c19135;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #c19135;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #c19135;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.orange {
	color: #c19135;
}
.email a {
	color: #8F8E8B;
	text-decoration: none;
}
.email a:hover {
	color: #c19135;
	text-decoration: none;
}
/* Container */
/*--------------------------------------------------*/
.container {
	width: 775px;
}

/* Header*/
/*--------------------------------------------------*/
#top {
	width: 390px;
	margin-bottom: 40px;
	margin-top: 50px;
}
/* content */
/*--------------------------------------------------*/
#right {
	width: 390px;
	float: right;
}
#left {
	width: 350px;
	float: left;
	margin-top: 74px;
	text-align: right;
}
.side_nav {
	text-align: right;
	width: 235px;
	float: left;
}
#grey_box {
	background-color: #fbfbfb;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b3b2b0;
	border-bottom-color: #b3b2b0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
}

/* Side Navigation */
/*--------------------------------------------------*/
.sidenav {
	font-size: 13px;
	color: #c19135;
}
.sidenav ul {
	list-style-type: none;
}
.sidenav a {
	color: #8F8E8B;
	text-decoration: none;
	font-size: 12px;
}
.sidenav a:hover {
	color: #c19135;
	text-decoration: none;
	font-size: 12px;
}

/* footer */
/*--------------------------------------------------*/
.footer {
	color: #8F8E8B;
	line-height: 30px;
	text-align: center;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer a {
	color: #8F8E8B;
	text-decoration: none;
}
.footer a:hover {
	color: #c19135;
	text-decoration: none;
}