@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

h1 {
	margin-top: 100px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}

p {
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #e76721;
	text-align: center;
}

.videoWrapper {
    	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 0px;
    	height: 0;
}
.videoWrapper iframe {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		2;
	dw-num-cols-tablet:		4;
	dw-num-cols-desktop:	5;
	dw-gutter-percentage:	8;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
/* Main Containers */
.gridHeaderContainer {
	width: 100%;
	background-color: #f2efea;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d0c1;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 91.4814%;
	padding-left: 1.7592%;
	padding-right: 1.7592%;
}

.gridContainerFull {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.gridFooterContainer {
	width: 100%;
	margin-top:200px;
	background-color: #f2efea;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d0c1;
}


/* Header */
#Header {
	width: 91.4814%;
	height: 110px;
	margin: auto;
	float: none;
	clear: both;
	display: block;	
}

#logo {
	clear: both;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 105px;
	height: 36px;
	display: block;
}

#logoimg{
	width: 100%;
}

#menuContainer {
	clear: both;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	height: 30px;
	width: 100%;
	display: block;
}

#menuBox {
	margin-left: auto;
	margin-right: auto;
	width: 275px;
	height: 25px;
	display: block;
}

#menuArtists, #menuContact, #menuPortfolio {
	float: right;
	margin-left: 6px;
	margin-right: 6px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1em;
}


#aName, #aNameGal {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 20px;
	margin-top: 30px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.1em;
}

#aName {
	margin-bottom: 30px;
}

#aNameGal a { color:#333; } 
#aNameGal a:visited { color:#333; } 
#aNameGal a:hover { color:#e76721; }
#aNameGal a:focus { outline: none; } 

#aNameGal {
	margin-bottom: 20px;
}

#aName a { color:#333; } 
#aName a:visited { color:#333; } 
#aName a:hover { color:#e76721; }
#aName a:focus { outline: none; } 

#galNavContainer {
	clear: both;
	float: right;
	width: 100%;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efebe5;
}

#galNavBox {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 165px;
	height: 20px;
	margin-top: 0px;
	display: block;
}

.galNavThm {
	float: right;
	width: 31px;
	height: 15px;
	margin-top: 2px;
	display: block;
	text-align: right;
	background-repeat: no-repeat;
}

.galNavArrowR, .galNavArrowL {
	float: right;
	width: 50px;
	height: 15px;
	margin-top: 2px;
	margin-right: 15px;
	display: block;
	background-repeat: no-repeat;
}

a.galNavThm {
	background-image: url(../_assets/icon-thm.jpg);
}

a.galNavArrowR {
	background-image: url(../_assets/arrowR.jpg);
}

a.galNavArrowL {
	background-image: url(../_assets/arrowL.jpg);
}

a.galNavArrowL:hover, a.galNavArrowR:hover, a.galNavThm:hover {
	background-position: 0px -15px;
}

/* Thumbnails */
.thm {
	width: 48.0769%;
	display: block;
	float: left;
	margin-bottom: 25px;
	border:none;
}

.thm:hover img{
	border: 1px solid #e76721;
	margin: -1px;
	opacity: 0.9;
    filter: alpha(opacity=9);
}

.artistImage:hover img{
	border: 1px solid #e76721;
	margin: -1px;
	opacity: 0.9;
    filter: alpha(opacity=9);
}

.thm a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.1em;
}
.thm a:hover{
	color: #e76721;
}

#thm01, #thm03, #thm05, #thm07, #thm09, #thm11, #thm13, #thm15, #thm17, #thm19, #thm21, #thm23, #thm25, #thm27, #thm29, #thm31, #thm33, #thm35, #thm37, #thm39, #thm41, #thm43, #thm45. #thm47, #thm49 {
	clear: both;
	margin-left: 0;
	
}
#thm02, #thm04, #thm06, #thm08, #thm10, #thm12, #thm14, #thm16, #thm18, #thm20, #thm22, #thm24, #thm26, #thm28, #thm30, #thm32, #thm34, #thm36, #thm38, #thm40, #thm42, #thm44, #thm46, #thm48, #thm50 {
	clear: none;
	margin-left: 3.8461%;
}

#thmimg{
	width: 100%;
	border: none;
}

#thmtitlebox {
	height: 25px;
	width: 100%;
	text-indent: 4%;
	padding-top: 10px;
	display: block;
	text-align: left;
	text-transform:uppercase;
	font-size: .9em;
}

/* Footer */
#footer {
	width: 91.4814%;
	height: 120px;
	margin: auto;
	float: none;
	clear: both;
	display: block;
}

#footbox {
	width: 100%;
	height: 5px;
	display: block;
	float: left;
	margin-top: 55px;
}

#footerimg {
	width: 100%;
	content:url("../_assets/footer03.png");
}

#galleryBox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#videoBox {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-height: 360px;
	max-width: 640px;
	display: block;
}

#artRow01 {
	clear: both;
	width:100%;
	float: left;
	display: block;
}

#artBlock01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3dfd4;
}

#artBlock02 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3dfd4;
}

#artBlock03 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3dfd4;
}

#artBlock04 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 30px;
	padding-bottom: 30px;
}

#artImageBlock01 {
	clear: both;
	float: left;
	display: block;
	border:none;
	margin-left: 0;
	width: 45%;	
}

#artImageBlock02 {
	clear: both;
	float: left;
	display: block;
	border:none;
	margin-left: 0;
	width: 45%;	
}

#artImage{
	width: 100%;
	border: none;
}

#artIndImage{
	width: 100%;
	border: none;
}

#catTitle {
	width: 100%;
	text-align: center;
	display: block;
	height: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #e76721;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2em;
	padding-top: 3px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3dfd4;
}

#catArtistInfo {
	background-image: url(../_assets/linkArrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	float: left;
	clear: none;
	width: 50%;
	margin-top: 0px;
	margin-left: 5%;
}

#catIndArtistInfo {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	margin-top: 0px;
	margin-left: 30px;
}

#catArtistTitle {
	display: block;
	float: left;
	width: 100%;
	padding-left:10px;
	text-transform: uppercase;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}

#catIndArtistTitle {
	display: block;
	float: left;
	width: 90%;
	text-transform: uppercase;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}

#artistLinkBox {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	margin-top: 10px;
}

#artistIndLinkBox {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	margin-top: 10px;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}

ul li {
	background-image: url(../_assets/linkArrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-transform: uppercase;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 2em;
	text-align: left;
	text-indent: 12px;
}

#portBox {
	clear: none;
	float: left;
	width: 100%;
	min-height: 450px;
	margin-top:40px;
	display: block;
}

#inputsBox {
	clear: none;
	float: none;
	width: 75%;
	display: block;
	margin-left:auto;
	margin-right:auto;	
}

#inputsBoxPass {
	clear: none;
	float: none;
	width: 70%;
	height: 120px;
	display: block;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;	
}

#labelBox {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	border: none;
	margin-bottom: 5px;
	text-align: left;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1em;
}

#labelBoxPass {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	border: none;
	margin-bottom: 5px;
	text-align: left;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1em;
}

#inputfieldBox {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	border: none;
	margin-bottom: 10px;
}

#inputfieldBoxPass {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	border: none;
	margin-bottom: 10px;
}

#submitCTA {
	clear: both;
	float: right;
	display: block;
	padding-top:30px;
	width: 97px;
	margin-right: -18px;
}

#loginCTA {
	clear: both;
	float: right;
	display: block;
	padding-top:20px;
	width: 97px;
	margin-right: -25px;
}

.inputs {
    border: 1px solid #d6d0c1;
	width:100%;
	background-image:url(../_assets/input-n.jpg);
	background-repeat:no-repeat;
	min-height:20px;
	padding-left:10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	display: block;
}

.inputs:hover {
    border: 1px solid #e76721;
	background-image:url(../_assets/input-h.jpg);
	background-repeat:no-repeat;
}

.subBtn {
    border: none;
    background-image:url(../_assets/btn-submit.png);
	height:31px;
	width:97px;
	background-color:transparent;
	cursor:pointer;
}
.subBtn:hover {
    border: none;
    background-image:url(../_assets/btn-submit.png);
	background-position:0px -30px;
	height:31px;
	width: 97px;
}

.loginBtn {
    border: none;
    background-image:url(../_assets/btn-login.png);
	height:31px;
	width:86px;
	background-color:transparent;
	cursor:pointer;
}
.loginBtn:hover {
    border: none;
    background-image:url(../_assets/btn-login.png);
	background-position:0px -30px;
	height:31px;
	width: 86px;
}

#thanksBox {
	clear: none;
	float: none;
	width: 300px;
	min-height: 300px;
	margin-top:150px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.7em;
	
}

#contBox {
	display: block;
	float: none;
	clear: both;
	width: 350px;
	height: 300px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#tempBox {
	display: block;
	float: none;
	clear: both;
	width: 275px;
	height: 80px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

#contAddress, #contPhone, #contWeb, #contEmail {
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2em;
	text-align: center;
}

#contLogo {
	
}

#artIndImgBox {
  clear: both;
  float: left;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
  width: 48.0769%;
  display: block;
}

#artIndInfoBox {
  clear: none;
  float: left;
  margin-top: 50px;
  margin-left: 3.8461%;
  width: 48.0769%;
  display: block;
}

#pdfText {
	clear: none;
	float: none;
	width: 90%;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 80px;
	padding-top: 35px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d0c1;
}

#pdfConfirmText {
	clear: none;
	float: none;
	width: 90%;
	height: 40px;
	margin-top: 40px;
	margin-bottom: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color:#e76721;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.5em;
}

#instalogo {
	clear: both;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 65px;
	height: 65px;
	display: block;
}

#instalogoimg{
	width: 100%;
}

#instaTitle {
	display: block;
	float: left;
	margin-top: 20px;
	width: 100%;
	text-transform: uppercase;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
/* Main Categories */
.gridHeaderContainer {
	width: 100%;
}

.gridContainer {
	width: 93.2407%;
	padding-left: 0.8796%;
	padding-right: 0.8796%;
}

.gridFooterContainer {
	width: 100%;
	margin-top:240px;
}

/* Header */
#Header {
	width: 93.2407%;
	height: 110px;
	margin: auto;
	float: none;
	clear: both;
	display: block;	
}

#logo {
	clear: both;
	float: left;
	margin-top: 40px;
	margin-left: 0px;
	width: 105px;
	height: 36px;
	display: block;
}

#menuContainer {
	margin-top: 40px;clear: none;
	float: right;
	margin-top: 63px;
	height: 25px;
	width: 325px;
}

#menuBox {
	float: right;
	width: 325px;
	height: 25px;
	display: block;
}

#menuArtists, #menuContact, #menuPortfolio {
	float: right;
	font-weight: 300;
	font-size: 1.1em;
}

#menuArtists {
	margin-right: 15px;
}

#menuContact {
	margin-left: 15px;
	margin-right: 15px;
}

#menuPortfolio {
	margin-left: 15px;
	margin-right: 0px;
}

#aName {
	text-align: left;
}

#aNameGal {
	text-align: left;
	margin-bottom: 10px;
}

#galNavContainer {
	clear: both;
	float: right;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
}

#galNavBox {
	float: right;
	margin-left: 0px;
	height: 20px;
	margin-top: 0px;
	display: block;
}

/* Thumbnails */
.thm {
	width: 23.5849%;
	display: block;
	float: left;
}

#thm01, #thm05, #thm09, #thm13, #thm17, #thm21, #thm25, #thm29, #thm33, #thm37, #thm41, #thm45, #thm49 {
	clear: both;
	margin-left: 0%;
}

#thm02, #thm03, #thm04, #thm06, #thm07, #thm08, #thm10, #thm11, #thm12, #thm14, #thm15, #thm16, #thm18, #thm19, #thm20, #thm22, #thm23, #thm24, #thm26, #thm27, #thm28, #thm30, #thm31, #thm32, #thm34, #thm35, #thm36, #thm38, #thm39, #thm40, #thm42, #thm43, #thm44, #thm46, #thm47, #thm48, #thm50 {
	clear: none;
	margin-left: 1.8867%;
}

/* Footer */
#footer {
	width: 93.2407%;
	height: 160px;
	margin: auto;
	float: none;
	clear: both;
	display: block;	
}

#footerimg {
	width: 100%;
	content:url("../_assets/footer02.png");
}

#galleryBox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#artBlock01 {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 40px;
	width: 23%;
	display: block;
	padding: 0 0 0 0;
	border: none;
}

#artBlock02 {
	clear: none;
	float: left;
	margin-left: 2%;
	margin-top: 70px;
	width: 23%;
	display: block;
	padding: 0 0 0 0;
	border: none;
}

#artBlock03 {
	clear: none;
	float: left;
	margin-left: 2%;
	margin-top: 40px;
	width: 23%;
	display: block;
	padding: 0 0 0 0;
	border: none;
}

#artBlock04 {
	clear: none;
	float: left;
	margin-left: 1.8867%;
	margin-top: 70px;
	width: 23.5849%;
	display: block;
	padding: 0 0 0 0;
	border: none;
}

#artImageBlock01 {
	clear: both;
	float: left;
	display: block;
	border:none;
	margin-left: 0;
	width: 100%;	
}

#artImageBlock02 {
	clear: both;
	float: left;
	display: block;
	border:none;
	margin-left: 0;
	width: 100%;	
}

#catTitle {
	text-align: left;
	height: 20px;
	margin-bottom: 10px;
	color: #e76721;
	font-weight: 300;
	font-size: 1.2em;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
}

#catArtistInfo {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
	margin-left: 0px;
}

#catIndArtistInfo {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
	margin-left: 0px;
}

#catArtistTitle {
	display: block;
	float: left;
	width: 80%;
	text-transform: uppercase;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
}

#catIndArtistTitle {
	display: block;
	float: left;
	margin-left: 10px;
	width: 95%;
	text-transform: uppercase;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}

#artistLinkBox {
	display: block;
	float: left;
	clear: none;
	width: 100%;
	margin-top: 0px;
}

#artistIndLinkBox {
	display: block;
	float: left;
	margin-left: 10px;
	clear: none;
	width: 95%;
	margin-top: 0px;
}

ul li {
	background-image: url(../_assets/linkArrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-transform: uppercase;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	line-height: 2em;
	text-align: left;
	text-indent: 12px;
}

#inputsBox {
	clear: none;
	float: left;
	width: 85%;
	margin-bottom: 15px;
	margin-left: 50px;
}

#inputsBoxPass {
	clear: none;
	float: none;
	width: 80%;
	height: 70px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}


#labelBox {
	clear: none;
	float: left;
	width: 40%;
	padding-right: 15px;
	padding-top: 5px;
	text-align: right;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1em;
}

#labelBoxPass {
	clear: none;
	float: left;
	width: 40%;
	padding-right: 15px;
	padding-top: 5px;
	text-align: right;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1em;
}

#inputfieldBox {
	clear: none;
	float: left;
	width: 50%;
	margin-bottom: 0px;
}

#inputfieldBoxPass {
	clear: none;
	float: left;
	width: 40%;
	margin-bottom: 0px;
}

#contBox {
	width: 475px;
	height: 300px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
}

#tempBox {
	display: block;
	float: none;
	clear: both;
	width: 400px;
	height: 200px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}



#contAddress, #contPhone, #contWeb, #contEmail {
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2em;
	text-align: center;
}

#contLogo {
	
}


#artIndImgBox {
  clear: both;
  float: left;
  margin-top: 80px;
  margin-bottom: 150px;
  margin-left: 0;
  width: 50%;
  display: block;
}

#artIndInfoBox {
  clear: none;
  float: left;
  margin-top: 80px;
  margin-left: 2%;
  width: 40%;
  display: block;
}

#pdfText {
	clear: none;
	float: none;
	width: 80%;
	height: 40px;
	margin-top:20px;
	margin-bottom:100px;
	font-size: 1em;
	border: none;	
}

}

/* Desktop Layout: 769px to a max of 1100px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
/* Main Containers */
.gridHeaderContainer {
	width: 100%;
}

.gridContainer {
	width: 93.5925%;
	max-width: 1000px;
	padding-left: 0.7037%;
	padding-right: 0.7037%;
	margin: auto;
}

.gridFooterContainer {
	width: 100%;
}

/* Header */
#Header {
	width: 93.5925%;
	max-width: 1100px;
	height: 110px;
	margin: auto;
	float: none;
	clear: both;
	display: block;	
}

#aName, #aNameGal {
	clear: both;
	float: left;
	margin-left: 0;
	width: 59.3984%;
	display: block;
}


#galNavContainer {
	clear: none;
	float: right;
	margin-left: 1.5037%;
	width: 39.0977%;
	display: block;
	margin-top: 26px;
	margin-bottom: 30px;
	padding-top: 0px;
	border: none;
}

/* Thumbnails*/
.thm {
	width: 18.7969%;
	display: block;
	float: left;
}
#thm01, #thm06, #thm11, #thm16, #thm21, #thm26, #thm31, #thm36, #thm41, #thm46{
	clear: both;
	margin-left: 0;
}
#thm02, #thm03, #thm04, #thm05, #thm07, #thm08, #thm09, #thm10, #thm12, #thm13, #thm14, #thm15, #thm17, #thm18, #thm19, #thm20, #thm22, #thm23, #thm24, #thm25, #thm27, #thm28, #thm29, #thm30, #thm32, #thm33, #thm34, #thm35, #thm37, #thm38, #thm39, #thm40, #thm42, #thm43, #thm44, #thm45, #thm47, #thm48, #thm49, #thm50 {
	clear: none;
	margin-left: 1.5037%;
}

/* Footer */
#footer {
	width: 93.5925%;
	max-width: 1100px;
	height: 120px;
	margin: auto;
	float: none;
	clear: both;
	display: block;		
}

#footerimg {
	width: 100%;
	content:url("../_assets/footer01.png");
}

#galleryBox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#artBlock01 {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 50px;
	width: 23%;
	display: block;
}

#artBlock02 {
	clear: none;
	float: left;
	margin-left: 2%;
	margin-top: 90px;
	width: 23%;
	display: block;
}

#artBlock03 {
	clear: none;
	float: left;
	margin-left: 2%;
	margin-top: 50px;
	width: 23%;
	display: block;
}

#artImageBlock01 {
	clear: both;
	float: left;
	display: block;
	border:none;
	margin-left: 0;
	width: 100%;	
}

#artImageBlock02 {
	clear: both;
	float: left;
	display: block;
	border:none;
	margin-left: 0;
	width: 100%;	
}

#catTitle {
	height: 20px;
	margin-bottom: 20px;
	font-size: 1.4em;	
}

#inputsBox {
	width: 80%;
	margin-left: 50px;
}

#inputsBoxPass {
	width: 70%;
	height: 40px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#labelBox {
	width: 40%;
}

#labelBoxPass {
	width: 40%;
}


#inputfieldBox {
	width: 30%;
}

#inputfieldBoxPass {
	width: 30%;
}

#contBox {
	float: none;
	clear: none;
	width: 600px;
	height: 50px;
	margin-top: 130px;
}

#tempBox {
	float: none;
	clear: none;
	width: 407px;
	height: 144px;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
}

#contAddress, #contPhone, #contWeb, #contEmail {
	float: left;
	clear: none;
	display:block;
	margin-right: 15px;
	margin-left: 0px;
	margin-top: 20px;
	font-size: 1.1em;
}

#contLogo {
	float: left;
	clear: none;
	margin-top: 16px;
	margin-right: 6px;
	width: 47px;
	height: 15px;
	display: block;
	background-image: url(../_assets/logo_sm.png);
	background-repeat: no-repeat;
}


#artIndImgBox {
  clear: both;
  float: left;
  margin-top: 80px;
  margin-bottom: 150px;
  margin-left: 15%;
  width: 35%;
  display: block;
}

#artIndInfoBox {
  clear: none;
  float: left;
  margin-top: 80px;
  margin-left: 2%;
  width: 40%;
  display: block;
}

}
