/*--- TOC ---*/
/* 	1 reset
	2 text styling
	3 image styling
	4 Logo Masthead
	5 Navigation Tabs
	6 Content Layout
	7 Calendar Styling*/



/* ---------- basic reset ---------- */		

* {
		margin: 0;
		padding: 0;
		}
	
html {
		font-size: 100%;
		}

body {
		font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
		}
			

/* Text Styling */


p {
		font-size: 1.2em;
		line-height: 1.33em;
		margin-bottom: 1em;
		}

a:link {
	color: #3399FF;
}

a:hover {
	color: #CC0000;
}	

a:visited {
	color: #0033FF;
}

a:active {
	color: #CC0000;
}

h1 {
		font-size: 2.5em;
		font-weight:bold;
		color: #CC0000;
		margin-bottom: 19px;
		}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #c00;
	}

ul {
	font-size: 1.2em;
	list-style: none;
	margin-bottom: 1em;
	}
	
ul ul {
	font-size: inherit;
	padding-left: 20px;}	
	
hr {
	display: none;
}
	
.breadcrumbs {
		font-size: 1.2em;
		color: #999;
		margin-bottom: 10px;
		}
		
.content h2 {
		margin-top: 15px;	
}

#sidebar h2 { 
		font-size: 1.1em;
		line-height: 1.33em;
		margin-bottom: 1.33em;
		font-weight: bold;
		color: #666;
		}
		
#sideLinks p {
		padding-bottom: 28px;
}		
		

#contact h2 {
		line-height: 1.5em;
		}
		
#homePage.content h2 {
		font-size: 1.4em;
}		
		
div.section, h2.section, p.section {
	border-top: 1px solid #69f;
	margin-top: 30px;
	padding-top: 5px;	
}


.pTop {
	padding-top: 60px;
}

div.section h2 {
	margin-top: 0;
}

.lgList li{
	margin-top: 10px;
	font-weight: bold;
}
		
h1 .subHead {
	font-size: 16px;	/*---font in pixels---*/
}

.subHeadings {
	color: #C00;
	font-weight: bold;
}

.article h1 {
	font-size: 2.2em;
	margin-bottom: 14px;
	line-height: 1.4em;
}

.article p.subHead {
	color: #666;
	font-weight: bold;
	line-height: 2em;
}

.article p.footer {
	color: #666;
	margin-bottom: 40px;
}

.mBottom20 {
	margin-bottom: 20px;
}

.date {
	font-weight: bold;
	color: #CC0000;
}

.phone {
	color: #FF9900;
}

.noBorder {
	border: 0;
}

.bullet {
	list-style: disc;
}

.cite {
	font-weight: bold;
	color: #666;
	margin-bottom: 40px;
}


/*------ Image styling -------*/


img {
	border: 1px solid #000;
}

#sidebar img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 17px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 17px;
}

img.top {
	margin-top: 5px;
}

.indent {
	margin-left: 15px;
}

.image {
	font-size: 1.1em;
	color: #999;
}

/* Logo masthead */

#masthead {
		background: url(images/nav_bg.gif) repeat-x;
		}

.mainHeading {
		color: #555555;
		position: relative;
		height: 81px;  /*81*/
		width: 355px;
		}

.mainHeading span {
		position: absolute;
		background: url(images/nav_title.gif) 0 0 no-repeat;
		width: 100%;
		height: 100%;
		top: 0;
		}

#logo {
		background: url(images/nav_bluedog.gif) top right no-repeat;
		max-width: 838px;
		min-width: 722px;
		}

/*------- nav tabs -------*/


#navigation	{
		width: 722px;
		height: 32px;
		margin-left: 66px;
		}

#navigation li {
		float: left;
		width: 120px;
		height: 32px;
		background: url(images/nav_tab_rollover.gif) -1px 0 no-repeat;
		
		}

/* adjust background-postions to show properly for first and last tab */

#navigation li:first-child {
		background-position: 0 0;
		width: 121px;
		}

#navigation li:last-child {
		width: 121px;
		}

/* Style nav text */

#navigation a:link, #navigation a:visited {
		font-family: Molengo, helvetica, sans-serif;
		font-size: 16px;
		letter-spacing: .01em;
		color: #6b95ff;
		text-decoration: none;
		text-align: center;
		display: block;
		height: 28px;
		padding-top: 4px;	
		}

#navigation a:hover {
		color: #bd5757;
		}

#homePage #homePageLink a:link, #homePage #homePageLink a:visited {
		background: url(images/nav_tab_rollover.gif) 0 -64px;
		color: #fede58;
		}
		
#aboutPage #aboutLink a:link, #aboutPage #aboutLink a:visited {
		background: url(images/nav_tab_rollover.gif) -1px -64px;
		color: #fede58;
		}		

#dogTrainingPage #dogTrainingLink a:link, #dogTrainingPage #dogTrainingLink a:visited {
		background: url(images/nav_tab_rollover.gif) -1px -64px;
		color: #fede58;
		}
		
#dogWalkingPage #dogWalkingLink a:link, #dogWalkingPage #dogWalkingLink a:visited {
		background: url(images/nav_tab_rollover.gif) -1px -64px;
		color: #fede58;
		}

#dvdsAndBooksPage #dvdsAndBooksLink a:link, #dvdsAndBooksPage #dvdsAndBooksLink a:visited {
		background: url(images/nav_tab_rollover.gif) -1px -64px;
		color: #fede58;
		}

#resourcesPage #resourcesLink a:link, #resourcesPage #resourcesLink a:visited {
		background: url(images/nav_tab_rollover.gif) -1px -64px;
		color: #fede58;
		}						
		
/* Content layout */

.content {
		padding-top: 25px;
		max-width: 876px;
		min-width: 600px;
		min-height: 725px;
		}

#main {
		padding-left: 20px;
		margin-top: 13px;
		margin-left: 186px;
		margin-right: 71px;
		border-left: 1px solid #999;
		}

#sidebar {
		width: 159px;
		padding: 0 14px 0 13px;
		position: absolute;
		top: 139px;
		display: block;
		float: left;
		border-right: 1px solid #999;
		text-align: center;
		}

#contact {
		padding-top: .5em;
		border-top: 1px solid #6699FF;
		border-bottom: 1px solid #6699FF;
		margin-bottom: 1em;
		}

#sideTop  {
		margin-bottom: 0;
		}

#footer {
	border-top: 1px solid #999;
	text-align:center;
	margin:40px 0 21px;
	padding-top: 11px;
	color: #999;
}

#footer p {
	line-height: 1.6em;
	}


#sideLinks p {
		margin-bottom: 10px;
		}
		
a.end {
	padding: 75px 0 12px;
	display: block;
}

.floatLeft {
		float: left;
}

.center {
	display: block;
	margin: 0 auto;
}

object.video {
	margin-bottom: 20px;
}


/*------ calendar styling ------*/

.calendar {
	border: 1px solid #000;
	padding: 0 10px 10px;
	width: 450px;
	margin: 0 auto 20px;
}

.calendar ul {
	list-style-type: none;
}


.calendar li {
	margin-bottom: 10px;
	line-height: 1.3em;
}

.calendar h2 {
	text-align: center;
	padding-bottom: 10px;
}

/*------- clearfix -------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for IE6 */
* html .clearfix {
	height: 1%;
}

/* for IE7 */
*:first-child+html .clearfix {
	min-height: 1px;
}

