/* CSS Document */
body {
    background-image: url(images/face/bg_press.jpg);
    background-repeat: no-repeat; 
    background-color: #fff; 
}
.bread {  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #333333
}
.breadFet {

    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #1D1D1D
}
.superMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00CCCC;
	text-decoration: none;
}
#navArtist {
	position:absolute;
	left:24px;
	top:310px;
	width:102;
	height:14;
	z-index:2;
}
#navArtwork {
	position:absolute;
	left:131px;
	top:310px;
	width:102;
	height:14;
	z-index:3;
}
#navPress {
	position:absolute;
	left:231px;
	top:310px;
	width:102px;
	height:14px;
	z-index:4;
}
#navNews {
	position:absolute;
	left:307px;
	top:310px;
	width:102px;
	height:14px;
	z-index:5;
}
#navContact {
	position:absolute;
	left:478px;
	top:310px;
	width:102px;
	height:14px;
	z-index:6;
}
#navExhib {
	position:absolute;
	left:371px;
	top:310px;
	width:102px;
	height:14px;
	z-index:6;
}

#Layer1 {
	position:absolute;
	left:14px;
	top:31px;
	width:19px;
	height:14px;
	z-index:7;
}
#Layer2 {	position:absolute;
	width:402px;
	height:300px;
	z-index:7;
	left: 95px;
	top: 360px;
}
#homeLink {
	position:absolute;
	left:731px;
	top:223px;
	width:180px;
	height:71px;
	z-index:8;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3399;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0099;
	text-decoration: underline;
}

/* Press table listing styles */
table.press-entries {
	border:none;
	padding:0;
	margin:0 0 50px 0;
}


table.press-entries th,
table.press-entries td {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}


table.press-entries .column-left {
	padding-right:30px;
}


table.press-entries .column-right {
	text-align:left;
	color:#000000;
}


table.press-entries th {
	text-transform:uppercase;
	padding-top:14px;
	padding-bottom:14px;
	color:#f10284 !important;
	vertical-align:middle;
	text-align:left;
	font-size:20px;
}


table.press-entries td.column-left {
	vertical-align:top;
	color:#666666;
}


/* Gallery image entries */
div#press-gallery {
	position:absolute;
	top:415px;
	left:525px;
}

div#press-gallery div.gallery-line {
	position:relative;
	display:block;
	margin:0 0 15px 0;
}

div#press-gallery a {
	margin:0 5px;
	vertical-align:middle;
}

div#press-gallery a img {
	border:2px solid #FFFFFF;
}


/* Nudging of specific lines horizonatally */
div#press-gallery div.gallery-line-1 {
	left:60px;
}

div#press-gallery div.gallery-line-2 {
	left:20px;
}

div#press-gallery div.gallery-line-3 {
	
}

div#press-gallery div.gallery-line-4 {
	left:30px;
}

div#press-gallery div.gallery-line-5 {
	left:60px;
}


/* Hover styles for the gallery and list */
/* The active item in the list -- only happens if the linked-to image is hovered */
div#Layer2 .item-highlight {
	color:#f10284;
}
/* All other items in the list to be grayed out -- only happens if the linked-to image is hovered */
div#Layer2 .item-hide {
	filter:alpha(opacity=30);
	opacity:0.3;
}
/* Hover style for the a mouse-overe'd list entry */
div#Layer2 .item-hover {
	color:#f10284;
	background-color:#F4F4F4;
}


/* The active image in the gallery -- only happens if the list item is hovered */
div#press-gallery .item-highlight img {
	border:2px solid #f10284 !important;
}
/* All other images in the gallery to be grayed out -- only happens if the list item is hovered */
div#press-gallery .item-hide {
	filter:alpha(opacity=30);
	opacity:0.3;
}
/* Hover style for gallery images */
div#press-gallery .item-hover img {
	border:2px solid #f10284 !important;
}
