/*  
Theme Name: Pineline
Author: Nathan Beck
Author URI: http://www.nathanbeck.co.uk

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form{
     margin: 0;
     padding: 0;
}

body {
     font-family: Tahoma, Calibri, Verdana, Sans-Serif;
     font-size: 14px;
     vertical-align: top;
     color: #444;
     text-align: left;
     background: #d1d8c6 url(images/bodybg.png) repeat-x top;
}

#wrapper {
     width: 650px;
     margin: 0 auto;
     margin-top: 13px;
}

#header {
     width: 650px;
     height: 86px;
     display: inline;
     float: left;
     background: url(images/headerbg.png) no-repeat;
}

#logo {
     width: 205px;
     height: 50px;
     float: left;
     display: inline;
     margin: 23px 0 0 25px;
}

#menu {
     width: 300px;
     height: 47px;
     display: inline;
     float: right;
     background: url(images/menubg.png) no-repeat;
     margin: 23px 25px 0 0;
}

#banner {
     width: 644px;
     padding-left: 6px;
     height: 153px;
     display: inline;
     float: left;
     background: url(images/banner.png) no-repeat;
}

#content {
     width: 650px;
     float: left;
     display: inline;
     background: url(images/contentbg.png) repeat-y;
}

#innercontent {
     width: 600px;
     min-height: 200px;
     padding: 25px;
     float: left;
     display: inline;
     background: url(images/innercontentbg.png) no-repeat top;
}

#footer {
     width: 650px;
     height: 50px;
     float: left;
     display: inline;
     background: url(images/footerbg.png) no-repeat;
     font-size: 11px;
     color: #fff;
}

#footer a{
     color: #fff;
}

#footerleft {
     width: 325px;
     height: 44px;
     padding-top: 6px;
     padding-left: 25px;
     float: left;
     display: inline;
}

#footerright {
     width: 275px;
     height: 44px;
     padding-top: 6px;
     padding-right: 25px;
     float: left;
     display: inline;
     text-align: right;
}

/* Other Layout Styles */

#splashleft {
     width: 275px;
     margin: 25px 25px 0 0;
     float: left;
     display: inline;
}

#splashright {
     width: 275px;
     margin: 25px 0 0 25px;
     float: right;
     display: inline;
}

.bannerbutton {
     width: 140px;
     height: 95px;
     padding: 4px;
     margin: 25px 4px 0 4px;
     background: url(images/bannerbutton.png) no-repeat;
}

.bannerbutton:hover {
     background: url(images/bannerbuttonhover.png) no-repeat;
}

.contentleft {
     width: 175px;
     padding-right: 25px;
     float: left;
     display: inline;
}

.contentright {
     width: 400px;
     float: left;
     display: inline;
}

/* Menu Styles */

#menu ul {
     list-style-type: none;
     width: 300px;
     height: 35px;
     float: left;
     display: inline;
     padding: 0;
     margin: 0;
}

#menu ul li{
     width: 75px;
     height: 35px;
     float: left;
     display: inline;
     background-position: top;
}

#menu ul li#home { background: url(images/menuhome.png) no-repeat;}
#menu ul li#home:hover { background-position: bottom;}

#menu ul li#about { background: url(images/menuabout.png) no-repeat;}
#menu ul li#about:hover { background-position: bottom;}

#menu ul li#ranges { background: url(images/menuranges.png) no-repeat;}
#menu ul li#ranges:hover { background-position: bottom;}

#menu ul li#contact { background: url(images/menucontact.png) no-repeat;}
#menu ul li#contact:hover { background-position: bottom;}

/* Fiddly Styles */

a {
    color: #577125;
    text-decoration: none;
}

a:hover {
     text-decoration: underline;
}

a img{
    border: none;
}

div.clear {
     width: 100%;
     clear: both;
}

h2 {
     color: #658030;
     font-weight: normal;
     font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
     font-size: 24px;
     padding-bottom: 5px;
     margin-bottom: 15px;
     width: 100%;
     border-bottom: 1px solid #ccc;
	}

h2:hover {text-decoration: none;}

h2 a:hover {text-decoration: none !important;}
h3 {
     color: #658030;
     font-weight: normal;
     font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
     font-size: 18px;
     padding-bottom: 5px;
     margin-bottom: 15px;
     width: 100%;
     border-bottom: 1px solid #ccc;
	}

p {
     font-size: 12px;
     font-family: Tahoma, Calibri, Verdana, Arial;
     line-height: 20px;
     color: #444;
}

p.small {
     font-size: 11px;
}

.answer {
    color: #577125;
}

hr{
	clear: both;
	margin: 25px 0;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ddd;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 11px;
	padding: 2px;
        border: 1px solid #999;
        background: #f2f6eb;
        color: #444;
        width: 220px;
}

input#contactsubmit{
     width: 60px;
}

input#contactsubmit:hover{
     background: #d0e7a8;
     color: #222;
}

/* Images */

img.border {
     border: 1px solid #cfcfcf;
     padding: 4px;
     background: #e8efd9;
}

img.border:hover {
     background: #aecc91;
}

img.borderleft {
     border: 1px solid #cfcfcf;
     padding: 4px;
     margin: 10px 25px 30px 0;
     background: #e8efd9;
     float: left;
     display: inline;
}

img.borderleft:hover {
     background: #aecc91;
}

img.borderright {
     border: 1px solid #cfcfcf;
     padding: 4px;
     margin: 10px 0 30px 25px;
     background: #e8efd9;
     float: left;
     display: inline;
}

img.borderright:hover {
     background: #aecc91;
}

img.floatright {
     border: 1px solid #cfcfcf;
     padding: 4px;
     background: #e8efd9;
     float: right;
     display: inline;
}

img.floatright:hover {
     background: #aecc91;
}
/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
	width: 95%;
}

.contactleft {
	width: 25%;
	white-space: pre;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 3px 0;
        font-size: 12px;
        min-height: 25px;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 3px 0;
        min-height: 25px;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* End Contact Form CSS */