/*
Theme Name: Custom Theme
Author: Kussner IT
Description: Custom theme built just for this site.
Version: 1.0
Author URI: http://www.kussner.com/
*/

/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
fieldset, img, abbr, acronym {
	border:0;
}
/* END RESET */

img#wpstats {
	display:none
}
body {
	background-image: url(images/body-background.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 870px;
	background-color: #FFF;
	padding: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#logo {
	background-image: url(images/newport-pet-sitting-logo.gif);
	height: 83px;
	width: 870px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	background-color: #F8F3CD;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #efe8c2;
}
#logo span {
	display: none;
}
#navigation {
	background-color: #b3c347;
	height: 45px;
	line-height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#navigation li {
	display: inline;
}
#navigation li a {
	background-image:url(images/navigation-vr.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	height:44px;
	padding-left:1em;
	padding-right:1em;
	text-decoration:none;
	text-transform:uppercase;
}
#navigation li a:hover {
	color: #5793CF;
}
#content {
	width: 570px;
	float: left;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b6b5b5;
	margin-bottom: 10px;
	list-style-position: inside;
}
#sidebar {
	background-image:url(images/gradient.png);
	background-repeat:repeat-x;
	border-top:1px solid #CCCCCC;
	float:right;
	min-height:200px;
	padding:10px;
	width:259px;
}
#footer {
	clear: both;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-color: #f2f0f1;
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-size: .8em;
	color: #666;
}
.clear {
	clear: both;
}

#sidebar ul li {list-style-type: none;}
#sidebar ul li ul li {list-style-type: disc; list-style-position: inside;}

#content h1 {
	color:#59AADA;
	font-size:1.4em;
}
#content  h2 {
	font-size:1em;
	font-style:italic;
	font-weight:lighter;
}
#content p, #content li {font-size:0.8em;}
#content li, #sidebar ul ul {margin-left: 1em;}
.screen-reader-text {display: none;}

#sidebar h2 {color: #a8b54c;font-size:1em;}
#sidebar li {}
