/* @override http://benoit.net.nz/silverthornconsulting.co.nz/wp-content/themes/Silverthorn/style.css */

/*   
Theme Name: Silverthorn
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.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 {
    line-height: 1;
	background-color: #5c503a;
	color: gray;
}

body, input, textarea {
    font: 15px/22px "HelveticaNeue-Light", Arial, Helvetica,  sans-serif;
	color: gray;
}

p {
    margin-bottom:18px;
    color: gray;
}


a:link {
    color: #515151;
	text-decoration: underline;
}

a:active,
a:hover {
    color: #515151;
}

/* @group Header */

/*--Header--*/
#header{
height: 170px;
width: 960px;
margin: 0 auto;
background: white url(http://www.silverthornconsulting.co.nz/wp-content/themes/Silverthorn/pix/Silverthorn-Logo.jpg) no-repeat 38px 10px;
}


/*--Branding--*/
#branding{
width:960px;
height: 120px;
padding:0px 0px 0px 0px;
background: url('http://www.silverthornconsulting.co.nz/wp-content/themes/Silverthorn/pix/roundbottom.png') no-repeat center bottom;
}

#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
	position: absolute;
	top: -5000px;
	left: -5000px;
}

#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
	position: absolute;
	top: -5000px;
	left: -5000px;
}

/* @end */

/* @group Navigation Block */

/*--Access--*/
#access{
	height: 50px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 0px;
	padding-top: 0px;
	color: white;
	font-size: 20px;
	background-color: #5c503a;
}

.sf-menu {
    border-right:0px solid #ccc;
	float:left;
	margin-top: 5px;
}
.sf-menu a {
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	padding:10px 20px 5px 20px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: silver;
}
.sf-menu li {
	color: whitesmoke;
	background-color: #5c503a;
}
.sf-menu li li {
	background:		#5c503a;
	color: white;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #5c503a;
	outline:		0;
    border-bottom-color:#ccc;
	text-decoration: underline;
}
.sf-menu ul {
    border-right:0px;
    border-bottom:0px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background: #5c503a;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: white;
	background-color: #5c503a;
	text-decoration: underline;
}
/* @end */

/* @group Main Page Content */

/*--Main--*/
#main{
	padding: 25px 0px 22px 0px;
	width: 960px;
	margin: 0 auto;
	background: white url('http://www.silverthornconsulting.co.nz/wp-content/themes/Silverthorn/pix/roundtop.png') no-repeat center top;
	border-bottom: 1px solid black;
	color: gray;
}

#text-3 {
	margin-left: 10px;
}

#second {
	margin-left: 10px;
	
}

#siteinfo {
	width: 350px;
	color: gray;
}

#subsidiary {
	border-bottom: 1px solid black;
	padding-top: 10px;
	color: #5c503a;
}

/*--Container--*/
th, td {
    padding: 5px;
}

/*--Content--*/


#content {
    margin:0 0 0 10px;
    width:610px;
    overflow:hidden;
	color: gray;
}

#contentwide {
    margin:0 0 0 10px;
    width:870px;
    overflow:hidden;
	color: gray;
}

h1.entry-title {
	margin-left: 40px;
        color: #515151;
}

h2.entry-title{
	font-size: 18px;
	color: #515151;
}

div.entry-content {
	margin: 0 auto;
	padding-left: 40px;
	overflow: visible;
}

.entry-title a:active,
.entry-title a:hover {
    color: #515151;
	text-decoration: underline;
	font-family: "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
}

/*--Primary--*/
#primary {
    border:0px;
    padding:18px 0 0 0;
    margin-bottom:22px;
}


/*--Secondary--*/

/* @end */

/* @group Footer */

/*--Footer--*/
#footer{
	color: red;
	width: 960px;
    padding:1px 0 0 0;
	border-top: 0px;
	margin: 0px auto 0;
	background: white url('http://www.silverthornconsulting.co.nz/wp-content/themes/Silverthorn/pix/roundbottom.png') no-repeat center bottom;
	
}


/*--Subsidiary--*/

/* @end */


/*--Site Inf--*/

#pagecontainer{
	width: 900px;
}

#mentorbanner {
	width: 960px;
	margin: 0 auto;
	background-color: white;
	padding: 10px 0 10px 0;
}
