/******** ANDREW SCHUMANN CSS STYLES *******/

/* 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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

/* GLOBAL */
body
{
		margin-bottom: 5px;
        background:#d4ddda;
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        color: #333;
		box-sizing: border-box;
}

#wrapper{
		max-width: 980px;
		background: #f7f9f8;
		margin: 10px auto 0 auto;
		padding: 0;
}

p
{
        font-size: 100%;
		margin:5px 0;
        line-height:25px;
}

a
{
        text-decoration:none;
}

b {
	font-weight: bold;
}


/* HEADER */

header
{
        float: left;
        width:100%;
        margin: 0;
		background-color: #e7edeb;
		background-image: url(../images/header-logo.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		padding-bottom: 30px;
}

header h1
{
		font-family: "Century Gothic",Arial,sans-serif;
        padding: 20px 0 0 0;
		margin-left: 69%;
		font-weight: bold;
        font-size: 30px;
        color:#525252;
		
        
}

header h2
{
        font-family: "Century Gothic",Arial,sans-serif;
        font-size: 20px;
		font-weight: bold;
        color: #525252;
        margin-left: 69%;
}

header span{
		font-size: 20px;
		color: #9eb2ac;
}

/* NAVIGATION */

nav {
	clear: both;
	float: left;
	width:100%;
	text-align:right;
	font-size:90%;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #e7edeb;
	padding: 0;
	}
	
nav ul {
	margin-top:0px;
	}
nav ul li {
	float: right;
	list-style:none;
	}

nav a {
	color:#9eb2ac;
	display: block;
	text-decoration:none;
	padding: 10px 30px;
	}
nav a:hover {
	color:#fff;
	background-color: #9eb2ac;
	display: block;
	text-decoration:none;
	}
	


/* MAIN CONTENT FOR PAGES WITH TWO COLUMNS */

#left-column {
	width: 24%;
	height: 640px;
	float: left;
	background-color: #e2e8e7;
	padding: 20px 0;
}

#left-column.long {
	
	height: 1450px;
}

#left-column a {
	display: block;
}


#right-column {
	width: 70%;
	height: auto;
	float: right;
	background-color: #f7f9f8;
	padding: 36px 3%;
}

#one-column {
	width: 94%;
	height: auto;
	float: left;
	background-color: #f7f9f8;
	padding: 30px 3%;
}



#left-column h2, #right-column h2, #one-column h2, #one-column-img h2 {
        font-family: "Century Gothic",Arial,Helvetica,sans-serif;
        font-size: 20px;
		font-weight: bold;
        color: #525252;
        
}

#left-column h3, #right-column h3, #one-column h3, #one-column-img h3 {
        font-family: Arial, Helvetica,sans-serif;
        font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
        color: #9eb2ac;
		margin-top: 10px;
        
}

#left-column .bottom-margin {
	margin-bottom: 40px;
}

	
#right-column ul.gallery li{
	display: inline-block;
}

#right-column ul.gallery img{
	display: block;
	width: 140px;
	margin: 20px 10px 0 0;
}

/******* LINKS IN A PAGE ********/

#right-column a
{
	display: inline-block;
	text-decoration: underline;
	padding: 7px 0;
}

#right-column a:link, #right-column a:visited
{
        color:#525252;
}

#right-column a:hover, #right-column a:active
{
	color: #525252;
	background-color: #9eb2ac;
}

#one-column a
{
	display: inline-block;
	text-decoration: underline;
	padding: 7px 0;
}

#one-column a:link, #one-column a:visited
{
        color:#525252;
}

#one-column a:hover, #one-column a:active
{
	color: #525252;
	background-color: #9eb2ac;
}

/****** ASSORTED IMAGES ********/

#right-column .index-image {
	max-width: 95%;
	border: 8px solid #e2e8e7;
}

#right-column .about-image {
	max-width: 100%;
	float: left;
	margin: 0 20px 20px 0;
	border: 8px solid #e2e8e7;
}

/********* HR LINE *******************/

.divider {
	border-style: solid;
    border-width: 1px;
	border-color: #d6e4e0;
	margin: 60px 0;
}

/**************** EXHIBITIONS LISTING EVENT *********/

.item {
	clear:both;
	padding: 0;
	margin: 20px 0 30px 0;
	overflow: auto;
	}

.image {
	float: left;
	width: 26%;
	
}

.text {
	float: right;
	width: 70%;
	
}

.image img {
	float:none;
	width: 100%;
	border: 1px solid #d6e4e0;
	}

/*************** EVENT BOX ******************/

.event-box {
	width: 80%;
	padding: 15px 10px;
	margin: 0 auto;
	border: 1px dotted #93a5a0;
}

.event-box p {
	color: #525252;
}

/***********************THUMBNAIL GALLERY *************************/

#one-column figure.thumb {
    margin: 2% 2% 20px 2%;
    padding: 0;
    height: auto;
    width: 20%;
    float: left;
    text-align: center;
}	

#one-column figure.thumb img {
    max-width: 100%;
    border: 1px solid #d6e4e0;
}

#one-column figure.thumb a:link img, #one-column figure.thumb a:visited img {
    border: 1px solid #d6e4e0;
}

#one-column figure.thumb a:hover img, #one-column figure.thumb a:active img {
    border: 1px solid #d6e4e0;
}

#one-column figure.thumb p {
    text-align: center;
	height: 50px;
	text-transform: uppercase;
	font-size: 90%;
	color: #525252;
	margin: 0;
	padding: 0;
}

/**************** LARGE IMAGE SECOND GALLERY ***********/

.artwork {
	width: 100%;
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 2px solid #ccc;
	}
	
	.artwork img {
	max-width: 100%;
	height: auto;
	border: 5px solid #ccc;
	}
	
	.artwork p {
	color: #525252;
	font-size: 90%;
	line-height: 1.25;
	}
	
	#one-column a.item-button:link {
	display: block;
	background: #e2e8e7;
	padding: 15px 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
	color: #525252;
	margin-bottom: 5px;
	border-radius: 7px;
}

#one-column a.item-button:visited {
	display: block;
	background: #e2e8e7;
	color: #525252;
}

#one-column a.item-button:hover {
	display: block;
	background: #9eb2ac;
	color: #ffffff;
}

#one-column a.item-button:active {
	display: block;
	background: #e2e8e7;
	color: #525252;
}

/**************** BUTTONS ON LINKS PAGE *********************/

#right-column a.item-button:link {
	display: block;
	background: #e2e8e7;
	padding: 15px 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
	color: #525252;
	margin-bottom: 5px;
	border-radius: 7px;
}

#right-column a.item-button:visited {
	display: block;
	background: #e2e8e7;
	color: #525252;
}

#right-column a.item-button:hover {
	display: block;
	background: #9eb2ac;
	color: #ffffff;
}

#right-column a.item-button:active {
	display: block;
	background: #e2e8e7;
	color: #525252;
}

/*********************CONTACT FORM**********************/

input, textarea, select {
   -webkit-appearance: none;
}

.contactform {
	padding-top: 40px;
}
.contactform input[type=submit] {
	
	color: #FFF;
	background: #54615d;
	padding: 10px;
	border: 3px solid #9eb2ac;
	border-radius: 7px;
	margin: 10px 0 10px 0;
	
}

.contactform input[type=text] {
	width: 45%;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	padding: 20px 5px;
	background-color: #fff;
}

.contactform textarea {
	width: 94%;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	margin-top: 20px;
	padding: 20px 5px;
	background-color: #fff;
}

.contactform .corners {
	border: none;
	border-radius: 7px;
	
}

.contactform .rightmargin {
	margin-right: 2%;
}



/* FOOTER */

footer {
	clear: both;
	max-width: 920px;
	height: auto;
	text-align: right;
	background-color: #e7edeb;
	margin: 0 auto;
	padding: 30px;
}

footer p {
	font-size: 80%;
	color: #9eb2ac;
}

footer a:link, footer a:visited {
    color: #9eb2ac;
    text-decoration: underline;
}

footer a:hover, footer a:active {
    color: #525252;
	background: #fff;
}



/* CLEAR */

.clear
{
        clear:both;
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 950px) {
	
	header h1
{
		
		margin-left: 65%;
		
}

	header h2
{
       
        margin-left: 65%;
}
	
}

@media (max-width: 850px) {
	
	header h1
{
		
		margin-left: 55%;
		
}

	header h2
{
       
        margin-left: 55%;
}

	#left-column {
	width: 27%;
	
}


	#right-column {
	width: 67%;
	
}

	#one-column figure.thumb {
    width: 29.33333%;
}
	
}

@media (max-width: 720px) {

	.contactform input[type=text] {
	width: 94%;
	margin-bottom: 10px;
}
	
}

@media (max-width: 600px) {
	
	header
{       
		background-image: url(../images/header-logo-small.jpg);
}
	
	header h1
{
		
		margin-left: 20%;
		padding-top: 10px;
}

	header h2
{
       
        margin-left: 20%;
}

	nav {
	text-align:left;
	}
	
	nav ul li {
	float: left;
	}
	
	nav a {
	padding: 10px 20px 10px 10px;
	}

	#left-column {
	width: 100%;
	height: auto;
}


	#right-column {
	width: 94%;
	padding:  30px 3%;
	
}

	#one-column figure.thumb {
    width: 46%;
}

	.event-box {
	text-align: center;
}

}

@media (max-width: 400px) {

	#one-column figure.thumb {
    width: 96%;
}
	
}


