﻿/*
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: url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #291B0C;
}
h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: lowercase;
	font-weight: normal;
	color: #549DC7;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}
h1 { font-size: 44px; }


h2 { font-size: 18px; }


h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	/* color: #E58C43; */
}

a:hover {
	background: #CEE7F5;
	text-decoration: underline;
	color: #549DC7;
}

/** LOGO */

#logo {
	width: 1157px;
	height: 285px;
	margin: 6px 350px; 0 auto;
	background: url(images/banner.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	padding-left: 32px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#logo h1 {
	padding-left: 30px;
	padding-top: 160px;
	font-size: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1164px;
	margin: 0 210px 0 58px;
	
}

/* Sidebars */

.sidebar {
	float: left;
	width: 207px;
	margin-top: 0px;
	padding-top: 20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 30px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 0;
}

.sidebar h2 {
	height: 33px;
	margin: 0;
	letter-spacing: normal;
	font-size: 1.4em;
}
/*  ------begin--------- */
/* Sidebar */

#sidebar {
	float: left;
	width: 243px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}

#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px;
	background: #F8DFBB;
}

#sidebar li li {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #FFFFFF;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar li li a {
	font-weight: normal;
}

#sidebar li li a:hover {
}

#sidebar p {
	line-height: 200%;
	padding: 20px 15px 0px 15px;
}

#sidebar h2 {
	height: 30px;
	padding: 5px 0px 0px 15px;
	background: url(images/img04.jpg) no-repeat left top;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;	
	color: #26731F;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #3C2811;
}
/* -----end------- */
/* Sidebar1 */

#sidebar1 {
text-align: left;
padding: 0px 10px 5px 10px;

}

#sidebar1 h2 {
	text-align: left;
	background: url(images/img06.jpg) no-repeat left top;
	padding: 5px 0 0 40px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar1 li li {
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	width: 159px;
	color: #26731F;
}

/* Sidebar2 */

#sidebar2 {
text-align: right;
padding: 0px 10px 5px 10px;

}

#sidebar2 h2 {
	text-align: left;
	background: url(images/img06.jpg) no-repeat left top;
	padding: 5px 0 0 40px;
	font-size: 22px;
}

#sidebar2 h3 {
	text-align: left;
	/* background: url(images/img06.jpg) no-repeat left top; */
	padding: 5px 0 0 40px;
	font-size: 22px;
	color: #26731F;
}

/* Search */

#search {
}

#search form {
	text-align: center;
}

#search #s {
	width: 95%;
	margin-bottom: 10px;
}

#search h2 {
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 0 20px;
}

#calendar caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #CCCC99;
}

#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #CCCC99;
	color: #CCCC99;
}

#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#calendar tfoot td {
	padding: 5px;
	border-top: 1px solid #CCCC99;
}

#calendar tfoot a {
	border: none;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	background: url(images/img06.jpg) no-repeat left top;
	padding: 5px 0 0 40px;
	font-size: 22px;
}

.sidebar #recent-posts ul {
	padding-left: 20px;
	font-size: 12px;
}

.sidebar #recent-posts li {
	border-bottom: 1px dashed #D9EBFF;
	margin-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 641px;
	padding: 0px 5px 0px 50px;
	height: 819px;
}

#content .bgtop {
	/* background: url(images/img02.jpg) no-repeat left top; */
}

#content .bgbtm {
	background: url(images/img04.jpg) no-repeat left bottom;
}

.post {
	/* padding: 200px 25px 10px 25px; */
}

.post .title {
	height: 30px;
	color: #08252E;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 1.4em;
	font-weight: bold;
	color: #26731F;
}

.post h2 {
}

.post .meta {
	margin: 10;
	padding: 0 20px 20px 20px;
	line-height: normal;
}

.post .entry {
	padding: 20px;
}

.post .tags, .post .links {
	margin: 10;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}

.post .tags {
	padding-top: 10px;
	border-top: 1px dashed #D9EBFF;
}

#footer-bgcontent {
	margin: 0;
	padding: 0px;
	height: 70px;
	background: #000000 url(images/img03.jpg) repeat-x left top;
}

#footer {
	width: 920px;
	height: 47px;
	margin: 6px 350px; 0 auto;
	padding-top: 20px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding-right: 30px;
	text-align: left;
	line-height: normal;
	font-size: 10px;
	height: 48px;
}

#footer a {
	color: #F99501;
}


#wrapper {
	margin:0;	
	background: url(images/dogPaw-bg.png) ;
}

/* Header */

#header-wrapper {
	margin: 0px;
	padding: 0px;
}

#header {
	width: 1178px;
	height: 74px;
	margin: 0 325px;
}

/* Menu */

#menu {
	float: left;
	width: 897px;
	height: 50px;
	padding-top: 15px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 25px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #6E831C;
}


#menu .current_page_item a {
	background: #6E831C;
	color: #FFFFFF;
}

#menu .first {
	background: none;
}