@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}


/* fixes for padding and margins being reset to zero */
input {
	margin: 0 3px;
}






html, body, #outerwrapper {height: 100%;}   /*needed for the sticky footer */

body > #outerwrapper {height: auto; min-height: 100%;}   /*needed for the sticky footer */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #F1F3F3;
	background-color: #161c1f;
	background-image: url(paynes-background.jpg);
}


a {
	color: #009980;
	text-decoration: none;
}

a:hover {
	color: #841E1F;
}

p { margin: 1em 0; }

p.newpost {
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #532D22;
	line-height: inherit;
}

ul {
	margin-left: 1em;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #069;
	margin: 1em 0;
}

.date {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

/*needed for the cart */
.formbutton {
	border: 1px solid #aaa;
	background-color: #CCF1FF;
	margin: 5px 0;
	padding: 2px;
}
.formbutton:hover {
    border: 1px solid #aaa;
    background-color: #fff;
}

form {
	padding: 3px;
}






#alert {
	background-color:#930;
	color: #FFF;
	padding: 0 0.4em;
		text-align:center;
}


#outerwrapper {
	font-size: 0.82em;
	width: 1010px;
	height: 100%;     /*needed for the sticky footer */
	margin: 25px auto 0 auto;
}	


#headergraphic {
	margin: 0 0 0 0;
	text-align:center;
}

#topmenu {
	margin-bottom: 2em;
		text-align:center;
}



/* middlewrapper contains the middle section of the floated layout */
#middlewrapper {
	margin: 0 auto;
	width: 1000px;
	overflow:auto;
	padding-bottom: 50px;  /* must be same height as the footer */
	
}


#leftmenu {
	float:left;
	min-width: 70px;
	max-width: 180px;
	padding: 15px 2em 15px 0;
	line-height: 1.7em;

}

#leftmenu a {
	text-decoration: none;
}

#maincontent {
	float:left;
	width: 700px;
	padding: 15px 1em 15px 3em;
}



#footer {
	position:relative;
	min-width: 1000px;
	text-align:center;
	font-size: 0.58em;
	margin: 50px 0 0 0;   /* negative value of footer height */
	height: 50px;   /*needed for the sticky footer */
	clear:both;
}


/* use in a div.  Make it the final element of a container that contains the floats */
.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}


/* CLEAR FIX*/   /*needed for the sticky footer */
.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 */



/* special divs for index pages only */
.indexpage-centercolumn {
	float: left;
	width: 32em;
	padding: 0 2em;
}


.indexpage-rightmenu {
	float: right;
	width: 13em;
}


table#gallery {
    width: 700px;
}

table#gallery td {
	text-align: center;
	vertical-align: top;
}

table#portfolio {
    width: 700px;
}

table#portfolio td {
	text-align: center;
	vertical-align: top;
}


.itemtitle {
	color: #70D5F5;
	font-variant: small-caps;
	padding-bottom: 20px;
	padding-top: 10px;
}

.itemcolor {
}

.accent {
}

.boldtext {
	font-weight: bold;
}
	

.artimage {
	border-style:double;
	border-color: #666;
	border-width: 1px;
}

.artwrap {
	text-align: center;
}

.artdescription {
}

.artavailableas {
	float: left;
	text-align: left;
}

.artproperties {
	float: right;
	text-align: right;
}

.artdetailbutton {
	text-align:center;
	padding: 20px 0;
}

.centeralign {
	text-align: center;
}


.smalltext {
	font-size: 75.1%;
}


/* outputs a pretty table with minimal border.  remember to change colors for both border part in table and td */
table.niceborder {
	border: 1px solid #33ccff;
	border-collapse: collapse;
}

table.niceborder td {
	border: 1px solid #33ccff;
	padding: 12px;
}


/* below bits are for the gallery php css */
#gallerypictures {
	text-align:center;
}

#gallerypictures img {
	padding: 2px;
}
/* END gallery php css */