/*  
Theme Name: Animal Therapy Center
Theme URI: 
Description: Custom WordPress Theme for Animal Therapy Center
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html, body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #211F1F;
	width: 100%;
	line-height: 20px;
}

#background_full {
	background: url(images/background_full.jpg) repeat-x center top;
}

#background_half {
	background: url(images/background_half.jpg) repeat-x center top;
}

#container_full {
	width: 960px;
	margin: 0px auto;
	position: relative;
	background: url(images/container_full.jpg) top no-repeat;
}

#container_half {
	width: 960px;
	margin: 0px auto;
	position: relative;
	background: url(images/container_half.jpg) top no-repeat;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #82C13F;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #002C59; 
}

p {
	padding-bottom: 20px;
}

h2.green {
	color: #39531F;
	margin-bottom: 15px;
}

h2.white {
	color: white;
	margin-bottom: 15px;
}

.paw li {
	background: transparent url(images/paw.jpg) left no-repeat;
	padding: 0px 0px 0px 18px;
	font-weight: bold;
	list-style-type: none;
}

li.nopaw {
	background: none;
	padding: 0px 0px 0px 18px;
	font-weight: bold;
	list-style-type: none;
}

.paw {
	margin-bottom: 20px;
}

ul, ol {
	padding-left: 20px;
	margin-bottom: 15px;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 3px 10px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 10px 3px 0px;
   display: inline;
   float: left;
}

.rightup {
   padding: 0px;
   margin: -8px 0px 3px 35px;
   display: inline;
   float: right;
}

/* Header ////////////////////////////////////////////////////////// */

#header {
	width: 960px;
	height: 187px;
}

#info_left {
	display: inline;
	float: left;
	width: 480px;
	height: 24px;
	color: white;
	font-size: 12px;
	padding-top: 2px;
}

#info_left a {
	color: #ffffcc;
	text-decoration: none;
}

#info_right {
	float: right;
	text-align: right;
	width: 480px;
	height: 24px;
	color: white;
	font-size: 12px;
	padding-top: 2px;
}

#info_right a {
	color: #ffffcc;
	text-decoration: none;
}

#logo {
	width: 261px;
	height: 161px;
	background: url(images/atc.jpg);
	display: inline;
	float: left;
}

#logo h1 {
	width: 261px;
	height: 161px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

#logo a {
	width: 261px;
	height: 161px;
	display: block;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	width: 416px;
	height: 87px;
	position: relative;
	margin: 0px;
	float: left;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width: 416px;
	height: 87px;
	float: left;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -99999px;	
}

#nav li a {
	border: 0;
	display: block;
	height: 87px;
	background: url(images/nav1.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(images/nav2.jpg);
}

#nav li#welcome a {
	width: 76px;
}
 
#nav li#welcome a:link,
#nav li#welcome a:visited,
#nav li#welcome a:hover {
	background-position: 0px 0px;
}

#nav li#staff a {
	width: 55px;
}

#nav li#staff a:link,
#nav li#staff a:visited,
#nav li#staff a:hover {
	background-position: -76px 0px;
}

#nav li#services a {
	width: 75px;
}

#nav li#services a:link,
#nav li#services a:visited,
#nav li#services a:hover {
	background-position: -131px 0px;
}

#nav li#tour a {
	width: 49px;
}

#nav li#tour a:link,
#nav li#tour a:visited,
#nav li#tour a:hover {
	background-position: -206px 0px;
}

#nav li#directions a {
	width: 87px;
}

#nav li#directions a:link,
#nav li#directions a:visited,
#nav li#directions a:hover {
	background-position: -255px 0px;
}

#nav li#contact a {
	width: 74px;
}

#nav li#contact a:link,
#nav li#contact a:visited,
#nav li#contact a:hover {
	background-position: -342px 0px;
}

/* Home ////////////////////////////////////////////////////////// */

#home_slide {
	position: absolute;
	top: 113px;
	right: 0px;
}

#home_callout {
	width: 960px;
	height: 220px;
	margin-bottom: 60px;
}

#home_callout h3 a {
	background: url(images/newyear_callout.jpg);
	text-indent: -9999px;
	width: 491px;
	height: 220px;
	display: block;
	padding: 0;
	margin: 0;
}

/* Holiday ////////////////////////////////////////////////////////// */

.stocking {
	position: absolute;
	top: 198px;
	left: 449px;
	z-index: 1000;
}

/* Inside ////////////////////////////////////////////////////////// */

#inside_slide {
	position: absolute;
	top: 113px;
	right: 0px;
	background: url(random/rotate.php);
	width: 469px;
	height: 184px;
}

#inside_callout h3 {
	background: url(images/inside_callout.jpg);
	text-indent: -9999px;
	width: 491px;
	height: 110px;
	display: block;
	padding: 0;
	margin: 0 0 60px 0;
}

/* Sidebar ////////////////////////////////////////////////////////// */



/* body ////////////////////////////////////////////////////////// */

#left {
	display: inline;
	float: left;
	margin: 0px 0px 50px 0px;
	width: 630px;
}

#right {
	float: right;
	width: 285px;
	margin: 0px 0px 50px 0px;
}

/* Footer ////////////////////////////////////////////////////////// */

#footer {
	width: 100%;
	height: 150px;
	background: url(images/footer.jpg) top repeat-x;
}

#footer_container {
	width: 960px;
	height: 150px;
	margin: 0px auto;
	background: url(images/footer_blend.jpg) top center no-repeat;
	color: #999999;
	font-size: 12px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

#footer_top_left {
	display: inline;
	float: left;
	width: 450px;
	height: 40px;
	padding-top: 2px;
	color: white;
}

#footer_top_right a,
#footer_top_right a:hover {
	color: white;
}

#footer_top_right {
	float: right;
	width: 450px;
	height: 40px;
	padding-top: 2px;
	text-align: right;
	color: white;
}

#footer_left {
	display: inline;
	float: left;
	width: 200px;
}

#footer_middle {
	float: left;
	width: 415px;
}

#footer_right {
	float: right;
	width: 300px;
}