/* Cordelia Pet CSS by NQ Webdesign www.nqwebdesign.com */


/* -- IMPORTED STYLESHEETS
----------------------------------------------------------------------------------------------------------*/
@import "petcare.css";

/* -- DEFAULT
----------------------------------------------------------------------------------------------------------*/
body
{
	background:#00557D;
}


a:link { color:#00E8FD; text-decoration:none; border-bottom:1px solid #00E8FD;}
a:visited { color:#00E8FD; text-decoration:none; border-bottom:1px dotted #00E8FD;}
a:hover {color:#FFF; border-style:solid; border-color:#FFF;}


a.no-border:link { border:none; }
a.no-border:visited { border:none; }

/* -- LAYOUT
----------------------------------------------------------------------------------------------------------*/

div#header-wrapper, div#footer-wrapper { background:#00557D; }
div#primary-wrapper
{
	background:url(../images/breeding/pattern.gif);
	border-top:8px solid #00668C;
	border-bottom:8px solid #00668C;

}
div#header-wrapper{ background:#00557D url(../images/breeding/header.gif) repeat-x 0 top; }

div#primary { color:#D6E4EA; }
div#footer-content
{
	color:#D6E4EA;
}

div#nav-left
{
	float: left;
	width: 400px;
	padding-bottom: 20px;
}

div#nav-right
{
	float: left;
	text-align: right;
	width: 400px;
	padding-bottom: 20px;	
}

/* -- TYPOGRAPHY > HEADINGS, PARAGRAPHS, LISTS
----------------------------------------------------------------------------------------------------------*/

#primary h1
{
	color:#FFF;
}
#primary h2
{
	color:#00e8fd;

}

#primary h3
{
	color:#FFF;

}


/* -- LINKS
----------------------------------------------------------------------------------------------------------*/

#footer a:link, #footer a:visited
{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
}

#footer a:hover
{
	color:#04484E;
	background:#00E8FD;
	border-bottom-style:solid;
	border-color:#00E8FD;
}

div#footer-info { width:57%; }
div#footer-nav {text-align:right; width:40%; margin:0 0 0 3%; }

/* -- LISTING
----------------------------------------------------------------------------------------------------------*/

.yes, .no
{
	padding: 0 0 0 20px;
}

.yes
{
	background: url(../images/breeding/yes.gif) no-repeat 0 50%;
}

.no
{
	background: url(../images/breeding/no.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
}

/* -- PEDIGREE
----------------------------------------------------------------------------------------------------------*/

#pedigree table
{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#pedigree table td
{
	width:14%;
	padding:5px 2% 5px 4%;
	border: 1px solid #003549;
	background: #00668C;
	vertical-align:middle;
}


#pedigree table td.sire
{
	background:#00668C url(../images/breeding/sire-icon.gif) no-repeat 3px 50%;
}

#pedigree table td.dam
{
	background:#00668C url(../images/breeding/dam-icon.gif) no-repeat 3px 50%;
}


/* -- LISTINGS
----------------------------------------------------------------------------------------------------------*/
table.dog-list
{
	width:100%;
	padding:0;
}

table.dog-list .col-image
{
	width:180px;
	text-align:center;
	padding:18px 10px;
	border-bottom:1px solid #003549;
}

table.dog-list .col-details
{
	width:580px;
	text-align:left;
	padding:18px 10px;
	border-bottom:1px solid #003549;

}

.dog-list dl.table-display
{
	clear:none;
	width: 260px;
	margin-right:10px;
}

.dog-list dl.table-display dt
{
	display:block;
	width: 60px;
	font-weight: bold;
	clear:left;
	padding:0;
	border:none;
}

dl.table-display dd
{
	display:block;
	float: left;
	width:200px;
	padding:0;
	border:none;
	text-align:left;
}

.tabular-data td
{
	border-bottom: none;
	padding-bottom: 18px;
}


/* -- MISC.
----------------------------------------------------------------------------------------------------------*/
.photo-gallery-border
{
	border:1px solid #003549; background:#00668C; padding:5px;
}

.img-border
{
	border:1px solid #003549; background:#00668C; padding:7px;
}

.img-float-right
{
	border:1px solid #003549; background:#00668C; padding:7px;
}

.img-float-left
{
	border:1px solid #003549; background:#00668C; padding:7px;
}

body#page-dog p
{
	font-weight: normal;
}

body#page-listings #content, body#page-search #content
{
	width:850px;
}

div#search-box ul
{
	list-style: none;
	margin-left: 0;
}

div#search-box li
{
	display: inline;
}