/*
Template name: Shades of Gray
Template URI: http://templates.arcsin.se/shades-of-gray-website-template/
Release date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {

	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

longspace {text-indent: 20px;}


html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

#sphoto {
    width: 100%;
    height: auto;
}

#hlogo {
    width: 400px;
    height: 115px;
}


#transport1 {
    width: 100%;
    height: auto;
}

#board1 {
    width: 100%;
    height: auto;
}

#train1 {
    width: 100%;
    height: auto;
}

#groom1 {
    width: 100%;
    height: auto;
}

#vet1 {
    width: 100%;
    height: auto;
}

#show1 {
    width: 100%;
    height: auto;
}

#mphoto {
  
    width: 100%;
    height: auto;
    margin-left:auto; 
    margin-right:auto;
}


body {
	background: #444444 repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

p2 {
	font-size: 1.2em;
	padding-bottom: 0em;
}

p3 {
	font-size: 1.1em;
	padding-bottom: 0em;
}




blockquote {font: bold 1em sans-serif;}



code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #C0C0C0;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 115px;
	text-align: center;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding: 0px;
}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
	background: #444444;
}



.main {
	background: CCCCFF;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 62%;}
.main .right {width: 38%;}

.main .lefti {width: 80%;}
.main .righti {width: 20%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 2px;
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content h4 {
	font-size: 1.5em;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content h2 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.content h5 {
	font: normal 2em sans-serif;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}


.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url(img/nav.gif);}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 20px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}


/* sub-navigation */
.subnav {
	background: CCCCFF;
	
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
		color: white;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}

.subnav a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
	font-size: 1.5em;
}

.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}
.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a, .bottom .right a:hover {color: #888;}
.bottom .right, .bottom .right a {color: #555;}