body {
	color:#777777;
	letter-spacing: .1em;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
a {
	color:#312F2F;
}
td {
	font-size:12px;
}
#container {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}

.iframe-home {
	border: none;
	margin: 0;
	padding: 0;
	width: 850px;
	height: 625px;
	
}

	#thumbwrap {
	position:relative;
	margin:75px auto;
	width:252px; height:252px;
}
/*BEGIN ARTIST PAGE LINK ROLLOVERS*/
.artistlink img { 
	border:none;
	margin:3px;
	float:left;
}
.artistlink span { 
	position:fixed;
	visibility:hidden;
}
.artistlink:hover, .artistlink:hover span { 
	visibility:visible;
	top:0; left:50%;
	margin-top:175px;
	margin-right:auto;
	margin-left:auto;
	z-index:1;
}
.artist {
	display: block;
	float: left;
	width: 45%;
	height: 40px;
}
.artistlink {
	text-transform: uppercase;
	text-decoration:none;
	color:#312F2F !important;
}
a.artistlink:hover {
	color:red;
	text-decoration:underline;
}
/*  END ARTIST LINK ROLLOVERS   */

.resume {
	width:500px;
	margin: 0 auto;
	text-align:right;
}

.artist2 {
	height:30px;
}
.artistlink2 {
	text-transform: uppercase;
	text-decoration:none;
	color:#312F2F;

}
a.artistlink2:hover {
	color:red;
	text-decoration:underline;
}

/* .artistlink2 img { 
	border:none;
	margin:3px;
	float:left;
}
.artistlink2 span { 
	position:fixed;
	visibility:hidden;
}
.artistlink2:hover, .artistlink:hover span { 
	visibility:visible;
	top:0; left:50%;
	margin-top:175px;
	margin-right:auto;
	margin-left:auto;
	z-index:1;
}
.artist2 {
	display: block;
	float: left;
	width: 45%;
	height: 40px;
}
.artistlink2 {
	text-transform: uppercase;
	text-decoration:none;
	color:#312F2F !important;
}
a.artistlink2:hover {
	color:red;
	text-decoration:underline;
} 
.artist-wrap2 {
	float: left; 
	width: 63%;
} */

.pastGalleries {
	display:block;
	float:left;
	width: 160px;
	height: 250px;
	font-size: 18px;
}
.catalog {
	float: left;
	height: 200px;
	margin: 10px;
	text-align:center;
	width:240px;
}

.catalog2 {
	float: left;
	height: 400px;
	margin: 10px;
	text-align:center;
	width:300px;
}
.footer {
	text-align:center;
	font-size: 10px;
	padding: 10px;
	color: #555555;
}
h2, h3, h4, h5, h6, {
	font-weight:normal;
    font-family: "Times New Roman", Times, serif;
}

h4 {
  font-weight:normal;
    font-family: "Times New Roman", Times, serif;  
}
h1 {
	font-weight: normal;
	font-size: 22px;
}

.slideSize {
	width: 100%; max-width: 850px; height: 625px;
}
.artist-wrap {
	float: left; 
	width: 63%;
}

.contactLeft {
	width: 45%;
	float:left;
}
.contactRight {
	width:45%;
	float:left;
	padding-left: 50px;
}

.books {
	height: 300px !important; 
	width: auto !important;
}

/* ------------------------------------     BEGIN RESPONSIVE MENU --------------------------- */

/* MENU BACKGROUND */
.menuwrap {
	margin-top: 20px;
	width: 100%;
	max-width: 1300px;
	margin-left:auto;
	margin-right:auto;
}
/* --------------------   SET UP THE SHOW/HIDE MENU FOR RESPONSIVE  ---------------*/
                          /*Style 'show menu' label button and hide it by default*/
.show-menu-title {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	text-align: center;
	padding: 5px 0;
	display: none;
}

.show-menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px !important;
	text-decoration: none;
	background: #fff;
	text-align: center;
	display: none;
}


/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu{
    display: block;    
}

/* ---------- END OF SHOW/HIDE MENU STUFF  -------- */

.menu {
	display:inline-block;
	
}

/* The container <div> - needed to position the dropdown content */

.dropdown-home {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 430px;

}
.dropdown {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;

}

/* Style The Dropdown Button */
.dropbtn {
	font-weight:normal;
	padding: 8px 12px;
	font-size: 12px;
	border: none;
	cursor: pointer;
	text-decoration:none !important;
	text-transform: uppercase; 
	color:#312F2F;   
}

.dropbtn-home {
	font-family:"Times New Roman", Times, serif;
	color:#312F2F;
	font-weight: normal;
	padding: 8px 12px;
	font-size: 22px;
	border: none;
	cursor: pointer;
	text-decoration:none !important;
	text-transform: uppercase; 
	   
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #000;
    color:white !important;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    margin-top: 8px;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    font-size:12px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.gallery {
	width: 100%; background-image: url('http://www.wbfinearts.com/images/about-background2.jpg') !important; height: 719px; display: block; background: no-repeat center;
}
.galleryIn {
	width: 60%; margin: 0px auto; padding-top: 200px;
}




/*Responsive Styles*/

@media screen and (max-width : 1440px){
	.dropdown-home {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 300px;

}
}


@media screen and (max-width : 1299px){
.menuwrap {
	display:block;
	position:relative;
	margin-top:0;
}	
	
.menu {
	display: none;
	margin-left:0px;
	position:relative;	
	}

/*Make all menu links full width*/
.dropdown  {
	width: 100%;
	font-size: 14px;
	text-align:center;
	position: relative;
	background-color:#cccccc;
	margin-left:auto;
	margin-right:auto;
	opacity: 0.9;
}

/*Create vertical spacing*/
.dropbtn {
	margin-bottom: 1px;
	font-size: 14px;
	padding: 10px;
	width:90% !important;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	display:block;
	color:#312F2F;
}	

.dropdown:hover .dropbtn {
	width:100%;
}
.dropdown:hover .dropdown-content {
    position:relative;
}
	
.dropdown-content:hover {
	margin-left:0px;
	display:inline-block;
	position:fixed;
}
	
/*Display 'show menu' link*/
.show-menu {
	display:block;
	margin:-0px 0;
}

.show-menu-title {
	display:block;
	font-size: 24px;
	
}
.dropbtn-home {
	display:none;
}
	
	
/* BEGIN CONTENT STYLING */
body {
	font-size: 14px;
	background-image:none;
	background-color:#ffffff;
}

.phoneback {
	display:block;
}
.menuwrap {
		width:100%;
}
.artist {
	display: block;
	float: left;
	width: 50%;
	height: 40px;
}	
#container{
	max-width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	}

#infobox {
	display: table;
	width: 90%;
	margin-top:20px;
	margin-right: auto;
	margin-bottom:10px;
	margin-left:auto;
	padding: 20px 10px 20px 10px;
	background-color: #cadfc1;
	box-shadow: 3px 5px 10px 0px #777;
	border-radius:10px;
	background-image:none;
}	

div.welcome{
	padding:0;
	width:100% !important;
	height:auto;
	padding-top:0px;
	clear:both;
	width:90%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}
div.signup{
	padding:0;
	width:100% !important;	
	height:auto;
	clear:both;
	width:90%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}
div.social{	
	padding:0;
	width:100% !important;
	height:auto;	
	clear:both;
	width:90%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}

.footer {
	text-align:center;
	font-size: 10px;
	padding: 10px;
	color: #cccccc;
}

	.slidesize {
		width: 100%; max-width: 850px; height: auto;
	}
	.artist {
		width:90%;
	}	
.artist-wrap {
	float: left; 
	width: 90%;
}	
 .artistlink:hover span { 
	visibility:hidden;
	}
.contactLeft {
	width: 95%;
	
}
.contactRight {
	width:95%;
	padding-left: 20px;
}	

}

/*Responsive Styles2*/

@media screen and (max-width : 800px){
	#container {
	width: 90%;
	max-width: 780
px;
	margin: 0 auto;
}
	.iframe-home {
	border: none;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 430px;
	
}
}

@media screen and (max-width : 620px){
	#container {
	width: 90%;
	max-width: 620px;
	margin: 0 auto;
}
	.iframe-home {
    width:100%; 
        max-width:620px;
	height: 250px
	}
	
	.mySlides {
		width: 100%; max-width: 420px; height: 563px;
	}
	.gallery {
		height:563px;
	}
	.galleryIn {
		width: 90%; margin: 0px auto; padding-top: 50px
	}

	
}

.ten {font-size:10px;}
.eleven {font-size:11px;}
.twelve {font-size:12px;}
.fourteen {font-size:14px;}
.eighteen {font-size:18px;}
.twentyfour {font-size:24px;}
.thirtysix {font-size:36px;}

.ImageBorder {
    border-style: solid;
    border-color: #000000;
    border-width: thin;   
} 
