@charset "utf-8";
/* CSS Document */

html, body  {
	margin: 0;
	padding: 0;	
}

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #21506B;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-weight:normal;
	color: #ffffff;
}


h1 { 
	 font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; 
	 margin: 1.5em 0 1em 0; padding: 0;	 
	 text-align:center;
}
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; 
	 margin: 1.5em 0 .5em 0; padding: 0;	 
}
h3 {
	 font-family: Arial, Helvetica, sans-serif; font-size: 1.1em;
	 margin: 1.4em 0 .5em 0; padding: 0;
}



/* --------------- LINKs ------------------ */

a {
	outline:none;	
    text-decoration: underline;	
}
a:link {
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}
a:hover {
    color: #cccccc;
}
a:active {
    color: #cccccc;
}

a img {
	outline:none;
}

/* ------------- Photo gallery ------------------- */

#thumbs {
	list-style:none;
	margin:5px 0;
}

#thumbs li {
	margin:0 0 3px 0;
}


#thumbs .current img {
	/* CSS3 standard */
	opacity:1.0;
	border: 1px solid #fff;
}

#thumbs img {
	outline:none;	
	padding:2px;
	background-color:#fff;
}
#thumbs a img {
	border: 1px solid #ccc;
	/* CSS3 standard */
	opacity:0.5;		
}
#thumbs a:hover img {
	/* CSS3 standard */
	opacity:1.0;	
}
#thumbs a:active img {
	/* CSS3 standard */
	opacity:1.0;
}


/* ---------- Form styles ---------------- */
div.rustycoform {
	border:1px #425f70 solid;
	background-color:#517489; 
}
div.rustycoform label {
	padding-right:8px;
}
div.rustycoform input, div.rustycoform textarea {
	background: #cad2d7 !important;	
	margin-top:.25em;
}
div.rustycoform input {
	line-height:1em;	   
}

div.rustycoform table {
	padding:4px; 
}
div.rustycoform table table {
	padding:0; 
}
div.rustycoform tr, div.rustycoform tr tr {
	text-align:left;
	vertical-align:text-bottom;
}
div.rustycoform th, div.rustycoform td {
	font-weight:normal;
	line-height:1.2em; 
	padding:.5em 0 .75em 0;
}
div.rustycoform td td {
	line-height:1em;
	padding:0 5px 0 0;  	
}

div.rustycoform th.aligncol, div.rustycoform td.aligncol {
	width:115px;
}
div.rustycoform td.spacer {
	height:1em;
	line-height:1em;
}
div.rustycoform div.partindent {
	margin-left:20px;
}
div.rustycoform div.fullindent {
	margin-left:120px;
}



/* ------------- Misc. ------------------- */

.title {
	margin-top:0;
	padding-top:0;
	margin-right:10em;
}

.first {
	margin-top:0;
	padding-top:0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearright {
	clear:right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.menulist a {
	line-height:1.8em;
}

div.doginfo {
	width:100%;
	font-size:.85em;
}

div.doginfo th {
	text-align:left;
	padding-right:10px;
}

.dogpageleftcol {
	width:65%;
	float:left;
}
.dogpagerightcol {
	width:35%;
	float:right;
}

/*  Photos */
div.photos {
	width:515px;
	padding-right:6em;
	margin:0 auto;
}
.photoalert {
	background-color:#FFF;
	border:1px solid #cc0000;
	padding:5px;
	font-weight:bold;
	color:#cc0000;
}
.photoframe {
	padding:5px;
	border: 1px solid #cccccc;
	text-align:center;
	background-color:#ffffff;
}
.photolabel {
	margin-top:3px;
	margin-bottom:3px;	
	font-size:.85em;
	font-weight: normal;
}


.return {
	font-size:.85em;
	font-weight:bold;
	margin-top: 1.5em;
}
.return a:link, .return a:visited {
	text-decoration:none;
}
.return a:hover, .return a:active {
    text-decoration:underline;
	}

/* ------------- Footer ------------------- */
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
    color: #98b2c1;	
	text-align: center;
	vertical-align:top;
	}
.footer a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.footer a:link, .footer a:visited {
    color: #98b2c1;
	}
.footer a:hover {
    color:#ffffff;
	}
.footer a:active {
    color:#009999;
	}
	
/* ------------- Validation ------------------- */

div.validators, div.validators a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:#999999;	
	text-align:center;
	padding:0 0 5px 0;
	}
div.validators a:link, div.validators a:visited {
    color:#999999;	
    text-decoration: none;
	}
div.validators a:hover, div.validators a:active {
    color:#cccccc;
    text-decoration: none;
	}	
	
