/* Wild Horse Island Press */

@charset "UTF-8";

*	{
	margin: 0;
}

html, body	{
	height: 100%;
	}

body {
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	}

p	{
	font-size: 1em;
	color: #333;
	line-height: 1.4em;
	margin-bottom: 1em;
	margin-top: 0px;
	}

a	{
	text-decoration: none;
	color: #333;
	}

.hide {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -999px;
	}
	
h1 	{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 28px;
	text-align: left;
	color: #666;
	line-height: 1em;
	margin: 0 0 .3em;
	}
	
span	{
	font-style: italic;
	}
	
img {
	border: 0px;
	display: block;
	margin: 0 0 10px;
	}

.center	{
	text-align: center;
	}

.floatRight	{
	float: right;
	margin: 0 0 10px 5px;
	}
	
.floatLeft	{
	float: left;
	margin: 0 5px 10px 0;
	}
	
.floatRightClear	{
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
	}
	
.clearBoth	{
	clear: both;
	}

.largeImage	{
	margin: 0 0 10px;
	}	
	
.inline	{
	display: inline;
	}
	
#noPad	{
	padding: 0;
	}

#container {
	position: relative;
	min-height: 100%;
	background-repeat: repeat-y;
	background-image: url(images/bodyBkd.png);
	width: 680px;
	text-align: left;
	margin: 0 auto;
	padding: 40px 60px;
	}

/*Header------------------------------------------------------------------------------------*/

#logo	{
	background-repeat: no-repeat;
	background-image: url(images/whip.png);
	width: 480px;
	height: 30px;
	float: left;
	}
	
#contactNav	{
	float: left;
	width: 200px;
	height: 30px;
	padding: 16px 0 0;
	text-align: right;
	clear: right;
	}
	
	
#contactNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	border-left: 1px #666;
	line-height: 1em;
	}
	
#contactNav ul li {
	display: inline;
	padding-right: 0.75em;
	padding-left: 0.75em;
/* 	border-left: 1px dotted #666666; */
	letter-spacing: 1px;
	font-size: 10px;
	text-transform: uppercase;
	color: maroon;
	}

#contactNav ul li a	{
	color: #666;
	text-decoration:none;
	}
	
#contactNav a:hover {
	color: black;
	}
	
#bookNavBar	{
	padding: 15px 0 30px;
	clear: both;
	float: left;
	width: 680px;
	}
	
.bookNav	{
	color: #191919;
	font-size: 10px; 
	clear: none;
	float: left;
	padding: 0 0 0 25px;
	margin: 0 auto;
	}
	
.bookNav a	{
	display: block;
	margin: 0;
	line-height: 11px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	line-height: 1.2em;
	}

.bookNav p	{
	color: maroon;
	margin: 0;
	line-height: 11px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
	}
	
.bookNav a:hover h2	{
	color: black;
	}
	
.first ul li  {
	border-left: none;
	}


/*Left sidebar------------------------------------------------------------------------------------*/

#leftSidebar	{
	float: left;
	width: 140px;
	padding: 75px 0 0;
	}
	
#leftSidebar p	{
	font-size: 12px;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif 
	}
	
#leftSidebar a	{
	text-transform: uppercase;
/* 	padding: 2px 6px;	 */
	}

/*Center column------------------------------------------------------------------------------------*/

#center	{
	width: 360px;
	padding: 0 20px 70px;
	float: left;
	}
	
#center h2 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px;
	}

/*Right sidebar------------------------------------------------------------------------------------*/

#rightSidebar	{
	width: 140px;
	float: right;
	padding: 70px 0 0;
	}

#rightSidebar h3	{
	line-height: 1.3em;
	font-weight: normal;
	font-size: 14px;
	color: #a51900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 .5em;
	}
	
#rightSidebar p	{
	font-size: 10px;
	color: #a51900;
	}
	
/*Footer------------------------------------------------------------------------------------*/
	
#footer	{
	height: 40px;
/* 	position: absolute; */
	bottom: 0;
	text-transform: uppercase;
	line-height: 1.3em;
	font-size: 10px;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	text-align: center;
	padding: 0;
	}


/*Intro page------------------------------------------------------------------------------------*/

#intro	{
	width: 880px;
	clear: both;
	margin: 100px 0;
	text-align: left;
	}
	
#intro a	{
	display: block;
	color: #4c4c4c;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	margin: 10px 0 40px;
	padding: 0;
	}

#intro img	{
	display: block;
	padding: 0;
	}
	
#introLeft, #introMiddle, #introRight	{
	width: 270px;
	min-height: 600px;
	padding: 0;
	margin: 0;
	float: left;
	}





/*Order page------------------------------------------------------------------------------------*/

label	{
	color: #333333;
	}
	
#orderForm	form{
	padding: 40px;
	width: 600px;
	background-color: #e6e6e6;
	margin: 100px 0 0;
	}
	
#bookOrder	{
	width: 520px;
	background-color: white;
	margin: 10px auto 20px;
	padding: 20px;
	}
	
#bookOrder p	{
	margin: 0;
	}
	
#orderForm h2	{
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin: 0 0 15px;
	}
	
legend	{
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	background-color: gray;
	width: 460px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	}
	
#bookOrder h4	{
	font-size: 16px;
	margin: 0 0 2px;
	}
	
#bookOrder h5	{
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px;
	}

.shipIncluded	{
	font-size: 11px;
	font-style: italic;
	padding: 8px 0 0;
	}	
#bookOrder img	{
	float: left;
	margin: 0 20px 60px 10px;
	}
	
input	{
	width: 300px;
	height: 18px;
	}
	
.alignLeft	{
	text-align: left;
	}

fieldset	{
	width: 460px;
	background-color: #ccc;
	padding: 20px 100px 30px 0;
	text-align: right;
	line-height: 24px;
	margin: 20px auto;
	border: none;
	}
	
#billingInfo, #shippingInfo, #creditCard p	{
	font-size: 12px;
	
#billingInfo	{
	float: left;
	}
	
#shippingInfo	{
	float: right;
	}
	
#creditCard	{
	float: left;
	clear: both;
	margin: 20px auto 0;
	width: 230px;
	background-color: #ccc;
	padding: 30px;
	}
	
.flushLeft	{
/* 		margin-left: 40px; */
		text-align: left;
	}
	
#sameAsBilling	{
	text-align: left;
	background-color: green;
	color: red;
	margin: 0 0 0 40px;
	}
	
#contactBox	{
	width: 360px;
	min-height: 600px;
	background-color: aqua;
	margin: 200px 80px;
	}
	
#contactBox h3	{
	color: red;
	}
