/*   
  Theme Name: Dealing with Dogs
  Description: Custom Theme for Dealing with Dogs
  Author: Josh Salverda
  Author URI: www.JoshSalverda.com
  Version: 0.1
*/

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  background-color: #0a1e7f;
  color: #000;
}

a {
  outline: none;
}

h2, h3 {
  margin: 0;
  padding-bottom: 10px;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

p, li {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  line-height: 150%;
}
/*
#header,
#topNav span.left,
#footer span.left,
#topNav span.right,
#footer span.right,
#topNav ul,
#features li,
#features li a span.bottom-left,
span.bottom-left,
span.bottom-right,
span.top-left,
span.top-right {
  background-color: transparet;
  background-image: url('images/site_texture.gif');
  background-repeat: no-repeat;
}
*/
#container {
  margin: 0 auto;
  /*width: 70%;*/
  width: 900px;
  /*min-width: 780px;*/
}

#header {
  position: relative;
  height: 106px;
  background: url('images/header.gif') no-repeat;
  /*background-position: 0 0;*/
  margin-bottom: 20px;
}

/*#logo {
  position: relative;
  top: 10px;
  left: 20px;
  height: 75px;
  width: 178px;
  background: url('images/logo.gif') no-repeat;
}*/
/*
#headerContent {
  height: 106px;
  width: 99%;
  background: url('images/header_bg.png') repeat-x;
}

#header span.left {
  position: absolute;
  top: 0;
  left: 0;
  height: 106px;
  width: 14px;
  background: url('images/header_left.png') no-repeat;
}

#header span.right {
  position: absolute;
  top: 0;
  right: 0;
  height: 106px;
  width: 14px;
  background: url('images/header_right.png') no-repeat;
}
*/
#header form {
  position: absolute;
  top: 10px;
  right: 10px;
}

#header form#search input.submit {
  width: 40px;
}

#topNav {
  position: relative;
  margin: 0 0 20px 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
  height: 36px;
}

#topNav span.left,
#footer span.left {
  position: absolute;
  top: 0;
  left: 0px;
  height: 36px;
  width: 12px;
  background: url('images/menu_left.png') no-repeat;
  /*background-position: 0 -156px;*/
}

#topNav span.right,
#footer span.right {
  position: absolute;
  top: 0;
  right: 0px;
  height: 36px;
  width: 12px;
  background: url('images/menu_right.png') no-repeat;
  /*background-position: -62px -156px*/
}

#topNav ul {
  margin: 0;
  padding: 0;
  height: 36px;
  width: 99%;
  background: #fff url('images/menu_bg.png') repeat-x;
  /*background-color: #fff;
  background-position: 0 -242px;
  background-repeat: repeat-x;*/
  list-style: none;
}

#topNav ul li {
  display: inline;
}

#topNav ul li a {
  display: inline-block;
  color: #000;
  font-size: 1.1em;
  text-decoration: none;
  width: auto;
  line-height: 30px;
  padding: 0 15px;
}

body.home #topNav li a.home,
body.about_us #topNav li a.about_us,
body.classes #topNav li a.classes,
body.faq #topNav li a.faq,
body.training #topNav li a.training,
body.awards #topNav li a.awards,
body.contact_us #topNav li a.contact_us,
#topNav ul li a:hover {
  background: #939bc5;
  color: #fff;
}

#features {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#features li {
  position: relative;
  height: 170px;
  width: 286px;
  margin-right: 20px;
  padding: 0;
  background: #fff url('images/content_left.png') top left repeat-y;
  /*background-color: #fff;
  background-position: -128px -328px;
  background-repeat: repeat-x;*/
  float: left;
  overflow: hidden;
}

#features li p {
  height: 110px;
}

#features li.middle p {
  text-align: center;
}

#features li.last p {
  text-align: right;
  margin-right: 4px;
}

#features li.last {
  margin-right: 0;
  background: #fff url('images/content_right.png') top right repeat-y;
}

#features li a span.bottom-left {
  background: url('images/features_bottom_left.png');
  z-index: 10;
  bottom: -2px;
}

#features li a:hover span.bottom-left {
  background: url('images/features_bottom_left_hover.png');
}

#features li a span.bottom-right {
  background: url('images/features_bottom_right.png');
  right: 2px;
  z-index: 10;
  bottom: -2px;
}

#features li a:hover span.bottom-right {
  background: url('images/features_bottom_right_hover.png');
}

/*#features li a background: url('images/content_bottom.png') repeat-x 0 0;*/

#features li img {
  height: 110px;
  /*padding: 0 10px;*/
}

#features li a {
  position: relative;
  height: 40px;
  padding: 7px 10px 13px 10px;
  display: block;
  /*background: #939bc5;*/
  background: #939bc5 url('images/content_left.png') top left repeat-y;
  text-decoration: none;
}

#features li a p,
#features li.middle a p,
#features li.last a p {
  height: auto;
  text-align: left;
}

#features li.last a {
  background: #939bc5 url('images/content_right.png') top right repeat-y;
}

#features li a:hover {
  background-color: #6f77a2;
}

#features li h2 {
  margin: 0;
  padding: 0 0 5px 5px;
  color: #fff;
  font-size: 1.1em;
}

#features li p {
  margin: 0;
  padding: 0 0 0 5px;
  color: #131328;
}

span.bottom-left,
span.bottom-right {
  position: absolute;
  bottom: 0;
  width: 16;
  height: 16px;
}

span.bottom-left {
  left: 0;
  background: url('images/features_bottom_left.png') no-repeat 0 0;
  /*background-position: -64px -388px;*/
}

span.bottom-right {
  right: 0;
  background: url('images/features_bottom_right.png') no-repeat 0 0;
  /*background-position: 0 -388px;*/
}

span.top-left,
span.top-right {
  position: absolute;
  top: 0;
  height: 10px;
  width: 14px;
}

span.top-left {
  left: 0;
  background: url('images/content_top_left.png') no-repeat 0 0;
  /*background-position: 0 -328px;*/
}

span.top-right {
  right: 0;
  background: url('images/content_top_right.png') no-repeat 0 0;
  /*background-position: -64px -328px;*/
}

#leftMenu {
  position: relative;
  width: 150px;
  float: left;
  background: #fff;
  margin-bottom: 20px;
  background: #fff url('images/content_left.png') repeat-y top left;
  /*background-position: -128px -328px;
  background-repeat: repeat-x;*/
}

#leftMenu ul {
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  background: url('images/content_right.png') repeat-y top right;
}

#leftMenu li {
  display: block;
}

#leftMenu li a {
  line-height: 20px;
  color: #0A1E7F;
}

#leftMenu li a:hover {
  color: #000000;
}

#rightContent {
  position: relative;
  margin: 0 0 20px 170px;
  zoom: 1;
  background: #fff url('images/content_left.png') repeat-y top left;
}

#content {
  position: relative;
  margin-bottom: 20px;
  zoom: 1;
  height: 90%;
  background: #fff url('images/content_left.png') repeat-y top left;
}

#main-content {
  padding: 1em 1.4em;
  background: url('images/content_right.png') repeat-y top right;
}

body.about_us #main-content {
  overflow: hidden;
}

body.about_us #main-content img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

#map {
  height: 350px;
  width: 450px;
}

span.bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 6px;
  font-size: 0;
  background: url('images/content_bottom.png') repeat-x 0 0;
}

span.bottom-left,
span.bottom-right {
  position: absolute;
  bottom: -1px;
  height: 16px;
  width: 14px;
}

span.bottom-left {
  left: 0;
  background: url('images/content_bottom_left.png') no-repeat 0 0;
}

span.bottom-right {
  right: 0;
  background: url('images/content_bottom_right.png') no-repeat 0 0;
}

table.schedule {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.schedule th,
table.schedule td {
  border: 2px inset #000000;
}

table.schedule th.title {
  font-size: 1.3em;
  padding: 5px 0;
}

table.schedule th {
  padding: 5px;
  font-size: 1em;
}

table.schedule td {
  padding: 5px;
}

form#registration {
  margin: 0;
  padding: 0;
  /*width: 380px;*/
  width: 100%;
}

form#registration p.error {
  color: #FF0000
}

form#registration ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

form#registration ul li {
  width: 360px;
}

form#registration ul ul {
  padding-left: 15px;
}

form#registration input {
  width: 360px;
}

form#registration input.auto {
  width: auto;
}

#footer {
  position: relative;
  height: 36px;
  line-height: 30px;
  margin-bottom: 20px;
  clear: both;
}

#footerContent {
  width: 99%;
  height: 36px;
  background: #fff url('images/menu_bg.png') repeat-x;
}

#footerContent span {
  float: left;
  margin: 0 0 0 11px;
}

#footerContent ul {
  margin: 0 10px 0 0;
  padding: 0;
  float: right;
}

#footerContent ul li {
  display: inline;
}

#footerContent li a {
  color: #000;
  text-decoration: none;
  line-height: 30px;
}

body.sitemap #footerContent li a.sitemap,
body.privacy_policy #footerContent li a.privacy_policy,
body.our_guarantee #footerContent li a.our_guarantee,
#footerContent li a:hover {
  text-decoration: underline;
}



/*
#events_calendar {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 630px;
  overflow: hidden;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #000;
}

#events_calendar li {
  width: 89px;
  float: left;
  border-right: 1px solid #C3D9FF;
  overflow: visible;
}

#events_calendar li.first {
  clear: left;
}

#events_calendar li.last {
  border-color: #000;
}

#events_calendar li.prev p {
  background: #E5E5E5;
}

#events_calendar li a {
  display: block;
  white-space: nowrap;
}

#events_calendar li p {
  margin: 0;
  padding: 0;
  display: block;
  height: 14px;
  line-height: 14px;
  font-size: 9px;
  text-align: right;
  padding-right: 5px;
  background: #E8EEF7;
}
*/


#events_calendar {
  width: 100%;
/*  border-collapse: collapse;*/
}

#events_calendar td {
  margin: 0;
  padding: 0;
  border: 1px solid #000;
}

#events_calendar tr.months th {
  font-size: 12px;
}

#events_calendar tr.months th a {
  color: #0A1E7F;
}

#events_calendar tr.months th a:hover {
  color: #000;
}

#events_calendar col {
  width: 14.2%;
}

#events_calendar th {
  background: #C3D9FF;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  width: 14.2%;
}

#events_calendar tr {
	/*border-collapse: collapse;*/
}

#events_calendar td {
  text-align: right;
  border: 1px solid #C3D9FF;
  padding: 0;
  vertical-align: top;
  width: 14.2%;
  background: #FFF;
}

#events_calendar td div {
  min-height: 54px;
  height: auto !important;
  height: 54px;
}

#events_calendar td.today {
  border: 1px solid #FF0000;
}

#events_calendar td span,
#events_calendar td p {
  margin: 0;
  padding: 2px 0;
}

#events_calendar td span,
#events_calendar td p {
  display: block;
  height: 12px;
  line-height: 12px;
  font-size: 9px;
  padding-right: 5px;
}

#events_calendar td span {
  background: #E8EEF7;
}

#events_calendar td p {
  background: #E5E5E5;
}

#events_calendar td table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
/*
#events_calendar td td {
  border-width: 1px 0 0 1px;
  height: auto;
}

#events_calendar td td.event {
  border: 0;
}
*/
#events_calendar td a {
  display: block;
  background: #668CD9;
  text-align: left;
  padding: 2px 5px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #FFF;
  font-size: 11px;
	border-bottom: 1px solid #FFF;  
}

#events_calendar td a:hover {
  background: #446AB7;
}
