@charset "UTF-8";
/* CSS Document */

/*****************************/
/****STICKY FOOT CODE ********/
/*****************************/
html, body, #wrapper {
	height: 100%;
}
body > #wrapper {
	height: auto !important; min-height: 100%;
	/*# min-height: 100%;*/
	/*# height: auto*/ 	
}
#main {
	padding-bottom: 410px;
}  /* must be same height as the footer */
#main-dbl {
	padding-bottom: 460px;
}  /* must be same height as the footer */
#main-sm {
	padding-bottom: 175px;
}  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -410px; /* negative value of footer height */
	height: 410px;
	clear:both;
	text-align: center;
	background-color: #F6F5F0;
} 
#footer-dbl {
	position: relative;
	margin-top: -700px; /* negative value of footer height */
	height: 700px;
	clear:both;
	text-align: center;
	background-color: #F6F5F0;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
}
#footer-sm {
	position: relative;
	margin-top: -175px; /* negative value of footer height */
	height: 175px;
	clear:both;
	text-align: center;
	background-color: #F6F5F0;
}  
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
div.clearer {clear: left; line-height: 0; height: 0;} /*THIS FORCES IE 6 AND 7 TO STICK FOOTER*/

/*****************************/
/*****START OF JG DESIGN *****/
/*****************************/

/*****************************/
/*****    THE BASICS     *****/
/*****************************/
body {
	margin: 0;
	padding: 0;
	text-align: center; /* FORCES IE TO CENTER WRAPPER */
	background-color: #F6F5F0;
	/*background-image: url(images/page_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;*/
	color: #999999;
}
body#home a#homeLink, 
body#artist	a#artistLink,
body#pricing a#pricingLink,
body#contact a#contact,
body#gallery a#galleryLink {
	color: #993333;
	padding: 2px;
	border: 1px solid #993333;
}
p, h2  {
	padding: 5px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #993333;
	vertical-align: baseline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align:left;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin:5px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCC99;
	font-size: x-small;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin:5px;
}
.p-gray {
	color: #333333;
	text-align: center;
}
ul	{
	list-style:none;
}
li {
	padding: 0px;
	float: left;
	list-style-image: none;
	display: block;
	width: 250px;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
}
a	{
	text-decoration:none;
}
a:link {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #999966;
}
a:hover {
	color: #993333;
	font-style: oblique;
}
a:active {
	color:#CCCC00;
}
img  {
	border:solid;
	border-width:2px;
}
.sig-img {
	margin-left: 125px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sold {
	color: #FF0000;
	text-decoration: line-through;
}
.sold-text {
	color:#FF0000;
	text-transform: uppercase;
}
/*****************************/
/*****    THE LAYOUT     *****/
/*****************************/
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrap{ /**GALLERY ONLY**/
	width:720px;
	margin:0 auto;
	position:relative;
}
#header{
	padding-bottom: 20px;
}
#crumb {
	font-size: 10px;
	text-align: left;
	color: #993333;
}
#main {
	/*display: inline;
	float: left;*/
	padding-top: 4px;
	width: 100%;
	background-color: #FFFFFF;
}
#fullplate-photo{
	border:0 solid #EEEEEE;
	width:768px;
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#left-text-box {
	text-align: left;
	float: left;
	width: 400px;
	display:inline;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 338px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#left-box {
	text-align: left;
	float: left;
	width: 300px;
	display:inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.welcome {
	font-size: 48px;
	font-style: italic;
	color: #993333;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 35px;
	padding-top: 20px;
}
.intro {
	font-size: 36px;
	color: #666666;
	text-indent: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	color: #993333;
	float: left;
	font-size: 3.5em;
	line-height: normal;
	padding-right: 5px;
	margin-top: -5px;
	width: auto;
}
.text-over {
	margin-top: -675px;
	position: relative;
	float: left;
	width: auto;
}
.details-cat-index-tmb {
	background-image: url(imgs-gallery/fff.gif);
	background-repeat: repeat;
	padding: 5px;
	width: 788px;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: left;
	float: left;
	position: relative;
}
.index-thumbs {
	margin: 5px;
	padding: 5px;
}
/***********************/
/*  REGULAR NAV  */
/***********************/
#Nav {
	clear:both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
/************************/
/*  FOOTER  */
/************************/
#legal {
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.legal-company-info {
	font-size: 14px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.w-three-c {
	color: #333333;
	text-align: center;
	font-size: 10px;
}
/********************************************/
/*	GALLERY INDEX PAGES             */
/*******************************************/
.g-index {
	background-image: url(imgs-gallery/forever-wolf-love.jpg);
	background-position: center center;
	opacity:0.25;
	/*filter:alpha(opacity=50);*/
	width: 798px;
	background-repeat: no-repeat;
	height: 598px;
}
.wolves {
	background-image: url(imgs-gallery/on-the-garden-path.jpg);
	background-position: right center;
	opacity:0.25;
	/*filter:alpha(opacity=50);*/
	width: 798px;
	background-repeat: no-repeat;
	height: 598px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.forever {
	background-image:url(imgs-gallery/forever-wolf-love.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:798px;
	height:598px;
}
.family {
	background-image:url(imgs-gallery/family-in-the-sierras.jpg);
	background-position:center 100px;
	background-repeat:no-repeat;
	width:798px;
	height:500px;
}
.garden-path {
	background-image:url(imgs-gallery/on-the-garden-path.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	width:798px;
	height:598px;
}
.spirit {
	background-image:url(imgs-gallery/spirit-guide.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	width:798px;
	height:598px;
}
.fixme {			/*NOTE TO JOETTE*/
	color: #33CC33;
	font-weight: bolder;
}
.big-cats {
	background-image: url(imgs-gallery/mountain-hunter.jpg);
	background-position: right center;
	opacity:0.25;
	/*filter:alpha(opacity=50);*/
	width: 798px;
	background-repeat: no-repeat;
	height: 598px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	margin-right: 50px;
}
.bears {
	background-image: url(imgs-gallery/wheres-the-honey.jpg);
	background-position: right center;
	opacity:0.25;
	/*filter:alpha(opacity=50);*/
	width: 798px;
	background-repeat: no-repeat;
	height: 598px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	margin-right: 50px;
}
.horses {
	background-image: url(imgs-gallery/black-stallion.jpg);
	background-position: right center;
	opacity:0.25;
	/*filter:alpha(opacity=50);*/
	width: 798px;
	background-repeat: no-repeat;
	height: 500px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 50px;
}
.artist {
	background-image: url(imgs-gallery/joette.png);
	background-position: right center;
	/*filter:alpha(opacity=50);*/
	width: 798px;
	background-repeat: no-repeat;
	height: 500px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 50px;
}
#marquee {
	font-size: 16px;
	color: #993333;
	height: 18px;
	width: 550px;
	text-align: center;
	padding-right: 100px;
	padding-left: 15px;
}
