/*
Theme Name: Basic Instincts
Theme URI: basicinstincts.co.nz
Description: 
Version: 1.0
Author: Hodgeman Web & Design Ltd.
Author URI: hodgeman.co.nz
*/
html {
height: 100%;
margin: 0 0 1px;
}
body {
background: #323600 url("images/bodybg.jpg");
color: #251800;
font: 75%/1.5 "Lucida Grande", Verdana, sans-serif;
margin: 0;
padding: 3em 0;
}
/* Links */
a {
color: #bfc54b;
text-decoration: none;
outline: none;
}
a:hover {
color: #fff;
}
#content a {
color: #150800;
text-decoration: underline;
}
#content a:hover {
color: #050800;
}
/* Basic Typography */
h1, h2, h3, h4, h5, h6 {
font-family: Georgia, serif;
font-weight: normal;
margin: 0;
}
h2 {
font-size: 1.8em;
margin: 0 0 0.5em;
color: #56300b;
}
h2 span {
font-size: .5em;
}
h3 {
font-size: 1.3em;
margin: 1em 0 0.5em;
font-weight:bold;
color:#333;
border-bottom:1px solid #BBA977;
}
p {
margin: 0 0 1em;
}
ul, ol {
margin: 1em 0;
padding-left: 2em;
}
/* Page */
#page {
position: relative;
margin: 0 auto;
width: 880px;
}
/* Header */
#header {
height: 20px;
position: relative;
}
#logo {
position: absolute;
top: 10px;
left: 50px;
}
#logo a {
background: url("images/logo.png") no-repeat;
text-indent: -9999px;
display: block;
width: 310px;
height: 225px;
}
/* Navigation */
#nav {
margin: 0;
padding: 0;
font-size: 1.1em;
position: absolute;
left:330px;
width:550px;
text-align:center;
list-style-type: none;
}
#nav li {
display: inline;
list-style: none;
margin: 0 5px 0;
}
#nav li.current_page_item a, #nav li.current_page_ancestor a {
font-weight: bold;
color: #fff;
}
#subpages, #subpages li {
margin: 0;
padding: 0;
font-size: .95em;
list-style: none;
display: inline;
}
#subpages{
position: absolute;
top: 25px;
left: 330px;
width:550px;
text-align:center;
}	
#subpages li a {
margin:0 5px 0;
text-decoration: none;
}
#subpages li.current_page_item a, #subpages li.current_page_ancestor a, #pagemenu li.current_page_item a {
font-weight: bold;
color: #fff;
}
#subpages li a:hover {
text-decoration: underline;
}
/* Main Content */
#main {
background: url("images/mainbg.jpg") no-repeat center;
width: 880px;
height: 640px;
}
#content {
position: absolute;
top: 90px;
right: 45px;
padding-right:10px;
overflow: auto;
width: 340px;
height: 500px;
}
#picture {
width: 420px;
height: 400px;
position: absolute;
top: 240px;
left: 60px;
}
.size-thumbnail{background:url(images/thumbnail.png) no-repeat;padding:7px 13px 13px 7px;float:left;border:none}
.alignleft{margin-right:10px}
.alignright{margin-left:10px}
.gallery-icon a img{background:url(images/thumbnail.png) no-repeat;padding:7px 13px 13px 7px;float:left;border:none}
.wp-caption{width:160px}
.wp-caption-text{text-align:center;font-size:85%;font-style:italic;width:154px}
/* Footer */
#footer {
color: #bfc545;
text-align: center;
position: relative;
font-size: 10px;
top: -5px;
}
#links{
list-style: none;
margin:0 0 10px;
padding:0;
}
#links li{
display: inline;
margin:0 5px 0;
}
#links li.current_page_item a{
font-weight: bold;
color: #fff;
}