/* CSS layout by Meg Jackson Design at http://megjackson.com */
/* For Highdesert Photography, 2007.  All rights reserved  */
/*"For you created my inmost being; you knit me together in my mother's womb.I praise you because I am fearfully and wonderfully made; your works are wonderful,"*/

/*main layout divs*/
html {
	height: 100%;
}
*html #wrapper {
	height: 100%;
}
body {
	margin: 0;
	background: #0B0B0B url(images/back.gif) repeat-y center;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #fff;
	text-align: center;
	height: 100%;
	font-size: 90%;
}
#wrapper {
	position: relative;
	min-height: 100%;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #434343;
	border-left: 2px solid #434343;	
	background: #1a1a1a url(images/footer.gif) repeat-x bottom;
	text-align: left;
}
#header {
	height: 100px;
	background-image: url(images/hdheader.jpg);
	background-position: center center;
}
#content{
	padding: 10px 50px 50px 50px;
}
/*sidebar*/
#sidebar {
	width: 150px;
	float: right;
	height: 100%;
	margin-left: 25px;
	margin-bottom: 25px;
	padding-left: 25px;
	background-image: url(images/sidebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar h4 {
	text-align: center;
}
#sidebar li {
	margin-bottom: 5px;
	list-style-type: none;
}
#sidebar ul {
	margin: 0;
	padding: 0px;
}
#footer {
	width: 860px;
	height: 25px;
	margin-top: -25px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	bottom: 0 !important;
	font-variant: small-caps;
	letter-spacing: .1em;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/*navigation*/
#navigation{
	text-align: center;
	margin-top: 0;
}
#navlist{
	background-color: #636363;
	background-image: url(images/menu_o.gif);
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 0 0;
	white-space: nowrap;
	background-repeat: repeat-x;
	border-bottom: 1px solid #990000;
	height: 20px;
}
#navlist li {
	list-style-type: none;
	display: inline;
	margin: 0;
}
#navlist a {
	padding: 2px 20px;
	margin: 0 -5px 0 0;
	color: #fff;
	letter-spacing: .1em;
	text-decoration: none;
	border-left: 1px solid #7d7d7d;
	border-right: 1px solid #7d7d7d;
	font-variant: small-caps;
}
#navlist a:hover {
	background: #8d8d8d url(images/menu_t.gif) repeat-x;
}
#navlast {
	border-right: 1px solid #7d7d7d;
}
.current {
	background: #8d8d8d url(images/menu_t.gif) repeat-x;
}
/* button area at the bottom of the home page */
#buttons {
	height: 100px;
}
.buttonright {
float: left;
}
.buttonleft {
	float: left;
	padding-right: 50px;
}
/*gallery layout*/
#gallerycontainer {
	width: 612px;
	margin: 10px auto 25px auto;
	color: #636363;
	font-size: 130%;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#gallerycontainer a {
	color: #636363;
}
#gallerycontainer a:hover {
	color: #990000;
}
#thumbcontainer{
	margin-top: 15px;
	white-space: nowrap;
}
/* for gallery main page */
.gallery{
	padding: 5px;
	float: left;
}
.galleryb{
	padding: 0 16px 0 16px;
	float: left;
}
/* tag and text styling and layout */
/* link styling */
a {
	color:#82BEDB;
	text-decoration: none;
}
a:visited {
	color: #B982B8;
}
a:hover {
	color:#004080;
}
/* header styling*/
h1, h2, h3, h4, h5 {
	color: #990000;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 190%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 110%;
}
ol li {
	padding-bottom: 20px;
}
hr {
	color: #491010;
	background-color: #491010;
	height: ;
	border: none;
}
/* images */
img {
	background-color: #434343;
	border: 3px solid #434343;
}
/*for an image to be aligned at the top of a paragraph*/
.righttop {
	float: right;
	margin: 0px 0px 20px 20px;
	text-align: center;
	font-size: 70%;
}
.lefttop {
	float: left;
	margin: 0px 20px 20px 0px;
}
/*for an image used in sidebar or news*/
.sideimg {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	width: 150px;
}
/* classes */
.hidden {
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
 }
/*image position classes*/
.right {
	float: right;
	margin: 20px 0px 20px 20px;
}
.left {
	float: left;
	margin: 20px 20px 20px 0;	
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.center img {
	border: 3px solid #636363;
}
/*gallery page classes*/
.wedding {
	background-image: url(gallery/wedding.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.family {
	background-image: url(gallery/family.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.seniors {
	background-image: url(gallery/seniors.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.sports {
	background-image: url(gallery/sports.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.equine {
	background-image: url(gallery/equine.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.maternity {
	background-image: url(gallery/maternity.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.portraits {
	background-image: url(gallery/portraits.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
/* contact form */
#contact {
	width: 425px;
}
.contact {
	border: none;
}
.contact td {
	padding-bottom: 7px;
}
.textarea {
	background-color: #CCCCCC;
}
/* for home page image */
.noborder {
	border: none;
}
.counter {
	text-align: center;
	vertical-align: top;
}
.counter h5 {
	margin: 0;
}
