@charset "utf-8";
/* Dant CSS Document */

body {
	color: #3A291C; /*dk. brown*/
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #000000;
	height: 100%;
	margin: 0px;
}
body#home {
	background-color: #000000;
	background-image: url(../images/backAll.jpg);
	background-repeat: repeat;
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
p {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
h1 {
	font-size: 24px;
}



.padTop {
	margin-top: 5px;
}


h4, h3, h1 {
	color: #8F3928;
}
#news h3 span {
	font-size: 12px;
	color: #3A291C;
}
#events h4 {
	margin-bottom: -10px;
}



a:link, a:visited{
	color: #3A291C; /*dk. brown*/
}
a:hover, a:active{
	color: #8F3928; /*rust*/
}
/*gallery links*/
#galleryBody .nav li {
		color: #ECC6BD; /*buff*/
}
#galleryBody a:link, #galleryBody a:visited {
	color: #efece3; /*buff*/
}
#galleryBody a:hover, #galleryBody a:active {
	color: #ECC6BD; /*buff*/
}
.bold {
	font-weight: bold;
}
.border {
	border: 1px solid #D6D7CF;
}

#logo {
	position:relative;
	left:0px;
	top:0px;
	width:303px;
	height:70px;
	display: inline;
	float: left;
}
/*#apDivHome {
	position:absolute;
	left:22px;
	top:110px;
	width:220px;
	height:152px;
	z-index:1;
}*/
#apDivHome {
	position:absolute;
	width:259px;
	height:152px;
	z-index:2;
	left: 264px;
	top: 410px;
}

.floatR {
	float: right;
}
.floatL {
	float: left;
}
.clear {
	clear: both;
}
.center {
	margin-right: auto;
	margin-left: auto;
}



div#container {
	background-attachment: fixed;
	background-image: url(../images/backCircleTarget2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: auto;
	width: 955px;
	padding-top: 10px;
	height: 100%;
	z-index:1;
	background-color: #EDE9E0;
	position: relative;
}
.news #container {
	height: 1800px;
}

#home div#container, #galleryBody div#container {
	background-image: none;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	z-index: 3;
	height: 700px;
}
#all { /*wraps around #home #container*/
	background-attachment: fixed;
	background-image: url(../images/back1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
}
#container #apDivHome {
	float: left;
}

/*home navigation in nav.css (.nav)*/
/*loaded with css/c-css.php4*/


/*top navigation*/
div#topNav {
	height: 70px;
	width: 650px;
	display: inline;
	float: right;
}
#topBand {
	height: 70px;
	width: 955px;
}

#topNav .nav li {
	list-style-position: inside;
	list-style-type: none;
	color: #8F3928;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*this transferred to nav.css*/
	/*[if IE] font-weight: normal;
	[if Webkit] font-weight: normal;*/
	display: inline;
	padding-left: 25px;
	line-height: normal;
	text-transform: uppercase;
}
#topNav .nav li a {

}
#topNav ul.nav {
	text-align: right;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 35px;
	margin-right: 20px;
}
/* end top navigation*/

.caption {
	font-size: 9px;
}
/*artist statement page*/
div#technique {
	margin-top: 15px;
	margin-bottom: 30px;
	/*background-attachment: fixed;
	background-image: url(../images/backCircleTarget2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
	width: 955px;
	height: 100%;
	padding-bottom: 25px;
}
/*events page*/
/*#events div#technique {
	background-attachment: fixed;
	background-image: url(../images/backCircleTarget2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 955px;
	height: 100%;
}*/
#events div#technique div{
	padding-left: 25px;

}
#events .floatR img {
	margin-right: 25px;
}

/*stateIMG used to have an image in it*/
div#stateIMG {
	float: left;
	width: 500px;
	padding-left: 20px;
	height: 1000px;
}
#stateIMG p {
	clear: both;
	padding-right: 20px;
}
#stateTextR img {
	margin-left: 20px;
}

#stateTextR p {
	padding-right: 20px;
}
#statement #container #technique .floatL, #statement #container #technique .floatR {
	width: 400px;
}
#statement #container #technique .floatL {
	padding-left: 20px;
}

#statement #container #technique .floatR {
	padding-right: 20px;
}

div#stateIMG div.caption {
	text-align: left;
}
#stateIMG img {
	margin-top: 10px;
	margin-right: 20px;
}
#stateTextR {
	float: right;
	width: 410px;
	height: 1000px;
}
#statement #technique {
	height: 1300px;
}
/*news page*/
div#news {
	width: 935px;
	padding-left: 20px;
	height: 1600px;
}
#news p {
	padding-right: 20px;
}
#news img {
	margin-left: 20px;
	margin-right: 20px;
}
#news .photos {
	width: 440px;
	float: right;
}
.photos img {
	margin-bottom: 20px;
}



/*contact page*/
div#contact {
	margin-top: 15px;
	margin-bottom: 30px;
	width: 955px;
	height: 475px;
}
div#contactL {
	float: left;
	width: 255px;
	padding-left: 20px;
}
#contactL p {
	text-align: left;
}

div#contactMid {
	width: 280px;
	float: left;
	margin-left: 55px;
}
#contactMid p {
	padding-right: 15px;
}
#contactMid #top {
	margin-top: 122px;
}


#contactL span.pinkBold {
	margin-top: 10px;
}

div#contactTextR {
	float: right;
	width: 290px;
	text-align: right;
}
#contactL h4 {
	padding-top: 15px;
}

#contactTextR p {
	padding-right: 20px;
	clear: both;	
}

#contactTextR img {
	margin-top: 20px;
	margin-right: 20px;
	/*margin-bottom: -15px;*/
}
/*gallery page*/
#topBandGal #topNav ul.nav{
	padding-top: 0px;
	margin-top: 0px;
}
#gallery {
	margin-right: auto;
	margin-left: auto;
	height: 650px;
	width: 800px;
}
#topBandGal #logo {
	height:40px;
	margin-top: -10px;
}

#copyright {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #756644; /*dk version of content bg*/
	margin-top: 10px;
	clear: both;
	display: block;	/*height: 500px;*/
}
#copyright ul {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#copyright li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}


#copyright a:link, #copyright a:visited{
	color: #756644; /*dk version of content bg*/
}
#copyright a:hover, #copyright a:active{
	color: #CFD8DF; /*grey*/
}

