/* property of PC Manager - www.pcmanager.gr*/

/*#wrapper, #header, #imglogo, #mainmenu, #clear, #container, #leftbar, #centernav, #center, #rightbar, #footer, #leftfooter, #rightfooter {
	border: thin solid ;
}*/

#clear {
	clear: both ;
}
a img {
	border:0px;
}
html { /*hack for the scrollbar moving divs*/
overflow-y:scroll;
}
/* sticky footer hack START*/
html, body {
   margin:0;
   padding:0;
   height:100%;
   width:100%;
}
#wrapper {
   min-height:98%;
   position:relative;
   width:1100px;
   margin:auto;
	/*margin-left:10px;
	margin-right:10px;*/
	margin-top:10px;
	/*border-left: 1px dashed  #CCCCCC;
	border-right: 1px dashed #CCCCCC;*/
}
#container {
    padding-bottom:2px; /* Height of the footer */
	margin-left:20px;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:2px;   /* Height of the footer */
}
/* sticky footer hack END*/




/* mainmenu and logo styling START */

#header {
}

#imglogo {
	float:left;
	width:250px;
	height:86px;
	margin-left:30px;
	margin-top:20px;
}

.moduletable_menu {
	float:right;
	text-decoration: none ;
	text-transform: uppercase ;
	margin-top:15px;
	margin-left:30px;
	/*font-family:"Gill Sans","Trebuchet MS",Calibri,sans-serif;*/
	font-family: "Courier New", monospace;
}

.moduletable_menu li, .moduletable_menu li a {
	text-decoration:none;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	/*color:#999999;*/
	color:#000000;
}

.moduletable_menu li a:hover, .moduletable_menu li.active a {
	text-decoration:overline;
	color:#000000;
}

.moduletable_menu li.item-101 {
	display:none; /*hide HOME menu*/
}

/* mainmenu and logo styling END */
/* header-right styling*/
#header-right {
	float:left;
	margin-left:5px;
	margin-top:25px;
}
#header-right img {
	opacity:0.2;
	
	-webkit-transition: opacity 0.5s ease-in-out 0s;
	-moz-transition: opacity 0.5s ease-in-out 0s;
	-o-transition: opacity 0.5s ease-in-out 0s;
	-ms-transition: opacity 0.5s ease-in-out 0s;
    transition: opacity 0.5s ease-in-out 0s;
}
#header-right img:hover {
	opacity:1;
}
/* header-right styling END*/
/* frontpage (HOME) styling START*/
.blog-featured-home {
	margin-top:0px;
	margin-left:-260px;
	font-family: "Courier New", monospace;
	text-decoration:none;
}
.blog-featured-home a, .blog-featured-home a:hover, .blog-featured-home a:visited, .blog-featured-home td {
	font-family: "Courier New", monospace;
	text-decoration:none;
	color:#000000;
}
/* frontpage (HOME) styling END*/

/* leftbar  styling NEW*/
#leftbar {
	float:left;
	width:290px;
	height:100%;
	color:#000000;
	/*text-transform:uppercase;*/
	padding-top:50px;
	margin-left:0px;
	font-family: "Courier New", monospace;
	position:relative;
}
#leftbar ul, #leftbar ul li {
	list-style:none;
	text-decoration:none;
	margin-left:-10px;
} 
#leftbar a, #leftbar a:visited {
	text-decoration:none;
	/*color:#999999;*/
	color:#000000;
}
#leftbar a:hover, #leftbar ul li.active a {
	color:#000000;
}
#leftbar ul li ul {
	margin-left:-30px;
}
#leftbar ul li .separator {
	margin-bottom:35px;
	display:block;
}
#leftbar ul li ul li .separator {
	margin-bottom:10px;
	margin-top:75px;
	display:block;
}
#leftbar ul li ul li ul {
	text-transform:none;
}
#leftbar ul li ul li.active a.font13 {
	text-decoration: none; 	/*itan text-decoration: overline !important;*/
}
#leftbar ul li ul li.active ul li a.font13 {
	text-decoration: none !important;
}
#leftbar li {
	margin-bottom:10px;
}
#leftbar ul li ul li ul li {
	margin-bottom:0px;
}
#leftbar ul.artistsmenu li {
	margin-bottom: 0; 
	padding-bottom: 0; 
}
#leftbar ul.artistsmenu li a {
	padding-bottom: 30px; 
	display: block; 
}
/* leftbar styling NEW END */

/*artist and expos left menu styling NEW*/
.menu-artists li {
	display:none;
}
.menu-artists li.active {
	display: block !important;
}
.menu-artists li ul li {
	display:block;
}
.menu-artists li ul li ul {
	margin-top:10px;
}
/*artist and expos left menu styling END*/

/* icecol position styling START*/
#leftbar .iceCols { /*change this for hover images on artists*/
	position:fixed;
	top:198px;
	margin-left: 100px;
	float: none !important; 
	width: 700px !important;
}
#artistsvmenu img {float: none !important;}
#artistsvmenu a {text-align: center;}

#iceverticalmenu li {
	margin-bottom:30px;
}

#leftbar #iceMenu_163, #leftbar #iceMenu_163 a {
	text-decoration:none;
	list-style:none;
	margin-top:100px;
	padding-bottom:10px;
	color: #000;
	font-family: "Courier New", monospace;
}
/* icecol position styling END*/


/* center styling START */

#center {
	float:left;
	padding-top:20px;
	max-width:730px;
	min-height:600px;
	position:relative;
}

.item-page {
	font-family: "Courier New", monospace;
	font-size:14px;
}
	
.item-page h1 {
	display:none;
}
/* center styling END */


#rightbar {
	float:left;
}

/* footer styling START */
#footer, #footer a, #footer a:visited {
	text-decoration:none;
	color:#CCCCCC;
	font-family: "Courier New", monospace;
	font-size:0.9em;
	text-align:right;
	border-top: solid;
	border-color:black;
	border: 1px;
	margin-right:100px;
}
#rightfooter {
	position:absolute;
	float:left;
	right:0px;
	bottom:-40px;
}
#footer label {
	display:none;
}
#mod-search-searchword {
	color:#CCCCCC;
}
/* footer styling END */

/* artists styling START */
.item-page-art {
	margin-top:75px;
	margin-left:70px;
	text-decoration:none;
	/*text-transform:uppercase;*/
	color:#000000;
	font-family: "Courier New", monospace;
	font-size:13px;
}
.item-page-art a, .item-page-art a:hover, .item-page-art a:visited {
	text-decoration:none;
	/*text-transform:uppercase;*/
	color:#000000;
	font-family: "Courier New", monospace;
	font-size:13px;
}
/* artists styling END */

/* expos styling START */

body.exhibitions hr {border: none; border-top: 1px dashed #999;}

.exhibitions #center {
	margin-left:-150px;
}
.exhibitions #center tr:hover {
	text-decoration:overline;
}
.exhibitions #center tr a {
	display:block;
}
.item-page-expolist {
	margin-top:10px;
	margin-left:60px;
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
	font-family: "Courier New", monospace;
	font-size:14px;
}
.item-page-expolist a, .item-page-expolist a:hover, .item-page-expolist a:visited {
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
	font-family: "Courier New", monospace;
	font-size:14px;
}
.item-page-expolist td, .item-page-expolist td a {
	font-size:14px;
}

.item-page-expo {
	margin-top:75px;
	margin-left:70px;
	text-decoration:none;
	/*text-transform:uppercase;*/
	color:#000000;
	font-family: "Courier New", monospace;
	font-size:13px;
}
.item-page-expo a, .item-page-expo a:hover, .item-page-expo a:visited {
	text-decoration:none;
	/*text-transform:uppercase;*/
	color:#000000;
	font-family: "Courier New", monospace;
	font-size:13px;
}


#currentshow, #upcomingshows, #pastshows, #currentshow a, #upcomingshows a, #pastshows a {
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
	font-family: "Courier New", monospace;
	font-size:13px;
}

#currentshow a:hover, #upcomingshows a:hover, #pastshows a:hover {
	color:#000000;
}
/* expos styling END */

/* news styling START */
.news #center {
	margin-left:-150px;
	margin-top:30px;
}

.blog-news {
	font-family: "Courier New", monospace;
	color:#000000;
	margin-left:60px;
}

.blog-news a, .blog-news a:hover, .blog-news a:visited {
	font-family: "Courier New", monospace;
	color:#000000;
	text-decoration:none;
}

.blog-news a:hover {
	text-decoration:overline underline;
}

/* news styling END */

/* contact styling START */
.contact #center {
	margin-left:-150px;
	margin-top:30px;
}

/* contact form styling START */
#write_us_div #write_us_fieldset {
	border:none;
}
#write_us_div #write_us_fieldset button {
	font-family: "Courier New", monospace;
	border:1px dotted #000000;
	background-color:#FFFFFF;

	-webkit-transition: background-color 0.5s ease-in-out 0s;
	-moz-transition: background-color 0.5s ease-in-out 0s;
	-o-transition: background-color 0.5s ease-in-out 0s;
	-ms-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
}
#write_us_div #write_us_fieldset button:hover {
	background-color: #666666;
	color:#FFFFFF;
}
#write_us_div {
	font-family: "Courier New", monospace;
	font-size:13px;
	font-weight: normal;
	text-align:left;
	margin-left:40px;
}

	/*new chronoform styling*/
	.write_us_div {
	font-family: "Courier New", monospace;
	font-size:13px;
	font-weight: normal;
	text-align:left;
	margin-left:40px;
	}
	.write_us_div textarea, 
	.write_us_div input {border: 1px dotted #000000;}
	.write_us_div label {margin-bottom: 0; font-weight: normal;}

/* contact form styling END */

#contact-info, #contact-info a, #contact-info a:hover, #contact-info a:visited, #contact-info td {
	text-decoration:none;
	text-transform:none;
	color:#000000;
	font-family: "Courier New", monospace;
	font-size:13px;
}
#contact-form, #contact-form a, #contact-form a:hover, #contact-form a:visited, #contact-form td {
	text-decoration:none;
	text-transform:none;
	color:#000000;
	font-family: "Courier New", monospace;
	font-size:13px;
	text-align:right;
}

.modns table {
	margin:auto;
	margin-right:0px;
}

.modns .button {
	font-family: "Courier New", monospace;
	border:1px dotted #000000;
	background-color:#FFFFFF;

	-webkit-transition: background-color 0.5s ease-in-out 0s;
	-moz-transition: background-color 0.5s ease-in-out 0s;
	-o-transition: background-color 0.5s ease-in-out 0s;
	-ms-transition: background-color 0.5s ease-in-out 0s;
    transition: background-color 0.5s ease-in-out 0s;
    }
.modns .button:hover {
    background-color: #666666;
	color:#FFFFFF;
}
.inputbox {
	border:1px dotted #000000;
}

/* contact styling END */

/* journal styling START */
.blog-journal {
	font-family: "Courier New", monospace;
	color:#000000;
	margin-left:60px;
}

.blog-journal a, .blog-journal a:hover, .blog-journal a:visited {
	font-family: "Courier New", monospace;
	color:#000000;
	text-decoration:none;
}



/* -------- TYPOGRAPHY -------- */
h1 {
	font-family: "Courier New", monospace;
	font-size:32px;
	color:#000000;
	text-decoration:none;
}
h2 {
	font-family: "Courier New", monospace;
	font-size:24px;
	color:#000000;
	text-decoration:none;
}
h3 {
	font-family: "Courier New", monospace;
	font-size:18px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
h4 {
	font-family: "Courier New", monospace;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
h5 {
	font-family: "Courier New", monospace;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
h6 {
	font-family: "Courier New", monospace;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

/*-----------menu styling------------*/
.hidden {
	display:none;
}
.font13 {
	font-size:13px;
}

/*specific page styling 19-4-2013*/
/*for gallery styling search joom_local.css file*/

/*shop styling*/
.item-page-shop {
	font-family: "Courier New", monospace;
	color:#000000;
	margin-left:-200px;
	margin-top:50px;
}
.item-page-shop table {
	width:1000px;
}
.item-page-shop td {
	display:block;
	float:left;
	margin-right:20px;
}
.item-page-shop tr {
	display:block;
	float:left;
	margin-bottom:40px;
	vertical-align:top;
	font-family: "Courier New", monospace;
	font-size:12px;
}
.item-page-shop td {
	width:170px;
	color:#000000;
}
.item-page-shop td:hover {
	color:#666666;
}
.item-page-shop img {
	margin-bottom:10px;
}
/*shop styling END*/

/* hover effects for all*/
/*.menu-artists ul li.active a {
	border-bottom:1px dotted #333333;
}*/
.menu-artists ul li a, .iceverticalmenu a {
	/*-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;*/
}
.menu-artists ul li a:hover, .iceverticalmenu a:hover {
	text-decoration:overline !important;
	/*color:#999999 !important;*/
}
/*.menu-artists ul li ul li a {
	border-bottom:0px dotted #333333 !important;
}*/
.item-page-art a, .item-page-expo a {
	/*-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;*/
}
.item-page-art a:hover, .item-page-expo a:hover, .contact a:hover {
	text-decoration:overline !important;
	/*color:#999999 !important;*/
}
.jg_iconbar .modal {
	/*-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;*/
}
.jg_iconbar .modal:hover {
	text-decoration:overline !important;
	/*color:#999999 !important;*/
}
.shop-details .jg_iconbar .modal:hover {
	text-decoration: underline !important;
}
.ui-tooltip {
	display:none !important;
}

/*center images in news 11-3-2014*/
body.news div#center img {display:block; margin: auto;}
body.news div.blog-news {font-size: 10pt;}
/*additions 14/5/2014*/
a {color:#000000; text-decoration: none;}
a:hover, 
a:focus {text-decoration: underline overline;}

/*additions 2014-09-18*/
div#mainmenu {float: left; width: 650px; }

/*2018-10-05 joomla 3 additions*/
ul.artistsmenu {
	position: relative; 
} 
ul.artistsmenu li a img {
	opacity: 0; 
	visibility: hidden; 
	position: fixed; 
	top: 50%; 
	-webkit-transform: translateY(-50%); 
	-moz-transform: translateY(-50%); 
	-o-transform: translateY(-50%); 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%); 
	right: 40px; 
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	-moz-transition: opacity 0.2s ease-in-out 0s;
	-o-transition: opacity 0.2s ease-in-out 0s;
	-ms-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
ul.artistsmenu li a:hover img {
	opacity: 1; 
	visibility: visible; 
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	-moz-transition: opacity 0.2s ease-in-out 0s;
	-o-transition: opacity 0.2s ease-in-out 0s;
	-ms-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.jg_photo_right p {
	margin-top: 0; 
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/**2025-08-04**/
/*EXHIBITED ARTISTS ADDITIONS*/
.exhibitied_artists_menu {
	border-top: 1px solid black;
    padding-top: 30px;
    font-weight: bold;
}
