/*
CSS for JillMcDonald.co.nz
Author: Ahren Koreman-Smit
Date Created: 8th Dec, 2009.
Date Last Edited: 15th Dec, 2009.

NOTE: Content on each individual page has been positioned and styled using inline styles. EXCEPT GALLERY & FEEDBACK PAGES.
*/

body{
	width: 850px;
	margin: 15px auto 0 auto;
	background-color: #fff;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
h2{
	font-size: 15px;
	font-style: italic;
	margin-top: 25px;
}
#sidebar{
	float: left;
	background-color: #275704;
	color: inherit;
	width: 230px;
	height: 100%;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 100px;
	position: relative;
	top: -7px;
}	
#sidebar img{
	border: 1px solid #000;
	margin-top: 15px;
}
#sidebar a{
	border: 0;
}
#nav {
	position: relative;
	top: -2px;
	background-color: #fff;
	color: inherit;
	width: 100%;
	height: 27px;
}
#nav ul{
	display: inline;
	list-style-type: none;
	padding: 0;
}
#nav ul li{
	float: left;
	display: inline;
	text-align: center;
	background-image: url(../images/linkbg.png);
	background-repeat: no-repeat;
	
}
#nav ul li a{
	display: block;
	width: 121px;
	height: 27px;
	text-decoration: none;
	font-weight: 900;
	font-size: 13px;
	padding: 5px 0 0 0;
}
#nav ul li a:link{
	background-color: inherit;
	color: #000;
}
#nav ul li a:visited{
	background-color: inherit;
	color: #222;
}
#nav ul li a:hover{
	background-color: inherit;
	color: #ccc;
}
#nav ul li a:active{
	background-color: inherit;
	color: #222;
}
#slideShow img{
	position: absolute;
	top: 115px;
	right: 0;
	z-index: 8;
}
#slideShow img .active{
	z-index: 10;	
}
#slideShow img .last-active{
	z-index: 9;	
}
#content{
	float: right;
	position: relative;
	width: 600px;
	line-height: 140%;
	margin-bottom: 25px;
}
#footer{
	clear: both;
	width: 100%;
	text-align: center;
	padding: 5px 0 5px 0;
	background-color: #275704;
	color: #000;
	position: relative;
	top: -7px;
}
.quote, .quoteImg{
	border: dashed 1px #666;
	background-color: #ffeaaa;
	color: inherit;
	background-image: url(../images/quotemarks.png);
	background-repeat: no-repeat;
	padding: 30px 10px 10px 15px;
	margin-bottom: 20px;

}
.quoteBy{
	display: block;
	width: 100%;
	text-align: right;
	font-style: italic;
	padding-top: 5px;
}
.quoteImg p{
	float: left;
	width: 370px;
}
.quoteImg img{
	margin-top: 15px;
	float: left;
}
.quoteImg span{
	clear: both;
}
.gallery{
	width: 500px;
	margin: 30px auto 0 auto;
	text-align: center;
}
.galleryTitle{
	font-style: italic;
	text-align: left;
	margin-bottom: 15px;
}
.gallery img{
	border: none;
	margin: 0 10px 0 10px;
}
.imgBorder{
	border: 1px solid #000 !important;	
}
.photoBy{
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
.link{
	width: 500px;
	margin: 20px auto 120px auto;
	position: relative;
}
.link p{
	text-align: right;
	width: 300px;
}
.link img{
	position: absolute;
	top: 0px;
	right: 20px;
}
.link a:link, .link a:visited, .link a:hover, .link a:active{
	color: #275704;
	background-color: inherit;
}
