/*
Theme Name: NatureGazing
Theme URI: www.naturegazing.co.uk
Description: Nature Gazing Website - Designed and built by Andy Tyler (May 2010)
Version: 2.0
Author: Andy Tyler
Author URI: www.naturegazing.co.uk
*/

/* Table Of Contents
Layout Divs
-Header Divs
-Main Divs
-Navbar Divs
-Footer Divs
Links
Text Elements
Gallery Elements
*/

/* Layout Divs */
html {
background: #c4e5fa url(images/grad.jpg) repeat-x;
}
body {
font-family: sans-serif;
font-size: 62.5%;
margin: 0 auto;
padding: 10px 0 0 0;
width: 780px;
background-image: url(images/bg_green.jpg);
border-left: #999999 solid 2px;
border-right: #999999 solid 2px;
}
#header {
height:175px;
margin:0 auto;
padding:0;
width:760px;
}
#navbar {
background-color: transparent;
margin: 0 10px;
padding: 0;
float: left;
width: 760px;
height: 100%;
}
#main {
background-color: transparent;
margin: 0 10px;
padding: 0px;
float: left;
width: 518px; /* was 528px */
height: 100%;
font-family: "caslon 540", georgia, serif;
}
#main_nosidebar {
background-color: transparent;
margin: 0 10px;
padding: 0px;
float: left;
width: 760px;
height: 100%;
font-family: "caslon 540", georgia, serif;
}
#sidebar {
background-color: transparent;
margin: 10px;
padding: 5px;
float: left;
width: 200px;
height: 100%;
}
#footer {
background: #828282 url(images/footgrad.png) repeat-x;
border: none;
margin: 0;
padding: 0;
width: 100%;
height: 170px;
clear: both;
}

/* Header Divs */
#logo {
margin: auto;
padding: 0;
height: 175px;
width: 748px;
background-image: url(images/banner.jpg);
border-top: #999999 solid 1px;
border-left: #999999 solid 1px;
border-bottom: #777777 solid 1px;
border-right: #777777 solid 1px;
}
#header a {
margin: 0;
padding: 0;
}

/* Main Divs */
#main .post img {
margin: 5px;
padding: 0;
float: right;
}
#main .post {
background: #eeeeee url(images/postgrad.jpg) repeat-x;
padding: 5px;
border-top: #999999 solid 1px;
border-left: #999999 solid 1px;
border-bottom: #777777 solid 1px;
border-right: #777777 solid 1px;
}
#main .divider {
background-image: url(images/postshadow.jpg);
height: 15px;
}

/* Navbar Divs */
#nav {
margin: 0;
padding: 0;
float: left;
font-weight: bold;
text-align: center;
line-height: 2;
}
#nav li {
position: relative;
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
width: 110px;
}
#nav a {
background: url(images/btns.bmp) repeat-x;
margin: 0 0 2px 0;
padding: 0;
float: left;
color: #444444;
text-decoration: none;
font-size: 1.6em;
width: 110px;
height: 35px;
border-top: #999999 solid 1px;
border-left: #999999 solid 1px;
border-bottom: #777777 solid 1px;
border-right: #777777 solid 1px;
}
#nav a:hover {
background: url(images/btns.bmp) repeat-x 0px -35px;
}
#navbar p {
padding: 0px;
margin: 10px;
clear: both;
font-size: 1.6em;
}
#body_home #nav_home a, #body_gallery #nav_gallery a, #body_info #nav_info a, #body_links #nav_links a, #body_about #nav_about a, #body_blog #nav_blog a {
background: url(images/btns.bmp) repeat-x 0px -70px;
font-weight: bold;
}

/* Sidebar Divs */
#sidebar li {
position: relative;
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

/* Footer Divs */
.footbox {
width: 250px;
height: 100%;
margin: 0;
padding: 0;
float: left;
}


/* Gallery Elements */
.gal_th {
margin: 15px 32px;
padding: 0;
width: 125px;
height: 150px;
float: left;
text-align: center;
}
.gal_th a:link, .gal_th a:visited {
color: transparent;
text-decoration: none;
}
.gal_th a:hover {
color: transparent;
text-decoration: none;
background-color: transparent;
}
.gal_th img {
border: solid 1px #000000;
margin: 0;
padding: 0;
}
.gal_th .th_caption {
border: none;
font-size: 12px;
text-align: center;
margin: 0;
padding: 0;
}

/* Links */
a:link, a:visited {
color: #444444;
background-color: transparent;
}
a:hover {
color: #ffffff;
background-color: #222299;
list-style-type: none;
}

/* Text Elements */
h1 {
margin-top: 20px;
margin-left: 5px;
font-size: 2em;
color: #38b63c;
}
h3 {
font-size: 1.6em;
color: #38b63c;
}
#main p, #main_nosidebar p {
font-size: 1.6em;
color: #444444;
}
#main li, #main_nosidebar li {
font-size: 1.6em;
color: #444444;
}
#sidebar h2 {
font-size: 1.4em;
color: #38b63c;
line-height: 0.8;
}
#sidebar p {
font-size: 1.2em;
color: #444444;
}
#sidebar li {
font-size: 1.2em;
color: #444444;
}
