@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200);
@import url(http://fonts.googleapis.com/css?family=Cedarville+Cursive);
@import url(http://fonts.googleapis.com/css?family=Nothing+You+Could+Do);

/*********************************************************************************/
/* basics                                                                       */
/*********************************************************************************/

/*#b4dde2;   #091116;*/

*{
	margin:0;
	padding:0;
}

	body{
	min-height:100%;
	width:100%;
	background: #212327;
	}
	
	.home{
	background-image: url('../images/homeBG2.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	-ms-interpolation-mode: bicubic;			
	}
	
	.equine{
	background-image: url('../images/equineBG2.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	-ms-interpolation-mode: bicubic;			
	}
	
	.coms{
	background-image: url('../images/comsBG.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	-ms-interpolation-mode: bicubic;			
	}

	.licensing{
	background-image: url('../images/licensingBG.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	-ms-interpolation-mode: bicubic;			
	}
	
	.press{
	background-image: url('../images/pressBG.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	-ms-interpolation-mode: bicubic;			
	}
	
	.prints{
	background-image: url('../images/printsBG.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	-ms-interpolation-mode: bicubic;			
	}
	
	.charity{
	background-image: url('../images/charityBG.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	-ms-interpolation-mode: bicubic;			
	}
	
	body, input, textarea, select{
	color: #969799;
	font-size: 13.5pt;
	font-family: 'Yanone Kaffeesatz';
	line-height: 1.85em;
	font-weight: 300;
	}

	
	h1{
	font-size: 26pt;
	font-family: 'Yanone Kaffeesatz';
	line-height: 2.0em;
	font-weight: 400;
	}
	
	h3{
	font-size: 18pt;
	font-family: 'Yanone Kaffeesatz';
	line-height: 2.0em;
	font-weight: 300;
	}
	
	
	ul, ol, p, dl{
	margin: 0 0 2em 0;
	}

	a {
	color: inherit;
	text-decoration: none;
	-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	}
	
	a:hover{
	color: #e8e8e9;
	text-decoration: none; 
	
	}

	
/*********************************************************************************/
/* wrappers                                                               */
/*********************************************************************************/	


#header-wrapper{
	margin: 0 auto;
	background: #212327;
	padding-top: 10px;
	border-bottom: #36383b 1px dotted;
	border-top: #36383b 1px dotted;
	}
	
#logo-wrapper{
	margin: 0 auto;
	}
		
#feature-wrapper{
	margin: 0 auto;
	text-align: center;	
	border-bottom: #36383b 1px dotted;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#nav-wrapper{	
	margin: 0 auto;	
	padding-top:30px;	
	}
	
#content-wrapper{
	width: 60%;
	margin: 0 auto;
	background: rgba(33, 35, 39, 0.7);
	padding: 15px;	
	}
	
#footer-wrapper{
	background: #212327;
	padding: 5px;	
	}
	
	


/*********************************************************************************/
/* header, feature & nav                                                                   */
/*********************************************************************************/
#header{
	min-height: 60px;
	position: relative;
	text-align: left;	
	padding-left: 19%;
}

#feature{
	width: 100%;
	margin: 0 auto;	
	position: relative;	
	}
	
#nav{
	display:block;
	text-align:center;
	position: relative;
	z-index:1000;	
}
	#nav li{	
	font-size: 16pt;
	color: #969799;	
	padding-left: 20px;
	padding-right: 20px;	
	display: inline-block;	
	}
	
#logo {
    position: absolute;
    max-width: 100%;
    top: 384px;
    left: 50%;
    margin-left: -305px; /* Negative half of width. */
    margin-top: -150px; /* Negative half of height. */
    border: none;
	z-index:999;
	
}

		
/*********************************************************************************/
/* content                                                                */
/*********************************************************************************/
#content{
margin: 0, auto;
min-height: 800px;
}

#content a{
color: #d9d9d9;
	
}

#content a:hover{
	color: #e8e8e9;
	text-decoration: none; 	
	}

#press{
}

	.press-links P{
	line-height: 0.05em;
	}
	
/*********************************************************************************/
/* fancy straps                                                            */
/*********************************************************************************/ 
hr {
border: 0 none;
border-top: #36383b 1px dotted;
background: none;
height:0;
}
	
/*********************************************************************************/
/* images                                                             */
/*********************************************************************************/
.header-feature-image{	
	margin: 0;
	outline: 0;
	position:relative;
	}
	
		.header-feature-image img{		
		margin-bottom: -10px;
		max-width: 100%;
		}

.feature-image{	
	margin: 0;
	outline: 0;
	}
	
		.feature-image img{
		margin: 0;
		max-width: 100%;
		}

#right-image{
text-align:right;
} 
		
.right-image{	
	margin: 0;
	outline: 0;
	}
	
		.right-image img{
		margin: 0;
		max-width: 100%;
		padding-left:15%;
		}
		
		.right-image-calendar img{
		margin: 0;
		max-width: 100%;
		padding-left:0%;
		}
		
#calendar-image{
text-align:left;
}
		
		.calendar-image{		
		margin: 0;
		max-width: 100%;
		}


#middle-image{
text-align:center;
}

 .middle-image{	
	margin: 0;
	outline: 0;
	}
	
		.middle-image img{		
		margin: 0;
		max-width: 100%;
		}		


#thumb-image{
text-align:right;
}

 .thumb-image{	
	margin: 0;
	outline: 0;
	}
	
		.thumb-image img{		
		margin: 0;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 3px;
		max-width: 100%;
		}
		
#thumb-image-left{
text-align:left;
}		
	.purchase{
	text-align:center;
	margin-top: 2px;	
	font-size: 10pt;
	color: #606566;
}
		
		.thumb-image-left img{		
		margin: 0;
		padding-left: 0px;
		padding-right: 8px;
		padding-top: 3px;
		max-width: 100%;
		}
		
#image-credit{
}	
	.image-credit-left{
	text-align:left;
	padding-left: 20%;
	margin-top: -10px;
	font-size: 10pt;	
	color: #606566;
}
		
	.image-credit-center{
	text-align:center;
	margin-top: -10px;	
	font-size: 10pt;
	color: #606566;
}
	
	.image-credit-right{	
	text-align:right;
	margin-top: -10px;	
	font-size: 10pt;
	color: #606566;
}

#sigs{

}	
	.sigs{
	text-align:left;
	padding-left: 20%;
	margin-top: 0px;
	
	color: #969799;
}
		

/*********************************************************************************/
/* links & lists                                                              */
/*********************************************************************************/		
			

/*********************************************************************************/
/* footer                                                                */
/*********************************************************************************/		
#footer{
	
	}
	
	#footer a{
	color: #969799;
	}

 
	#copyright{	
	text-align: center;
	color: #969799;
	padding-bottom: 15px;
	
	}
	
	#copyright a{
	color: inerit;
	}
 
 .pgLogo{
 }
	.pgLogo img{
	margin-bottom:-2px;
	}
 
 
 
 
 
 
 