/*
CSS for Sugar Snap Equestrian Photography
*/
body{
	margin: 0 auto;
	font-family: Calibri, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background-color: #000000;
	color: #616161;
	line-height: 125%;
	padding: 15px;
	/*width: 700px;*/
	width: 1000px;
	clear: both;
}

p{
	text-align: justify;
}

h1{
	font: bold 250%/100% "Bradley Hand ITC", Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	color: #e6e8fa;
	clear: both;
}

h2{
	font: bold 150%/100% "Bradley Hand ITC", Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	color: #e6e8fa;
	clear: both;
}

li {
	list-style: none;
}

#disclaimer p{
	font-size: small;
	clear: both;
}

#home p{
	clear: both;
}

#contact p{
	clear: both;
	text-align: left;
}

#buyinginfo p{
	clear: both;
	text-align: left;
}

#buyinginfo li{
	clear: both;
	list-style: inherit;
}

/*
Postioning styles
*/
#nav, #bodycontent{
	position: relative;
}

#bodycontent{
	float: right;
	width: 800px;
}

#nav{
	float: left;
	width: 200px;
}

/*
Positioning classes
*/
.feature_left{
	float: left;
	margin: 10px;
}

.feature_right{
	float: right;
	margin: 10px;
}

/*
Link styles
*/

a:link{
	color: #a1a1a1;
	clear: both;
}

a:visited{
	color: #333333;
	clear: both;
}

a:hover{
	text-decoration: none;
	color: #e6e8fa;
	clear: both;
}

img {
	border: none;
}

/*
Table Styles
*/
table.prices{
	border-collapse: collapse;
}

table.prices th, table.prices td{
	padding: 4px;
	border: 1px solid
}

table.prices th{
	font-size: medium;
}

/*
Gallery styles start here
*/

.gallery {
	list-style: none;
	margin: 0;	
	padding: 0;
}

.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	font-size: small;
	text-align: justify;
}

.gallery img {
	background: #fff;
	display: block;
}

.gallery span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 50px;
	background: url(images/tape.png) no-repeat;
}

.gallery a {
	/*text-decoration: none;*/
}

.gallery p{
	clear: both;
}

.gallery h1{
	font: bold 250%/100% "Bradley Hand ITC", Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	/*color: #b5a642;*/
	color: #e6e8fa;
	clear: both;
}

.gallery h2{
	font: bold 150%/100% "Bradley Hand ITC", Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	color: #e6e8fa;
	clear: both;
}

/*
Preview image link styling
*/

#prev_image, #next_image{
	position: relative;
}

#prev_image{
	float: left;
}

#next_image{
	float: right;
}

