/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');

* {
padding: 0;
margin: 0;
}
html, body {
	min-height: 100%;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #261B0E;
	background-color: #951217;
	background-image:  url('images/background_paw_prints.gif');
	background-repeat: repeat; 

}

div#top_menu {
	height: 22px;
	background: url('images/new_menu_bg.png');
	width: 760px;

}
div#top_menu ul {
	margin-right: auto;
	margin-left: auto;
	width: 560px;
	list-style-type: none;
}
div#top_menu li {
	margin-left: 30px;
	margin-right: 45px;
	background-color: white;
	text-align: center;
	border-color: #951217;
	border-style: solid;
	border-width: thin;
	width: 75px;
	margin-bottom: 0px;
	margin-top: 0px;
	display: block;
	list-style-type: none;
	float: left;
}
div#top_menu a {
	font-size: 10px;
	color: #57656E;
	text-decoration: none;
	display: block;
	list-style-type: none;
}
div#top_menu a:hover {
	font-size: 10px;
	color: #E69B50;
	text-decoration: none;
	display: block;
	list-style-type: none;
}
div.sidebar ul {
	list-style-type: none;
}
div.sidebar ul li {
	margin-left: 5px;
}
div.sidebar a {
	text-decoration: none;
	font-size: 12px;
	color: #57656E;
	list-style-type: none;
}
div.sidebar a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #E69B50;
	list-style-type: none;
}
div.sidebar h3 {
	font-size: 13px;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #413626;
}
h1  {	margin-left: 0px;	margin-bottom: 5px;	margin-right: 0px;	margin-top: 15px;	font-size: 17px; font-weight: 700; }
h2  { margin-left: 0px; margin-bottom: 5px; margin-right: 0px; margin-top: 15px; font-size: 16px; font-weight: 700; }
h3  { margin-left: 0px; margin-bottom: 5px; margin-right: 0px; margin-top: 15px; font-size: 15px; font-weight: 600; }
h4  { margin-left: 0px; margin-bottom: 5px; margin-right: 0px; margin-top: 15px; font-size: 14px; font-weight: 600; }
h5  { font-size: 12px; font-weight: 600; font-style: italic; }
h6  { font-size: 9px;  font-weight: 600; font-style: italic; }

p { padding: 5px; font-size: 12px; }
.entry-title { font-size: 17px; text-align: center; }

/* Begin Images */
p img {
	padding: 5px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

div.pulloutBoxRight {
	width: 200px;
	float: right;
	margin: 5px 10px 15px 20px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C95F1E;
	background-color: #FFF7DE;
	font-size: 10px;
	line-height: 12px;
}

.signature {
	margin: 22px 0px 0px 40px;
	font-family: 'Tempus Sans ITC','Lucida Calligraphy', 'Bradley Hand ITC', cursive, 'Times New Roman', Times, serif;
	font-size: 18px;
	color: #111060;
}
div#footer p {
	color: #d4d4d4;
	font-size: 8px;
	text-align: center;
}
div#content ul li {  
	margin: 8px 40px 8px 20px;
	font-size: 13px;
	list-style-position: outside;
	/* display: block; causes ns7 to drop enumeration */
	list-style-type: square;
}
div#content ol li {  
	margin: 8px 40px 8px 20px;
	font-size: 13px;
	/* display: block; causes ns7 to drop enumeration */
	list-style-type: none;
}
div#sidenav {
	float: left;
}
.entry-title {
	text-align: left;
}
.entry-date {
	font-size: 12px;
}
.entry-meta {
	background-color: #FFF7DE;
	font-size: 12px;
}
div#comments {
		margin-top: 5px;
		padding: 5px;
		background-color: #FFF7DE;
	}

div#comments p {
		background-color: white;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	background-color: #979797;
	font-weight: normal;
	}
div.serviceDescription {	
	font-size: 12px;	
	border-top: 1px dashed #883333;
	margin: 40px 0px 40px 0px;
	padding: 30px 0px 0px 0px;
}
div.serviceDescription strong {
	color: #951217;
}
div.serviceRate {
	margin: 10px 20px 10px 40px;
}
div.serviceRate strong {
	color: #57656E;
}
