/*  
Theme Name: Lime & simple
Theme URI: http://www.bos89.nl/1060/
Description: Lime and simple is a clear and simple weblog theme by <a href="http://www.bos89.nl">Martijn Stegink</a>.
Version: 1.1
Author: Martijn Stegink
Author URI: http://www.bos89.nl
*/


/* GENERAL ELEMENTS */

body { 
	font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	line-height:1.5;
	color: #000000;
	margin: 0;
	background: #fff;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

H1 {
	text-transform: none;
	font-size: large;
	color: #666666;
}

H2 {
	text-transform: none; 
	font-size: medium;
	color: #666666;
}

H3 {
	text-transform: none; 
	font-size: small;
	color: #666666;
}

/* CONTAINER ELEMENTS */

#container {
	max-width: 800px;
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
	margin: auto;
	padding:40px;
}
	
/* HEADER ELEMENTS */		

#topborder {
	background: #FFF;
	width: 100%;
    	position: absolute;
	top: 0px;
	left: 0px;
	height: 6px;
}

#header {
	height: 150px;
	background: url(img/bird.jpg) 20px 0px no-repeat;
}

#header h1 {
	display: inline;
	font: 36px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	border-right:1px solid #cccccc;
	padding-right: 12px;
	margin-left: -2px;
}

#header p {
	display: inline;
	padding-left: 8px;
	position: relative;
	bottom: 5px;
	color: #999999;
}

#header a:hover {
	text-decoration: none;
}

#searchform {
	display: none;
	float:right;
	margin-top: 10px;
}

/* NAVIGATION ELEMENTS  */

#nav {
	float:  right;
	margin-top: -80px;
	text-align: right;
}

#nav ul { 
	list-style-type: none;  
	padding: 0;
	margin: 0;
}

#nav ul li { 
	display: inline;
	margin: 0 15px 0 0;
}

#nav a { 
	text-decoration:none; 
	font-size:13px;
}

#nav a:hover{
	text-decoration: none;
}

#nav ul li.current_page_item  a {
	color: #000000;
	text-decoration: none;
}

#navlink {
	padding-top: 30px;
	text-align: right;
}

/* INDEX ELEMENTS */

#index img {
	border: 0px solid #ababab;
	padding: 0em;
}

#index img.noborder {
	border: 0px solid #ababab;
	padding: 0.55em;
}

				
#index p {
	padding-bottom: 10px;
}

#index ul {
	padding-left: 20px;
}

#index ul li {
	list-style-image: url(img/starbullet.gif);
}

#index li.done {
	text-decoration: line-through;
}

#index correction {
	text-decoration: line-through;
}

#recent {
	display: none;
}

/* CONTENT ELEMENTS */

#content img {
	border: 0px solid #ababab;
	padding: 0em;
}

#content img.noborder {
	border: 0px solid #ababab;
	padding: 0.55em;
}

				
#content p {
	padding-bottom: 10px;
}

#content ul {
	padding-left: 20px;
}

#content ul li {
	list-style-image: url(img/starbullet.gif);
}

#content li.done {
	text-decoration: line-through;
}

#content correction {
	text-decoration: line-through;
}

#recent {
	display: none;
}

#meta H3 {
	color: #FFF;
}

#meta {
	font-size:90%;
	background-color: #FEB4BF; 
	padding: 40px;
	padding-top: 20px;
}

#edit {
	display: inline;
}

#edit a {
	padding: 2px 10px 2px 10px;	
	border: 1px solid #ababab;
	background-color: #efefef;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


sticky {
	float: right;
	width: 150px;
	border: 1px solid #ababab;
	background: #99CC00;
	padding: 20px;
	margin: 0 0 10px 10px;
	color: #000;
}

sticky a {
	color: #fff;
}


.portfolio img{
    margin: 5px;
    padding: 5px;
    
}

/* ARCHIVE ELEMENTS */


#archive{
	width: 800px;
}

#archive p {
	width:  540px;
}

#archive-menu H3 {
	color: #FFF;
}

#archive-menu {
	width: 215px;
	float: right;
	padding: 15px;
	margin-top: 35px; 
	background-color: #FE976E; 
}

#archive-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#archive-menu li {
	border-bottom:1px solid #FFF;
}
	

#archive-entries {
	width: 520px;
	float:  left;
}

#archive-entries dt {
	width:512px; 
	float:left;
	margin:0; 
	padding:3px 2px;
	border-bottom:1px solid #E3E3E3; 
}

#archive-entries dd {
	width: 186px; 
	float:right;
	margin:0;
	padding:3px 2px;
	border-bottom:1px solid #E0E0E0;
	text-align:right;
	color: #b2b2b2;
	font-variant: normal;
}

.clear {
	clear: both;
}

/* FOOTER ELEMENTS */

#footer {
	font-size: 10px;
	float: right;
}

/* COMMENT ELEMENTS */

#comments{
	background: #FE976E;
	padding:  40px;
}

#comments a{
	color: #FFF;
}

#comments a:hover {
	color: #999999;
}

#comments ol  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comments li {
	margin-bottom: 20px;
	border-bottom:1px solid #FFF;
}

.comment-author, .comment-date {
	display: inline;
	color:  #fff;
	font-size: 90%;
	font-weight: lighter;
}

#comments p {
	margin: 0;
	padding: 0;
}

.previouspost img {
	margin: 14px;
}


#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(http://gaiacornwall.com/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://gaiacornwall.com/lightbox/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;
	}
