/*   
Theme Name: Diamond Mine
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Phil Benoit
Author URI: http://thewebbutler.co.nz/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

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

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

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

/* Default Layout and Design */
@import url('css/default.css');

body {
	font: 15px/22px "HelveticaNeue-light", sans-serif;
	background: #144372 url(./pix/bg.jpg) repeat-x;
}

h1 {
	font-size: 20px;
	line-height: 15px;
	color: rgb(65, 194, 242);
}

h2 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: rgb(170, 170, 170);
}

#header {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	background: url(./pix/headerbg.jpg) no-repeat center 10px;
}

#logo {
	text-align: left;
}

#branding{
	padding: 60px 0px 20px 0px;
}

#access {
	background-color: #05314b;
	height: 40px;
	padding: 10px 0px;
	border-bottom: 0px;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    float:left;
	border-right: 0px;
	padding-left: 200px;
	width: 800px;
}

.sf-menu a {
	padding:9px 13px;
	text-decoration:none;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	color: white;
	font-size: 28px;
}
.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:white;
}
.sf-menu li {
	background: transparent;
}
.sf-menu li li {
	background:		transparent;
}
.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:     transparent;
	outline:		0;
	color: #006ca4;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.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:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #33ccff;
}

#dmmain {
	background-color: white;
	clear: both;
	overflow: hidden;
	min-height: 500px;
}

#main {
	padding: 0px 0px 22px 0px;
}
#container {
    width:920px;
    min-height: 500px;
    float:left;
}

#content {
    margin:0 0 0 10px;
    width:900px;
    overflow:hidden;
}


#homemain {
	background-color: #144372;
	
}

#homeslider {
	min-height: 430px;
	background-color: white;
	border: 20px solid #05314b;
	overflow: hidden;
}

#content {
	padding: 20px;
}


.entry-content h1 {
    font-family: "Helvetica Neue", sans-serif;
    font-size:25px;
    font-weight:bold;
    padding:20px 0 10px 0;
}

.entry-content h2 {
    font-family:"Helvetica Neue", sans-serif;
    font-size:20px;
    font-weight:bold;
    padding:20px 0 10px 0;
}

.slideshow {
	margin: 0 auto;
}

#homelowertext {
	padding: 20px;
	background-color: #05314b;
	color: white;
	margin-top: 20px;
	border: 10px solid #006ca4;
}

hr {
    background-color:#ccc;
    border:0;
    color:#144372;
    height:2px;
    margin-bottom:22px;
}

.aside {	color: white;	font: 15px/15px "Helvetica Neue", sans-serif;}
.aside a {    color:white;}
.aside a:active{    color: white;	}
.aside a:hover {    color: white;	text-decoration: underline;}

#footer {
	clear:both;
    border-top:0px solid #ccc;
    margin-top:22px;
	color: white;
	font-size: 14px;
}

#map{
	padding: 40px 0 40px 40px;
}

