/* Canine Partnes of the Rockies CSS */

body {
 	margin: 0;
	padding: 0;
 	border: 0;
 	background: rgb(219,211,195);	
	font-family: lucida grande, veranda, arial, san-serif;
	font-size: medium;
	color: #ccc;
}

.seal {
	padding:20px 0 0 30px;
}
	
img {
	border:0px;
}


/* These be 'da links other than the main navigation */

a {
	font-size: 100%;
 	text-decoration: underline;
 	margin-top: 8px;
 	color:  #cc0000;
	outline: none;
	}

a:visited {
 	text-decoration: underline;
 	margin-top: 8px;
 	color:  #990000;
	}

a:active {
 	text-decoration: underline;
 	margin-top: 8px;
 	color:  #cc0000;
	}

a:hover {
 	text-decoration: none; 
 	margin-top: 8px;
 	color: #fff;
	background: #cc0000;
	}
	
ul.txt {
	list-style:inside;
	font-family:Helvetica, Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:16px;
}

li {
}


/* Paragraph and headdings */

p {
	font-family: arial, veranda, sans-serif;
	font-size: 80%;
 	color: #000;
 	text-align: left;	 
	padding-left: 8px;
	margin: 8px 0 0 0;
 	}
 	
.info p{
	font-family: arial, veranda, sans-serif;
	font-size: 80%;
 	color: #000;	 
	padding: 0;
	margin: 8px 4px 0 20px;
 	} 
 	
p.comment{
	font: arial, veranda, sans-serif;
	font-size: 90%;
	font-style: italic;
 	color: #000;	 
	padding: 0;
	margin: 8px 4px 0 40px;
 	} 	 	

h1 {
	font-family: lucida grande, veranda, arial, san-serif;
	font-size: 110%;
 	font-weight: bold;
	color: #000;
 	text-align: left;
 	margin: 15px 0 15px 0;
	padding: 4px 0 0 8px;
	}
	
/* safari hack */
	html*h1 {
    font: lucida grande, veranda, arial, san-serif;
	font-size: 106%;
 	font-weight: bold;
	color: #022962;
 	text-align: left;
 	margin-top: 0;
	padding-left: 2px;
	}
	
h2 {
	font-family: lucida grande, veranda, arial, san-serif;
	font-size: 90%;
 	font-weight: bold;
	color: #000;
 	text-align: left;
 	margin: 15px 0 15px 0;
	padding: 4px 0 0 8px;
	}

h3 {
	font-family: georgia, times, serif;
	font-size: 95%;
	color: #990000;
 	text-align: left;
 	margin: 0;
 	padding: 24px 0 4px 20px;
	}
	
h3.pro {
	font-family: georgia, times, serif;
	font-size: 95%;
	color: #990000;
	background: #f1f1f1;
 	text-align: left;
 	margin: 20px 0 0 6px;
 	padding: 4px 0 4px 10px;
 	border-top: 1px solid #999;
 	border-bottom: 1px solid #999;
	}	
	
strong, b {
	font-weight: bold;
	}
	
.tiny {
	font-size: 9px;
	line-height: 16px;
 	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
	
hr {
	color:none; 
	background-color:none;
	margin-top:5px;
	border: 1px dotted #f00; 
	border-style: none none dotted; 
}

/*
hr {
	margin-top: 32px;
 	border: 0px;
 	color: #dddddd;
 	}	
*/

/* This be 'da header */

#top {
	width: 800px;
	height: 125px;
 	padding-bottom: 0px;
 	margin-right: auto;
 	margin-left: auto; 	
 	background: transparent url(header.gif) no-repeat;
 	margin-bottom: 0;
 	}

/* Links in the upper right of header */
 	
.top_menu {
	float: right;
	width: auto;
	height: 34px;
 	padding: 0px; 	
 	background: transparent url(header_bar.png) top left no-repeat;
 	margin: 0 29px 0 0;
 	} 
 	
	/* IE6/Win Hack */
* html .top_menu  {
	margin-right: 14px;
	} 	
 	
.top_menu p {
	font-size: 80%;
	width: auto;
	text-align: right;
	font-weight: bold;
 	padding-left: 39px;
 	margin: 8px 0 0 0;
 	} 	
 	
.top_menu a {
	text-decoration: none;
	color: #000;
	padding: 0 12px 0 0;
 	} 
 	
.top_menu a:hover {
	text-decoration: underline;
	color: #000;
	background: none;
 	}
/* This div is the link to home */

.home a:hover{
	width: 80px;
	height: 74px;
	background: transparent;
	}  	 	
 	
.home a {
	display: block;
	text-decoration: none;
	padding: 32px 0 20px 0;
	background: transparent;
	color: transparent;
	margin: 0;
	}
	
.home a:hover {
	background: transparent;
	text-decoration: none;
	color: transparent;
	}  		

.home a:active {
	background: transparent;
	text-decoration: none;
	color: transparent;
	}
	
.home a:visited {
	background: transparent;
	text-decoration: none;
	color: transparent;
	}  	  	


/* This is the doggie above the main navigation */

.dog {
	width: 264px;
	height: 115px;
	position: relative;
	top: 9px;
	left: 40px;
	background: transparent url(dog.gif) bottom right no-repeat;
	z-index: 1000;
	}  	
 	

/* Profile Page pics */ 	

img.profile {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #000;
	}


/* Middle contains main pic area on home page and pic pages with iframes */
	
#middle {
	clear: both;
	width: 800px;
 	padding-bottom: 0px;
 	margin-right: auto;
 	margin-left: auto; 	
 	background: transparent url(background.png);
 	margin-bottom: 0;
 	z-index: 0;
 	}	
 	
#flashcontent {
	width: 725px;
	height: 251px;
	margin: 10px 0 0 38px;
	z-index: 1;
	}

/* iframe for picture pages */
 	
iframe {
	margin: 10px 0 0 36px;
	}


/* Titles wit 'da Paw */

ul {}

li.title {
	font-family: georgia, times, serif;
 	list-style: none;
 	text-align: left;
 	line-height: 170%;
 	padding: 0 0 0 24px;
 	font-size: 130%;
 	margin-top: 2px;
	margin-bottom: -8px;
 	margin-right: 2px;
 	margin-left: -28px;
 	color: #990000;
 	background: url(paw.png) no-repeat 0 7px;
	}
	
li.titlesm {
	font-family: georgia, times, serif;
 	list-style: none;
 	text-align: left;
 	line-height: 180%;
 	padding: 0 0 0 24px;
 	font-size: 90%;
 	margin-top: 2px;
	margin-bottom: -8px;
 	margin-right: 2px;
 	margin-left: -38px;
 	color: #990000;
 	background: url(paw.png) no-repeat 0 3px;
	}

	/* IE6/Win Hack */
* html li.title  {
	margin-top: 10px;
	}


/* Tables, rows and cells */

table {
	font-size: 80%;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	border: 1px #ccc;
	}
	
tr {
	vertical-align: top;
	}

tr.grey {
	background: #f1f1f1;
	}


td {
	border: none;
	}		


/* Wrapper that wraps the entire page */

#main {
 	width: 800px;
 	height: auto;
 	padding: 0;
	margin-right: auto;
 	margin-left: auto;
 	margin-bottom: 0; 	
	text-align: left;
 	background: transparent url(background.png) top right repeat-y;
	}
	

/* Content Area for pages other than Home Page */

#content {
	float: left;
	width: 538px;
	margin: 10px 10px 0 32px;
	background: transparent;
	}	

	/* IE6/Win Hack */
* html #content  {
	margin-left: 16px;
	}


/* Right sidebar with picture */
	
#rightsidebar {
	float: left;
	width: auto;
	margin: 10px 0 0 0;
	background: transparent;
	}		


/* Right sidebar info box under picture */

.info {
	width: 180px;
	height: 200px;
	margin: 10px 0 10px 0;
	padding: 0;
	background: transparent url(left_corner.png) no-repeat top right;
	}
	

/* The following 3 columns are used for the index page */

#col1 {
	float: left;
	width: 220px;
	height: auto;
	margin: 20px 0 10px 26px;
	padding: 0 10px 0 10px;
	background: transparent url(corner.png) no-repeat top right;
	}
	
	/* IE6/Win Hack */
* html #col1  {
	margin-left: 14px;
	}	
	
#col2 {
	float: left;
	width: 220px;
	padding: 0 10px 0 10px;
	margin: 20px 0 10px 6px;
	background: transparent url(corner.png) no-repeat top right;
	}
	
	/* IE6/Win Hack */
* html #col2  {
	margin-left: 5px;
	}	
	
#col3 {
	float: left;
	width: 220px;
	padding: 0 10px 0 10px;
	margin: 20px 0 10px 6px;
	background: transparent url(corner.png) no-repeat top right;
	}
	
	/* IE6/Win Hack */
* html #col3  {
	
	}	
	
	
		
/* Your basic footer */

#footer {
	clear: left;
	width: 800px;
 	margin-top: 0;
 	padding: 10px 0 2px 0;
 	margin-bottom: 0;
 	margin-right: auto;
 	margin-left: auto; 	
 	background: transparent url(footer.png) no-repeat bottom right;
	}
	
#footer  p {
    font-size: 75%;
    text-align: center;
    color:#FFF;
    margin-bottom: 28px;
    } 
    
#footer a {
 	margin-top: 8px;
 	color:  #666;
	outline: none;
	}

#footer a:visited {
 	text-decoration: none;
 	margin-top: 8px;
 	color:  #666;
	}

#footer a:active {
 	text-decoration: none;
 	margin-top: 8px;
 	color:  #666;
	}

#footer a:hover {
 	text-decoration: underline; 
 	margin-top: 8px;
 	color: #fff;
	text-decoration: none;
	padding: 0;
	}    


/* link below footer */

#end {
	clear: both;
 	width: 90px;
	height: 42px;
 	margin-right: auto;
 	margin-left: auto; 	
 	margin-bottom: 0;
 	margin-top: 0;
 	padding: 4px 0 0 56px;
 	background: transparent url(end_pic.png) no-repeat top left;
 	}
 	
    
#end a {
	display: block;
	font-size: 75%;
 	margin-top: 0;
 	padding: 0;
 	color:  #666;
	outline: none;
	}

#end a:hover {
 	color: #fff;
	} 	
 	
/* Navigation */

.chromestyle{
	width: 745px;
	height:30px;
	padding-left:26px;
	padding-right:27px;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	height:30px;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:31px;
	color:#FFF;
	padding: 8px 10px;
	margin-top: 0;
	text-decoration: none;
	border-right: 1px solid #7a0000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #720101; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:16px;
	z-index:100;
	background-color: #af0000;
	width: 180px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	left: 233px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #720101; /*THEME CHANGE HERE*/
	padding-bottom:5px;
	padding-top:4px;
	text-decoration: none;
	font-weight: normal;
	color:#FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #790000;
}
	
 	
