@charset "UTF-8";
/**==============================================================================================**
	Innovative Concepts - All rights reserved.
	in-con.css 11/2/2015 lrollins
/**==============================================================================================**/

BODY {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0;
	background-color: white;
	width: 95%;
	margin: auto;
	min-width: 340px;							/* anything screen below this width will be scaled, device-width viewport must be specified in html */
}

body.userAssumed		{ background-color: lightgoldenrodyellow; }

.menuList  		{ background-color:#EEEEEE; display:block; font-size:24px; margin:25px; padding:15px; width:400px; border-radius:10px; font-weight:bold; }
.menuList:hover	{ background-color:#DDDDDD; text-decoration:none; }
.menuList:link	{ font-size:24px; }

/* usage: class="indicate go" or class="indicate go after" */
.indicate					{ font-size:24px; }
.indicate.go:before, 		.indicate.go.after:after		{ content:'\2714'; margin: 5px; color:green; }
.indicate.del:before,		.indicate.del.after:after		{ content:'\2717'; margin: 5px; color:red; }
.indicate.edit:before,		.indicate.edit.after:after		{ content:'\2710'; margin: 5px; color:blue; }
.indicate.after:before		{ content:''; margin: 0; }		/* This must go last */

.monospace				{ font-family:monospace; }

/*-------------------------------------------------------------------------
 Links
-------------------------------------------------------------------------*/

A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #645D5D;
	text-decoration: none;
	font-weight: bold;
}
A:link {
	font-size: 14px;
	color: #645D5D;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #645D5D;
	text-decoration:none;
	font-weight: bold;
}
A:hover {
	color: #645D5D;
	text-decoration:underline;
	font-weight: bold;
}
A.purchase {
	font-size: 14px;
	color: steelblue;
	text-decoration: none;
	font-weight: bold;
}

.bullet:before  {
	content: '\2022';
	margin: 0 5px;
}

.header  {
	background-color: black;
	overflow: hidden;
	height: 55px;
}

.header .fa  {
	line-height: 55px;
}

.headerLogo  {
	float: left;
}

.headerName  {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	color: white;
	margin-left: 10px;
	float: left;
}

.headerName:first-letter  {
	font-size: 36px;
	line-height: 29px;									/* this is the default for 24px  */
}

.headerPhone  {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: white;
	float: left;
	margin-left: 25px;
}

a.headerCart,
a.headerLogin  {
	font-size: 40px;
	color: white;
	margin: 0 10px;
	float: right;
}

a.headerCart:hover,
a.headerLogin:hover {
	color: #aaa;
}

.headerMenu  {
	border: 3px solid black;
	border-top: 0;
	background-color: #828080;
	display: flex;
	justify-content: space-evenly;
}

.headerMenu a {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	color: white;
	margin: 14px 0;
}

.headerMenu a:hover  {
	color:black
}

.headerMenu img {
	margin: 2px 0;
}

.subMenu,
.bottomMenu  {
	width: 85%;
	text-align: center;
	margin: 20px auto;
}

.subMenu a,
.bottomMenu a  {
	white-space: nowrap;
}

.sideMenu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sideMenu a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sideMenu a:hover {
	color: #f1f1f1;
}

.sideMenu .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.sideMenu .closebtn a {
	font-size: 36px;
	float: right;
}

.content  {
	padding: 25px;
	border: 3px solid black;
	border-top: 0;
	text-align: center;
}

.content img  {
	max-width: 100%;							/* will scale images down on mobile devices */
}

.footer  {
	text-align: center;
	margin: 10px 0;
	display: flex;
	justify-content: space-evenly;
}

.footerImage  {
	margin-top: 10px;
}

.footerAddress p  {
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
}

@media screen and (max-width: 1525px) {
	.headerMenu a:nth-of-type(6),
	.headerMenu img:nth-of-type(5) {
		display: none;
	}
}

@media screen and (max-width: 1175px) {
	.footerImage,
	.headerMenu a:nth-of-type(4),
	.headerMenu img:nth-of-type(3),
	.headerMenu a:nth-of-type(5),
	.headerMenu img:nth-of-type(4) {
			display: none;
	}
}

@media screen and (max-width: 749px) {
	body  {
		width: 100%;
	}
	.content  {
		padding: 0px;
		border: 0;
	}
	.content iframe  {
		width: 100%;
	}
	.subMenu,
	.bottomMenu,
	.headerPhone,
	.footerAddress p .bullet,
	.headerMenu a:nth-of-type(3),
	.headerMenu img:nth-of-type(2) {
		display: none;
	}
	.footerAddress p  {
		white-space: pre-line;
	}
}

@media screen and (max-width: 499px) {
	.headerLogo,
	.headerMenu a:nth-of-type(2),
	.headerMenu img:nth-of-type(1) {
		display: none;
	}
	.sideMenu {padding-top: 15px;}
	.sideMenu a {font-size: 18px;}
}

@media screen and (max-width: 399px) {
	a.headerCart {
		display: none;
	}
}

@media screen {
    .noScreen {
        display: none;
    }
}
@media print {
    .noPrint {
        display: none;
    }
	.content  {
		padding: 0px;
		border: 0;
	}
}

.menu {
	width: 0; 
	color: white; 
	text-align: center
}
.menuItems {
   	position:absolute;
   	background-color:#AAAAAA;
   	color:#3399AA;
   	margin-top:0;
   	margin-left:0;
   	width:120
}

.homeSlogan  {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	margin: 0 25px;
}

.homeSelect  select,
.homeSelect input[type=submit]  {
	font-size: 18px;
	margin: 10px;
	max-width: 300px;
}

.artistThmbnails  {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin: auto;
}

.artistThmbnails p  {
	flex-basis: 100%;
	text-align: center;
	margin: 0;
}

.artistThmbnails p.emphasize  {
	font-size: 16px;
	font-weight: bold;
}

.artistThmbnails div  {
	margin: 25px;
	min-width: 150px;
	text-align: center;
}

.artist  {
	width: 95%;
	margin: auto;
}

.artwork {
    text-align: center;
}

.artwork h3  {
	text-align: center;
}

.artwork > div  {
    padding: 25px;
    margin: 25px;
    text-align: left;
    background-color: #eee;
}

.artwork .fa  {
	width: 14px;
	text-align: center;
	margin-right: 10px;
}

.loginForm  {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.loginForm .fullWidth  {
	width: 100%;
}

.loginForm #message  {
	display: none;
	color: red;
	font-size: 150%;
	font-weight: bold;
	padding: 25px;
	width: 100%;
}

.loginForm .socialLogin  {
	vertical-align: middle;
	padding: 10px;
}

.loginForm form  {
	border: 2px solid black;
	margin: 10px;
	padding: 25px;
}

.loginForm p  {
	flex-basis: 100%;
	text-align: center;
}

.loginForm form *,
.loginForm p *  {
	font-size: 18px;
	margin: 5px;
}

.cart table {
    width: 80%;
	max-width: 900px;
	margin: auto;
}

.cart table *  {
	font-size: 18px;
	line-height: 28px;
}

.cart td.cell  {
	min-width: 75px;
	height: 60px;
	font-size: 18px;
}

.cart .artwork {
    text-align: left;
}

.cart .quantity {
    text-align: center;
}

.cart .amount {
    text-align: right;
}

.cart .giftCertificate *  {
	text-align: center;
	font-size: 18px;
	margin: 10px;
}

.cart .indicate.del  {
	font-size: 28px;
}

.paymentMethods  {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.paymentMethods p  {
	flex-basis: 100%;
	text-align: center;
	font-size: 26px;
}

.paymentMethods a  {
	margin: 0 25px;
	height: 195px;
}

.paymentMethods a img:hover  {
	width: 105%;
	max-width: 105%;					/* because .content img sets it to 100% */
}

.thankyou *  {
	text-align: center;
}

/*-------------------------------------------------------------------------
 Cells
-------------------------------------------------------------------------*/
th {
	color: #000060;
       background-color:#BBBBBB;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
caption {
	color:black;
	font-size: 14px;
}
caption a {
	font-size: 14px !important;
}
td {
	color: #999999;
	font-size:14px;
	font-family:  Verdana, Arial, Helvetica;
}
td.noBold {
	color: #999999;
	font-size:14px;
	font-family:  Verdana, Arial, Helvetica;
	font-weight: normal;	
}
td.cell {
	color: #808080;
    background-color:#EEEEEE;
	font-size: 14px;
}
td.label {
	text-align: right;
	background: #999999;
       color: white;
	font-weight: normal;
	font-size: 14px;
	vertical-align: top;
}
td.data {
	background: #F4F4F4;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
td.dataNumber {
	background: #F4F4F4;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	text-align: right;
	vertical-align: top;
}
	
	
td.HeaderCell {
	color: #000000;
	background: #D0D0D0;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}

td.NameCell {
	color: #606060;
	background: #E8E8E8;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}

td.FieldCell {
	color: #000000;
	background: #F4F4F4;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	vertical-align: middle;
}

td.ActionHeader {
	color: #C00000;
	background: #E0E0F8;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

td.ActionCell {
	color: #C00000;
	background: #F4F4FF;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

td.HighlightCell {
	color: #990066;
	background: #F4F4E8;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
	
/*-------------------------------------------------------------------------
	 Headers
-------------------------------------------------------------------------*/
H1 {
	font-family: Arial, Verdana, sans serif;
	text-align: left;
	font-size: 28px;
	color: #003399;
}

H2 {
	font-family: Arial, Verdana, sans serif;
	text-align: center;
	vertical-align: middle;
	font-size: 26px;
	line-height: 31px;
	color: #000000;
}
	
H3 {
		font-family:   Arial, Verdana, sans serif;
		text-align: left;
		font-size: 16px;
		font-weight: bolder;
		color: #000000;
}

/*-------------------------------------------------------------------------
 Paragraphs
-------------------------------------------------------------------------*/
P {
	font-family: Tahoma, Verdana, Arial, sans serif;
	text-align: left;
	font-size: 14px;
	color: #000000;
	line-height: 1.5;
	
}

P.glossary {
			font-family: Tahoma, Verdana, Arial;
			text-align: left;
			font-size: 14px;
			color: black;
			font-weight: bolder;
}
P.leftalign {
	text-align: center;
	color: #808080;
}
P.artists {
	color: #B6B46E;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 18px;
	
}
P.actiontextCentered {
	text-align: center;
	color: #0000FF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
P.error {
	color: #E00000;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
P.pageTitle {
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 22px;
	text-decoration: underline;
}
P.portfolioTitle{
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
}
	
/*-------------------------------------------------------------------------
 Lists
-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
 Generic
-------------------------------------------------------------------------*/

.normal {
	color: #000000;
	background: #F0F0F8;
	font-size: 9pt;
	font-weight: normal;
	border-color: #C0C0C0;
	vertical-align: middle;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

/* icTable */
table.icTable {
	min-width: 300px;
	border-collapse: collapse;
	cursor: default;
}
table.icTable caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
    color: #000000;
}
table.icTable thead {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #B0B0B0;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
}
table.icTable thead tr {
	cursor: pointer;
}
table.icTable thead tr.superheader {
	cursor: default;
}
table.icTable thead tr.hover {
}
table.icTable thead th {
	font-weight: normal;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
table.icTable thead th.hover {
		color: #FFFFFF;
}

table.icTable tbody {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size:14px;
	font-weight: normal;		
	background-color: #EEEEEE;
	vertical-align: top;
	white-space:nowrap;
}
table.icTable tbody tr  {
}
table.icTable tbody tr.hover  {
	background-color: #DDDDDD;
}
table.icTable tbody tr.odd  {
}
table.icTable tbody tr.oddhover  {
	background-color: #DDDDDD;
}
table.icTable tbody tr.even  {
}
table.icTable tbody tr.evenhover  {
	background-color: #DDDDDD;
}
table.icTable tbody td  {
	border: 1px solid #FFFFFF;
	text-align: left;
}
table.icTable tbody td.hover  {
}
table.icTable tbody td.number  {
	text-align:right;
}
table.icTable tbody td.numberhover  {
	text-align:right;
}
table.icTable tbody td.center  {
	text-align:center;
}
table.icTable tbody td.centerhover  {
	text-align:center;
}
table.icTable tbody td.date  {
	text-align:right;
}
table.icTable tbody td.datehover  {
	text-align:right;
}
table.icTable tbody td a:link {
}
table.icTable tbody td a:visited {
}
table.icTable tbody td a:active {
}
table.icTable tbody td a:hover {
}
table.icTable tfoot  {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size:14px;
	font-weight: bold;		
	background-color: #FFFFFF;
	vertical-align: top;
	white-space:nowrap;
}
table.icTable tfoot tr  {
}
table.icTable tfoot tr.hover  {
}
table.icTable tfoot td  {
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #B0B0B0;
	text-align: left;
}
table.icTable tfoot td.hover  {
}
table.icTable tfoot td.number  {
	text-align:right;
}
table.icTable tfoot td.DATANUMBER  {
	text-align:right;
}
table.icTable tfoot td.numberhover  {
	text-align:right;
}

table.icTableBorder  {
		border-collapse: collapse;
}
table.icTableBorder td.upperLeft  {
}
table.icTableBorder td.upperMiddle  {
}
table.icTableBorder td.upperRight  {
}
table.icTableBorder td.centerLeft  {
}
table.icTableBorder td.centerMiddle  {
}
table.icTableBorder td.centerRight  {
}
table.icTableBorder td.lowerLeft  {
}
table.icTableBorder td.lowerMiddle  {
}
table.icTableBorder td.lowerRight  {
}

/* icTable with vertical-align center */
div.icTableMiddle {
	xx-width: 0px;
	xx-height: 0px;
	xx-overflow: auto;
}
table.icTableMiddle {
	xx-width: 0px;
	border-collapse: collapse;
	cursor: default;
}
table.icTableMiddle caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
    color: #000000;
}
table.icTableMiddle thead {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #B0B0B0;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
}
table.icTableMiddle thead tr {
	cursor: pointer;
}
table.icTableMiddle thead tr.superheader {
	cursor: default;
}
table.icTableMiddle thead th {
	font-weight: normal;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
table.icTableMiddle thead th:hover {
	color: #FFFFFF;
}
table.icTableMiddle tbody {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size:14px;
	font-weight: normal;		
	background-color: #EEEEEE;
	vertical-align: top;
	white-space:nowrap;
}
table.icTableMiddle tbody tr:hover  {
	background-color: #DDDDDD;
}
table.icTableMiddle tbody td  {
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
table.icTableMiddle tbody td.number  {
	text-align:right;
}
table.icTableMiddle tbody td.numberhover  {
	text-align:right;
}
table.icTableMiddle tbody td.center  {
	text-align:center;
}
table.icTableMiddle tbody td.centerhover  {
	text-align:center;
}
table.icTableMiddle tbody td.date  {
	text-align:right;
}
table.icTableMiddle tbody td.datehover  {
	text-align:right;
}
table.icTableMiddle tfoot  {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size:14px;
	font-weight: bold;		
	background-color: #FFFFFF;
	vertical-align: top;
	white-space:nowrap;
}
table.icTableMiddle tfoot td  {
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #B0B0B0;
	text-align: left;
}
table.icTableMiddle tfoot td.number  {
	text-align:right;
}
table.icTableMiddle tfoot td.DATANUMBER  {
	text-align:right;
}
table.icTableMiddle tfoot td.numberhover  {
	text-align:right;
}
table.icTableMiddleBorder  {
		border-collapse: collapse;
}
