/* style.css */

/* Ana Kapodistria
	Author: Neil Fenton
	Date: Feb. 12, 2010
*/

/* Basic
===============================================*/

html {
	background: #ffffff;
	border-top: 2px solid #516915;
	padding-top: 50px;
	padding-bottom: 150px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #cccccc;
	text-decoration: none;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

p {
	color:#797F84;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:9pt;
	font-weight: lighter;
	letter-spacing:1px;
	line-height:18px;
	text-transform:none;
}

.splash-text {
	padding-top: 3px;
	font-size: 14px;
	font-style: italic;
	font-weight: 200;
	font-family: Gill Sans, Helvetica, Arial, sans serif;
	color: #888888;
} 


#mainpage {margin: 0 auto;}


/* Drop Down Menu
===============================================*/

#nav {
	margin-left: 215px;
	float: right;
	border: 0px solid #000;
}

#nav ul {
	list-style-type: none;
}

ul#postlist
	display: normal;
}

ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 0px solid #ccc;
}
	
ul li.head {
	display: inline;
	float: left;
	padding-left: 20px;
}
	
li ul {
	position: absolute;
	top: 10;
	margin-top: 0px;
	float: left;
	display: none;
	width: 200px;
	z-index: 500;
	background: #222;
	}

/* Styles for Menu Items */
ul li a {
	display: inline;
	text-decoration: none;
	color: #000;
	padding: 5px;
}

ul li.sub a {
	display: inline;
	text-decoration: none;
	list-style-type: none;
	color: #fff;
	padding: 5px;
	font-size: 85%;
}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

/* Layout
===============================================*/

div#container {
}

div#navi {
	margin-top: 10px;
}

div#navigation {
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 16px;
	font-family: Gill Sans, Helvetica, Arial, sans serif;
	color: #222222;
}

div#footer {
	border-top: 1px dotted #bebebe;
	color: #bebebe;
	font-size: 65%;
	font-style: italic;
	text-align: right;
	margin-top: 50px;
	padding-bottom: 50px;
}

div#page-title {
	margin-top: 30px;
	margin-bottom: 55px;
	font-family: Gill Sans, Times New Roman, Times, sans serif;
	font-size: 36px;
	font-style: italic;
	color: #000000;
	letter-spacing: 0px;
	line-height: 32px;
	border-bottom: 1px solid #222222;
}

.profile {
	padding: 7px 0 0 0;
}

hr.focus {
	margin-left: 0;
	width: 40px;
	border: 0;
	border-bottom: 5px solid #333333;
}

hr.newsbottom {
	padding-top: 20px;
	border: 0;
	border-bottom: 1px solid #999999;
}

hr.newstop {
	border: 0;
	border-bottom: 1px solid #999999;
}

.picture {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
}

#artiststatement {
	text-align: justify;
	word-spacing: -2px;
	padding-left: 25px;
	-moz-column-width: 20em;
	-webkit-column-width: 20em;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
}

#pictureframe {
	padding-top: 50px;
}

.bottom-space {
	margin-bottom: 50px;
}

/* Typography
===============================================*/

.subtitle {
	padding: 0 7px 0 0;
	margin: 0;
	color: #797F84;
	font-size: 75%;
	font-style: italic;
	text-align: right;
}

p.navi {
	text-align: right;
	font-family: Gill Sans, Helvetica, Arial, sans serif;
	font-style: normal;
	font-size: 22px;
}

p.navi a {
	color: #5a6935;
	background: #ffffff;
	padding: 5px 10px;
}

p.navi a:hover {
	color: #8cb525;
}

h3 {
	color: #333333;
	font-family: Gill Sans, Helvetica, Arial, sans serif;
	font-weight: 100;
}

h6 {
	color: #666666;
	font-family: Gill Sans, Helvetica, Arial, sans serif;
	font-weight: 100;
	font-style: italic;
	margin-bottom: 5px;
}

h4 {
	color: #333333;
	font-family: Gill Sans, Helvetica, Arial, sans serif;
	font-size: 24px;
	font-weight: normal;
}

h4.right {
	text-align: right;
}

.item {
	font-size: 85%;
	width: 150px;
	text-align: left;
}

.archive-title {
	font-size: 20px;
	color: #666666;
	font-family: Gill Sans, Helvetica, Arial, sans serif;
	font-weight: 100;
	padding: 0;
	margin: 0 0 10px 0;
}

/* jQuery Tools Plugin
===============================================*/

/* the thumbnails */
#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:0px;
	border:0px solid #ccc;
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:-1;
	position:relative;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#666;
	
	width:675px;	
	min-height:200px;
	border:3px solid #ccc;
	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* the large image. we use a gray border around it */
#img {
	border:0px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#666;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}


