/*
Theme Name: Tree Tops
Theme URI: http://www.tampatreetops.com/
Description: A custom template designed by Unsaturated Innovations LLC with CSS derived from an Andreas Viklund design.
Version: 1.1
Author: Template by Matthew Crumley; Original CSS by Andreas Viklund
Author URI: http://www.unsaturated.com

	Tree Tops v1.0

	This theme template was designed and built by Matthew Crumley,
	Unsaturated Innovations LLC.  Find more information at http://www.unsaturated.com

*/

body {
padding:15px 0 0 0;
margin:0;
font:76% tahoma, verdana, sans-serif;
background:#4C6F8B;
color:#303030;
}

a {
color:#303030;
text-decoration:none;
border-bottom:1px solid #505050;
}

a:hover {
color:#303030;
text-decoration:none;
border-bottom:1px dotted #4C6F8B;
}

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
margin:0 0 12px 0;
font-size:1.6em;
font-weight:normal;
clear:left;
}

h3 {
margin:0 0 10px 0;
font-size:1.2em;
font-weight:normal;
}

h4 {
margin:0 0 5px 0;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

.alt {
margin: 0;
background-color: #E8F8E9;
}

/* Main container */

#container {
margin:0 auto 20px auto;
width:730px;
padding:5px 20px 20px 20px;
background:#ffffff url(images/corner3.gif) top left no-repeat;
}

/* Site title section */

#logo {
margin:15px 0 0 0;
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

/* Toptab menu */

#toptabs {
margin:10px auto -13px auto;
font-size:0.8em;
width:760px;
}

#toptabs p {
text-align:right;
color:#808080;
}

.toptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
background:#f0f0f0 url(images/corner2.gif) top right no-repeat;
color:#808080;
border-bottom:1px solid #e0e0e0;
}

.toptab:hover {
background:#fafafa url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #eaeaea;
color:#505050;
text-decoration:none;
}

.activetoptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
color:#505050;
text-decoration:none;
background:#ffffff url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
}

.activetoptab:hover {
text-decoration:none;
border-bottom:1px solid #ffffff;
}

/* Navitab menu */

#navitabs {
clear:both;
padding: 0px;
margin: 0px;
}

#navitabs a{
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
border-bottom: 0px;
}

#navitabs li {
font-size:1.1em;
list-style-type: none;
display: inline;
}

#navitabs a:hover {
text-decoration:none;
color: #fff;
background:#489F47 url(images/corner.gif) top right no-repeat;
}

#navitabs li.current_page_item a{
color: #fff;
background:#489F47 url(images/corner.gif) top right no-repeat;
}

#navitabs li.current_page_item a:hover{
color:#fff;
background: #4C6F8B url(images/corner.gif) top right no-repeat;
}

/* Header description */

#desc {
height:200px;
color:#ffffff;
padding:0;
background:#505050 url(images/front.jpg) top left no-repeat;
clear:both;
margin:5px 0 15px 0;
}

#desc p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h2 {
padding:15px 15px 0 15px;
color:#ffffff;
}

#desc a {
color:#ffffff;
text-decoration: none;
border: none;
}

#title {
margin:0 0 12px 0;
font-size: 1.8em;
font-weight: bold;
font-variant: small-caps;
letter-spacing: normal;
text-transform: capitalize;
}



/* Main content */

#main {
width:550px;
float:left;
padding:0 15px 0 0;
margin:0;
}

/* Sidebar */

#sidebar {
width:150px;
float:right;
}

#sidebar p, li{
font-size:0.9em;
line-height:1.3em;
margin:0 0 15px 0;
}

#sidebar li{
line-height:1.3em;
margin:0 0 2px 0;
}

/* IE seems to ignore h4 in the sidebar */
#sidebar h4{
font-size:1.0em;
margin:0 0 5px 0;
}

/* Footer */

#footer {
clear:both;
padding:0;
border-top: 1px solid #d8d8d8;
}

#footer a {
color:#808080;
border-color:#808080;
}

#footer p {
color:#808080;
font-size:0.9em;
line-height:1.4em;
margin: 10px 0px 0px 0px;
}

/* Various classes */

.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
background:#f0f0f0;
padding:10px;
}

#sidelink {
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#sidelink li a{ 
text-align:left;
display:block;
width:140px;
background:#f0f0f0 url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:none;
}

#sidelink a:hover {
background:#489F47 url(images/corner.gif) top right no-repeat;
text-decoration:none;
color: #fff;
border:none;
}

.hide {
display:none;
}

.navigation {
clear: both;
display:block;
margin-top: 5px;
margin-bottom: 30px;
}
	
.alignright {
float: right;
}

.alignleft {
float: left;
}

/* Searching */
#searchform { 
margin: 2px auto;
padding: 5px 1px; 
text-align: left;
}

#sidebar #searchform #s {
font-size:0.9em;
width: 110px;
border: 1px solid #000;
padding: 2px;
}

#sidebar #searchsubmit {
font-size:0.9em;
padding: 1px;
}

.entry ul {
font-size: 1.1em;
}

.entry li {
margin-bottom: 5px;
padding-bottom: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px; 
text-align: center;
}

#sidebar #searchform #s {
width: 108px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
border: 1px solid #000;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}
	
	
/* Begin Comments*/

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
border: 1px solid #000;
}

#commentform textarea {
width: 548px;
padding: 0px;
border: 1px solid #000;
}

#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */

.commentlist {
padding: 0;
text-align: justify;
margin: 0px 0px 10px 0px;
}

.commentlist li {
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style-type: none;
}

.commentlist p {
margin: 10px 5px 10px 0;
}

#commentform p {
margin: 5px 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */
