/* glenleck.com css, by yours truly  -------------------------------------------  */

/* Basic -------------------------------------------  */

body {
	margin:0px; padding:0px;
	background: url(images/bg.jpg) no-repeat #fff;
	background-position: top center;
	font-family: arial, sans-serif;
	font-size:12px;
	line-height:14px;
	color: #000;
}

#tourdates {
	font-size:16px;
}

#container {
	width: 950px;
	margin: 0 auto;
}
#header {
	background:url(images/header.jpg) no-repeat;
	height:516px;
	width:950px;
}

#bio {
	position:relative;
	padding: 210px 20px 0px 331px;
	height: 152px;
	font-size:13px;
	line-height: 19px;
	letter-spacing: 0.04em;
}

#content {
	background: url(images/content_bg.jpg) repeat-y;
	position:relative;
	padding:10px 0px 10px 0px;
	min-height:1790px;
	font-size:11px;
	line-height: 15px;
	letter-spacing: 0.05em;
	
}

#footer {
	clear: both;
	border-top: 2px dotted #939393;
	padding:9px 12px 6px 12px;
	background:url(images/footer.jpg) no-repeat;
	height:50px;
	width:926px;
	color: #838383;
	font-size: 11px;
}

/* Columns */

.column1 { float:left; width:235px; margin-right:15px; background:url(images/column_bg.jpg) repeat;}
.column2 { float:left; width:235px; margin-right:15px; background:url(images/column_bg.jpg) repeat;}
.column3 { float:left; width:235px; margin-right:15px; background:url(images/column_bg.jpg) repeat;}
.column4 { float:left; width:180px; padding: 10px 10px 10px 10px; background:url(images/column_bg.jpg) repeat;}

#columnleft {
	padding:0px 0px 0px 3px;
	width: 310px;
	float: left;
	position:relative;
}

#columnright {
	padding:0px 3px 0px 0px;
	width: 565px;
	float: right;
	position:relative;
}

/* Content items */

.content-item {
	padding:4px 10px 20px 12px;
	margin-bottom: 5px;
}

.content-approach {
	padding:6px 6px 6px 6px;
	margin: 8px 8px 8px 8px;
	background: #dddddd;
	color: #000;
	border-top: 2px dotted #333333;
}

/* Twitter */

#twitter {
	padding:4px 0px 0px 0px;
}

#twitter ul {
	margin:0px;
	padding:0px 2px 2px 2px;	
}
#twitter ul li {
	list-style:none;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom: 1px dotted #cfcfcf; 
	margin-left:0px;
	font-size:11px;
}
#twitter ul li a {
    background:#fee92b;
    color:#000;
	text-decoration: none;
	line-height:13px;
}

#twitter ul li a:hover {
    color:#000;
	position:relative;
	text-decoration: none;
	line-height:13px;
}

/* Last.fm -------------------- */

#lastfmrecords ol {
margin:0 0 0 0;
padding:0;
}
#lastfmrecords img {
border:2px solid #FFFFFF;
margin:3px 3px 0 0;
width:46%;
}


/* Hype Machine -------*/

#hypem-widget {
	font-size:11px;
	line-height: 10px;
	letter-spacing: 0.05em;
}

#hypem-widget ul {
	margin:0px;
}
#hypem-widget ul li {
	list-style:none;
	margin-left:0px;
	font-size:11px;
}
#hypem-widget ul li a {
    color:#000;
	text-decoration: none;
	line-height:10px;
}

/* Nav  -------------------------------------------  */

#nav ul {
	display: inline;
	margin:0px;
	padding:0px 2px 2px 2px;	
}
#nav ul li {
	display: inline;
	list-style:none;
	margin-left:10px;
	margin-right: 10px;
	font-size:12px;
}
#nav ul li a {
    color:#cfcfcf;
	text-decoration: none;
	line-height:19px;
}

/* Headers and fonts ------------------------------------------- */

h2  {                                         
	color: #000000;
	font: 12pt "arial";  
	letter-spacing: -0.025em;
	vertical-align:absbottom; 
	display:inline;
	font-weight: bold;
	padding-left: 1px;
}

h4  {                                         
	color: #000000;
	font: 10pt "arial"; 
	letter-spacing: -0.025em;
	vertical-align:absbottom; 
	display:inline;
	font-weight: bold;
	padding-left: 1px;
}

hr {
  border-color: #6d6d6d;
  border-style: dashed;
  border-width: 1px 0 0;
  margin: 4px 0 4px;
  height: 0;
}

/* Links ------------------------------------------- */

#header a {
    color:#000;
    background:#fee92b;
	text-decoration: none;
	line-height:18px;
}
#header a:hover{
    color:#fff;
    background:#000;
	text-decoration: none;
	line-height:18px;
}

.content-item img {
	border: 2px solid #fff;
}

.content-item a {
    background:#e3e3e3;
    color:#000;
	text-decoration: none;
	line-height:13px;
}

.content-item a:hover {
    color:#000;
	position:relative;
	text-decoration: none;
	line-height:13px;
}

.content-approach a {
    background:#c9c9c9;
    color:#000;
	text-decoration: none;
	line-height:13px;
}

.content-approach a:hover {
    color:#000;
	position:relative;
	text-decoration: none;
	line-height:13px;
}

#footer a {
    color:#838383;
	text-decoration: underline;
	line-height:13px;
}


/* Images ------------------------------------------- */

img.contentimage {
	float: left;
	margin: 4px 4px 0px 0px;
	border: 1px solid #fff; 
}

/* Lightbox ------------------------------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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: 12px 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: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 2.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #2e2926; }

