/*
Theme Name: Lyndiland
Theme URI: http://lyndiland.com/
Description: A theme for Lyndiland.com, based on the WP Default theme.
Version: 1.0
Author: Tony Gaver
Author URI: http://tonygaver.com/
Tags: artwork, gallery, custom header, fixed width, two columns, widgets

*/

/* style from Tutorial 8, "liquid two column layout"  at http://maxdesign.com.au, colors and some placing have
been tweaked. */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
body {
background: url('http://www.lyndiland.com/gallery/wp-content/themes/lyndiland/images/background.jpg');
background-repeat: repeat;
 }

#container
{
width: 1100px;
margin: auto;
color: black;
border: 0px solid #660000;
padding: 0px 0px;
}

div#container
{
margin-left: auto;
margin-right: auto;
margin-top: 0%;
margin-bottom: 0%;
}

#header {
  background: url('http://www.lyndiland.com/gallery/wp-content/themes/lyndiland/images/header-top.png') no-repeat top center;
  width: 1100px;
  height: 287px;
}

#main {
  background-color: #fff;
  border-left: 8px solid #000;
  border-right: 8px solid #000;
  width: 994px;
  height: 900px;
  clear: both;
  margin-left: 45px;
}

h2 {
  font-family: 'Gill Sans', 'Helvetica', sans-serif;
  font-size: 30px;
  font-weight: normal;
}  

h4 {
  font-family: 'Gill Sans', 'Helvetica', sans-serif;
  font-size: 20px;
  font-weight: normal;
}

#frontcontent {
  font-family: 'Verdana', 'Helvetica', sans-serif;
  font-size: 12px;
  padding: 5px;
  text-align: justify;
  color: #000;
  float: left;
  width: 677px;
      }

#frontcontent a {
  color: #663C86;
  text-decoration:none;
  font-family: "Verdana", "Helvetica", sans-serif;
  }

#frontcontent a:hover {
  color:#969;
  text-decoration: underline;
   }

#frontcontent p {
   padding: 2px 0px;
}

#content {
  font-family: 'Verdana', 'Helvetica', sans-serif;
  font-size: 12px;
  padding: 5px;
  text-align: justify;
  color: #000;
  width: 1000px;
      }

#content a {
  color: #708F8A;
  text-decoration:none;
  font-family: "Verdana", "Helvetica", sans-serif;
  }

#content a:hover {
  color:#784A30;
  text-decoration: underline;
   }

#content p {
   padding: 2px 0px;
}

#pagetext {
  float: left;
  width: 500px;
}

#gallery {
  float: right;
  padding-left: 15px;
}

#gallery img {
  padding-right:11px;
  border: 0px;
}

#gallery h4 {
  margin-right: 17px;
}

#gallery a {
  color: #333;
  font-size: 20px;
}

#gallery a:hover {
  text-decoration: none;
}

#sideevents {
  font-family: 'Helvetica', sans-serif;
  font-size: 12px;
  border-top: 0px solid #660000;
  border-left: 0px solid #660000;
  text-align: left;
  color: #000;
  width: 300px;
  float: right;
  background-color: #fff;
      }

#sideevents a {
  color: #708f8a;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;  
}

#sideevents ul {
  font-family: 'Verdana', 'Helvetica', sans-serif;
  list-style-type: none;
}

#sideevents li {
  list-style-type: none;
}  

#eventads {
  font-family: 'Verdana', 'Helvetica', sans-serif;
  font-size: 12px;
  border-top: 0px solid #660000;
  border-left: 0px solid #660000;
  text-align: justify;
  color: #000;
  width: 225px; 
}

#eventads img {
  border: 0px;
}

#third {
  font-family: 'Verdana', 'Helvetica', sans-serif;
  font-size: 12px;
  border-top: 0px solid #660000;
  border-left: 0px solid #660000;
  text-align: justify;
  color: #000;
  padding: 2px;
  width: 33%;
  height: 90%; 
  float: right;
  padding: 5px;
  background-color: #fff;
}

#third a {
  color: #990000;
  text-decoration: underline;
  }

#third ul {
  list-style-type: none;
}

#third li {
  list-style-type: none;
} 

.images {
  font-family: 'Verdana', 'Helvetica', sans-serif;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #708F8A;
  border-left: 1px solid #708F8A;
  color: #000;
  padding: 2px;
      }

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}

#footer  {
         width: 1100px;
         height: 45px;
         clear: both;
         padding:0px;
         color: #fff;
background: url('http://www.lyndiland.com/gallery/wp-content/themes/lyndiland/images/header-bottom.png') no-repeat top center;
         font-family: "Verdana", "Helvetica", sans-serif;
         font-size:10px;
         text-align: right;
         }

/* ================================================================
Lightbox gallery styles
=================================================================== */
#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;
	}

.gallery {
  height: 700px;
  width: 975px;
  overflow: auto;
  margin: auto;
}