/* ------------------------------------------------------------------
	MAIN STYLESHEET
	
	Project: Walnut Hill
	Created: 2010-05-05
	Created by: RKD Web Studios info@rkd.ca
	
------------------------------------------------------------------- */

html { 
	overflow-y: scroll; 
	height: 100%;
	}

body {
	background: #FFF;  
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	}
	
	.BodyStyle { 
		color: #4473b32;
		background: url(../../images/main-bg.gif) top center no-repeat #473b32;
		}

img, form { 
	margin: 0;
	padding: 0;
	border: 0;
	}

:focus { outline: none; } 

.clear { clear: both; } 

.fleft {float: left;}

.align-center {text-align: center;}


/* ---------------------
	GLOBAL STYLES - style as necessary
--------------------- */

p, td, div { 
	font-size: 12px;
	line-height: 20px;
	}

strong, b {
	font-weight: bold;
	color: #3B312A;
	}

em, i {
	font-style: italic;
	}

h1 { 
	font-size: 22px;
	}
h2 {
	font-size: 16px;
	}
h3 {
	font-size: 14px;
	}
	h3 + p {margin-top: -20px;}
	
hr {clear: both; margin: 20px 0;}
	
.splash {
	background:url(../../images/splash-image.gif) top left no-repeat; 
	width:822px; 
	height:650px; 
	margin:80px auto 10px;}

.splash ul {
	margin:auto;
	padding:570px 0 0 0;
	list-style:none;
	width:778px;
	}
	
	.splash ul li {
		float:left;
		padding:0;
		margin:0;}
	
#menu {
	margin:100px 0 0 0;
	list-style:none;	
	}
	.GalleryLink {opacity: 0.85;}

#content {
	width:810px;
	background:#000;
	margin:90px auto 0;
	padding:5px;
	overflow: hidden;
	}
	
	#content-left {
	width:242px;
	background:#2f2923 url(../../images/content-left-bg.jpg) top left no-repeat;
	float:left;
	margin:0;
	padding:0;
	margin-bottom: -3000px; padding-bottom: 3000px; /*for Long Columns*/
	}
	
	#content-right {
	width:567px;
	background:#FFF;
	float:left;
	margin:0;
	padding:0;
	margin-bottom: -2000px; padding-bottom: 2000px; /*for Long Columns*/
	}
	
	#content-right p {
	/*padding:5px 10px 0 10px;*/
	padding-top: 5px;
	}
	.main-content {
		padding: 10px;
		}
		.Pedigree {margin-bottom: 40px;}
	
#content-right a:link { color: #453B31; text-decoration: underline;}
#content-right a:visited { color: #453B31; text-decoration: underline;}
#content-right a:hover { color: #bbb2a9; text-decoration: none;}
#content-right a:active { color: #453B31; text-decoration: underline;}

a.FacebookLink {text-decoration: none; position: relative; top: 5px;}

.ColumnHalf {
	width: 250px;
	padding: 0 10px;
	margin-right: 7px;
	float: left; 
	text-align: left;
	}
	.ColumnHalf img {max-width: 260px; float: right; margin-bottom: 10px;}
.NoMarginRight {margin-right: 0;}

#submenu {
	list-style:none;}
	
	#submenu li {
		width:172px;
		height:36px;
		}

.blackline {
	width:820px;
	height:6px;
	background:#000;
	margin:0 auto;
	padding:0;
	}

.about-us-bg {background:url(../../images/About-Us-bg.jpg) top left no-repeat;}
	
.footer {
	margin:20px auto; 
	width:600px;
	text-align:center;
	color:#FFF;}
	
	.footer a:link { color: #bbb2a9; text-decoration: none; border-bottom:1px solid #bbb2a9;}
	.footer a:visited { color: #bbb2a9; text-decoration: none; border-bottom:1px solid #bbb2a9;}
	.footer a:hover { color: #fff; text-decoration: none; border-bottom:1px solid #fff;}
	.footer a:active { color: #bbb2a9; text-decoration: none; border-bottom:1px solid #bbb2a9;}
	
/*-----------------------------GALLERY---------------------------*/
.ThumnbnailContainer {
	padding: 10px;
	margin: 20px 0;
	}
	.ThumnbnailContainer img {
		display: block;
		width: 180px;
		margin-right: 3px;
		margin-bottom: 3px;
		float: left;
		}
		.ThumnbnailContainer img.NoMarginRight {margin-right: 0;}
