/* CSS Document */

/*** Body and main container ***/
html, body 
{
	margin: 0px;
	padding: 0px;
}
body 
{
	font:normal 62.5% Arial, Helvetica, sans-serif;
	background:#9fb2c5 url(../images/background.jpg);
	color: #000;
	line-height: 2.2em;
}

/*** All headings and versions of ***/
h2
{
	color: #205D72;
	font-size: 1.2em;
	text-align:left;
}
h3
{
	color: #205D72;
	font-size: 1.2em;
	text-align:right;
}
h4
{
	color: #205D72;
	font-size: 1.2em;
	text-align:center;
}
h5
{
	color: #205D72;
	font-size: 1.0em;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px;
}
h5 a:hover
{
	color: #4C5E72
}

/*** Wrapper ***/
#wrapper 
{
	width: 800px;
	margin: auto; 
	padding: 0px;
	text-align: left;
}

/*** Header (Banner) ***/
#header 
{
	width: 100%;
	height: 300px;
	background: /*#A6AFD6*/ url(../images/MinnekaKennelLogo.png) top center no-repeat;
}

/*** Title  (Under Banner containing page name) ***/
#title 
{
	width: 100%;
	height: 79px;
	background:#fff url(../images/title_narrow.jpg) top center no-repeat;
}
#titlep 
{
	color: #fff;
	margin:0px;
	font-size:2.25em;
	letter-spacing:1px;
	padding:28px 0px 0px 200px;
}

/*** Containter for columns ***/
#container 
{
	width: 800px;
	background: #fff;
} 

/*** Left column ***/
#left 
{
	width: 190px;
	height: auto;
	float: left;
	padding:0px;
	margin: 0px;
	font-size:1.4em;
	background:#fff;
}
#leftnav 
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	list-style-image: none;
}
#leftnav li 
{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#leftnav li a:link, #leftnav li a:visited, #leftnav li a:active 
{
	color:#4C5E72;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;	
}
#leftnav li a:hover 
{
	color: #79797D;
	text-decoration: none;
	font-weight: bold;
}

/*** Right column ***/
#right 
{
	width: 600px;
	height: auto;
	float: right;
	padding:0;
	margin: 0px;
	font-size:1.4em;
	background:#fff;
}
#rightp { width: 580px; } 
#columngroup1 { width: 580px; }
#column1 { width: 225px; }
#column2 { width: 25px; }
#column3 { width: 330px; }

#right a:link, #right a:visited, #right a:active 
{
	color:#4C5E72;
	text-decoration:none;
}
#right a:hover 
{
	color: #79797D;
	border-bottom:none;
}
.clear 
{
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}

/*** Footer ***/
#footer 
{
	height: auto;
	padding: 0px;
	margin: 0px;
	font-size:1.1em;
	line-height:130%;
	text-align: right;
	background:#fff;
}
#footer p 
{
	margin: 0px 30px 0px auto;
	padding: 0px;
	color: #000;
}
#footer a:link, #footer a:visited, #footer a:active 
{
	color: #4C5E72;
	text-decoration: none;
	border-bottom: 1px dashed #4C5E72;
}
#footer a:hover 
{
	color: #79797D;
	text-decoration: none;
	border-bottom: none;
} 

/*** Photos ***/
#albumlist 
{
	list-style-type: none;
}
#albumlist li 
{
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#albumlist img 
{
	border: 1px solid #000;
}

/*** Minneka Photos ***/
#albumlistminneka 
{
	list-style-type: none;
}
#albumlistminneka li 
{
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #000;
}
#albumlistminneka img 
{
	display: block;
	border: 1px solid #000;
}

/*** Classes ***/
.center 
{
	color: #000;
	text-align:center
}
.blueleft 
{
	color: #205D72;
	text-align:left;	
	font-weight: bold;
}
.graycenter 
{
	color: #4C5052;
	text-align:center;	
	font-weight: bold;
	}
.picfloatright 
{
	float: right;
	margin: 0px 6px 10px 10px;
} 
div.picfloatright img 
{
	border: 1px solid #666;
}
.albumborder 
{
	border: 1px solid #666;
}
.clear 
{
	clear: both;
}
.caption 
{
	text-align: justify;
	padding: 0px 30px 10px 40px;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color:#808080;
}
.captioncenter 
{
	text-align: center;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color:#808080;
}
.pedigree 
{
	text-align: left;
	font:0.7em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color:#000;
	padding: 0px 0px 0px 0px;
	margin:0px;
}
