/* CSS Document */

/* GLOBAL STYLES */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #b2afa8;
}
a {
	color: #598856;
}
a:hover {
	color: #17370f;
}
/* END OF GLOBAL STYLES */


#wrapper {
	width: 770px;
	margin: 10px auto;
	background: #ffffff url(../images/css/wrapper_bg.gif) repeat-y top left;
}


/* HEADER STYLES */
#header {
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	margin: 0 10px;
}
#header img {
	display: block;
	border: none;
	border-bottom: 4px solid #ffffff;
}
#header p {
	background-color: #e2e6e1;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 3px 7px;
}
/* END OF HEADER STYLES */

/* SIDEBAR STYLES */
#sidebar {
	width: 165px;
	float: left;
	margin-left: 10px;
	border-top: 37px solid #e1e1e3;
}
#sidebar img {
	display: block;
	border-bottom: 1px solid #ffffff;
}
/* END OF SIDEBAR STYLES */

/* NAV STYLES */
#sidebar ul {
	list-style: none;
	border-top: 3px solid #ffffff;
}
#sidebar li {
	border-bottom: 3px solid #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}
#sidebar li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 4px 10px;
	background-color: #f3f3f3;
}
#sidebar li a:hover {
	background-color: #eaea79;
}
/* You are here auto select styling */
body#home a#homeLink,
body#aboutUs a#aboutUsLink,
body#aboutShire a#aboutShireLink,
body#help a#helpLink,
body#centre a#centreLink,
body#shows a#showsLink,
body#registration a#registrationLink,
body#sale a#saleLink,
body#services a#servicesLink {
	background-color: #eaea79;
}
#nav li a:hover {
	background-color: #e86f41;
}
/* END OF NAV STYLES */


/* CONTENT STYLES */
#main {
	clear: both;
}
#content {
	float: right;
	width: 570px;
	min-height: 390px;
	margin-right: 10px;
	margin-bottom: 30px;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	font-style: italic;
	color: #17370f;
	margin-bottom: 0.5em;
}
#content h1+p {
	margin-top: 2em;
}
#content h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #17370f;
	margin-bottom: 1em;
	margin-top: 1.5em;
	line-height: 1.5em;
}
#content p+h3 {
	margin-top: 1.8em;
}
#content p.buffer {
	margin-top: 50px;
}
#home #content p.buffer {
	margin-top: 30px;
}
#content ul+h3 {
	margin-top: 3em;
}
#content h3 {
	color: #17370f;
	font-size: 1.2em;
	border-bottom: 1px solid #e2e6e1;
	margin-right: 5px;
	margin-bottom: 0.3em;
}
#home #content h3 {
	font-size: 1.4em;
}
#home #content h3 {
	font-size: 1.4em;
}
#content p {
	margin-bottom: 1em;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#content ol {
	list-style: decimal;
	margin: 0 0 2em 25px;
	font-size: 1.1em;
}

#content ul {
	margin: 0 0 2em 25px;
	font-size: 1.1em;
}
#content li {
	margin: 0 0 1em 0;
}
#content li.nobullet {
	background: none;
}
#content li ul {
	list-style: none;
	margin: 0 0 0 5px;
}
#content li ul li {
	font-size: 0.9em;
	margin: 0 0 0.7em 0;
	background: url(../images/css/bullet2.gif) no-repeat left center;
}

#content dl {
	float: left;
	margin-bottom: 2.5em;
	border-bottom: 1px solid #e0e1e0;
}
#content dt {
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	clear: left;
	width: 200px;
	margin-bottom: 0.5em;
	border-top: 1px solid #e0e1e0;
	padding-top: 5px;
}
#content dd {
	font-size: 1.1em;
	float: left;
	width: 355px;
	margin-bottom: 0.5em;
	border-top: 1px solid #e0e1e0;
	padding-left: 15px;
	padding-top: 5px;
}
#content #contact dl, #content #officials dl {
	width: 370px;
	margin-top: 2em;
}
#content #contact dt {
	width: 170px;
}
#content #contact dd {
	width: 185px;
}
#content #officials dt {
	width: 220px;
}
#content #officials dd {
	width: 135px;
}
#content address {
	font-size: 1.1em;
	margin: 2em 0 1em 0;
	line-height: 1.5em;
	color: #17370f;
}
#content dl+p, #content dl+h2 {
	clear: both;
}
#content table {
	border-collapse:collapse;
	margin-bottom: 2em;
	width: 100%;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}
#content th {
	border: 1px solid #000000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 6px;
}
#content td {
	border: 1px solid #000000;
	font-size: 1.1em;
	padding: 4px 6px;
	text-align: center;
}
#content td:first-child {
	text-align: left;
}
#content .classification {
	background-color: #d4d8a8;
}
#content .members {
	background-color: #f3f3f3;
}
#content .non-members {
	background-color: #e2e6e1;
}
#content .breedTitle {
	width: 25%;
}
#content .breedInfo {
	width: 75%;
}
#content .pic {
	width: 15%;
}
#content .heading {
	width: 15%;
}
#content .info {
	width: 70%;
}
#sale #content td img {
	float: none;
	margin: 3px 0 10px 0;
	border: none;
}
#content #breed th, #content #breed td {
	border: none;
	border-top: 1px solid #e0e1e0;
	border-bottom: 1px solid #e0e1e0;
	text-align: left;
	padding: 6px;
	vertical-align: top;
}
#content #breed h2 {
	margin-top: 3em;
}
#sale #content table {
	margin-bottom: 40px;
}
#sale #content th, #sale #content td {
	text-align: left;
	vertical-align: top;
}

#content img {
	float: right;
	clear: both;
	margin: 0 0 10px 15px;
}
#content td img {
	margin: 0 0 0 15px;
	border: none;
}

#content .picNote {
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 15px;
}

/* END OF CONTENT STYLES */


#breadcrumbs p {
	color: #e1e1e3;
	font-size: 1em;
	margin: 0 0 0.1em 0;
}
#breadcrumbs a {
	color: #e1e1e3;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #d4d8a8;
	text-decoration: underline;
}
#breadcrumbs .divider {
	color: #e76f41;
}



#content #subMenu {
	float: right;
	width: 180px;
	margin: 0 0 10px 15px;
	padding: 0;
}
#content #subMenu h3 {
	background-color: #d4d8a8;
	color: #a0aa80;
	font-size: 1em;
	padding: 3px 10px;
	margin: 0 0 3px 0;
	border: none;
}
#content #subMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 20px solid #ecede3;
}
#content #subMenu li {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#content #subMenu li a {
	display: block;
	background-color: #f2f2f2;
	color: #616161;
	text-decoration: none;
	border-bottom: 1px solid #c2c2c2;
	padding: 4px 10px;
}
#content #subMenu li a.subMenuOn {
	background-color: #ecec9d;
}
#content #subMenu li a:hover{
	background-color: #ecec9d;
}

#content #news, #content #sale {
	float: right;
	width: 180px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background-color: #f2f2f2;
	border-left: 15px solid #ffffff;
}
#content #sale {
	clear: right;
}
#content #news h3, #content #sale h3  {
	color: #a1ab9f;
	font-size: 1.2em;
	padding: 5px 8px 0 8px;
	margin: 0;
	border: none;
	text-transform: uppercase;
}
#content #news h4, #content #sale h4 {
	font-size: 1em;
	font-weight: bold;
	color: #17370f;
	margin: 1em 8px 0.4em 8px;
	padding-top: 0.4em;
	border-top: 1px solid #c2c2c2;
}
#content #news h3+h4, #content #sale h3+h4 {
	border-top: none;
	padding-top: 0;
}
#content #news p, #content #sale p {
	font-size: 1em;
	margin: 0 8px 0.4em 8px;
	line-height: 1.3em;
}

#sale #content table p {
	font-size: 1em;
	margin-bottom: 0.5em;
}
#content .attention {
	font-size: 1.4em;
}
#content .noFloat {
	float: none;
}
#content h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.1em;
}
#content h3+.affiliated {
	margin-top: 1.5em;
}
#content .affiliated+h3 {
	margin-top: 2em;
}
#content .affiliated {
	margin-bottom: 1.5em;
}
#content .affiliated p {
	margin: 0;
	margin-bottom: 0.1em;
}

/* FOOTER STYLES */
#footer {
	clear: both;
	margin: 0 10px;
	border-bottom: 10px solid #ffffff;
	min-height: 2em;
}
#footer p {
	float: left;
	margin: 4px 0 0 10px;
	
}
#footer p.copyright {
	float: right;
	color: #666666;
}
#footer a {
	color: #284022;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* END OF FOOTER STYLES */
