/*
Theme Name: Gallery Theme
Theme URI: [The theme website]
Description: [A description]
Author: kostask@eproductions.gr
Author URI: [Your website]

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body 
{
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  Custom CSS  */

#right a, #right a:active, #right a:visited { text-decoration: none; color:#000; }
#right a:hover { color: #666666; }
strong { font-weight: bold; }
em { font-style:italic; }
#main 
{ 	
	width: 980px; 
	height: 700px; 
	margin: 150px auto 0 auto;
}
#left
{ 
	display: inline;
	float: left; 
	width: 480px;
	min-height: 400px;
}
#logo 
{
	width: 190px; 
	height: 250px; 
	float: left; 
	display: inline; 
}
#menu 
{ 	 
	float: right;
	width: 290px; 
	display: inline; 
}
#right 
{	
	width: 500px; 
	display: inline; 
	float: right; 	
	text-align:justify; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 13px;
	overflow: auto;
	line-height: 1.2;
	min-height: 400px;
}

.photos { overflow: hidden; padding-left: 15px;}
.single-photo a { margin: 10px 0 10px 0 ; }
.single-photo h3 { width: 200px; font-size: 12px; text-align: center;}
.single-photo { display: inline;  width: 230px; height: 240px; float: left; margin: 10px 0 10px 0;} 

.italic_class { font-style:italic; }
.gallery-info { margin: 0 0 8px 0; }
.gallery-photo { display: inline;  width: 242px; height: 180px; float: left; margin: 10px 0 10px 0; }
.gallery-photo h3 { width: 220px;  text-align: right; font-size: 11px;}
.gallery-photo a { margin: 10px 0 10px 0 ; } 

.artist_photo { margin: 0 5px 5px 0; float: left; }
h1.artist-name { color: red; font-size: 22px; margin-bottom: 10px; }

#footer 
{
	width: 966px; 
	height: 40px; 	
	clear: both; 
	padding: 7px; 
	overflow: auto; 
	text-align:justify;
	margin-top: 20px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
}

#menu a { text-decoration: none; color: #666666; }
#menu-main li:hover a { color: #000; } 
#menu-main li:hover ul li a { color: #666666; }
#menu-main li ul li:hover a { color: #000; }

/* Menu */
#menu-main li:first-child { padding-bottom:5px; margin: 0 15px 0 50px; position:relative; bottom: 4px; } 			
#menu-main li { padding: 5px 0 5px 0; margin: 18px 15px 22px 50px; position:relative; width: 70px;}

/* Submenu*/
#menu-main li ul li:first-child { padding-bottom: 5px; margin: 13px 15px 0 50px;  }					     			
#menu-main li ul li { padding: 5px 0 5px 0; margin: 19px 15px 22px 50px; position:relative; width: 60px;} 

/* Show grey image on selected menu item - 1st level*/
.grey-image { display: none; }		
.artists-grey-image 
{
	bottom: 6px;
    display: block;
    left: 72px;
    position: absolute; 
}					
#menu-main li.current-menu-item img { display: block; position: absolute; bottom: 6px; left: 72px;}
#menu-main li.current-menu-item ul li img { display: none; }

/*Show grey image on selected menu item - 2nd level*/
#menu-main li.current-category-ancestor ul li.current-menu-item img { display: block; position: absolute; left: 48px ; }
#menu-main li.current-category-ancestor img { display: block; position: absolute; left: 70px; bottom: 7px; }
#menu-main li.current-category-ancestor ul li img { display: none; }
 
/* Show Submenu on selected menu item*/
#menu-main li.current-menu-item ul { display: block; position: absolute; left: 80px; top: -55px; } 				
#menu-main li ul { display: none; }
#menu-main li.current-category-ancestor ul { display: block; position: absolute; left: 20px; left: 77px; bottom: -67px;}

.credits 
{ 
  float:right; 
  margin-top: 20px;
  display: inline;  
}

.credits a 
{ 
	/*background: url('http://www.gallerygenesisathens.com/wp-content/themes/mytheme/images/bg_epr_logo.png') no-repeat; 
	text-indent: -9999px;
	display: inline-block;
	width: 30px;
	height: 18px;
	position: relative;
	bottom: 3px; */
	text-decoration: none;
 	color: #019EE3;	
}

.credits a:hover
{
	color: #019EE3;
	text-decoration: underline;
}

.copyright 
{
   display: inline;
   float: left;
   margin-top: 20px;
}

#artist-list 
{ 
	float: left; 
	display: inline; 
	font-size: 11px; 
	width: 165px;
}

#artist-list h3 { color: #666666; display: block; font-size: 13px;}

.artist
{
	display: inline-block; 
    margin: 0 0  10px 0; 
	padding: 2px 4px 1px 4px;
}
.artist h3 
{ 
	color: #666666; 
	display: block; 
	font-size: 13px;	
}

.past-class { margin:0 0 12px 0; }
.past-class a { font-weight: bold; }
.past-info img { display: none; } 

.gallery-class { text-align: center; margin-bottom: 60px;}
.gallery-class h3 { font-weight:bold; font-size: 18px; }
.gallery-info { margin:10px 0 20px 0; }
.gallery-content { margin: 10px 0 20px; }
.gallery-content p { text-align: justify; margin:0 0 4px 0; }

.gallery-title { font-style:italic; } 
.opening  { font-weight:bold; }

#artist-content 
{ 
	float: right; 
	display: inline;
	width: 330px;
	font-size: 12px;
	line-height: 1.4; 
}
#artist-content h2 { font-size: 14px; font-weight: bold; margin: 10px 0 5px 0;}
#artist-content p { margin:0 0 10px 0; }

h2.not-found { font-size: 16px; font-weight: bold; margin: 0 0 10px 0; } 
.left_div { float: left; width: 80px; clear: both; position:relative; left: 10px;}
.right_div { float: right; width: 230px; }
.block_div { display: block; width: 330px; height: 35px; clear: both;}
.contact { margin: 227px 0 0 0; }
.press { margin: 180px 0 0 0; }
.future { margin: 90px 0 0 0; }
.current { margin: 45px 0 0 0; }
#fb { width: 190px; height: 50px; margin: 10px 0 0 0;}
.fb-follow { display: inline; float: left; left: 6px; position: relative; top: 1px;}
.fb_iframe_widget { display: inline !important; float: right; width: 150px; }
img#wpstats { display: none; }
.catalogues div.single-photo a img { border: 2px solid black; }



.espa-footer-floating{
  position: fixed;
  bottom:0%;
  z-index:10000;
}