﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url("images/img01.jpg") repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #77D1FF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

table tr td {
	border: 0px #FFFFFF hidden;
}

td {
	padding: 0 10px 0 0;
	vertical-align: top;
}

ul {
	list-style-image: url("images/bullet.gif");
}

a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: #FE7119;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 15px;
}

div.left {
	float: left;
	margin: 0 15px 10px 0;
	width: 25%;
	height: auto;
	background: #76D1FE;
}

div.right {
	float: right;
	margin: 0 0 10px 15px;
	width: 25%;
	height: auto;
	background: #76D1FE;
}

div.left img {
	width: 100%;
	height: auto;
}

div.right img {
	width: 100%;
	height: auto;
}

div.caption {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	line-height: 11px;
	padding: 0 2px 5px 2px;
	color: #FE7119;
}

/* Header */

#logo {
	width: 800px;
	height: 76px;
	margin: 0px auto;
	padding: 5px 10px 5px 20px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 10px 0 0 0;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 37px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Banner */

#banner {
	margin: 0 auto;
	width: 800px;
	height: 320px;
	background: url("images/PPSummer1.gif") no-repeat left top;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
}

#page-bg {
	padding: 11px 24px;
	background: url("images/img03.jpg") no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #CCCCCC;
}

/* Content */

#contentindex {
	float: left;
	width: 420px;
}

#contentnormal {
	float: left;
	width: 610px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 150%;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 0;
	padding-bottom: 12px;
	font-weight: normal;
	
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	border-top: 1px dashed #CCCCCC;
	margin: 0 0 6px 0;
	text-transform: uppercase;
}

.entry {
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #333333;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url("images/img04.jpg") no-repeat left top;
}

/* Tradesmen */

.buscard {
	float: left;
	width: 200px;
	padding: 0 20px 0 0;
}

.buscard ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.buscard li {
	margin-bottom: 10px;
	padding: 0 0 0px 0px;
	background: url("images/img06.jpg") repeat-y left top;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.buscard li ul {
}

.buscard li li {
	margin: 0;
	padding: 4px 5px;
	border: none;
}

.buscard li h2 {
	height: 20px;
	margin: 0 0 5px 0;
	padding: 10px 0 5px 10px;
	background: url("images/img08.jpg") no-repeat left top;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.buscard p {
	padding: 0 10px;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 170px;
	padding: 0 0 0 20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 10px;
	padding: 0 0 0px 0px;
	background: url("images/img06.jpg") repeat-y left top;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
	padding: 4px 5px;
	border: none;
}

.sidebar li h2 {
	height: 20px;
	margin: 0 0 5px 0;
	padding: 10px 0 5px 10px;
	background: url("images/img05.jpg") no-repeat left top;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar p {
	padding: 0 10px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #A49D3C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
	font-size: 10px;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	border-top: 1px solid #77D1FF;
	height: 100px;
	background-color: #77D1FF
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #000000;
}

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 10px #ffffff;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

/* menu */

ul#css3menu,ul#css3menu ul{
	margin:0;list-style:none;padding:0;background-color:#dedede;border-width:0px;;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
ul#css3menu ul{
	display:none;position:absolute;left:-1px;top:98%;-moz-box-shadow:3.5px 4px 5px #000000;-webkit-box-shadow:3.5px 4px 5px #000000;box-shadow:3.5px 4px 5px #000000;padding:0 10px 10px;background-color:#ffffff;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
ul#css3menu li:hover>*{
	display:block;}
ul#css3menu li:hover{
	position:relative;}
ul#css3menu ul ul{
	position:absolute;left:98%;top:-2px;}
div#css3menu{
	width: 800px;
	height: 56px;
	margin: 0 auto;
	padding-top: 6px;
	padding-left: 10px;
	background: url("images/img02.gif") no-repeat left top;
}
ul#css3menu{
	display:inline;font-size:0;position:relative;z-index:1000;}
ul#css3menu li{
	display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu>li,ul#css3menu li{
	margin:0;}
ul#css3menu a:active, ul#css3menu a:focus{
	outline-style:none;}
ul#css3menu a{
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font:bold 14px Arial;color:#ffffff;text-shadow:#FFF 0 0 1px;cursor:pointer;padding:10px;background-color:#FE7119;background-image:url("mainbk.png");background-position:0 0;border-width:0 0 0 1px;border-style:solid;border-color:#C0C0C0;}
ul#css3menu ul li{
	float:none;margin:10px 0 0;}
ul#css3menu ul a{
	text-align:left;padding:0px;background-color:#ffffff;background-image:none;border-width:0;font:12px Arial;color:#000000;text-decoration:none;}
ul#css3menu li.sep{
	text-align:left;padding:0px;line-height:0;width:1;height:100%;}
ul#css3menu li.sep *{
	float:none;padding-right:0;display:inline-block;width:1;height:100%;background-image:none;}
ul#css3menu li:hover>a{
	background-color:#FE7119;border-color:#C0C0C0;border-style:solid;font:bold 14px Arial;color:#000000;text-decoration:none;text-shadow:#FFF 0 0 1px;background-image:url("mainbk.png");background-position:0 100%;}
ul#css3menu img{
	border:none;vertical-align:middle;margin-right:20px;width:16px;height:16px;}
ul#css3menu ul img{
	width:16px;height:16px;}
ul#css3menu img.over{
	display:none;}
ul#css3menu li:hover > a img.def{
	display:none;}
ul#css3menu li:hover > a img.over{
	display:inline;}
ul#css3menu span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#css3menu ul li:hover>a{
	background-color:#ffffff;background-image:none;font:12px Arial;color:#888888;text-decoration:none;}
ul#css3menu li.topfirst>a{
	border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;-webkit-border-radius:5px 0 0 5px;}
ul#css3menu li.toplast>a{
	border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;-webkit-border-radius:0 5px 5px 0;}

