/*
Theme Name: Mineseeker
Theme URI: http://www.hunterbevan.co.uk/
Description: Wordpress theme built for Mineseeker
Version: 1
Author: Hunter Bevan
Author URI: http://www.hunterbevan.co.uk/

*/


/* ------- 1. defaults ------- */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	background: #e9e8dc url(images/background3.png) no-repeat top left;
	text-align: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

/* ------- 2. structure ------- */

#wrapper {
	margin: 0 auto;
	height: 100%;
	width: 1080px;
	padding: 0 50px;
	
}



#header {  /* Company logo or banner */
	width: 1080px;
	height: 181px;
	overflow: hidden;
	position: relative;
	top: 0;
	z-index: 0;
}


#navContainer {
	height: 37px;
	width: 1030px;
	background: url(images/nav-background.png) no-repeat top center;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	
}



#content {  /*  Main container for 3 columns  */
	width: 1030px;
	/*
	position: relative;
	*/
	margin:20px 0 0 26px;
}

/*  left side bar container  */

#left-sidebar {
	width: 200px;
	float: left;
}

/*  Expandable Grey side box  */
.grey-sidebar-top {
	background: url(images/news-top.png) no-repeat top center;
	width: 200px;
	height: 19px;
}

.grey-sidebar {
	background: url(images/news-bg.png) repeat-y top center;
	width: 160px;
	padding: 0 20px;

}

* html .grey-sidebar {
	padding: 0 0px;
	width: 200px;
	margin: -2px 0 0 0;
}

.grey-sidebar-bottom {
	width: 200px;
	height: 19px;
	background: url(images/news-bot.png) no-repeat top center;
	margin-bottom: 10px;
}

/*  Middle container  */

#middle-area {
	width: 603px;
	float: left;
	margin: 0 0 0 14px;
}

/*  Expandable central box  */
.middle-top {
	width: 603px;
	height: 12px;
	background: url(images/centre-top.png) no-repeat top center;
}

.middle {
	width: 563px;
	background: url(images/centre-bg.png) repeat-y top center;
	padding: 0 20px;
	min-height: 940px;
}

* html .middle {
margin-top: -8px;
height: 940px;
}

.middle-bottom {
	width: 603px;
	height: 11px;
	background: url(images/centre-bot.png) no-repeat top center;
}

#right-sidebar {
	float: right;
}

/*  Expandable Orange side box  */
.orange-sidebar-top {
	background: url(images/orange-top.png) no-repeat top center;
	width: 200px;
	height: 19px;
}

.orange-sidebar {
	background: url(images/orange-bg.png) repeat-y top center;
	width: 170px;
	padding: 0 15px 0 15px;
	color: #fff;
	min-height: 220px;
}

* html .orange-sidebar {
margin-top: -2px;
height: 220px;
}

.orange-sidebar-bottom {
	width: 200px;
	height: 19px;
	background: url(images/orange-bot.png) no-repeat top center;
}

#left-sidebar .orange-sidebar-bottom {
margin-bottom: 10px;
}

.entry {
/* margin-top: 10px; */
}

#footer {
width: 1030px;
	margin: 20px auto 0 auto;
}


.seperator {
	clear: both;
	height: 0;
}

/* ------- 3. links and navigation ------- */

a {
font-size: 12px;	
}

a:visited {
}

a:hover {
color: #000;
}

a:active {
}

#navContainer ul {
list-style-type: none;
margin: 0 auto;
padding: 0;
width: 1020px;
}

#navContainer ul li {
display: inline;
}

#navContainer ul li a {
font-size: 12px;
font-weight: 600;
color: #fff;
float: left;
border-left: solid 1px #fff;
margin-top: 12px;
padding: 0 36px;
text-decoration: none;
}

#navContainer ul li a.home {
border-left: 0;
}

#navContainer ul li a:hover {
text-shadow: 0px 0px 3px #fff;
}

#left-sidebar .orange-sidebar ul {
list-style-type: circle;
margin-left: 5px;
}

#left-sidebar .orange-sidebar ul li:hover {
list-style-type: disc;
}

#left-sidebar .orange-sidebar ul li a {
color: #fff;
font-weight: 600;
text-decoration: none;
}

* html #left-sidebar ul {
margin: 0 10px;
}

* html .inner {
padding: 0 20px;
}

* html .orange-sidebar h3 {
padding-left: 0;
margin-left: 0;
}

.post a {
color: #E64415;
text-decoration: none;
}


.navigation a { /* previous/next posts */
color: #E64415;
text-decoration: none;
}

p.right a { /* credit link in footer */
color: #E64415;
}


/* -------4. fonts ------- */

h1, h2, h3, h4, p, ul {
}



h1 {
color: #E64415;
padding: 10px 0;
font-size: 24px;
text-transform: capitalize;
}

h2 a { /* headings in news section */
color: #E64415;
padding: 10px 0;
font-size: 20px;
text-decoration: none;
}

h3 {
letter-spacing: 2px;
font-size: 15px;
margin-bottom: 15px;
}

* html h3 {
margin-left: 10px;
}

h4{
}

p {
font-size: 12px;
padding-bottom: 20px;
line-height: 18px;
}


p.left {
float: left;
}

p.right {
float: right;
}

small { 
font-size: 9px;
}

#left-sidebar ul, #right-sidebar ul {
list-style-type: none;
}

#left-sidebar ul li a {
	color: #E64415;
	
}

#right-sidebar p, #right-sidebar ul li, #right-sidebar ul li p {
	font-size: 10px;
	line-height: 20px;
}

#right-sidebar ul li {
	padding-bottom: 20px;
}

#left-sidebar ul li {
	padding-bottom: 20px;
}

ol {
}

hr {
}

/* ------- 5. Forms ------- */

/* ------- 6. images ------- */

a img {
	border: 0;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
#right-sidebar img {
padding-bottom: 20px;
}

/* -------6. hacks ------- */

body {/*IE 5 centring bug fix */
text-align: center;
}

#wrapper {
text-align: left;
}

#middle-area .child-pages, #middle-area .child-pages li, #middle-area .child-pages a{
list-style:none;
color: black;
font-style:normal;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}


#middle-area .child-pages a{
color: #E64415;
}

#middle-area .child-pages a:visited{
color: #E64415;
}