/*
Theme Name: 5 Oaks Wildlife Services
Theme URI: http://www.5oakswildlifeservices.com
Description: 5 Oaks Wildlife Services.
Version: 1.6
Author: Abe Sanchez
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
 	http://www.opensource.org/licenses/gpl-license.php
*/



/* Begin Typography & Colors */
body {
	font-size: 11px;
        color: #333333;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:url(images/top_bg_02.gif) top repeat-x;
	background-color:#333333;
	text-align: center;
	}

#page {
	
	text-align: left;
background-color:#ffffff;

	}

#header {
	background-color: #ffffff;
        background-image: url('images/container_top_06.gif');
        background-repeat: no-repeat;
        background-position: top left;

       width: 820px;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 6px;
	width: 820px;
	}

#content {
	font-size: 11px;
background-color:#ffffff;
	}

.widecolumn .entry p {
	font-size: 12px;
background-color: #ffffff;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
padding-right: 10px;
padding-left: 10px;

	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
visibility: hidden;
display: none;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background:url('images/container_bottom_21.gif') no-repeat top left;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
        visibility: hidden;
        display: none;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h7 {
   padding-left: 10px;
font-size: 15px;
padding-top:10px;
font-weight: bold;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
        visibility: hidden;
        display: none;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #ffffff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, a, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: underline;

	}
.entry p a {color: #304B19;
font-weight:bold;
	
	}


.entry p a:hover {text-decoration: underline;
	
	}

.entry p a:visited {
	color: #5B7545;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
background-color: #ffffff;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #623F2E;
	text-decoration: none;

	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0;
	width: 820px;
	border: 1px solid #959596;
	}

#header {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	height: 320px;
	width: 820px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;

	}

#leftColumn {
        float: left;
width: 180px;
height: 360px;
margin-right: 5px;
margin-top:40px;
background:url('images/left_bg_23.gif') no-repeat top left;
}

#rightColumn {
        float: right;
width: 275px;
height: 360px;
margin-left: 12px;
margin-right: -20px;
margin-top:-5px;
background:url('images/right_top_22.gif') no-repeat top right;
}

#leftColumn ul li a{
        margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
        font-weight: bold;
        color: #513526;
			

}

#leftColumn ul li a:hover{
        margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
        font-weight: bold;
        color: #513526;
text-decoration: underline;
			

}

#leftColumn ul li{
margin-bottom: 10px;
	list-style: none;
	list-style-type:none;
	
}

#leftColumn ul{
margin:20px 0px 0px 10px;
padding:0px;
}

.narrowcolumn {
	float: left;
	padding: 0 15px 10px 5px;
	margin: 0px 0 0;
	width: 800px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 5px 0px 0px 0px;
	margin: 0 auto;
	width: 820px;
	clear: both;
text-align:center;
color: #ffffff;
font:10px tahoma, "trebuchet MS";
	}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: left;
color: #ffffff;


}

#footer a {
     color: #ffffff;
     text-decoration: none;
font-size: 10px;
}

#footer a:hover{
    color:#ffffff;
    text-decoration: underline;
}

#footerlinks {
   width: 808px;
   margin-bottom: 10px;

}

#footerlinks a {
   font-size: 9px;
   text-decoration: none;
margin:0px 10px;

}

#footerlinks a:hover {
    text-decoration: underline;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 10px;
margin-bottom: 30px;
	padding: 0 0 0 30px;
	list-style: none;
	list-style-type:none;
	list-style-image:url(images/bull_41.gif);
	padding-left: 10px;
	text-indent: -10px;
        
	}

html>body .entry ul li a {
  text-decoration: underline;
}

html>body .entry ul li a:hover {
  text-decoration: none;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
visibility: hidden;
display: none;
	padding: 20px 0 10px 5px;
height: 100%;
	width: 200px;
float: left;
background-color:#ffffff;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */




#searchform {
    visibility: hidden;
    display: none;
}

#logo_half {

	position:relative;
        width: 820px;
        background:url('images/logo_top_04.gif') no-repeat bottom left;
	z-index:10;
        height: 53px;
        margin: 0px auto -3px auto;

}

#logofix {
   position: relative;
background:url('http://5oakswildlifeservices.com/wp-content/themes/default/images/logo_half_09.png') no-repeat top left;
margin-bottom: -40px;
z-index: 999;
width:241px;
height:86px;
}

#png-logo{
 margin-top:-5px;
margin-bottom:-96px;
}

#menu {
   padding-top: 26px;
   margin-left: 6px;
position: relative;
z-index:0;


}

#menu a img {
   margin-right: -4px;
}

h3 {
font-family: Times New Roman, Lucida Grande, Verdana, Arial, Sans-Serif;
   font-size: 25px;
color: #203C09;
   padding-bottom: 4px;
   border-bottom: 1px solid #ccc;
}

.list1 {
list-style-type:none;

	list-style-image:url('images/bull_41.gif');

	}

.active {
background-image: url(images/bull_41.gif);
}

h5 {
   font-size: 16px;
font-weight: lighter;
margin-bottom: 3px;
}

th {
  border-bottom: 1px solid #ebebeb;
  padding: 2px;
  font-size: 15px;
}

.tr {
   background-color: #ebebeb;
}

h6 {
   font-size: 15px;
   font-weight: bold;
padding:3px;
   border: 1px solid #ccc;
background-color: #ebebeb;
   margin-bottom: 0px;
color: #617B4B;
}

h4 {
      font-size: 17px;
   font-weight: bold;
padding:3px 3px 3px 10px;
font-family: Times New Roman, arial, verdana;
line-height: 47px;
   margin-bottom: -6px;
background-color: #ebebeb;

color: #fff;
background:url('images/right_top_23.gif') no-repeat top left;
}

.inset-left {
    margin-right: 10px;
     margin-bottom: 5px;
   padding: 1px;
   border: 1px solid #999;
}


.inset-right {
    margin-left: 10px;
     margin-bottom: 10px;
   padding: 1px;
   border: 1px solid #999;
}

#bio {
height: 390px;
}

#bio2 {
height: 545px;
}

#flv {
   border-left: 1px solid #000;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 padding: 20px 0px 5px 5px;
 margin-left:3px;
}

#flv2 {
   border-left: 1px solid #000;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 padding: 10px 0px 5px 5px;
 margin-left:0px;
}

.right {
     text-align: right;
}

#map {
   float:right;
font-size:12px;
color: #5B7545;
font-weight: lighter;
margin-top:-10px;
font-family: arial, verdana;
}

#contracts {
  padding-top:10px;
text-align:center;
}

#form {
   margin-top: 0px;
   padding-top: 0px;
}

p {
margin: 0;
padding: 5px;
margin-top: 5px;
}

.button {
   padding:6px;
   width: 200px;
   background-color: #3A5624;
   border:1px double #203C09;
line-height: 25px;
color: #F9D318;
}

.button:hover {
   background-color: #f4f4f4;
   color: #203c09;
}

#links {
    float:right;
margin-top:25px;
margin-bottom: 100px;
margin-left: 20px;
width: 272px;
line-height: 25px;
}

#links a {
      color: #203c09;
text-decoration: none;
}

#links a:hover {
     text-decoration: underline;
}

#links2 {
    float:right;
margin-top:0px;
margin-bottom: 100px;
margin-left: 20px;
width: 272px;
line-height: 25px;
}

#greenback {
 background:url('images/green_back.gif') no-repeat top left;
line-height: 29px;
height: 29px;
width: 150px;
color: #ffffff;
padding: 0px 3px 3px 8px;
margin-top: 10px;
}

#greenback:hover {
 background:url('images/green_back2.gif') no-repeat top left;
}

#greenback a {
  color: #ffffff;
}

#greenback_jody {
 background:url('images/green_back.gif') no-repeat top left;
line-height: 29px;
height: 29px;
width: 150px;
color: #ffffff;
padding: 0px 3px 3px 8px;
margin-top:10px;
margin-bottom:10px;
}

#greenback_jody:hover {
 background:url('images/green_back2.gif') no-repeat top left;
}

#greenback_jody a {
  color: #ffffff;
}

.greenback_long {
 background:url('images/green_back_long.jpg') no-repeat top left;
line-height: 29px;
height: 29px;
width: 170px;
color: #ffffff;
padding: 0px 3px 3px 8px;
margin-top: 10px;
}

.greenback_long:hover {
 background:url('images/green_back_long2.jpg') no-repeat top left;
}

.greenback_long a {
  color: #ffffff;
}

#name {
font-size: 15px;
border-bottom: 1px solid #f4f4f4;
font-weight: bold;
margin-top: 25px;
}

legend {
  visibility: hidden;
display: none;
}

.section {
   margin-bottom: 20px;
height:530px;
margin-top:15px;
}

.section2 {
   margin-bottom: 20px;
height:300px;
margin-top:15px;
   
}

#section3 {
   margin-bottom: 20px;
height:660px;
margin-top:15px;   
}


#section4 {
   margin-bottom: 20px;
height:400px;
margin-top:15px;
}

#section5 {
   margin-bottom: 20px;
height:200px;
margin-top:15px;
}

#section6 {
   margin-bottom: 20px;
height:230px;
margin-top:15px;
}

.inset-left2 {
  margin-right: 30px;
  padding: 1px;
  border: 1px solid #999;
}