/*  
Theme Name: Dogs Around Town
Theme URI: http://www.dogsaroundtown.com/
Description: Dogs Around Town Wordpress Theme.
Version: 1.0
Author: Dustin Pfeifer
Author URI: http://www.dustinpfeifer.com/
*/

* {
	margin:0;
	padding:0;
}

body {
	background:#fff url("images/bgrnd.jpg") repeat-x top;
	width:750px;
	text-align:center;
	margin:0 auto;
	padding:0;
	font:12px lucida grande, arial, sans-serif;
	color:#5d5d5d;
}


/* Layout ==================== */

#container {
	background:#fff url("images/bgrnd_content.jpg") no-repeat top;
	height:715px;
	text-align:left;
}

#masthead {
	height:30px;
	overflow:hidden;
	text-align:right;
	padding:0 59px
}

	#masthead a {
		color:#fff;
	}

#header {
	margin:155px 59px 30px 59px;
	border-bottom:1px solid #dcedfc;
	padding:0 0 20px 0;
}

#content{

}

#left {
	width:402px;
	float:left;
	padding:0 0 0 59px;
}

#right {
	width:192px;
	float:right;
	padding:0 59px 0 0;
	font-size:11px;
	line-height:16px;
	color:#808080;
}

#footer {
	border-top:1px solid #dcedfc;
	padding:20px 0 0 0;
	margin:30px 59px 0 59px;
	font-size:11px;
	color:#808080;
}

.footerleft {
	float:left;
}

.footerright {
	float:right;
}

.picleft {
	float:left;
	margin:0 15px 0 0;
}

.picright {
	float:right;
	margin:0 0 0 15px;
}

/* Navigation ==================== */

.logo {
	float:left;
	margin:0;
}

#nav {
	list-style-type:none;
	float:right;
	margin:10px 0 0 0;
}

#nav li {
	display:inline;
	margin:0 0 0 5px;
}

#nav a {
	color:#2e94eb;
	background:#dcedfc;
	text-decoration:none;
	font-size:12px;
	padding:3px 5px;
}

#nav a:hover, #nav li.current_page_item a {
	background:#2e94eb;
	color:#dcedfc;
}

#sidenav {
	list-style-type:none;
	margin:10px 0 30px 0;
}

#sidenav li {
	display:block;
	margin:0;
	border-bottom:1px solid #dcedfc;
	padding:3px 0;
}

#sidenav a {
	color:#2e94eb;
	text-decoration:none;
	font-size:12px;
}

#sidenav a:hover {
	color:#66b1ef;
}


/* Typography ==================== */

p {
	line-height:18px;
	margin:10px 0;
}

a {
	color:#ff7f00;
}

.more {
	background:url("images/icon_paw.jpg") no-repeat left center;
	padding:0 0 0 20px;
	text-decoration:none;
}

h1 {
	font-size:24px;
	color:#2e94eb;
	font-weight:normal;
	margin:10px 0;
}

h2 {
	font-size:15px;
	color:#ff7f00;
	font-weight:normal;
	margin:10px 0;
}

hr {
	border:1px solid #dcedfc;
	border-width:1px 0 0 0;
	margin:30px 0;
}

#sfstest-page blockquote { 
	padding:10px 0;
	line-height:18px; 
}

#sfstest-page cite { 
	font-style:italic;
	line-height:18px; 
}


/* From Styles ==================== */

#cformsform {
	margin:10px 0;
}

#cformsform ol {
	list-style-type:none;
}

#cformsform input {
	width:70%;
}

#cformsform textarea {
	width:85%;
}

#cformsform input.sendbutton {
	width:20%;
	cursor:pointer;
}

#usermessagea p {
	padding:5px 10px;
}

.success {
	background:#c9f7c9;
	color:#459f2c;
}

.failure {
	background:#f0bfb8;
	color:#aa1d1d;
}

.reqtxt, .emailreqtxt, .cf_hidden, .linklove, .hide {
	display:none;
}

input, textarea {
	border:1px #ccc solid;
	display:block;
	padding:5px;
	margin:5px 0 10px 0px;
}

label {
	display:block;
	font:12px Arial, Verdana, sans-serif;
	padding:5px 0 0 0px;
	color:#2e94eb;
}
	
input:hover, textarea:hover {
	border:1px #ff7f00 solid;
}

input:focus, textarea:focus {
	border:1px #3a535e solid;
}

a.paybutton {
	color:#2e94eb;
	background:#dcedfc;
	text-decoration:none;
	font-size:12px;
	padding:3px 5px;
	margin:10px 0;
	display:block;
	float:left;
}

a:hover.paybutton {
	background:#2e94eb;
	color:#dcedfc;
}


/* Browser Adjustments ==================== */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */