/*
Theme Name: My 960
Description: A Blank Wordpress theme with sidebar.
Author: D
Author URI: http://www.diallohudgins.com
version: 1.0
Tags: two-column, widget-ready,blank
*/

@import url("reset.css");
@import url("960.css");


/***Table of Contents

1: Global
2: Containers
3: Header
4: Topnav
5: Main Navigation
	5a: Drop Downs
6: Content
	6a: Marketing
	6b: Quote
7: Sidebar
8: Footer


***/

/*****************************************
	1: Global
*****************************************/

body {
	color: #000;
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 20px;
	
}

/* added to fix body color on plain pages  JP 10/19/2010 */
body.page {
	color: #000;
	font: normal 14px Arial, Helvetica, sans-serif;
	background: #79879b url(../images/bck_main.jpg) no-repeat top
}

.align_left {
	margin: 0 10px 5px 0;
	float: left;
}

.align_right {
	margin: 0 0 5px 10px;
	float: right;
}

a, a:link {
	color: #393;
}

a:hover {
	color: #03C;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

h1 {
	color: #CC0000;
	font-size: 24px;
}

h1 span {
	color: #999;	
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}


p {
	font: normal 13px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	line-height: 18px;
}

legend {
	font-weight: bold;	
}

/* adjusted the color and added font size and type  KR 10/20/2010 */

#content ol, #content ul {
font: normal 12px Arial, Helvetica, sans-serif;
color: #333333;
	margin-left: 25px;
	margin-bottom: 15px;
}

/* adjusted the color and added font size and type  KR 10/20/2010 */

#content ul li, #content ol li {
font: normal 12px Arial, Helvetica, sans-serif;
color: #333333;
	margin-bottom: 8px;
	list-style-type: disc;
}

#content ol li {
	list-style-type: decimal;
}

#content table {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 0 auto 20px;
	width: 95%;
	position: relative;
}

#content fieldset {
	border: 1px solid #DDD;
	margin: 0 0 20px;
	padding: 10px;	
}

/*****************************************
	2: Containers
*****************************************/

#main_container {
	
}

#header, #nav, #footer {
	width: 960px;
}


/*****************************************
	3: Header
*****************************************/

#header_container {
	width: 100%;
}

#header {
	background: url(../images/bck_dogs.png) no-repeat 420px 0;
	height: 105px;
}

#header a {
	text-decoration: none;	
}

#logo {
}

#logo h1, #logo h1 a {
	background: url(../images/logo.png) no-repeat top left;
	margin: 0;
	width: 300px;
	height: 66px;
	display: block;
	text-indent: -999em;
}

#pet_portal {
	text-decoration: none;
	text-align: center;
	background: #5c7193 url(../images/trans_gradient.png) repeat-x top;
	border: 1px solid #FFF;
	border-top: 0;
	padding: 5px 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: #999 1px 1px 5px;
	-moz-box-shadow: #999 1px 1px 5px;
	box-shadow: #999 1px 1px 5px;
	width: 80px;	
	position: relative;
	left: 800px;
	behavior: url(PIE.htc);	
}

#pet_portal a {
	color: #FFF;
	font: normal 13px Georgia, "Times New Roman", Times, serif;	
}

#pet_portal a:hover {
	color: #FFFFCC;	
}


/*****************************************
	4: TopNav
*****************************************/

#topnav_container {
	background: url(../images/bck_topnav.png) repeat-x left;
	padding: 10px 0;	
}

#topnav, #topnav li {
	position: relative;
}

#topnav ul {
}

#topnav ul, #topnav li {
	float: left;	
}

#topnav li {
	display: inline;
}

#topnav ul a {
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	border-right: 1px solid #a0b58e;
	padding: 0 9px;
	float: left;
	display: block;
	text-decoration: none;
}

#topnav ul .last a {
	border: 0;	
}

/***hover states, on states and drop down parent states***/

#topnav ul a:hover, #topnav ul .on a, #topnav li:hover a { 
}

#topnav a:hover, #topnav .on a {
	color: #ffffcc;
}

#topnav .on a {
	font-weight: bold;	
}

/*****************************************
	5: Main Navigation
*****************************************/

#nav {
	background: #4c5f7a url(../images/bck_nav.png) repeat-x top;
	margin-top: 0;
	clear: both;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: #369 0 -2px 5px;
	-moz-box-shadow: #369 0 -2px 5px;
	box-shadow: #369 0 -2px 5px;
	position: relative;
	behavior: url(PIE.htc);	
}

#nav ul, #nav li {
	float: left;	
}

#nav ul {
	margin-left: 10px;
	clear: both;
}

#nav li {
	position: relative;
}

#nav a {
	color: #FFF;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-right: 1px solid #718096;
	padding:20px 18px;
	display: block;
}

#nav .last a {
	border: 0;	
}

/***hover states, on states and drop down parent states***/
#nav .on a, #nav li:hover a, #nav li a:hover {
	background: #7a995f;
}

/*** 5a: Drop Down ***/
#topnav ul ul, #nav ul ul {
	display: none;
}

#topnav li:hover ul, #nav li:hover ul {
	width:166px;
	display:block; 
	position:absolute;
	top: auto; 
	left: auto; 
	z-index: 1000;
}

#nav li:hover ul {
	left: -10px;
}

#topnav li:hover ul a, #nav li:hover ul a {
	border-bottom: 1px solid #FFF;
	border-right: 0;
	padding: 5px 8px;
	width: 150px;
	display: block;
}

#topnav ul ul a:hover, #nav ul ul a:hover {
	background: #CC0000;
}

/***height from top nav***/
#topnav li:hover ul {
	/*top: 26px;*/
	left: -1px;
	z-index: 700px;
}

#topnav li:hover ul a {
	display: block;
}

/*****************************************
	6: Content
*****************************************/

#content_home, #content, #content_tools{
	background: #FFF;
	padding: 15px 0;
	clear: both;	
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: #369 0 2px 5px;
	-moz-box-shadow: #369 0 2px 5px;
	box-shadow: #369 0 2px 5px;
	position: relative;
	behavior: url(PIE.htc);	
}

/* adjusted the minimum heigth  KR 10/20/2010 */

#content {
	background: #FFF url(../images/bck_conten.png) no-repeat 30px 90%;
	min-height: 600px;
}

/* added to remove dogs from some tool pages  JP 10/19/2010 */
#content_tools {
	background: #FFF;
}

#content_home .align_left {
	background: #e1ebd9;
	border: 1px solid #cbe9b0;
	padding: 8px;
}

#content_home h1, #content h1, #content h2, #content_tools h1, #content_tools h2  {
	color: #86a967;
}

#content_home h1, #content h1, #content_tools h1 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 15px;
	padding: 15px 0 0;	
}

#content h3, #content h4, #content h5, #content h6 {
	color: #999;
}

/*
#content img {
	border: 1px solid #CCC;	
}
*/

#content_home p, #content p, #content_tools p {
	color: #4b4b4b;
	line-height: 24px;
}

#content_home p {
	line-height: 30px;	
}

#content_home #entry, #content #entry, #content_tools #entry {
	margin: 0 10px 15px; 
	overflow: hidden;	
	
}


/*** 6a: Marketing ***/

#marketing_splash {
	width: 270px;
	float: left;
}

#marketing_splash + #entry {
	margin-left: 280px;
}

/******r***********************************
	6: Sidebar
*****************************************/

#side + #entry {
	margin-left: 330px;
	width: 550px;
}

#side {
	margin: 0 10px 0 0;
	float: left;
}

#side dt {
	padding: 5px 0;	
}

#side dt, #side dt a {
	color: #426dab;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

dd a {
	font: bold 12px Arial, Helvetica, sans-serif;	
	padding: 5px 0;
	text-decoration: none;
	display: block;
}

dd.active a {

	color: #333;	
}

#side dt {

	
}

#side dd {

padding: 0 10px;	
}

/* side nav hover color changed by Karen 9/30/10 to to be more visible */


#side a:hover, #side .on a {	
	
	color: #061c56;
}






/*****************************************
	7: Footer
*****************************************/

#sidekicks {
	
}

#side #title, #side #special_offers, #sidekicks #special_offers, #sidekicks #contact_info {
	background: #fbfcff url(../images/bck_sidekicks.png) repeat-x top;
	border: 1px solid #b7cbe9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	position: relative;
	behavior: url(PIE.htc);		
}

#side #title, #side #special_offers {
	margin: 0 0 15px 10px;
	padding: 10px 0;	
}


#side #special_offers, #sidekicks #special_offers, #sidekicks #info, #sidekicks #hours {
	height: 150px;
}

#side #special_offers {
	height: 120px;	
}

#side #special_offers, #sidekicks #special_offers {
	background: url(../images/bck_offers.png) no-repeat bottom right;	
}

#sidekicks #info, #sidekicks #hours {
	background: url(../images/bck_info.png) no-repeat bottom right;	
}

#sidekicks #hours {
	background: url(../images/bck_hours.png) no-repeat bottom right;	
}

#side h6, #sidekicks h6 {
	color: #426dab;	
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	padding-top: 10px;
}

#side dt, #side h6, #sidekicks #special_offers h6, #sidekicks #special_offers p {
	margin-left: 10px;
}

#side p, #sidekicks p {
	font-size: 12px;
	margin-right: 130px;
	line-height: 16px;	
}

#side p {
	margin-left: 10px;
}

#footer {
	color: #FFF;
	padding: 10px 0 20px 0;
	clear: both;
}

#footer p {
	font-size: 11px;	
}

#footer .omega {
	float: right;	
}

#footer ul, #footer li {
	float: left;
}

#footer_links, #footer_links a {
	color: #d0dff5;
	text-align: right;	
}


#slides, #slidephotos {
	height: 280px;
	width: 480px;
}
#slides {
	float: left;
	overflow: hidden;
}




#slides2, #slidephotos2 {
	height: 375px;
	width: 500px;
}
#slides2 {
	float: left;
	overflow: hidden;
}







