/*   
Theme Name: Tarureka Estate Theme
Theme URI: 
Description: A Thematic Child Theme for tarurekaestate.co.nz.
Author: Emily Walker
Author URI: http://www.robotnoodle.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background:url(bg.jpg);
	text-align: center;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	background-color: #f2f2f2;
	text-align: left;
	padding: 11px 14px 0 13px;
}

#branding {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	float: left;
	width: 279px;
}

#access {
	border: 0;
}

.menu {
	padding: 134px 0 0 0;
}

.sf-menu {
	float: right;	
}

#rotator {

}

#rotatecontainer {
	padding: 4px 0 4px 0;
	border-top: 1px solid #b2bdb7;
	border-bottom: 1px solid #b2bdb7;
	margin-top: 134px;
}

.sf-menu {
    border-right:1px solid #b2bdb7;
}
.sf-menu a {
	border-left:1px solid #b2bdb7;
	border-top:1px solid #b2bdb7;
	border-bottom: 0px;
	padding:9px 13px;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited
{
	color: #475159;
}

.sf-menu .current_page_item {
	background-color: #475159;	
}

.sf-menu .current_page_item a, .sf-menu .current_page_item a:visited
{
	color: #f2f2f2;
}
.sf-menu li {
	background:		#f2f2f2;
}
.sf-menu li li {
	background:		#f2f2f2;
}
.sf-menu li li li {
	background:		#f2f2f2;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #ccc9c0;
}

.sf-menu .current_page_item a:focus, .sf-menu .current_page_item a:hover, .sf-menu .current_page_item a:active {
    background:     #475159;
}

#main {
	width: 940px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.aside {
	color: #475159;
}

.main-aside {
	font-family: Verdana, Arial, sans serif;
	width: 252px;
	right: 0px;
	text-align: right;
}

.main-aside ul {
	padding: 0;

}

#primary {
	border: 0;	
	border-left: 1px solid #b2bdb7;
	padding-left: 23px;
}

#container
{
	width: 660px;
	float: left;
}

#content {
	width: 576px;
	padding-top: 10px;
	margin-left: 0px;
}

.entry-title {
	color: #475159;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 0px;
}

#footer {
	border-top-color: #b2bdb7;
	margin-top: 0px;	
}