
/*-------------------------------------------------------------------------------------------------------------- */
/*-->> CSS Reset <<--------------------------------------------------------------------------------------------- */
/*-------------------------------------------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { border:0; }

ul {
	list-style:none;
	list-style-position:outside;
}

a {
	outline: none;
	color: #2160a1;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

/*-------------------------------------------------------------------------------------------------------------- */
/*-->> For pre-HTML5 browsers <<---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------- */

header, footer, aside, nav, article, section { display: block; }

/*-------------------------------------------------------------------------------------------------------------- */
/*-->> Basic Colors <<---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------- */

.red {
	color: red;
}

/*-------------------------------------------------------------------------------------------------------------- */
/*-->> Main Elements <<------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------- */

html {
	background-color: #250202;
}

body {
	color: #696969;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	background: url(/i/little-wing-stables-main-bkgd-2.jpg) repeat-x 50% 0;
}

p { line-height: 125%; }

h1, h2, h3, h4, h5, h6 { font-weight: lighter; /*counteract strong browser anti-aliasing*/ }

/*-------------------------------------------------------------------------------------------------------------- */
/*-->> Common Page Elements <<-----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------- */

#siteContainer {
	position: relative;
	width: 100%;
}

.wrapper, nav .wrapper ul, #sitePageContentContainer, #homeMainFeature, footer .innerwrapper {
	width: 980px;
	margin: 0 auto;
}

header h1 {
	font-size: 12px;
	line-height: 18px;
	color: #c3daf1;
	text-align: center;
}

nav .wrapper {
	width: 100%;
	height: 54px;
	margin-top: 2px;
	background: url(/i/little-wing-stables-red-nav-bkgd.gif) repeat-x 0 0;
	-moz-box-shadow: 0 4px 10px #000;
	-webkit-box-shadow: 0 4px 10px #000;
	box-shadow: 0 4px 10px #000;
}
nav .wrapper ul img {
	float: left;
	position: absolute;
	margin: -8px 0 0 -20px;
	z-index: 1000;
}
nav li {
	float: left;
	font-size: 22px;
	line-height: 54px;
	/*letter-spacing: -1px;*/
	color: #ebc8a0;
	margin: 0 25px 0 25px;
}
nav li a, nav li a:hover {
	color: #ebc8a0;
	text-decoration: none;
}
#home nav li.navHome a, #boarding nav li.navBoarding a, #rehab nav li.navRehab a, #retire nav li.navRetire a, #breeding nav li.navBreeding a, #about nav li.navAbout a, #contact nav li.navContact a {
	color: #fff;
}
nav li a:hover { color: #fff; }
nav li.first { margin-left: 10px; padding-right: 75px; }
nav li.last { margin-right: 0; }
nav li.navBoarding {
	margin-left: 0;
}

#home nav li.first {
	background: url(/i/horse-home-bkgd.png) no-repeat 75px 6px;
	overflow: visible;
}

#sitePageContentContainer {
	min-height: 777px;
	width: 972px;
	background: url(/i/little-wing-main-texture-bkgd.png) repeat 0 0;
	margin-top: 20px;
	margin-bottom: 15px;
	-moz-box-shadow: 0 5px 12px #000;
	-webkit-box-shadow: 0 5px 12px #000;
	box-shadow: 0 5px 12px #000;
	border-radius: 2px;
	padding: 4px;
}

#sitePageContentContainer .innerwrapper {
	background: url(/littlewingstables/i/clr.png) repeat 0 0;
	border: dashed 1px #b28787;
	min-height: 777px;
}
#home #sitePageContentContainer .innerwrapper, #home #sitePageContentContainer {
	background: none;
	border: none;
	box-shadow: none;
}

footer .wrapper {
	width: 100%;
	min-height: 186px;
	background: #250202 url(/i/little-wing-stables-footer-bkgd.gif) repeat-x 0 0;
	-moz-box-shadow: 0 -4px 10px #000;
	-webkit-box-shadow: 0 -4px 10px #000;
	box-shadow: 0 -4px 10px #000;
	text-align: center;
	padding-top: 25px;
	font-size: 18px;
	line-height: 24px;
	color: #f4d8bd;
}

footer .wrapper img {
	margin: 2px 4px 6px 4px;
}
footer .wrapper .footerright img {
	margin-right: -5px;
}
footer .wrapper .footerright strong {
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	line-height: 46px;
}

footer .wrapper .footerleft {
	float: left;
	width: 48%;
	text-align: left;
	padding-left: 10px;
	overflow: visible;
	margin-top: 10px;
}
footer .wrapper .footerleft p {
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	margin-left: 2px;
	color: #c29796;
}
footer .wrapper .footerright {
	float: right;
	width: 48%;
	text-align: right;
	padding-right: 10px;
}
footer #site-credit {
	position: absolute;
	margin: -7px 0 0 190px;
}

.justify {
	text-align: justify;
}
.news-column-box {
	border: solid 2px #330202;
	border-radius: 10px;
	background: url(/i/clr-dkred.png) repeat;
	padding: 0px 15px 20px 15px;
	margin: 25px 0 0 -15px;
	width: 335px;
	box-shadow: 0px 2px 3px #51320c;
}
#subPageContainer .news-column-box p {
	color: #f9e3e3;
	line-height: 20px;
}
.news-column {
	width: 330px;
}
.news-column strong {
	color: #553333;
}
.news-column-box .news-column strong {
	color: #f9e3e3;
}

#breeding h4.news-column-sub-title {
	font-size: 28px;
	color: #feeebd;
	margin: 8px 0 5px 2px;
}

#breeding .call-to-action {
	float: right;
	clear: right;
	margin-top: 110px;
	margin-right: 20px;
}
#breeding .call-to-action #leadbutton {
	margin: 0 auto;
	width: 522px;
	height: 64px;
	font-size: 24px;
	line-height: 62px;
	background: #243a15;
	background-image: -moz-linear-gradient(#bbd38c, #243a15);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd38c), to(#243a15));
	background-image: -webkit-linear-gradient(#bbd38c, #243a15);
	border: solid 2px #44562e;
	box-shadow: 0 4px 8px #151514;
	-moz-box-shadow: 0 4px 8px #151514;
	-webkit-box-shadow: 0 4px 8px #151514;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#breeding .call-to-action #leadbutton:hover {
	background: #3d6224;
	background-image: -moz-linear-gradient(#d9f3a5, #3d6224);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9f3a5), to(#3d6224));
	background-image: -webkit-linear-gradient(#d9f3a5, #3d6224);
	border: solid 2px #fff;
}
#breeding .call-to-action #leadbutton:active {
	width: 516px;
	height: 58px;
	line-height: 58px;
	margin-top: 3px;
	margin-right: 3px;
}

#breeding #subPageContainer h2 {
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------------------------------------- */
/*-->> Home Page <<-----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------- */

#homeMainFeature {
	width: 948px;
	background: #fff url(/i/clr-white.png) repeat 0 0;
	padding: 4px;
	border-radius: 2px;
	margin-top: 7px;
}

#homeMainFeature .wrapper {
	width: 938px;
	min-height: 430px;
	/*background: url(/i/clr.png) repeat 0 0;
	border: dashed 1px #9c5c5c;*/
	padding: 4px;
}

#homeMainFeature .wrapper img {
	position: absolute;
	border-radius: 2px;
}

#homeLogo img {
	z-index: 100;
	margin: 340px 0 0 -5px;
}

#homeIntroText {
	margin: 10px 20px 0 520px;
	font-size: 16px;
	color: #000;
}
#homeIntroText p {
	line-height: 18px;
	margin-top: 12px;
}
#homeIntroText a {
	font-weight: bold;
}

#homeIntroText h2 {
	color: #8c2c2e;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -1px;
	/*text-shadow: #3c0101 1px 1px 1px;*/
}

#homeLeft {
	position: relative;
	width: 488px;
}
#homeLeft h2 {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	line-height: 36px;
	color: #fff;
}
#homeRight {
	position: relative;
	float: right;
	width: 448px;
}
#homeRight h2 {
	font-size: 26px;
	letter-spacing: -1px;
	color: #fdfdbc;
}
#home #homeLogo img {
	margin-top: 0;
	margin-bottom: 14px;
	background: none;
}

.homePhotoContainer {
	background: url(/i/clr-white.png) repeat 0 0;
	width: 440px;
	height: 596px;
	padding: 4px;
	box-shadow: 0px 2px 2px #51320c;	
}
#homeLeft .homePhotoContainer {
	width: 480px;
	height: 320px;
	margin-top: 3px;
}
.photoTextOverlay {
	position: absolute;
	width: 94%;
	color: #fff;
}
#homeRight .photoTextOverlay {
	top: 10px;
	left: 20px;
}
#homeLeft .photoTextOverlay {
	bottom: 4px;
	left: 134px;
	width: 340px;
	height: 65px;
	padding: 5px 0 0 10px;
	background: url(/i/clr-red.png) repeat 0 0;
}
.photoTextOverlay p a {
	color: #fdfdbc;
	font-weight: bold;
	text-decoration: underline;
}
.photoTextOverlay p a:hover {
	color: #fdfdbc;
	text-decoration: underline;
	font-style: italic;
}
#home .photoTextOverlay p {
	font-size: 16px;
	line-height: 18px;
}
#homeLeft .photoTextOverlay p {
	color: #f0f4bc;
	padding-left: 4px;
}
#homeLeft .photoTextOverlay p a {
	color: #edf4fb;
}
#homeLeft .photoTextOverlay p a:hover {
	color: #fff;
}

/*-------------------------------------------------------------------------------------------------*/

#homeCallouts, #subCallouts {
	width: 948px;
	margin: 0 10px 0 10px;
}
#home #homeCallouts {
	width: 972px;
	margin: 24px 0 0 0;
	
}
#subPageContainer #subCallouts {
	margin: 27px 0 0 -25px;
}
#homeCalloutTitle, #subCalloutTitle {
	width: 468px;
	height: 30px;
	background: url(/i/clr-white.png) repeat 0 0;
	margin: 0 0 8px 0;
	border: solid 1px #ebe3da;
	-moz-box-shadow: 0 1px 2px #3a220b;
	-webkit-box-shadow: 0 1px 2px #3a220b;
	box-shadow: 0 1px 2px #3a220b;
}

#homeCallouts h3, #homeCalloutTitle h3, #subPageContainer #subCallouts h3 {
	font-size: 20px;
	color: #fff;
	font-style: italic;
	margin: 4px 0;
	letter-spacing: -1px;
	text-align: center;
}
#homeCalloutTitle h3, #subCalloutTitle h3 {
	line-height: 30px;
	color: #580101;
	text-align: center;
	margin: 0;
}
#homeCallouts p, #subPageContainer #subCallouts p {
	font-size: 14px;
	line-height: 16px;
	color: #fefeda;
	text-align: center;
}
#homeCallout1, #homeCallout2, #homeCallout3, #homeCallout4, #subCallout1, #subCallout2, #subCallout3, #subCallout4 {
	float: left;
	width: 229px;
	margin: 0 4px 0 4px;
	height: 90px;
	border: solid 1px #ebe3da;
	-moz-box-shadow: 0 2px 3px #3a220b;
	-webkit-box-shadow: 0 2px 3px #3a220b;
	box-shadow: 0 2px 3px #3a220b;
}
#home #homeCallout1, #home #homeCallout2, #home #homeCallout3, #home #homeCallout4 {
	height: 140px;
	margin: 0 4px;
	border: solid 3px #cad4c7;
}

#home #homeCallout1 img, #home #homeCallout2 img, #home #homeCallout3 img, #home #homeCallout4 img {
	float: left;
	margin: 6px -8px 0 -20px;
}

#home #homeCallout1 p, #home #homeCallout2 p, #home #homeCallout3 p, #home #homeCallout4 p {
	text-align: left;
	padding-right: 5px;
}

#homeCallout1, #subCallout1 {
	background: url(/i/clr-dkred.png) repeat 0 0;
	margin-left: 0;
}
#homeCallout2, #subCallout2 {
	background: url(/i/clr-blue.png) repeat 0 0;
}
#homeCallout3, #subCallout3 {
	background: url(/i/clr-orange.png) repeat 0 0;
}
#homeCallout4, #subCallout4 {
	background: url(/i/clr-green.png) repeat 0 0;
	margin-right: 0;
}


/*-------------------------------------------------------------------------------------------------------------- */
/*-->> Sub Pages <<-----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------- */

#subPageContainer {
	padding: 10px 35px 20px 35px;	
}
#breeding #subPageContainer {
	padding-right: 10px;
}

#subPageContainer h2, #subPageContainer h3, #subPageContainer h4, #subPageContainer h5 {
	color: #530101;
	font-size: 38px;
	margin-bottom: 5px;
}
#subPageContainer h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
}
#subPageContainer h3 {
	color: #496a4d;
	font-size: 44px;
}
#subPageContainer h4 {
	color: #812401;
	font-size: 28px;
	margin-bottom: 15px;
}
#subPageContainer h5 {
	color: #471807;
	font-size: 20px;
}

#subPageContainer p {
	color: #000;
	font-size: 16px;
	line-height: 19px;
	margin-left: 2px;
}
#subPageContainer img.floatright {
	float: right;
	margin: 10px 0 30px 30px;
	border: solid 4px #fff;
	box-shadow: 0px 1px 5px #391514;
}
#subPageContainer #listfloatleft {
	float: left;
}

#subPageRight {
	float: right;
	margin: 25px 0 0 0;
	text-align: center;
}

#subPageRight img {
	margin: 0 4px 4px 4px;
}

#subPageRight .container {
	background: url(/i/clr-white.png) repeat 0 0;
	border: solid 6px #fff;
	padding: 7px 14px 8px 14px;
	-moz-box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;
	box-shadow: 0 1px 2px #000;
}

#leadbutton {
	width: 340px;
	height: 44px;
	font-size: 24px;
	line-height: 42px;
	margin: 15px auto 0 auto;
	text-align: center;
	color: #fff;
	border: solid 1px #5c5c5c;
	background: #2c4d34;
	background-image: -moz-linear-gradient(#769874, #2c4d34); /* Firefox 3.6+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#769874), to(#2c4d34)); /* Safari 4+, Chrome 1+ */
	background-image: -webkit-linear-gradient(#769874, #2c4d34); /* Safari 5.1+, Chrome 10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#769874', endColorstr='#2c4d34'); /* IE */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 2px 3px #000;
	-webkit-box-shadow: 0 2px 3px #000;
	box-shadow: 0 2px 3px #000;
	cursor: pointer;
	text-decoration: none;
}
#subPageContainer a:hover {
	text-decoration: none;
}
#subPageContainer ul {
	list-style: circle;
	margin-left: 15px;
	font-size: 16px;
	float: left;
	
}
#subPageContainer li {
	color: #000;
	margin-right: 20px;
}

/*------------------------------------------------------------------------------------------------------------------ */
/*-->> Google Maps <<-----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------ */

#mapContainer {
	margin: 12px 0 0 0;
}

#map_canvas {
	width: 380px;
    height: 405px;
    border: solid 6px #fff;
	-moz-box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;
	box-shadow: 0 1px 2px #000;
}

#locationPopupContainer {
    /*padding: 20px;*/
    overflow: hidden;
	border-radius: 6px;
	text-align: left;
}

#locationPopupContent h3 {
    font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 18px;
   	line-height: 20px;
	font-weight: bold;
	margin: 0;
    color: #530101;
	text-align: left;
}

#locationPopupContent a{
    color: #530101;
    text-decoration: underline;
}

#locationPopupContent a:hover{
    color: #530101;
}

/*------------------------------------------------------------------------------------------------------------------ */
/*-->> Lead Forms <<-----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------ */

#formContainer {
	margin: 20px 0 0 2px;
}

.formLabel {
	font-weight: bold;
	font-size: 18px;
	color: #812401;
}

form.webForms input, form.webForms textarea, form.webForms select {
	width: 380px;
	height: 24px;
	font-size: 18px;
	margin: 4px 0 10px 0;
	padding: 4px 4px 4px 6px;
	border: solid 2px #e2e2e2; 
}

form.webForms select {
	width: 396px;
	height: 40px;
	line-height: 40px;
	padding-left: 4px;
}

form.webForms textarea {
	width: 380px;
	height: 160px;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

form.webForms input.formBtnLg {
	width: 170px;
	height: 44px;
	font-size: 24px;
	line-height: 42px;
	color: #fff;
	margin: 20px 0 0 95px;
	border: solid 1px #5c5c5c;
	background: #2c4d34;
	background-image: -moz-linear-gradient(#769874, #2c4d34); /* Firefox 3.6+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#769874), to(#2c4d34)); /* Safari 4+, Chrome 1+ */
	background-image: -webkit-linear-gradient(#769874, #2c4d34); /* Safari 5.1+, Chrome 10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#769874', endColorstr='#2c4d34'); /* IE */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 2px 3px #000;
	-webkit-box-shadow: 0 2px 3px #000;
	box-shadow: 0 2px 3px #000;
	cursor: pointer;
	
}


