/*  
Theme Name: Social Dogs
Theme URI: http://www.landingnet.co.uk
Description: Social Dogs - Dog Walking Services by Phil Rann
Version: 1.0
Author: Matt Parkinson
Author URL: http://www.landingnet.co.uk/

*/

body {
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #000000;
	background:url(http://www.socialdogs.co.uk/wp-content/themes/socialdogs/images/bg-green.jpg) center repeat-y;
}

body h1,h2,h3,h4,h5,h6,blockquote,p,dd,dl,hr,form{
	padding: 0;
	margin: 0;
}

p {
	font-size: 14px;
}

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 0 0 10px 0;	
	line-height: 25px;
}

img{  
	border: #fff 4px solid;
	padding: 3px;
}

a.link{
	
}

a.visted{
	color: #600;
}

a.hover {
	text-decoration: underline;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 Auto;
	width: 955px;
	text-align: left;
	/*background-image: url(http://www.landingnet.co.uk/dev/socialdogs/wp-content/themes/socialdogs/images/bg-wrapper.jpg) repeat-y center;*/
	border-left: 2px solid black;
	border-right: 2px solid black;
	background: #fff;
}

#header{
	width: 950px;
	height: 200px;
	float: left;
	background: url('http://www.socialdogs.co.uk/wp-content/themes/socialdogs/images/header-image.png') no-repeat;	
	margin-left: 7px;
	margin-top: 7px;
}

#container{
	float: left;
	width: 580px;
	margin: 25px 0px 10px 30px;
	padding-top: 15px;
}

.sidebar{
	float: left;
	width: 300px;
	/*background: url(http://www.landingnet.co.uk/dev/socialdogs/wp-content/themes/socialdogs/images/three-dogs.gif);*/
	background-repeat: no-repeat;
	margin: 10px;
	display: inline; /*should fix IE6 bug of double margins*/
	
}


#footer{
	clear: both;
	width: 950px;
	height: 180px;
	padding-top: 10px;
	background: url('http://www.socialdogs.co.uk/wp-content/themes/socialdogs/images/footer-image.png'); 
	background-repeat: no-repeat;
	margin-left: 2px;
}

#footerinfo{
	margin-left: 10px;
}

#footer p{
	line-height: 18px;
}
	
.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #333;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar ul{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0 0px 0 0px;
}

.sidebar ul li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 8px 0px; 
}
.sidebar ul li a{
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px;
	line-height: 26px;
	font-size: 24px;	
	display: block;
background: #669933;
}
.sidebar ul li a:hover{
	background: #532900;
}
.sidebar ul li h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 10px 0px 5px 0px; 
}

.sidebar ul li h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.sidebar ul ul li{
	
}

.sidebar ul ul li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}

div#navmenu {
	margin: 10px 0px 10px 0px;
	text-align: center;
	height: 40px;
	width: 100%;
	clear: both;
	
}

div#navmenu ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 2.5em;
	font-weight: bold;
	color: #336699;
	line-height: 2.5em;
		white-space: nowrap;
	
}

div#navmenu li {
	list-style: none;
	display: inline;

	padding: 0px 0px 0px 0px; 
}

div#navmenu li a {
	text-decoration: none;
	color: #fff;
	padding: 10px; 	
	background: #669933;
}
div#navmenu li a:hover {
	font-weight: bold;
	background: #532900;
}
