/*
Theme Name: Shaggy Dog Rescue
Theme URI: http://www.houstonshaggydogrescue.org
Description: The Houston Shaggy Dog Rescue theme.
Version: 1.0
Author: Guynor Gomes
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */

body{
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #939495;
	}

h2 {
	font-size: 16px;
	font-weight: normal;
	}

  
a:link, a:visited {
  	color: #939495;
	text-decoration: none;
    }
	
a:hover{
	text-decoration: none;
	color: #333;
	}
	
#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
	}
	
#header{
	float: left;
	width: 800px;
	}
	
#container{
	float: right;
	width: 500px;
	}

#mainnav {
	background: url(/images/header.jpg) no-repeat left;
	margin-left: 0;
	height: 150px;
	padding-left: 200px;
	padding-top: 50px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
    }
  
#mainnav ul {
	padding: 50px 100px 5px;
	text-align: left;
  }
  
 #mainnav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	}
	  
#mainnav li a	{
  	margin-left: 0;
	text-decoration: none;
	border-top: 2px solid;
	padding: 5px 5px;
	}
	
#mainnav li a:hover {
	text-decoration: none;
	border-bottom: 5px solid;
	}
	
.sidebar{
	float: left;
	width: 280px;
	}
	
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 50px;
	}
	
.sidebar h1 {
	height: 280px;
	color: #fff;
	font-size: 9px;
	margin: 0;
	position: relative;
	}
	
.sidebar h1 span{
  	background: url(/images/shaggyfriends.jpg) no-repeat center;
	height: 280px;
	margin: 0;
	width: 280px;
	position: absolute;
	}
	
.sidebar h2 {
	font-size: 14px;
	}
		
#footer{
	clear: both;
	width: 800px;
	}

#kathy {
	clear: left;
	background: url(/images/kathy.jpg) no-repeat center;
	font-size:16px;
	width:320px;
	border-top: 2px solid #39a3dd;
	border-bottom: 2px solid #ccc;
	height: 135px;
	float: left;
	margin: 10px 0px 10px 15px;
	}
	
#kathy h1 {
	font-size: 10px;
	color: #39a3dd;
	font-weight: bold;
	}

#togo {
	width: 200px;
	background: url(/images/daisy.jpg) no-repeat center;
	border-top: 2px solid #f2a536;
	border-bottom: 2px solid #ccc;
	height: 90px;
	font-size:16px;
	margin: 10px 0px 10px 30px;
	float: left;
	}
	
#togo h1{
	font-size: 10px;
	font-weight: bold;
	color: #f2a536;
	}

#line {
	width: 175px;
	border-top: 2px solid #9cbe34;
	border-bottom: 2px solid #ccc;
	height: 95px;
	font-size:16px;
	margin: 10px 0px 10px 0px;
	float: right;
	}
	
#line h1{
	font-size: 10px;
	font-weight: bold;
	color: #9cbe34;
	}