@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat);

body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}

html	{ overflow-y: scroll; }  /* FORCE SCROLLBAR */

/* ^^^ SEE CLASS "outer-background" BELOW */




/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

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

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

a:link,
a:visited,
a:active 	{ color: #006699; text-decoration: none; }

a:hover 	{ color: #3399CC; text-decoration: underline; }

.biglink	{ font-size: 18px; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
		color: #000000;
		font-family: "Droid Sans", arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		line-height: 170%;
		}

.title 		{ color: #000000; font: 17px "Montserrat", arial, sans-serif; font-weight: normal; line-height: normal; }

/* TWB: adding sidetitle as title doesn't show up against background */
.sidetitle { 
		color: #000000;
		font: 17px "Montserrat", arial, sans-serif;
		letter-spacing: 0px;
		font-weight: normal;
		line-height: normal;
		text-align: center;
		padding: 7px 0px 7px 0px;
		margin: 0px auto 0px auto;
		border-top: #C0C0C0 1px solid;
		border-bottom: #C0C0C0 1px solid;
		background-color: #E7E7E7;
		opacity: 0.7;
		}


.subtitle 	{ color: #000000; font: 15px "Montserrat", arial, sans-serif; font-weight: normal; line-height: normal; padding-top: 5px; }

.contacttitle 	{ color: #000000; font: 15px "Montserrat", arial, sans-serif; font-weight: normal; line-height: normal; }

.smalltext	{ color: #000000; font: 12px "Montserrat", arial, sans-serif; font-weight: normal; padding: 3px 0px 5px 0px; line-height: normal; }

.testimonial	{ color: #006699; font-size: 13px; font-weight: bold; }

.hilite		{ color: #FF0000; }




/* HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ text-align: left; margin: 0px 0px 1px 0px; }
/* TWB: H1 seems to overlap when it wraps */
h1 { line-height: 110%; }

/* HEADING TAGS CENTER */

.h-center	{ text-align: center; }

.gallery-title {
	/* padding top right bottom left */
	padding: 20px 0px 5px 0px;
	font-weight: bold;
	border-bottom: #C0C0C0 1px solid;
}
.gallery-section {
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}


/* SERVICES LIST */

.list		{
		font-size: 14px;
		color: #660000;
		line-height: 140%;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.floatlist	{ float: left; width: 50%; min-width: 200px; }

.list li	{ text-indent: 1px; }

.itemlist {

}
.itemlist li {
	padding-top: 10px;
}

/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */

/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */
/* TWB: changing pageheight from 750px to 300px */
.pageheight	 { min-height: 300px; }

.pagewrapper	{
		width: 100%;
		min-width: 310px;
		text-align: center;
		margin: 0 auto;
		}

.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		}

#contentbox	{
		max-width: 825px;
		margin: 0 auto;
		padding: 15px 0px 15px 0px;
		}
/* TWB: left aligning the content */
#contentbox-left {
		max-width: 825px;
		padding: 15px 0px 15px 0px;
		}
#contentbox-left2 {
		max-width: 825px;
		/* padding top right bottom left */
		margin-top: 0;
		margin-left: 15px;
		padding: 15px 0px 15px 0px;
		}

.content-pad 	{ padding: 20px 35px 10px 15px; }

#left-content 	{
		float: left;
		width: 100%;
		max-width: 555px;
		padding: 0px;
		}

/* TWB: left aligning this content for Vicky */
/* TWB: changing max-width from 555px */
#left-content-background 	{
		float: left;
		width: 100%;
		max-width: 455px;
		padding: 0px;
		background-color: #FFFFFF;
		border-radius: 4px;
		}


/* TEXT AND GRAPHIC HEADER CODE */



#headerdiv	{
		background-color: #404040;
		opacity: 1.0;
		/* TWB: changing background image, and setting height to 140px
		we will swap in smaller images for other viewports in the media queries
		background-image: url("picts/background-header.png");
		background-repeat: no-repeat;
		background-position: center top;
		*/
		background-image: url("images/header_background-05_60_3048x150.jpg");
		background-repeat: no-repeat;
		background-position: left top;
		padding: 10px 0px 0px 110px;
		text-align: left;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		height: 140px;
		}

.logo-left	{
		width: 87px;
		height: 87px;
		margin: 2px 8px 1px 0px;
		display: block;
		outline: none;
		position: absolute; left: 10px; top: 35px;
		}


.logo-respond	{
		width: 550px;
		max-width: 550px;
		min-width: 280px;
		height: 100px;
		margin: 0 auto 0 auto;
		display: block;
		outline: none;
		}

#headerdiv a 	{ outline: none; }


/* HEADER BUTTONS */

.cart-view	 { position: absolute; right: 10px; top: -5px; }

.cart-view-size	 { width: 70px; height: 33px; }

.faq-header	 { position: absolute; right: 84px; top: -5px; }

.faq-header-size { width: 42px; height: 33px; }

.cart-view:hover, .faq-header:hover { top: 0px; }


/* START TEXT HEADER CODE */
/* TWB: Header Logo Text changes:
	bottom padding for textlogo to 0 from 30
	adding textlogo2
	changing font colors to e7e7e7 from ffffff to help printing
*/
.textlogo	{
		font: normal 22px "Droid Sans", arial, sans-serif;
		letter-spacing: 5px;
		padding: 30px 10px 0px 10px;
		display: block;
		}

.textlogo a:link, .textlogo a:visited, .textlogo a:active
			{ color: #FAFAFA; text-decoration: none; outline: none; }

.textlogo a:hover	{ color: #FAFAFA; text-decoration: none; outline: none; }


.textlogo2	{
		font: bold 16px "Droid Sans", arial, sans-serif;
		letter-spacing: 4px;
		padding: 2px 10px 0px 10px;
		display: block;
		}
.textlogo3	{
		font: normal 12px "Droid Sans", arial, sans-serif;
		letter-spacing: 2px;
		padding: 2px 10px 0px 10px;
		display: block;
		}

/* TWB: Light grey would be c3c0c6 */
.textlogo_color { color: #c3c0c6; }

.unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* INNER AND OUTER BACKGROUNDS */
/* TWB: color black to avoid flash, image changed from none  */
.outer-background	{
			background-color: #FFFFFF;
			background-image: none;
			background-repeat: repeat;
			background-attachment: fixed;
			}
.outer-background-home	{
			background-color: #797d86;
			background-image: /*url("images/porth-llwyd-pottery-40x96x1920x995-0b.jpg");*/
			url("images/plp-background-65-plus-Background-3-50.jpg");
			background-repeat: repeat-y;
			background-attachment: fixed;
			}

.inner-background	{
			background-color: transparent;
			border: #000000 0px solid;
			}




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{ border: #303A47 1px solid; }

.img-float	{ float: left; margin: 2px 8px 1px 0px; }

.float-item	{ float: left; margin-right: 15px; margin-bottom: 2px; }

.float-item2	{ float: left; margin-right: 12px; margin-bottom: 0px; }

.text-nowrap	{ overflow: hidden; min-width: 120px; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }




/* PAGE LINES & BORDERS */

.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 2px;
		background-color: transparent;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
		border-top: #C0C0C0 1px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }

.splits-smallmargin { margin-top: 5px; margin-bottom: 5px; }

/* LARGE PAGE SPLITS (USED ON HELP PAGE) */

.large-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 25px;
		background-color: #313747;
		margin: 0px auto 6px auto;
		padding: 0px;
		border-bottom: #4A505F 1px solid;
		}




/* HOME PAGE */

/* HOME PAGE WIDTHS */

#contentbox-home  {
		  margin: 0 auto;
		  padding: 15px 0px 15px 0px;
		  }


/* OPTIONAL HOME PAGE TEXT CONTENT */

.content-home	{
		width: 80%;
		max-width: 840px;
		text-align: left;
		text-align: justify;
		padding: 60px 10px 25px 10px;
		margin: 0 auto;
		}


/* OPTIONAL HOME PAGE BOTTOM LINKS */

.homelinks	{ background-color: transparent; }

.homelinks a	{
		display: inline-block;
		padding: 2px 22px 2px 22px;
		margin: 0px auto 25px auto;
		border: solid #C0C0C0;
		border-width: 0px 1px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.homelinks a:first-child
		{
		border-width: 0px 1px 0px 1px;
		}


/* HOME PAGE IMAGE ROW */

/* HOME SMALL IMAGE SIZE */

.small-home-img2, #home-img-row2 li
		{
		margin: 0px;
		max-width: 75px;
		height: 60px;
		}


.small-home-img, #home-img-row li
		{
		margin: 0px;
		max-width: 125px;
		height: 101px;
		}


#home-img-row, #home-img-row2	{
			background-color: transparent;
			text-align: center;
			margin: 50px auto 18px auto;
			}
#home-img-row2	{
			background-color: transparent;
			text-align: center;
			margin: 10px auto 10px auto;
			}

#home-img-row ul, #home-img-row2 ul 	{
			width: 100%;
			list-style: none;
			padding: 0px;
			margin: 0px;
			}

#home-img-row ul li, #home-img-row2 ul li	{
			vertical-align: top;
			padding: 0px;
			margin: 6px 6px 6px 6px;
			}
/* TWB: moving part that makes this a horizontal list into a separate class */
.img-row-horizontal ul li {
			display: inline-block;
    			*display:inline;/* For IE*/
    			*zoom:1;
}
.img-row-vertical {

}
#home-img-row ul li p, #home-img-row2 ul li p	{
		font: 13px "Droid Sans", arial, sans-serif;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 30px;
		cursor: pointer;
		position: relative;
		height: 30px;
		top: -30px;
		margin: 0px 0px -30px 0px;
	/* SEMI TRANSPARENT */
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	/* CORNER ROUNDING */
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
		}


/* HOME PAGE IMAGE ROW LAYERED TEXT COLORS */

#home-img-row ul li a:link, #home-img-row ul li a:visited, #home-img-row ul li a:active
		{ color: #FFFFFF; text-decoration: none; }
#home-img2-row ul li a:link, #home-img-row2 ul li a:visited, #home-img-row2 ul li a:active
		{ color: #FFFFFF; text-decoration: none; }

#home-img-row ul li p:hover, #home-img-row2 ul li p:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	}

.small-home-img, .small-home-img2
	{
	background-color: transparent;
	vertical-align: bottom;
/* CORNER ROUNDING */
	-moz-border-radius: 0px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

#home-img-row li, #home-img-row2 li
	{
background-color: transparent;
	overflow: hidden;
  	-webkit-background-clip: padding-box;
  	-moz-background-clip: padding;
  	background-clip: padding-box;
	border: #FFFFFF 2px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 3px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
/* FADE UP */
	-webkit-transition: all 0.5s;
	transition: all 0.5s ease;
	}

#home-img-row li:hover, #home-img-row2 li:hover
	{
	border: #000000 2px solid;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	}

/* TWB Styles added for DIV columns to allow for 2 slideshows next to one another that wrap, may be better way of doing this. This creates white space between the sliders which is not what I want */

.bodycolumn {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
}
/* TWB: add in columnCenter to have these divs centre themselves */
div.columnCenter { margin: 0 auto; }

.bodycolumn div.columnLarge {
	display: inline;
    float: none;
	/* width here needs to larger than the .rslides_container max-width property */
	width: 450px;
}
.bodycolumn div.columnGalleryRight {
	/* change display to none in media-queries.css for smaller displayports */
	display: inline;
    float: none;
	width: 220px;
	margin: 0 auto;
	border: #000000 0px solid;
}
.bodycolumn div.artbackground {
		background: url('images/art_board_backround.png');
		background-repeat: repeat;
		border: #DDDDDD 2px solid;
}

.bodycolumn div.columnGalleryLeft {
	/* change display to none in media-queries.css for smaller displayports */
	display: inline;
    float: none;
	width: 550px;
	margin: 0 auto;
	border: #000000 0px solid;
}
.bodycolumn div.columnMediumLarge2 {
	display: inline;
    float: none;
	width: 310px;
}
.bodycolumn div.columnMediumLarge {
	display: inline;
    float: none;
	width: 300px;
}
.bodycolumn div.columnMedium {
	display: inline;
    float: none;
	width: 200px;
}
.bodycolumn div.columnMedium2 {
	display: inline;
    float: none;
	width: 220px;
}
.bodycolumn div.columnMediumSmall {
	display: inline;
    float: none;
	width: 150px;
}
.bodycolumn div.columnSmall {
	display: inline;
    float: none;
	width: 100px;
}
.bodycolumn div.columnVerySmall {
	display: inline;
    float: none;
	width: 75px;
}

/* TWB: adding gallery-responsive for images at top of gallery section */
img.gallery-responsive {
	max-width: 100%;
	height: auto;
}
/* JQUERY SLIDESHOWS (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.homeimage-outer	{
			background-color: transparent;
			background-image: none;
			background-repeat: repeat;
			margin: 20px 0px 0px 0px;
			padding: 0px 5px 0px 5px;
			border: solid #000000;
		 	border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.rslides_container	{
			background-color: #CCCCCC;
			/* TWB: changing from max-width: 1004px; to max-width: 404px;  */
			max-width: 404px;  /* INCLUDES L R BORDERS */
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: solid #43474c;
			border-width: 2px 2px 2px 2px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			/* CORNER ROUNDING */
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			}

.rslides_container img	{
			min-height: 50px;
		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
			}

/* TWB modifying so that we have #homeJQ1 and #homeJQ2 */
#homeJQ1 > .centered-btns_nav	{ display: none; }  /* HIDES HOME ARROWS */
#homeJQ2 > .centered-btns_nav	{ display: none; }  /* HIDES HOME ARROWS */



/* SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			width: 100%;
			position: absolute;
			bottom: 10px;
			left: 0px;
			margin: 0 auto;
			text-align: center;
			z-index: 1000;
			background-color: transparent;
			}

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 10px;
			height: 10px;
			background-color: transparent;
			border: #FFFFFF 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			margin: 0px 4px 0px 4px;
			}

/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover
			{ background-color: #FFFFFF; border: #FFFFFF 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover
			{ background-color: #ADFF00; border: #ADFF00 2px solid; cursor: default; }


/* TWB: Pagination for Gallery and Exhibition Pages */
.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #4f353e;
    color: white;
    border: 1px solid #4f353e;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}






/* FOR OPTIONAL HOME PAGE IMAGE */

.homeimage		{ width: 100%; display: block; }

.homeimage-container	{
			max-width: 1004px;  /* INCLUDES L R BORDERS */
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: solid #000000;
			border-width: 2px 2px 2px 2px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		/* CORNER ROUNDING */
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			}




/* RIGHT SIDEBAR */

#sidebar-content 	{
			float: left;
			max-width: 325px;
			padding: 0px 0px 0px 0px;
			margin-top: 20px;
			}

SB-line { border-left: #CCCCCC 1px solid; }

.sidebar-pad		{ padding: 20px 0px 10px 35px; }

.sidebar-textarea	{
			text-align: center;
			width: 200px;
			margin: 0 auto;
			padding: 0px 0px 10px 0px;
			border: solid #999999;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.sidebar-text 	{
		color: #000000;
		font: 13px "Droid Sans", arial, sans-serif;
		text-align: center;
		font-weight: normal;
		line-height: normal;
		}
/* TWB: adding non-centred siderbar text */
.sidebar-text2 	{
		color: #000000;
		font: 13px "Droid Sans", arial, sans-serif;
		text-align: justify;
		font-weight: normal;
		line-height: normal;
		}

.sidebar-caption {
		color: #000000;
		font: 12px "Montserrat", arial, sans-serif;
		letter-spacing: 0px;
		font-weight: normal;
		line-height: normal;
		text-align: center;
		padding: 7px 0px 7px 0px;
		margin: 0px auto 0px auto;
		border-top: #C0C0C0 1px solid;
		border-bottom: #C0C0C0 1px solid;
		background-color: #E7E7E7;
		opacity: 0.7;
		}
.sidebar-comment {
		color: #000000;
		font: 12px "Montserrat", arial, sans-serif;
		letter-spacing: 0px;
		font-weight: normal;
		line-height: normal;
		text-align: center;
		padding: 7px 0px 7px 0px;
		margin: 0px auto 0px auto;
		}

.sidebar-image	{
		/* TWB: used to be a hardcoded width */
		overflow: hidden;
		margin: 0px auto 10px auto;
		border: #000000 1px solid;
	/* CORNER ROUNDING */
		border-radius: 4px;
		}

.sidebar-image img
		{
		max-width: 100%;
		height: auto;
		display: block;
	/* CORNER ROUNDING */
		border-radius: 3px;
		}
img.technique-image
		{
		max-width: 180px;
		height: auto;
		display: block;
	/* CORNER ROUNDING */
		border-radius: 3px;
		border: #000000 1px solid;
		}
.technique-comment 	{
		color: #000000;
		font: 13px "Droid Sans", arial, sans-serif;
		text-align: justify;
		font-weight: normal;
		line-height: normal;
		/* NOTE: padding | top | right | bottom | left */
		padding: 5px 10px 10px 10px;
		}

.SB-background {}
/* TWB: chaning from width: 270px to max-width: 350px */
.SB-width { max-width: 350px; }


/* TWB: adding image formatting for Jennifer's pictures */
img.sidebar-sketch {
	border: 0px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	height: auto;
}
img.sidebar-sketch-border {
	border: #999999 1px solid;
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 100%;
	height: auto;
}
.separation-top {
	/* NOTE: padding | top | right | bottom | left */
	margin-top: 100px;
}
.separation-bottom {
	/* NOTE: padding | top | right | bottom | left */
	margin-bottom: 100px;
}

img.artwork {
	border: solid #000000;
	border-width: 2px 2px 2px 2px;
}

img.photo {
	border: solid #000000;
	border-width: 1px 1px 1px 1px;
}
img.map {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
img.photo2 {
	border: solid #000000;
	border-width: 1px 1px 1px 1px;
	border-radius: 3px;
}

img.bluemount {
	background-color: #121d8d;
	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	padding: 10px 10px 15px 10px;
}
img.greenmount {
	background-color: #61735f;
	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	padding: 10px 10px 15px 10px;
}
img.plummount {
	background-color: #4f353e;
	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	padding: 10px 10px 15px 10px;
}
img.greymount {
	background-color: #909090;
	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	padding: 10px 10px 15px 10px;
}


img.inline-image-right {
	float: right;
	/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	margin: 10px 5px 10px 15px;
}


img.inline-image-center {
	/* TWB: changing from inline-block to block to fix centreing bugs */
	display: block;
	margin: auto;
}
.photo_caption {
	font-size: smaller;
	font-style: italic;
}

/* table to place text next to the image */
table.image { border: 0px; }
table.image td.image-left { text-aligh: left; vertical-align: middle; padding: 10px; }

/* FOOTER OPTIONS */

.footer-splits 	{
		/* TWB: adding in border to match top menu */
		color: #FFFFFF;
		height: 15px;
		line-height: normal;
		background-color: #333333;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #222222;
		border-width: 1px 0px 1px 0px;
		}

.footer-frame	{
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		}

/* TWB: footer-height was originally height: 350px */
.footer-height	{ height: 200px; }

.footer-page	{
		/* TWB: replacing background color with Vickys grey C3C0C6 */
		background-color: #333333;
		/*
		background-image: url("picts/background-footer.jpg");
		background-repeat: repeat-x;
		background-position: center top;
		*/
		background-image: url("images/footer_background-01_40_3048x200.jpg");
		background-repeat: no-repeat;
		background-position: left top;
		margin: 0px;
		padding: 0px;
		}

.footer-page, .footer-page div, .footer-page table { color: #FFFFFF; }

/* NOTE: | top | right | bottom | left */
/* TWB: originally 80px 10px 10px 10px; */
.footer-pad	{ padding: 10px 10px 10px 10px; }

.footer-border	{
		border: solid #999999;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

/* TWB: border bottom changed from 36AC37 to 4f353e */
div.footer-title {
		color: #c3c0c6;
		font: 14px "Droid Sans", arial, sans-serif;
		font-weight: 700;
		letter-spacing: 3px;
		padding-bottom: 8px;
		margin-bottom: 3px;
		border-bottom: #4f353e 1px solid;
		}

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #303030 1px solid;
			}

.footer-image		{
			margin: 5px auto 0px auto;
			border: #3A3A3A 2px solid;
			}

.footer-links	{ font-size: 14px; line-height: 24px; }

.footer-social	{ width: 180px; padding-left: 10px; }

.footerlinks-1	{ width: 25%; }

.footerlinks-2	{ width: 25%; }

.footerlinks-3	{ width: 25%; }

.footerlinks-4	{ width: 25%; }

/* TWB: reworking footer */
.footerlinks-34 { width: 50%; }

.footer-copyright {
		  color: #999999;
		  font: 11px "Droid Sans", arial, sans-serif;
		  font-weight: normal;
		  line-height: normal;
		  padding: 14px 0px 14px 0px;
		  margin: 0px 0px 0px 0px;
		  background-color: #333333;
		  border: solid #3A3A3A;
		  border-width: 1px 0px 0px 0px;
		  /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		  }


/* FOOTER LINK COLORS */

body.footer-page a:link,
body.footer-page a:visited,
body.footer-page a:active 	{ color: #C4A975; text-decoration: none; white-space: nowrap; }

body.footer-page a:hover 	{ color: #FFFFFF; text-decoration: none; white-space: nowrap; }


/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link,
div.footer-copyright a:visited,
div.footer-copyright a:active 	{ color: #C4A975; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #FFFFFF; text-decoration: underline; }




/* SOCIAL ICONS (SEE ALSO .footer-social ABOVE) */

.socialspace	   { padding-left: 1px; padding-right: 2px; }

.socialRspace	   { width: 0px; }

.socialicon	   { border: transparent 1px solid; display: block; background-color: transparent; }

.socialicon:hover  { border: #666666 1px solid; background-color: #000000; }

/* SOCIAL ICON COLORS ON MOBILE */

.mobile-social	   { display: none; }

.mobile-social .socialicon
		   {
		   border: #000000 0px solid;
		   background-color: #999999;
		   }

.mobile-social .socialicon:hover
		   {
		   border: #FF0000 0px solid;
		   background-color: #000000;
		   }




/* FOR GALLERY & VIEWER DETAILS & SLIDESHOW SETS (ALSO MORE BELOW) */

.gal-pad	{
	padding: 10px 10px 28px 10px;
	background-color: #FFFFFF;
	border-radius: 4px;
	}
/* TWB: modifications for 2 column gallery template */
/* NOTE: padding | top | right | bottom | left */
.gal-pad-2column	{
	padding: 10px 0px 28px 10px;
	}

.GalBorder	{
		border: #6A7392 1px solid;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

.HoverBorder	{
		border: #6A7392 1px solid;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.5s;
		transition: all 0.5s ease;
		}

a:hover .HoverBorder
		{
		border: #FFFFFF 1px solid;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
		}

#gallery-watermark	{
			width: 100%;
			height: 50px;
			text-align: center;
			margin: 0 auto;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			filter: alpha(opacity=40);
			-moz-opacity: 0.40;
			opacity: 0.40;
			position: absolute;
			z-index: 2;
			left: 0px;
			right: 0px;
			top: 65%;
			top: calc(75% - 25px);
			}

#gallery-watermark img	{
			width: 75%;
			height: auto;
			max-width: 400px;
			min-height: 10px;
			display: block;
			margin: 0 auto;
			}

#gallery-return {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 10px;
		left: 20px;
		z-index: 100;
		}
/* TWB: adding previous and next to gallery */
#gallery-prev {
		width: 32px;
		height: 40px;
		position: absolute;
		top: 10px;
		left: -16px;
		z-index: 100;
		}
#gallery-next {
		width: 32px;
		height: 40px;
		position: absolute;
		top: 10px;
		right: -20px;
		z-index: 100;
		}

#slideshow-return {
		width: 40px;
		height: 40px;
		margin: 10px auto 10px auto;
		}




/* MAIN GALLERY PAGES */

.galpage #contentbox { max-width: 1000px; }

.gal-top	{
		max-width: 800px;
		padding: 0px 10px 20px 10px;
		margin: 0 auto;
		}

.galrow		{
		width: 99%;
		max-width: 99%;
		padding: 0px 0px 0px 3px;
		margin: 0 auto;
		}

.galrow-box	{
		/* Allwebco 3 per row, used for gallery pages too */
		float: left;
		width: 33.2%;
		}

.galrow-box-2	{
		/* TWB: 2 per row */
		float: left;
		width: 49%;
		}

.galrow-box-1	{
		/* TWB: 1 per row */
		float: left;
		width: 99%;
		}



/* EDIT THE NEXT CLASS FOR THE THUMBNAILS WIDTH */

.galthumb-box	{
		font-size: 13px;
		line-height: 150%;
		text-align: center;
		padding: 20px 20px 20px 20px;
		margin: 0px auto 0px auto;
		}
/* TWB: moving max-width out of galthumb-box to support 200 or 150 px thumbnails */
.galthumb-small { max-width: 152px; }
.galthumb-medium { max-width: 202px; }

.galthumb, .galdetails	{
			width: 100%;
			height: auto;
			display: block;
			max-width: 100%;
			margin: 0px auto 0px auto;
			}


/* VIEW DETAILS BUTTON */

.galdetails-box		{ position: relative; margin-top: 8px; }

.galdetails		{ max-width: 152px; max-height: 46px; }

.galdetails-on		{
			position: absolute;
			top: 0px;
			left: 0px;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			-moz-opacity: 0.0;
			opacity: 0.0;
		/* FADE UP */
			-webkit-transition: opacity 0.5s;
			transition: opacity 0.5s ease;
			}

.galdetails-on:hover	{
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			-moz-opacity: 1.0;
			opacity: 1.0;
			}




/* CODE FOR THE menu-gallery.js MENU - ALIGN IN .js FILE */

#gal-menu	{
		margin: 0px;
		padding: 0px;
		}

#gal-menu table td
		{
		background-color: transparent;
		padding: 8px 7px 3px 7px;
		}

#gal-menu a	{
		color: #000000;
		font-family: "Droid Sans", arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		line-height: normal;
		background-color: #FFFFFF;
		border: #999999 1px solid;
		text-decoration: none;
		padding: 4px 10px 5px 10px;
		margin: 1px 1px 0px 1px;
		cursor:pointer;
		text-align: center;
		display: inline-block;
		white-space: nowrap;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	/* FADE UP */
		-webkit-transition: all 0.5s;
		transition: all 0.5s ease;
		}

#gal-menu a:hover
		{
		color: #FFFFFF;
		background-color: #000000;
		border: #000000 1px solid;
		text-decoration: none;
		}

/* CURRENT GALLERY HIGHLIGHT */

#gal-menu a.current-gal
 		{
		color: #FFFFFF;
		background-color: #CC0000;
		border: #CC0000 1px solid;
		}

/* TWB: Gallery Menu Text Changes - defaults when media queries not active */
.gal-menuitem-name {display: inline-block; }
.gal-menuitem-number {display: none; }



/* IMAGE VIEWER (image-viewer.htm) - EDIT NEXT LINE FOR VIEWER IMAGE SIZE */
/* TWB: default size here was max-width: 710px; */
.imgviewer-size	{ max-width: 710px; margin: 0 auto; }  /* INCLUDES IMAGE BORDER */

/* TWB: removing width: 100%; from here, applied to the image */
/* TWB: image border is in rslides_container */
.imgviewer-border
		{
		max-width: 100%;
		margin: 0px auto 0px auto;
		position: relative;
		border: #616870 2px solid;
		vertical-align: bottom;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

.imgviewer-imgbox	{ position: relative; }

/* TWB:  Styling behind the images now that they vary in size, applied to the div */
.imgviewer-background
	{
		background: url('images/art_board_backround.png');
		background-repeat: repeat;

		border: #EEEEEE 2px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


/* IMAGE VIEWER TEXT DETAILS SIZES */

/* TEXT DETAILS HEIGHT */

.gal-page-frame, .gal-page-box
		{
		/* TWB: changing height from 325px */
		height: 325px;
		}

.gal-page-frame	{
		width: 100%;
		display: block;
		margin: 0px auto 10px auto;
		padding: 0px;
		border: #999999 0px solid;
		overflow: hidden;
		}




/* GALLERY SUB-PAGES DETAILS & ORDER FORMS & BUTTONS (PAGES IN gallery_pages FOLDER) */

.gal-page	{
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		}

.gal-page-box	{
		margin: 0px auto 0px auto;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		}

.orderform-box	{
		float: left;
		max-width: 154px;
        	padding: 8px 20px 8px 20px;
		margin: 10px 14px 5px 0px;
        	border: #B6BFD5 1px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
		}

.gal-page-content
		{
		color: #000000;
		font-size: 13px;
		text-align: left;
		font-weight: normal;
		line-height: normal;
		overflow: hidden;
		min-width: 225px;
		background-color: transparent;
		padding: 10px 0px 5px 0px;
		}

.detailstitle	{
		color: #000000;
		font: 20px "Droid Sans", arial, sans-serif;
		font-weight: normal;
		line-height: normal;
		padding: 0px 0px 0px 0px;
		}

.price-box	{ padding: 0px 0px 5px 0px; }

.price	 	{
		color: #660066;
		font: 17px "Montserrat", arial, sans-serif;
		font-weight: normal;
		text-decoration: none;
		}

.cartdrop	{
		color: #000000;
		font: 12px arial, sans-serif;
		width: 152px;
		margin: 0px 0px 5px 0px;
		}

/* ORDER BUTTONS */

input[type=submit].button-order
		{
		color: #FFFFFF;
	       	font: normal 15px "Montserrat", arial, sans-serif;
		text-align: center;
		background-color: #0093FB;
		-webkit-appearance: none;
        	padding: 6px 0px 6px 0px;
		margin: 0px 0px 5px 0px;
		cursor: pointer;
		width: 152px;
        	border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

input[type=submit].button-order:hover
		{
		color: #FFFFFF;
		background-color: #FF6F13;
		}




/* JQUERY SLIDESHOW SETS (SEE ALSO HOME JQUERY ABOVE & responsive-slides.css IN FOLDER JQuery) */

.slideshow-text	{
		text-align: center;
		max-width: 700px;
		padding: 12px;
		margin: 0 auto;
		}
.slide-sets
		{
		max-width: 710px;  /* INCLUDES BORDER */
		margin: 0px auto 0px auto;
		border: #000000 2px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}

/* ARROW LINKS ON slideshow-home.htm */

.arrow-link		{
			color: #FFFFFF;
			font: 14px "Droid Sans", arial, sans-serif;
			font-weight: normal;
			line-height: 19px;
			text-align: left;
			display: inline-block;
			padding: 6px 0px 5px 0px;
			margin: 3px auto 6px 0px;
			text-indent: 28px;
			min-width: 150px;
			min-height: 20px;
			background-image: url("picts/arrow-link.png");
			background-repeat: no-repeat;
			background-position: 0px 4px;
			border: solid #4EBEEB;
			border-width: 0px 0px 0px 0px;
			}

a.arrow-link:hover	{ background-image: url("picts/arrow-link-hover.png"); }




/* CONTACT PAGE CODE */

.contact-pad 	{ padding: 15px 0px 15px 0px; }

.contact-select	{ color: #663300; font-weight: normal; padding-top: 8px; }

.form-box	{ margin: 20px 0px 10px 50px; }

input[type=submit].submitbutton, input[type=reset].submitbutton
		{
		color: #FFFFFF;
		font: normal 15px "Droid Sans", arial, sans-serif;
		text-align: center;
		background-color: #006699;
		-webkit-appearance: none;
		padding: 7px 8px 7px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 123px;
		border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover
		{
		color: #FFFFFF;
		background-color: #298CBD;
		border: #000000 0px solid;
		}

.shadeform	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		background-repeat: no-repeat;
		text-align: left;
		width: 200px;
		margin-top: 1px;
		margin-bottom: 7px;
		border: #000000 1px solid;
		}

.textarea	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		background-repeat: no-repeat;
		text-align: left;
		width: 250px;
		height: 150px;
		margin-top: 2px;
		margin-bottom: 0px;
		border: #000000 1px solid;
		}

.dropdown 	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		width: 225px;
		margin-top: 3px;
		margin-bottom: 7px;
		}
.dropdown_nav 	{
		color: #000000;
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		margin-top: 3px;
		margin-bottom: 7px;
		}



/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

#map-canvas	{ width: 200px; height: 160px; margin: 0px auto 10px 0px; text-align: left; }


/* CONTACT PAGE GOOGLE DIRECTIONS */

.directions		{ font-size: 13px; font-weight: normal; line-height: normal; padding: 8px 0px 5px 0px; }

.directions .shadeform	{ width: 200px; margin: 3px 0px 8px 0px; }

input[type=submit].directionbutton	{ width: 200px; }


/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }




/* FAQ PAGE */

.faq-box	{
		display: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		border: #999999 0px solid;
		}




/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform 			{ width: 150px; }

input[type=submit].payform 	{ width: 152px; margin-bottom: 10px; }

.payformbox	{
		background-color: #F0F0F0;
		border: #C0C0C0 1px solid;
		}

.paypaltable td	{ vertical-align: middle; padding: 6px 10px 6px 10px; }

.paypalbadge-space	{ padding: 30px 10px 8px 0px; }




/* SITE MAP PAGE */

.site-thumbs	 {
		 line-height: 0px;
		 font-size: 0px;
		 }

.site-thumbs img { width: 90px; height: auto; margin: 3px 3px 30px 3px; }




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* SCROLL TO TOP ARROW */

.scrollToTop	{
	width: 36px;
	height: 36px;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	position:fixed;
	bottom: 50px;
	right: 10px;
	display:none;
	background: #777777 url('picts/arrow-up.png') no-repeat 0px 0px;
	}

.scrollToTop:hover{
	text-decoration:none;
	background: #666666 url('picts/arrow-up.png') no-repeat 0px 0px;
}

/* TWB: added */
.epitaphs {
	font-style: italic;
}
/* TWB: we use statstable for the number of paintings on the site, in gallery-home.htm */
table.statstable { border: #999999 0px solid; }
table.statstable td { text-align: left; padding: 10px; vertical-align: bottom; }

.indent {padding-left: 40px; }
