/* 	project:  abstract studio template	
author:   luka cvrk (www.solucija.com) */


*{ margin: 0; padding: 0; 
}

* body { font: .74em Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.64em; background: #fff; color: #444; }

a { color: #B62446;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; }

.red { color: #BA2446; }
.white { color: #fff; }
p { margin: 0 0 15px 0; }
h1 { font: normal 2.4em Georgia, Arial, Sans-Serif; margin: 15px 0 0 5px; }
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 { font: bold 1.6em Arial, Sans-Serif; margin: 0 0 12px; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }

#content { width: 920px; margin: 0 auto; }


#logo { float: left; border-bottom: 5px solid #BA2446; height: 58px; width: 330px; }


#menu { float: right; width: 584px; padding: 10px 0; margin: 19px 0 10px; border-bottom: 5px solid #e0e0e0; }
#menu li { font-size: 1.1em; display: inline; }
#menu li a { padding: 17px 15px 0 10px; margin: 0 45px 0 0; background: #fff url(../images/menuarrow.jpg) no-repeat 10px 5px; color: #808080; border-left: 1px solid #e0e0e0; }
#menu li 
a:hover { color: #000; border-left: 1px solid #BA2446; }


#intro { clear: both; background: #ccc url(../images/header.JPG) no-repeat; color: #333; height: 150px; padding: 35px 0 0 20px; }	
#intro h1 { margin: 0; background: #666666 url(../images/h1bg.jpg) repeat-x bottom; display: inline;  color: #BA2446; padding: 2px 5px; }	
#intro p { margin: 0; color: #fff; font-weight: bold; font-size: .9em; }	


#login { font-size: .9em; margin: 45px 0 0; }	
#login a { color: #616161; background: #BA2446; padding: 4px 20px 6px; border-bottom: 1px solid #616161; }	
#login a:hover { color: #fff; background: #BA2446 url(images/loginhover.gif) no-repeat; }


#left { clear: left; float: left; width: 550px; padding: 0 34px 0 5px; margin: 15px 0 15px; }	
#left img { border: 1px solid #ccc; padding: 1px; float: left; margin: 0 15px 5px 0;}	

#articles { margin: 40px 0 0 0; }	
#articles li  { border-top: 1px solid #cecece; list-style: none; float: left; width: 245px; background: #eee; padding: 4px 8px; margin: 0 15px 0 0;}
#articles li a { padding: 0 0 0 8px; }
#articles li.last { margin: 0; }


#right { position: relative; top: -80px; margin: 0 15px 0 0; padding: 15px; float: right; width: 284px; font-size: .9em; background: #fff; }	
#right img { border: 1px solid #ccc; padding: 1px; margin: 0 0 8px; }	


#left a { background: inherit; }	
#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }

#right h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }	
#right .info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 8px; }


#footer { clear: both; padding: 5px; border-top: 1px solid #ccc; }



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
