@charset "UTF-8";

/*RESET*/
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption { font-size: 1em; font-weight: normal; font-style: normal; }
caption,th { text-align: left; }
article,aside,footer,header,hgroup,nav,section,figure,figcaption { display: block; }


html, body {
	height:100%;
	width:100%;
	-webkit-font-smoothing: antialiased;
	font-family: "Courier New", Courier, monospace;
	font-size:1em;
	line-height: 1.5em;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	colour: #333;
	margin-left: 30px;
	margin-right: 30px;
	text-align:justify;
}

body{
	overflow:hidden;
	margin-left: 100px;
	margin-right: 100px;
}
.overflow{
	overflow:auto;
}


/**********LAYOUT**************/

#wrapper {
	min-width: 760px;
	width: 90%;
	padding: 0;
	clear: both;
	background-color: #FFF;
}

#header {
	display: block;
	background-color: #FFF;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	margin: 0px;
}

#mainNav {
	clear: both;
}

#logo {
	padding-left: 50px;
	color: #909;
}


/*
nav {
	float: left;
	margin: 5px 0 30px 100px;
	font-size: 115%;
	line-height: 1.5;
	border: 1px solid black;
}
*/

#mainContent {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}



/*
#billboard {
	position: relative;
}


#liftedImage {
	position: absolute;
	top: -250px;
}
*/

.row {
	padding: 20px 0;
}

#footer {
	clear:both;
	display: block;
	padding: 50px 0 50px 0;
}

/*Horizontal Navigation Bar*/



#nav {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 0px;
	float:right;
}


#nav li {
	padding: 0px;
	margin: 5px;
	display: inline;
	list-style-type: none;
}
#nav a {
	margin: 0px;
	color: #333;
	text-decoration: none;
	padding: 0px;
}


#ImageSlideShow {
	margin-left:auto;
	margin-right: auto;
}


/**********TYPOGRAPHY***********/


p {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #333;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	display: block;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}

a {
	text-decoration: none;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
}


header h1 {
	margin: 0;
	font-weight: 600;
	font-size: 1.5em;
}

.rowName {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	display: block;
	margin: 0 0 10px 0;
	padding: 0px;
	font-variant: normal;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	text-transform: none;	
}

.textalign{text-align:center;}
.textleft{text-align:left;}
.textright{text-align:right;}



#nav a:hover, body#home #tHome a, body#paintings #tPaintings a, body#drawings #tDrawings a, body#prints #tPrints a, body#videos #tVideos a, body#resources #tResources a, body#shows #tShows a
{ color:#660000;
}


/********** SECTIONS **********/


.fullheight{
	height:100%;
	width:100%;	
}


/********** TOOLS **********/


.center{
	margin:auto;
}
.valign{
	vertical-align:middle;
}
.block{
	display:block;
}

