/*
Company:	Dakota Taxidermy School
File:		style.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	font-family: Helvetica, sans-serif;
	background-color: #ebe6e2;
}

/* @end */

/* @group Layout */
/* Head */
div#header {
	height: 98px;
	overflow: visible;
	background: url(/uploads/design/bkgd-header.jpg) repeat-x 0 0;
}
div#header-inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
body#home div#body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
body#inside div#body {
	background: url(/uploads/design/bkgd-top-bar.jpg) repeat-x 0 0;
}
body#inside {
	background: url(/uploads/design/lime-bkg.gif) no-repeat 100% 500px #ebe6e2;
}

/* Footer */
div#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
}
body#inside div#footer {
	width: 954px!important;
}
div#footer p {
	color: #656360;
	font-size: 93%;
	margin-bottom: 20px;
}
div#footer p.ccs {
	margin-bottom: 0;
}
div#footer a:link, div#footer a:visited {
	color: #656360;
	text-decoration: underline;
}
div#footer a:hover {
	text-decoration: none;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 326px;
	height: 98px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	width: 326px;
	height: 98px;
	background: url(/uploads/design/logo-top.jpg) no-repeat 0 0;
	text-indent: -9000px;
}

/*div#logo a:hover {
	background-position: -226px 0;
}*/

/* Home Feature */
body#home div#feature {
	height: 433px;
	background: url(/uploads/design/bkgd-intro.jpg) repeat-x 0 0;
}
body#home div#feature1 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(/uploads/design/logo-bottom.jpg) no-repeat 0 0;
}
body#home div#feature2 {
	padding-top: 20px;
	background: url(/uploads/design/bkgd-intro-deer.jpg) no-repeat top right;
	height: 423px;
	overflow: hidden;
}
body#home div#feature h1 {
	background: url(/uploads/design/bkgd-taxidermist.png) no-repeat 0 0;
	width: 506px;
	height: 110px;
	text-indent: -9000px;
	margin-left: 117px;
}
body#home div#feature h1 a {
	display: block;
	height: 110px;
}
body#home div#feature-content {
	width: 700px;
	padding-top: 20px;
	height: 279px;
}
body#home div#feature h2 a {
	display: block;
	height: 33px;
}
body#home div#feature h2#professional {
	width: 100%;
	height: 33px;
	background: url(/uploads/design/copy-professional.png) no-repeat top left;
	text-indent: -9000px;
}
body#home div#feature h2#classes {
	width: 100%;
	height: 33px;
	background: url(/uploads/design/copy-classes.png) no-repeat top left;
	text-indent: -9000px;
}
body#home div#feature h2#learn {
	width: 100%;
	height: 33px;
	background: url(/uploads/design/copy-learn.png) no-repeat top left;
	text-indent: -9000px;
}
body#home div#feature h2#work {
	width: 100%;
	height: 33px;
	background: url(/uploads/design/copy-work.png) no-repeat top left;
	text-indent: -9000px;
}

body#home div#feature div.left-column {
	width: 40%;
	float: left;
	display: inline;
	margin-left: 100px;
}

body#home div#feature div.left-column p {
	color: #fff;
	font-size: 138.5%;
	text-align: left;
	margin-bottom: 20px;
}

body#home div#feature div.right-column {
	width: 45%;
	float: right;
	display: inline;
}
body#home div#feature div.right-column p {
	color: #fff;
	font-size: 138.5%;
	text-align: left;
	margin-bottom: 20px;
}

/* Learn More */
body#home div#feature a#learn-more {
	margin-left: 381px;
	display: block;
	float: left;
	display: inline;
}

/* Home Body Cols */
body#home div#body div.left-column {
	width: 256px;
	background-color: #ccc1b6;
	padding: 23px 35px;
	float: left;
	display: inline;
}
body#home div#body div.left-column p.services-list {
	font-size: 238%;
	color: #281c15;
	margin-bottom: 4px;
}
body#home div#body div.left-column p.services-list sup {
	font-size: 77%;
}
body#home div#body div.left-column h3 {
	font-size: 123.1%;
	color: #281c15;
	margin-bottom: 8px;
}
body#home div#body div.left-column p.view-pricing {
	font-size: 108%;
	text-align: right;
	font-weight: bold;
	padding: 8px 0 16px 0;
}
body#home div#body div.left-column p.view-pricing a:link, body#home div#body div.left-column p.view-pricing a:visited {
	color: #000;
	text-decoration: underline;
}
body#home div#body div.left-column p.view-pricing a:hover {
	text-decoration: none;
}
body#home div#body div.left-column p.contact {
	color: #795d45;
	line-height: 140%;
}
body#home div#body div.left-column p.contact a:link, body#home div#body div.left-column p.contact a:visited {
	color: #795d45;
	text-decoration: underline;
}
body#home div#body div.left-column p.contact a:hover {
	text-decoration: none;
}

body#home div#body div.right-column {
	width: 534px;
	margin-left: 60px;
	float: left;
	display: inline;
}
body#home div#body div.right-column blockquote {
	background: url(/uploads/design/testimonial-quotes.gif) no-repeat 0 0;
	padding: 20px 0 0 10px;
}
body#home div#body div.right-column p {
	color: #281c15;
	font-size: 145.1%;
	line-height: 145%;
	margin-bottom: 42px;
}
body#home div#body div.right-column blockquote p strong {
	font-style: italic;
}
body#home div#body div.right-column blockquote p a:link, body#home div#body div.right-column blockquote p a:visited {
	color: #816346;
	text-decoration: underline;
}
body#home div#body div.right-column blockquote p a:hover {
	text-decoration: none;
}

/* Inside Body Cols */
body#inside div#body-inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(/uploads/design/logo-bottom-inside.jpg) no-repeat 0 0;
	padding-top: 70px;
}
body#inside div#body-inner2 {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
}

body#inside div.services-list {
	background: url(/uploads/design/inside-col-div.gif) repeat-y 475px 0;
}

body#inside div.services-list div.left-column {
	width: 430px;
	margin-right: 100px;
	float: left;
	display: inline;
}

body#inside div.services-list div.right-column {
	width: 400px;
	float: left;
	display: inline;
}

/* Price List */
div.price-list-spacer {
	margin-bottom: 30px;
}
div.price-list div.price-img {
	width: 82px;
	height: 82px;
	margin-right: 10px;
	margin-bottom: 30px;
	clear: left;
	float: left;
	display: inline;
}
div.price-list div.price-text {
	padding-top: 15px;
}
div.price-list p.turnaround {
	font-size: 182%;
	/*font-family: Impact, Helvetica, sans-serif;*/
	font-weight: bold;
	color: #281c15;
	margin-bottom: 5px;
}
div.price-list p.price {
	font-size: 116%;
	color: #281c15;
}
div.price-list-long div.price-text {
	padding-top: 2px!important;
}

/* About Us */
body#inside div.about-us {
	margin-bottom: 30px;
}
body#inside div.about-us div.left-column {
	width: 400px;
	margin-right: 100px;
	float: left;
	display: inline;
}
body#inside div.about-us div.right-column {
	width: 400px;
	float: left;
	display: inline;
}

/* Get Started Button */
a#getstarted {
	margin: 15px 0 30px 353px;
	display: block;
	width: 246px;
	height: 70px;
}

/* Default Text Box */
div.default-txt {
	padding: 0 0 30px 0;
}

/* FAQs List */
div.faqs-list {
	padding-top: 10px!important;
}
div.faqs-list h5 {
	color: #573e2e!important;
	margin-bottom: 2px!important;
}
div.faqs-list p {
	padding-left: 15px;
}

/* Inline Cols */
div.inline-col-left {
	width: 250px;
	margin-right: 30px;
	float: left;
	display: inline;
}
div.inline-col-right {
	width: 250px;
	float: left;
	display: inline;
}

/* hCard */
div.vcard {
	margin-bottom: 20px;
	font-size: 116%;
}
div.vcard div.org {
	font-weight: bold;
}

/* @end */

/* @group Nav */
ul#nav {
	margin-top: 58px;
	margin-right: 120px;
	float: right;
	display: inline;
}
ul#nav li {
	padding: 5px 8px 0 8px;
	font-size: 116%;
	float: left;
	display: inline;
}
ul#nav a:link, ul#nav a:visited {
	color: #bcb4ad;
	text-decoration: none;
}
ul#nav a:hover {
	color: #fff;
}
ul#nav li#n-getstarted a {
	font-weight: bold;
}
ul#nav li#n-livechat {
	background: url(/uploads/design/live-chat-icon.gif) no-repeat top right;
	padding-right: 17px;
}
/* @end */

/* @group Default Headings */
body#inside div#body-inner h1 {
	font-family: Georgia, Times, serif;
	font-size: 250%;
	letter-spacing: -1px;
	color: #281c15;
	margin-bottom: -6px;
}
body#inside div#body-inner h2 {
	font-size: 191.6%;
	color: #7e6044;
	margin: 18px 0 18px 0;
}
body#inside div#body-inner h3 {
	color: #573e2e;
	font-size: 215%;
	font-family: Georgia, Times, serif;
	margin-bottom: 15px;
}
div.default-txt h4 {
	color: #573e2e;
	font-size: 161.6%;
	/*font-family: Impact, Helvetica, sans-serif;*/
	font-weight: bold;
	margin-bottom: 10px;
}
div.default-txt h5 {
	color: #000;
	font-size: 148.5%;
	font-weight: bold;
	margin: 8px 0 8px 15px;
}
h6 { }




/* @end */

/* @group Common Text Styles */
strong {
	font-weight: bold;
}
div.default-txt p {
	font-size: 116%;
	line-height: 140%;
	margin-bottom: 20px;
}
div.default-txt p.list-head {
	margin-bottom: 0;
}
div.default-txt ul li, div.default-txt ol li {
	font-size: 116%;
	line-height: 140%;
	margin-bottom: 6px;
}
div.default-txt ul {
	margin-left: 25px;
	margin-bottom: 20px;
}
div.default-txt ul li {
	list-style-type: disc;
}
p.vcard-download a {
	display: block;
	background: url(/uploads/design/chef-vcard.gif) no-repeat 0 50%;
	text-indent: 60px;
	line-height: 38px;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}
/* @end */



/*	gallery
---------------------------------------------*/
	#gallery-header {
		background: none;
		float: left;
		width: 582px;
		margin: 0 0 2em 0;
	}

	#gallery-capsule {
		background: none;
		float: left;
		width: 582px;
		margin: 0 0 3em 0;
	}

	#gallery-thumb {
		float: left;
		width: 240px;
		margin: 0 0 0 0;
	}
	
	#gallery-thumb img {
		float: left;
		margin: 0 0 0 0;
	}
	
	#gallery-detail {
		float: left;
		width: 582px;
		margin: 0 0 1em 0;
	}
	
	#gallery-detail h1 {
		font-size: 2.65em;
		line-height: .8em;
		border-bottom: none;
		margin: 0 0 .4em 0;
	}
	
	#gallery-detail h2 {
		font-size: 1.75em;
		line-height: .8em;
		border-bottom: none;
		margin: 0 0 .4em 0;
	}
	
	#gallery-info {
		float: right;
		width: 318px;
		margin: .2em 0 0 0;
	}
	
	#gallery-info h2 {
		font-size: 1.75em;
		line-height: .8em;
		border-bottom: none;
		margin: 0 0 .4em 0;
	}
	
	.description {
		font-size: .9em;
		line-height: 1.7em;
		color: #424242;
	}
	
	.detail-description {
		font-size: .9em;
		line-height: 1.7em;
		color: #424242;
		margin: 0 0 1.6em 0;
	}
	
	.photo-by {
		font-size: .9em;
		line-height: 1.7em;
		color: #424242;
	}
	
	.uploaded {
		font-size: .9em;
		line-height: 1.7em;
		color: #424242;
	}
	
	.location {
		font-size: .9em;
		line-height: 1.7em;
		color: #424242;
	}
	
	.tags {
		font-size: .9em;
		line-height: 1em;
		color: #424242;
	}
	
	.tagged {
		font-size: .85em;
		line-height: 2.4em;
		color: #424242;
	}
	
	.additional-info {
		font-size: .9em;
		line-height: 1.7em;
		color: #424242;
	}
	
	.results {
		font-size: .85em;
		line-height: 2.6em;
		color: #8a8a8a;
	}
	
	#gallery-footer {
		background: none;
		float: left;
		width: 582px;
		margin: 0 0 2em 0;
		padding: 0 0 2em 0;
		text-align: center;
	}
	
	#gallery-footer-nav a {
		font-size: .9em;
		border: #8a8a8a 1px solid;
		margin: 0 2px 0 2px;
		padding: 2px 7px 2px 7px;
		text-decoration: none;
	}
	
	#gallery-footer-nav a:hover {
		background: #291C14;
		font-size: .9em;
		color: #fff;
		border: #424242 1px solid;
		margin: 0 2px 0 2px;
		padding: 2px 7px 2px 7px;
		text-decoration: none;
	}










/* @group Misc */
div.spacer {
	padding: 20px 0;
}
.clear {
	clear: both;
}
.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 */
/* @end */