/*
Theme Name: Rachel
Theme URI: http://www.rachelrobertson.net.au
Description: Custom theme for Rachel Robertson
Version: 1.0
Author: Enigma Digital
Author URI: http://www.enigmaweb.com.au

*/



@charset "utf-8";
/* CSS Document */



@font-face {
	font-family: 'FanwoodRegular';
	src: url('f/fanwood-webfont.eot');
	src: url('f/fanwood-webfont.eot?#iefix') format('embedded-opentype'), url('f/fanwood-webfont.woff') format('woff'), url('f/fanwood-webfont.ttf') format('truetype'), url('f/fanwood-webfont.svg#FanwoodRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OswaldRegular';
	src: url('f/oswald-webfont.eot');
	src: url('f/oswald-webfont.eot?#iefix') format('embedded-opentype'), url('f/oswald-webfont.woff') format('woff'), url('f/oswald-webfont.ttf') format('truetype'), url('f/oswald-webfont.svg#OswaldRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BellGothicStdBold';
	src: url('f/bellgothicstd-bold-webfont.eot');
	src: url('f/bellgothicstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('f/bellgothicstd-bold-webfont.woff') format('woff'), url('f/bellgothicstd-bold-webfont.ttf') format('truetype'), url('f/bellgothicstd-bold-webfont.svg#BellGothicStdBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin:0px;
	padding:0px;
	height:100%;
}
#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}

#wraper {
	width:987px;
	background-color:#FFF;
	position:relative; z-index:1;
}
#container {
	width:887px;
}
#header {
	height:110px;
	padding-top:40px;
}
#logo {
	float:left;
	width:369px;
	height:88px;
	background:url(images/logo.png) no-repeat;
	display:block;
}
#menu {
	float:right;
	margin-top:50px;
	position:relative;
}
#menu ul {
	margin:0px;
	padding:0px;
	position:relative;
}
#menu ul li {
	float:left;
	margin-left:10px;
	background:url(images/list-style.jpg) no-repeat left 5px;
	padding-left:20px;
	list-style:none;
	position:relative;
}
#menu ul li.nolist {
	background:none;
}
#menu ul li a {
	font-family: 'OswaldRegular';
	color:#dc3825;
	font-size:19px;
	text-transform:uppercase;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#67915E;
}
#menu ul ul {
	width:150px;
	float:left;
	position:absolute;
	z-index:50;
	top:0;
	left:0;
	margin-top:25px;
	margin-left:20px;
}
#menu ul ul li {
	list-style:none;
	float:left;
	width:150px;
	padding:5px;
	border-bottom: #685e58 1px solid;
		background:#fff;
		margin: 0;

}
#menu ul ul li a {
	text-decoration:none;
	font-family: 'OswaldRegular';
	color:#dc3825;
	font-size:16px;
	line-height:20px;
	text-transform:capitalize;
}
#menu ul ul li a:hover {
	color:#67915E;
}
#menu ul ul ul {
	left: 150px;
	top: 0;
}
#quote {
	font-family: 'FanwoodRegular';
	font-size:34px;
	color:#685e58;
	margin-top:25px;
	margin-bottom:20px;
	padding-bottom:25px;
	border-bottom:#685e58 1px solid;
}
.q-a {
	color:#67915e;
	font-size:24px;
}
#content {
	float:left;
	width:585px;
}
#col {
	float:left;
	width:882px;
}
#sidebar {
	float:right;
	width:263px;
}
#main h1 {
	font-family: 'OswaldRegular';
	color:#685e58;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:normal;
}
#main p {
	color:#685e58;
	font-family: 'BellGothicStdBold';
	font-size:15px;
}
#main h2 {
	font-family: 'OswaldRegular';
	color:#685e58;
	font-weight:normal;
	font-size:19px;
	text-transform:uppercase;
	margin-bottom:16px;
}

#main h2 a {
	color:#685e58;
}

#main h3 {
	font-family: 'OswaldRegular';
	color:#685e58;
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:12px;
}
#main h4 {
	font-family: 'OswaldRegular';
	color:#685e58;
	font-weight:normal;
	font-size:17px;
	text-transform:uppercase;
	margin-bottom:8px;
}
#main h5 {
	font-family: 'OswaldRegular';
	color:#685e58;
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:6px;
}
#main h6 {
	font-family: 'OswaldRegular';
	color:#685e58;
	font-weight:normal;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:4px;
}
#main ul {
	margin:0;
	padding:10px 0px 10px 20px;
	list-style:none;
}
#main li {
	list-style:circle;
	line-height:20px;
	color:#685e58;
	font-family: 'BellGothicStdBold';
	font-size:15px;
}
#main ol {
	padding-left:24px;
	padding-top:10px;
}
#main ol li {
	list-style:decimal;
	color:#685e58;
	font-family: 'BellGothicStdBold';
	font-size:15px;
}
#main a {
	color:#dc3825;
	text-decoration:none;
}
#main a:hover {
	text-decoration:underline;
}

#main span.green {
	color:#5d8c52;
}

.widgets {
	margin-bottom:30px;
}
#content img {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.w-title a {
	color:#dc3825;
	text-decoration:none;
}
.w-date {
	color:#67915e;
}
.w-desc {
	color:#685e58;
	font-family:oswald, arial;
	font-size:14px;
}
.w-desc img {
	float:left;
	margin-right:15px;
}
.w-desc a {
	color:#dc3825;
	text-decoration:none;
}
.w-desc span.book-name {
	color:#5d8c52;
}
.read-more a {
	color:#5d8c52;
	text-decoration:none;
}
#footer {
	height:90px;
}
#footer div {
	float:left;
}
#bottom-logo {
	margin-top:20px;
	
}
#bottom-logo img{
	border:0;}
#copyrights {
	margin-top:28px;
	margin-left:15px;
	color:#9c8f87;
	font-size:13px;
	font-family:oswald, arial;
	text-transform:uppercase;
	font-family: 'OswaldRegular';
}
#copyrights span {
	color:#67915e;
}
#published {
	font-family:oswald, arial;
	font-size:13px;
	color:#9c8f87;
	margin-top:28px;
	font-family: 'OswaldRegular';
}
#published a {
	color:#dc3825;
	text-decoration:none;
}
#f-i {
	margin-left:5px;
	margin-right:5px;
	margin-top:28px;
}
.clear {
	clear:both;
}
