@charset "UTF-8";
/* CSS Document */




/*------------------------------------*\
    RESET
\*------------------------------------*/

*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

	body {

	font-size: 90%;
	line-height: 1.4;
	background-color: #f4f4f4;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
		
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width:1280px;
	margin-left: auto;
	margin-right: auto;
	margin-top:.5em;
	width:98%;
	position:relative;
	background-color:#FFFFFF;
	border:thin solid #999999;
	display: table;
}


 hgroup {
	line-height: 2em;
	margin-left: 3.5%;
	margin-top: 8px;
	
	float: left;
}
hgroup h1 #lastName {
	font-family: "Arial";
	font-weight: bold;
	color: #333333;

	
}
hgroup h1 #firstName {
	font-family: "Arial";
	font-weight: bold;
	color: #666666;
	margin-left:1%;
}
hgroup h3 #pagehead{
	margin-top: 2em;
	color: #333333;
	
}
img{width:100%;
height:auto;
width: auto\9; /* ie8 */
}
#main {
	margin:0 auto;
	width:98%;
	text-align:center;
	height: auto;
	padding:2%
}
.content {
	text-align:left;
	margin-top:3%;;
	margin-left: auto;
	margin-right: auto;
	width:90%;
	padding:2%;
	background-color: #EEEEEA;
	border:thin solid #999999;
}
.content-text {
	margin:0 0 15px;
}
.footer{
	padding-left:1em;
	margin-top:8em;
	margin-bottom:1em;
	margin-left:0;
	padding-right:2em;
	font-size:80%;
	text-align: left;

}
.figcaption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
	display: block;
	margin-top: 2em;
	margin-left:14em;/*768*/
	width:66%;
	
}

 #paintingHolder h2 {
	color: #737568;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, "Gill Sans";
		font-size: 1.6em;
	text-align: center;
}
 #paintingHolder h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, "Gill Sans";
	color: #77796B;
font-size: 1.4em;
	 text-align: left;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
#paintingHolder{
	
	background-color:#E7EEE0;
	border: 0.08em solid #808278;
	width:90%;/*648px;*/
	padding-left:5%;
	padding-top: 4.5%;
	padding-bottom: 6%;
	margin-left:auto;
	margin-right: auto;
	margin-top:4%;
	z-index: 1; /*fix for IE menu issues*/
}
#paintingHolder p{
	font-size:95%;
	text-align: left;
}


#MainContent {
	background-color: #EEEEEA;
	border: 0.08em solid #808278;
	width:70%;/*648px;*/
	padding:2%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	margin-top:5%;
	z-index: 1; /*fix for IE menu issues*/
	clear: both;
}
#comment-form fieldset {
	margin: 0 0 1em 0;
	}
#comment-form fieldset label {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
	}
#comment-form fieldset input,
#comment-form fieldset textarea {
	width:90%;
	padding:0.04em;
	font-size: 1.4em;
	border: none;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}
#comment-form fieldset textarea {
	height:100%;
	width:70%;
	}
#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
	}
#message{
	word-wrap:break-word;
}
.space{
	margin-bottom:3em;
	height:2.5em;
}
.room{
	padding:2em;
}
#submit{
		font-size:1.2em;
		font-display: bold;
	}

@media only screen and (min-width: 320px) and (max-width:468px){
    
    
   #Maincontent form #contactform{
        width:100%;
    }
   #comment-form fieldset textarea {
	width:40%;
	padding:0.04em;
	font-size: 1.4em;
	border: none;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}
#comment-form fieldset textarea {
	height:100%;
	width:40%;
	}
    #name.space{
        width:50%;}
.content #MainContent #contact-form {
    width: 60%;
}
#contact-form .room #message {
    width: 80%;
}
	

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
}/* For non-retina based devices that have a smaller screen */
@media only screen and (min-width: 320px) {

}

/* Retina enabled devices with smaller screen */
@media  only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), 
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 320px),  
only screen and ( min-device-pixel-ratio: 2) and (min-width: 320px),  
only screen and ( min-resolution: 192dpi) and (min-width: 320px),  
only screen and ( min-resolution: 2dppx) and (min-width: 320px) {

}

/*Non- retina based devices with medium screen size */
@media only screen and (min-width: 768px) {

}

/* Retina devices with medium screen size */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px),  
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 768px),  
only screen and ( min-device-pixel-ratio: 2) and (min-width: 768px),  
only screen and ( min-resolution: 192dpi) and (min-width: 768px),  
only screen and ( min-resolution: 2dppx) and (min-width: 768px) {

}

/* Non-retina devices with large screen sizes */
@media only screen and (min-width: 1200px) {

}

/* Retina devices with large screen sizes */
@media  only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px),  
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 1200px),  
only screen and ( min-device-pixel-ratio: 2) and (min-width: 1200px),  
only screen and ( min-resolution: 192dpi) and (min-width: 1200px),  
only screen and ( min-resolution: 2dppx) and (min-width: 1200px) {

}






