/* stylesheet written by T. Roque, www.creativepathstudio.com for Marilee Heyer */

* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/bodyBG2.jpg) no-repeat center fixed #161616;
	color: #fff;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: .9em;
}

body, html {
	height: 100%;
}

#logoWrap {
	width: 100%;
	height: 65px;
	background: #161616;
	color: inherit;
	border-bottom: 3px solid #030d12;
}

#logoWrap h1 {
	display: none;
}

.logo {
	position: relative;
	width: 900px;
	margin: 0 auto;
	height: 64px;
}

.logoimg {
	position: absolute;
	top: 32px;
	width: 354px;
	height: 60px;
}

.logo a img {
	border: none;
}	


#navWrap {
	width: 100%;
	height: 63px;
/*	background: #0b3951;
	border-bottom: 3px solid #0f1010; 
	color: #a5d3e7;*/
	background: url(../images/navBG.gif) repeat-x;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.menu {
	width: 900px;
	height: 59px;
	margin: 0 auto;
	text-align: right;
}

.menu ul {
	list-style-type: none;
	padding: 30px 15px 10px 0;
}

.menu li {
	display: inline;
}

.menu li a:link, .menu li a:visited {
	text-decoration: none;
	color: #a5d3e7;	
	padding: 20px 5px 3px 20px;
}

.menu li a:hover {
	background: url(../images/butterfly2.gif) left top no-repeat;
	color: #fff;
}

#home #li_home a, #about #li_about a, #portfolio #li_portfolio a, #portfolio2 #li_portfolio a, #portfolio3 #li_portfolio a, #contact #li_contact a {
	background: url(../images/butterfly.gif) left top no-repeat;
	color: #fff;
	font-weight: bold;	
}

#contentWrap {
	width: 900px;
	min-height: 82.5%;
	height: auto !important;
	height:84%;
	background: #635f60; 
/*	background: #413d3e;*/
	color: inherit;
	margin: 0 auto -45px auto; /* the bottom margin is the negative value of the footer's height */
	border-right: 2px solid #3e3d3d;
	border-left: 2px solid #3e3d3d;
	border-bottom: 3px solid #07293b;
	border-top: 2px solid #3d3b3b;
}

#home #contentWrap {
	background: #161616;
	border: none;
	width: 650px;
}

#content {
	width: 800px;
 	margin: 20px auto; 
}
#footerWrap {
	width: 900px;
	margin: 0 auto;
	background: #0b3951;
	border: 2px solid #07293b;
	border-top: 3px solid #07293b;
	font-size: 11px;
	color: inherit;
	text-align: center;
	padding: 5px 0;
}

#home #footerWrap {
	width: 650px;
}

#footerWrap, .push {
	height: 45px; /* .push must be the same height as .footer */

}

#slideshow img {
/*	width: 348px;
	height: 500px; */
	padding: 8px;
	border: 1px solid #3c1507;
	background: #000;
	margin: 30px auto;
/*	margin: 0 auto; */
}

a:link, a:visited {
	color: #a5d3e7;	
}

a:hover {
	color: #eeca87;
}
h1,h2, h3 {
	color: #231a1a;
}

h2 {
	border-bottom: 1px dashed #231a1a;
	margin: 20px 0;
}

h3 {
	margin: 10px 0 10px 5px;
}
p {
	margin: 5px 5px 10px 10px;
	line-height: 1.3em;
}

#content ul {
	margin: 5px 0 5px 30px;
	list-style-type: circle;
	list-style-position: inside;}

li {

	
}
img.right, img.left {
	padding: 4px;
	border: 1px solid #c8b28c;
	background: #161616;
}
img.right {
	float: right;
	margin: 5px 0px 5px 20px;
}

img.left {
	float: left;
	margin: 5px 20px 5px 0;
}

#artpage {
	width: 850px;
	margin: 10px auto;
}

.clear {
	clear: both;
}

/***** Thumbnail styles  
.thumbnail {
	float: left; 
	width: 200px; 
	padding: 5px;
	margin: 10px 0; 
	height: 310px; 
}

.thumbBorder { 	
	padding: 4px;
	border: 1px solid #c8b28c;
	background: #161616; }

.thumbnail p { text-align: center; font-size: 90%; }


 end Thumbnail styles *****/

/***** Thumbnail styles  
.thumbnail {
	float: left; 
	width: 200px; 
	padding: 5px;
	margin: 10px 0; 
	height: 310px; 
}

.thumbBorder { 	
	padding: 4px;
	border: 1px solid #c8b28c;
	background: #161616; }

.thumbnail p { text-align: center; font-size: 90%; }


 end Thumbnail styles *****/

/*** thumbnail styles ***/
.thumbnail {
	float: left; 
	width: 400px; 
	padding: 10px;
	margin-top: 10px ; 
	height: 370px; 
}

.thumbBorder { 	
	padding: 4px;
	border: 1px solid #c8b28c;
	background: #161616; }

.thumbnail p { text-align: center; font-size: 90%; }


/*** end of thumbnail styles ***/

/* portfolio pages */
.pagenums {
	text-align: center;
	font-size: 90%;
	margin: -10px auto 20px auto;
}

.pagenums ul li {
	list-style-type: none;
	display: inline;
}

.pagenums a {
	text-decoration: none;
}

#portfolio #li_mm a, #portfolio2 #li_bkcvr a, #portfolio3 #li_artshow a {
	color: #eeca87;
}

/* end of portfolio pages */