﻿/*
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: #000000 url(images/img01.jpg) repeat left top;   */	font-size: 14px;
	text-align: justify;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #999999;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: left;
	line-height: normal;
}
ul {
	margin-left: 40px;
}
ul li {
	
}
a:link {
	color: #0823DC;
}

a:hover, a:active {
	text-decoration: none;
	color: #0823DC;
}

a:visited {
	color: #0823DC;
}

img {
	border: none;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: 0;
	padding: 0;
	height: 350px;
	background: url(images/img02.jpg) repeat-x left top;
	background-image: url('images/gradient.jpg');
}

/* Header */

#header {
	width: 810px;
	margin: 0 auto;
	height: 75px;
}

/* Menu */

#menu {
	float: left;
	width: 810px;
	height: 60px;
	background: url(images/img03.jpg) no-repeat left top;
	background-image: url('images/menu_bottom.jpg');
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(images/img06.jpg) no-repeat left 50%;
	background-image: url('images/paw.jpg');
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 26px 12px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	color: #0823DC;
}

#menu a:hover { 
	text-decoration: none; 
	color: #59CA0F;
}

/** LOGO */

#logo {
	width: 810px;
	height: 260px;
	margin: 0 auto;
	background: url('images/banner2.jpg') no-repeat left;
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 186px 0 0 36px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #Ea00af;
}

#logo p a:hover { text-decoration: underline; }


/* Page */

#page {
	background: #FFFFFF;
	width: 810px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 520px;
	margin-top: 15px;
}

/* Post */

.post {
	padding: 15px 0px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	width: 520px;
	height: 60px;
	padding: 20px 0 0 15px;
	background: url('images/rnd_rect2.jpg') no-repeat left top;
	font-size: 24px;
}

.post h2 {
	width: 520px;
	height: 60px;
	padding: 20px 0 0 15px;
	background: url('images/rnd_rect2.jpg') no-repeat left top;
	font-size: 22px;
}

.post .entry {
	padding: 0 15px;
	font-size: 14px;
}
.post .entryphoto {
	padding: 0 15px;
	font-size: 14px;
	width: 300px;
	float: left;
	margin-bottom: 12px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	line-height: 20px;
	padding-left: 25px;
}
#sidebar ul li ul {
	line-height:normal;
}
#sidebar h2 {
	width: 250px;
	height: 60px;
	padding: 8px 0 0 25px;
	background: url('images/rnd_rect1a.jpg') no-repeat left
top;
	font-size: 20px;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 810px;
	height: 60px;
	margin: 0 auto;
	background: url('images/footer.jpg') no-repeat left
top;
}

#footer {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 14px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #000000;
}

#legal a {
	color: #4BC40B;
}
a.hugginslink {
	font-size: 11px;
	margin-left: 40px;
}
#emailform {
	width: 502px;
	margin-top: 40px;
}
#emailform label {
	margin-right: 10px;
	padding-right: 10px;
	width: 160px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
#emailform #button_row {
	margin-left: 176px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.bigtext {
	font-size: 20px;
}
.align_top {
	vertical-align: top;
}
.icon {
	float: left;
	margin-right: 12px;
}
#contact {
	margin-left: 40px;
}
h5 {
	text-decoration: underline;
	font-size: 16px;
}
#testimonial2 {
	padding: 0 4px 1px 16px;
	background: url('images/l_quote.gif') no-repeat scroll left
top;
	font-family: "lucida grande",arial,sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
}
.photo {
	background-image: url('images/dog_bandage.jpg');
	background-repeat: no-repeat;
	background-position: right;
}