/* Primal Visions CSS File */
/* Copyright (c) 2009 Primal Visions */
/* Site implementation by Jungle Moon Consulting */

/*
Credits:
  
Sticky Footer Solution by Steve Hatcher: http://www.cssstickyfooter.com
Nifty Corner (non JS) by Alessandro Fulciniti http://www.html.it/articoli/nifty/index.html

*/

* {margin:0;padding:0;} 
html, body, #view {height: 100%;}
body > #view {height: auto; min-height: 100%;}
#main {
    padding-top: 7.1em;
    padding-bottom: 22px;  /* must be same height as the footer */
    color: #3b1d08;
}

#main p {
    text-align: justify;
    padding-top: 1em;
}

#footer {
    position: relative;
	margin-top: -24px; /* negative value of footer height */
	height: 24px;
	clear:both;
    background-color: #663300;
    background-image: url('/images/sidebar.jpg');
    background-repeat: repeat;
} 

.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 */

body {
    background: #663300;
    background-image: url('/images/sidebar.jpg');
    background-repeat: repeat;
    font-family: 'Times New Roman', 'Times', serif;
    font-size: 1em;
}

.hp {
    font-family: 'Helvetica', 'Arial', sans-serif;
}

#main p.hp {
    text-align: center;
    margin-left: 7em;
    margin-right: 7em;
}

#hp_image {
    position: relative;
	height:309px;
    width: 100%;
    text-align: center;
}

#hp_image img {
	display:none;
	position:absolute;
    text-align: center;
	top:0;
    left:25%;
}

#header {
    background-color: #663300;
    background-image: url('/images/sidebar.jpg');
    background-repeat: repeat;
    height: 5.5em;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

#header h1 {
    color: #261605;
    font-family: "Under Influence", fantasy;
    font-size: 2.7em;
    padding-top: 0.5em;
    text-align: center;
    height: 1.15em;
    width: 100%;
    position: relative;
    overflow: hidden;
}


#header h1.title span {
    position: absolute;
    top:0;left:0;
    width: 100%;
    height: 0em;
    overflow: hidden;
}

#logo {
    display: block;
    position: absolute;
    left: -10em;
    padding-top: 0px;
    padding-left: 2.5em;
}

#logo img {
    height: 10em;
    width: 10em;
}

#view {
    background-color: #FFFFFF;
    margin-left: 11em;
    margin-right: 2em;
    position: relative;
}

#leftrail {
    position: absolute;
    display: block;
    margin-left: -11em;
    color: #261605
    width: 11em;
    padding-top: 4em;
    padding-right: 0px;
}

#leftrail .nav {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    width: 100%;

    font-family: "Under Influence", "Helvetica", "Arial", sans-serif;
    
}

#leftrail .nav li {
    padding-left: 65px;
    background-repeat: no-repeat;
    background-position: .2em .5em;
    line-height: 3.3em;
    height: 3em;
    border-bottom: 1px solid #261605;
    width: 6.9em;
}

.nav a {
    color: #261605;
    font-size: 1.2em;
    text-decoration: none;
    display: block;
    width: 100%;
}

.nav_img {
    height: 1.0em;
    width: 4.8em;
    border: 0;
    cursor: pointer;
}

html>body .nav a {
		width: auto;
}

.nav a:visited {
    color: #261605;
}

.nav a:hover {
    color: #a4805b;
    text-decoration: none;
    height: 99%;
}

.nav #home {
    background-image: url(/images/mn_lion.png);
}

.nav a {
    height: 1.0em;
    width: 4.8em;
    display: block;
	position: relative;
    top: 0.25em;
}

.nav a span {
    height: 1.0em;
    width: 4.8em;
    display: block;
	position: absolute;
    top: 0;
    left: 0;
}

.nav #home_btn img {
    visibility: hidden;
}

.nav #home_btn span img {
    visibility: visible;
}

.nav li#home:hover #home_btn img {
    visibility: visible;
}

.nav li#home:hover #home_btn span img {
    visibility: hidden;
}

.nav #about {
    background-image: url(/images/mn_bat.png);
}

.nav #about_btn img {
    visibility: hidden;
}

.nav #about_btn span img {
    visibility: visible;
}

.nav li#about:hover #about_btn img {
    visibility: visible;
}

.nav li#about:hover #about_btn span img {
    visibility: hidden;
}

.nav #portfolio {
    background-image: url(/images/mn_dog.png);
}

.nav #portfolio_btn img {
    visibility: hidden;
}

.nav #portfolio_btn span img {
    visibility: visible;
}

.nav li#portfolio:hover #portfolio_btn img {
    visibility: visible;
}

.nav li#portfolio:hover #portfolio_btn span img {
    visibility: hidden;
}

.nav #contact {
    background-image: url(/images/mn_fox.png);
}

.nav #contact_btn img {
    visibility: hidden;
}

.nav #contact_btn span img {
    visibility: visible;
}

.nav li#contact:hover #contact_btn img {
    visibility: visible;
}

.nav li#contact:hover #contact_btn span img {
    visibility: hidden;
}

.nav #acc {
    background-image: url(/images/mn_sheep.png);
}

.nav #acc_btn img {
    visibility: hidden;
}

.nav #acc_btn span img {
    visibility: visible;
}

.nav li#acc:hover #acc_btn img {
    visibility: visible;
}

.nav li#acc:hover #acc_btn span img {
    visibility: hidden;
}

#content {
    padding: 1em 2em 1em 2em;
}


#address {
    font-size: 12px;
    color: #c8ad6d;
}

#address a {
    color: #c8ad6d;
    text-decoration: none;
}

#address a:visited {
    color: #c8ad6d;
    text-decoration: none;
}

img.titleimg {
    width: 53.13em;
    height: 6.25em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.rc b.rtop, .rc b.rbottom{display:block;background: #663300}
.rc b.rtop b, .rc b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFFFFF}
.rc b.r1{margin: 0 5px}
.rc b.r2{margin: 0 3px}
.rc b.r3{margin: 0 2px}
.rc b.rtop b.r4, .roundtop b.rbottom b.r4{margin: 0 1px;height: 2px}

.roundtop {
margin-top: -1.65em;
margin-left: -30px;
margin-right: 0em;
margin-bottom: 1.5em;
padding-left: 5px;
}

.roundbottom {
padding-left: 11em;
padding-right: 2em;

}

div.backdrop {
	width: 250px;
	float: right;
}

div.bodytext {
    padding-bottom: .5em;
    padding-right: 280px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 90%;
}

div#gallery {
    margin-top: 2em;
}

h1 {
    font-weight: normal;
}

h2, h3 {
    color: #663300;
    font-weight: normal;
    font-family: "Under Influence", fantasy;
}

h2.h2_head span, h3.h3_head span {
    position: relative;
    height: 100%;
}

h2.h2_head span img, h3.h3_head span img {
    position: absolute;
}

h3 {
    padding-top: 1em;
}

.portfolio {
	padding-bottom: 1.5em;
}

.col1, #col2 {
    margin-top: 1em;
	width: 50%;
	float: left;
}

.portfolio li {
	margin-left: 20px;
}

.portfolio a {
    color: #663300;
}

.portfolio a:visited {
    color: #663300;
}

dl#commission_info {
    padding-top: 1em;
}

dl#commission_info dt {
    display: inline;
    font-weight: bold;
}

dl#commission_info dd {
    display: inline;

}

dl.portfolio_btn {
    width: 45%;
    padding: 0em;
    color: #3b1d08
}

dl.portfolio_btn a {
    display: block;
    position: relative;
    left: 0em;
    text-decoration: none;
    color: #3b1d08;
    width: 100%;
    height: 3.5em;
    border: 0px solid #261605;
	clear:both;
}

dl.portfolio_btn a dt {
    color: #3b1d08;
	clear:both;
    width: 100%;
}

dl.portfolio_btn a dd {
    top: 1.25em;
    padding-left: 6em;
    font-size: 80%;
    color: #3b1d08
	clear:both;
}

dl.portfolio_btn a:visited {
    color: #3b1d08
}

dl.portfolio_btn a:hover {
    background-color: #a4805b;
    }

.portfolio_tn {
    float: left;
    padding: .25em;
    height: 3em;
    width: 3em;
    border: 0px;
}


#footer p {
    text-align: center;
    height: 100%;
    padding-left: 150px;
    padding-top: 1px;
    padding-bottom: 3px;
}
