/* Makeshift Gallery STYLESHEET */

/*START PAGE RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*END PAGE RESET*/



/*PAGE STRUCTURE STYLES*/

/*Index page structure and main template*/

html { height:100%; }
* html #wrapper { height:100%; width:100%; }
body{
	min-width:100%;
	height: 100%;
	background-color:#000000;
}

h1 {
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 18px;
	font-weight: 200;
	color:#FF9933;
	padding: 5px 0 10px 0;
}

h2 {
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 14px;
	font-weight:bold;
	color:#FF9933;
	padding: 5px 0 5px 0;
}

h3 {
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFCC;
}

p {
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 12px;
	color:#FFFFCC;
	margin-bottom:10px;
	text-decoration: none;
}

a {
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 12px;
	color:#FFFFCC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper{
	width: 100%;
	margin-bottom:-45px;
	margin-left: auto;
	margin-right: auto;
	min-height:100%;
}

#head{
	background-color:#333333;
	width:100%;
	height:250px;
}

#headContent {
	width:750px;
	height:250px;
	margin: 0 auto;
}

.currentPage {
	font-family:Tahoma, "Trebuchet MS", verdana, "Arial Black";
	font-size: 14px;
	font-weight:normal;
	background-image: url(../img/pointer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display:block;
	height:28px;
}

#menu {
	position:relative;
	top:76px;
	left:-15px;
	height:27px;
}



#menu li {
	float:left;
	padding:0 1em 0 1em;
	height:27px;
	padding-top:1px;
}

#menu li a{
	float:left;
	font-family:Tahoma, "Trebuchet MS", verdana, "Arial Black";
	font-size: 14px;
	font-weight:normal;
	color:#fff;
	display:block;
	height:27px;
}

#menu li a:hover{
	text-decoration:none;
	background-image: url(../img/pointer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display:block;
	height:27px;
	color:#ffff66
}


#content{
	width:750px;
	text-align:left;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:10px;
}

#artists {
	width:750px;
	
}

.artistImage {
	float:left;
	margin:10px 45px;
	display:inline;
}
.artistImage a{
	border-bottom:#000 1px solid;
}
.artistImage a:hover{
	border-bottom:#ffffcc 1px solid;
}

.artistImage h3{
	padding-top:10px;
	text-align:center;
	clear:both;
}


.residentArtists img{
	float:left;
	border:1px #333333 solid;
	margin-right:10px;
}

.clearer {
	clear:both;
	height:30px;
	overflow:hidden;
}
.artistBio {
	padding-left:310px;
}
.artistLink {
	padding-bottom:10px;
	font-weight:bold;
}
.aboutSig	{
	text-align:right;
}

#about {
	width:740px;
	margin-right:10px;
	text-align:justify;
	clear:both;
	margin-top:20px;
}

#magazine {
	position:relative;
	margin:-230px 0 25px 470px;
	border: dashed 1px #FF9933;
	padding: 10px;
}

#magazine ul li{
	list-style-type:disc;
	padding:5px;
	margin-left:20px;
}

.largeText {
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 15px;
	font-weight: 600;
	color:#FF9933;
	padding: 5px 0 10px 0;
	text-align:right;
}

#times {
	position:relative;
	margin:-335px 0 0 300px;
}

#times img{
	margin-left:50px;
}

#footer{
	width:100%;
	height:auto;
	background:#333333;
	clear:both;
	margin-top:25px
}

#footer p{
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 9px;
	color:#000;
	padding-top:2px;
	width:750;
	margin: 0 auto;
}


/*SITEWIDE TEXT STYLES*/

#head p{
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 9px;
	color:#FFFFCC;
	margin:0;
	padding:0;
}

#head a{
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 9px;
	color:#FFFFCC;
	margin:0;
	padding:0;
}

#head a:hover {
	text-decoration: underline;
}

#content ul {
	list-style: none;
	margin:10px;
}

#content ul li {
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 12px;
	color:#FFFFCC;
}
#renders {
	margin-bottom:25px;
	padding-left:7px;
	padding-right:7px;
}
#renders img{
	margin: 10px;
}
.makeshiftTitle {
	position:relative;
	top:75px;
	left:100px;
}

.clouds {
	position:relative;
	top:-85px;
	left:0px;
}

