/* Website Created by Bi-'stO Design * Omaha Nebraska */
/* www.bistodesign.com */



/*========= Interface ========*/

/* Zero */

* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
* { behavior: url(/iepngfix.htc) }

	
body{
	background-color: #333333;
	background-position: top center;
	background-repeat: no-repeat; 
	}
	
p{
	font-family: Verdana, Helvetica, Arial;
	color: #333333;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 10px;
	display: block;
	}
	
h3 {
	font-family: Century Gothic, Arial;
	color: #CA9271;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	margin-bottom: 7px;
	border-bottom: #333333 1px dashed;
	padding-bottom: 2px;
	}
	
	
/*========= Navigation ========*/

#navcontainer{
	width: 400px;
	height: 25px;
	float: left;
	margin-top: 5px
	}

#nav{
	width: 400px;
	height: 25px;
	}
	
#nav li{
	float: left;
	list-style-type: none;
	height: 25px;
	width: 100px;
	display: block;
	}

#nav a, #nav a:link, #nav a:active, #nav a:visited {
	height: 25px;
	width: 100px;
	display: block;
	font-size: 14px;
	color: #30140C;
	background-position: 0px 0px;
	overflow: hidden;
	text-indent: -99999px;
	}

#nav a:hover, #nav a:visited:hover {
	color: #7A9489;
	text-decoration: none;
	background-position: 0px 25px;
	}
	
	
#nav #about a{
	background-image: url(Images/nav/aboutlink.jpg)
	}	
#nav #art a{
	background-image: url(Images/nav/art.jpg)
	}
#nav #illustrate a{
	background-image: url(Images/nav/illustration.jpg)
	}
#nav #design a{
	background-image: url(Images/nav/design.jpg)
	}
	
#mininavcontainer{
	width: 240px;
	height: 20px;
	float: right;
	margin-top: 2px
	}
	
#mininav li{
	float: left;
	list-style-type: none;
	height: 20px;
	width: 80px;
	display: block;
	font-family: Century Gothic, Arial, Verdana
	}
	
#mininav a, #mininav a:link, #mininav a:active, #mininav a:visited {
	height: 20px;
	width: 80px;
	display: block;
	font-size: 14px;
	color: white;
	text-decoration: none;
	background-position: 0px 0px;
	overflow: hidden;
	text-indent: -99999px;
	}
	

#mininav a:hover,  #mininav a:visited:hover {
	background-position: 0px 20px;
	}
	
#mininav #home a{
	background-image: url(Images/nav/home.jpg);
	}
	
#mininav #contact a{
	background-image: url(Images/nav/contact.jpg);
	}
	
#mininav #favorites a{
	background-image: url(Images/nav/favorites.jpg);
	}
	
/*========= Content ========*/

#wrap{
	width: 950px;
	height: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
	
#container{
	float: left;
	width: 950px;
	height: 600px;
	background-color: white;
	}
	
#header{
	height: 150px;
	width: 950px;
	background-image: url(Images/header.jpg);
	}
	
#header h1{
	text-indent: -9999px;
	float: left;
	}
	
#content{
	width: 950px;
	height: 375px;
	}

#leftcontent{
	float: left;
	width: 400px;
	height: 375px;
	background-color: #ffffff;
	}

#mainphoto{
	width: 350px;
	height: 250px;
	}
	
#photocontainer{
	width: 350px;
	height: 250px;
	margin-top: 45px;
	float: left;
	}

#rightcontent{
	float: left;
	width: 550px;
	height: 375px;
	background-color: #ffffff;
	}
	
#slideshowcontainer{
	width: 530px;
	height: 325px;
	float: left;
	margin-top: 20px;
	}
	
#slideshow{
	width: 500px;
	height: 325px;
	float: right;
	}
	
#aboutcontainer{
	width: 490px;
	height: 325px;
	float: left;
	margin-top: 20px;
	text-align: left
	}
	
#abouttext{
	width: 420px;
	height: 325px;
	float: right;
	overflow: auto;
	overflow-x: hidden;

	}
	
#linksleft{
	width: 170px;
	height: 290px;
	float: right;
	margin-top: 30px;
	}

#linksright{
	width: 170px;
	height: 290px;
	float: right;
	margin-top: 30px;
	}

#linksthird{
	width: 170px;
	height: 290px;
	float: right;
	margin-top: 30px;
	}

.links { 
	width: 180px;
	height: 270px;
	margin-top: 15px;
	}

.linkstype{
	text-align: left;
	list-style-type: none;
	line-height: 15px;	
	font-size: 10px;
	}

.linkstype a, .linkstype a:link, .linkstype a:active, .linkstype a:visited{
	font-family: Verdana;
	text-decoration: none;
	color:  #CA9271;
	}
	
.linkstype a:hover, .linkstype a:visited:hover{
	color: #333333;
	text-decoration: underline;
	}
	
#contactpage a, #contactpage a:link, #contactpage a:active, #contactpage a:visited {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	}

#contactpage a:hover, #contactpage a:visited:hover {
	color: #CA9271;
	text-decoration: none;
	}

#contactcontainer{
	height: 250px;
	width: 400px;
	float: right;
	margin-top: 30px
	}

#contactinfo{
	height: 200px;
	width: 300px;
	float: left;
	text-align: left
	}
	

#footer{
	width: 950px;
	height: 75px;
	background-image: url(Images/footer.jpg);
	}
	

}
#etsywrap {
	width: 120px;
	height: 120px;
	float: right;
}
#etsy {
	width: 120px;
	height: 120px;
	float: right;
}

	
	
	
/* Newsbox */

#newscontainer{
	width: 525px;
	height: 325px;
	float: left;
	margin-top: 20px;
	text-align: left;
	}
	
#newsspace{
	width: 475px;
	height: 325px;
	float: right;
	overflow: auto;
	overflow-x: hidden;
	}
	
.news{
	text-align: left;
	margin-right: 15px;
	}

.newsentry{
	font-family: Verdana;
	color: #30140C;
	font-size: 12px;
	line-height: 18px;
	padding-right: 15px;
	padding-bottom: 35px;
	}

.newsdate{
	font-size: 16px;
	font-family: Century Gothic, Arial, Verdana;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
	color: #CA9271;
	}

.newstext{
	text-align: left;
	}
	

/* forms */


input, select, textarea {
	clear: none;
	background-color:#FCF5CA;
	border: 2px solid #FCF5CA;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	color: #333333;
	width: 250px;
	display: block;
	margin-bottom: 5px
	
	}