/* CSS Document: Jan Weaver Art */
/* =HTML tag styles                             */
/***********************************************/ 
html {}
body {font-family: Verdana, Helvetica, sans-serif;font-size: 12px;color:#999999;margin: 0px;margin-top: 0px;padding: 0px;text-align: center; background-image:url(/images/bg-fade3.png);background-repeat: repeat-x;background-attachment:fixed;}
h1 {font-family: Helvetica, Verdana, Arial, sans-serif;font-size: 16px;color:#CCCCCC;font-style:italic;}
h2 {font-family: Helvetica, Verdana, Arial, sans-serif;font-size: 19px;color:#FFFFFF;}
h3 {font-family:Helvetica, Verdana, Arial, sans-serif;font-size: 15px;color:#99CC99;}
p {text-indent: 0px;}

/* =Layout Divs                                 */
/***********************************************/
#container {background-color:#333333;width: 900px;background-image:url(/images/bg-image.png); background-repeat:no-repeat;position: relative; /* makes "container" the containing block */margin: 0 auto; /* the proper css way to center */text-align: left; /* overrides text-align rule on body */padding:50px 0 0px 0;}
#container2 {width: 850px;background-image:url(/images/bg-image2.png); background-repeat:no-repeat;position: relative; /* makes "container" the containing block */margin: 0 auto; /* the proper css way to center */text-align: left; /* overrides text-align rule on body */padding:200px 0 0 0;}
#soon {text-align:center;padding: 200px 0 0 0;}	
#logo {padding:0px 0 0 80px;}
#header {padding:30px 0 80px 500px;}
#content {float:left;clear:both;width:810px;margin: 0 auto;padding: 40px 20px 20px 110px;}
	#content p {font-size:14px; padding: 0 170px 0 0;}
	.quote {font-style:italic;color:#999999;padding:0 20px 0 60px}
#footer {clear:both; font-style:italic;padding:70px 0 20px 0; text-align:center;}
	#footer-slide{clear:both; font-style:italic;padding:70px 0 20px 0px; text-align:center;}
#easel {background-image:url(/images/bg-easel.png); background-repeat:no-repeat; background-position:right; }

#menu {padding:20px 0 50px 0; width:250px;}
	#menu ul{padding:25px 0 0 90px; margin:0px;}
	#menu li{height:17px;padding:5px 0px 0 0;}
#menu_enlarged {padding:20px 0 50px 0; width:250px;float:left;}
	#menu_enlarged ul{padding:25px 0 0 90px; margin:0px;}
	#menu_enlarged li{height:17px;padding:5px 0px 0 0;}

#main_nav{clear:both;padding:100px 0 0px 110px;}
	#main_nav ul{width:100%;padding:0px; margin:0px;}
#artist-statement{float:left;padding:30px 0 0 255px;}
#recognition{padding:150px 0 0 210px;}
	#recognition td{padding:9px 0 0 0;}
.gallery { padding:30px 0px 20px 90px; }
	#galleries {padding:30px 0 130px 110px;}
.gallery_enlarged {padding:50px 0px 20px 0px;float:right;width:570px;}
	.gallery_enlarged ul {text-align:left; padding:10px 0 0 50px;}
	.gallery_enlarged img{padding-right:50px;}
/*********** =SiteLinks link styles ***********/
a:hover {color:#BBBBBB;}
a {text-decoration:none;color:#669999;}


/***********************************************/
/* =Normalizes Browser Styles                   */
/***********************************************/
/*--Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0;}
/*--Normalize font-size for headers*/
h4, h5, h6 {font-size: 100%;}
/*--Removes list-style from lists */
ol,ul {list-style: none;}
/*--Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal;}
/*--Removes list-style from lists*/
table {border-collapse: collapse;border-spacing: 0;}
/*--Removes border from fieldset and img */
fieldset, img {border: 0;}
/*--Left-aligns text in caption and th*/
caption, th {text-align: left;}
/*--Removes Quotation marks from Q*/
q: before, q: after {content: '';}
