/* 
	Lightbox v2 Project page styles	
	Author: Lokesh Dhakar http://www.lokeshdhakar.com
	Created: a long time ago (2006 I think)
	Table of Contents:
		layout
		typography
		
*/




/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	background: #161613;
	color: #eee;
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	}
	
#intro_top{
	margin: 100px;
	width: 700px;
}

#intro_main{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -350px;
}

#intro_main_v{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -220px;
}

#intro_photo_frame{
	margin: 0 0 0 0;
	width: 640px;
	border-top: 30px solid white;
	border-left: 30px solid white;
	border-bottom: 0px solid white;
	border-right: 30px solid white;
}

#intro_photo_frame_v{
	margin: 0 0 0 0;
	width: 336px;
	border-top: 30px solid white;
	border-left: 30px solid white;
	border-bottom: 0px solid white;
	border-right: 30px solid white;
}

#intro_photo{
	margin: 0 0 0 0;
	text-align: center;
}

#intro_desc{
	text-align: right;
	background-color: white;
	width: 640px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	color: #888888;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

#intro_desc_v{
	text-align: right;
	background-color: white;
	width: 336px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	color: #888888;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

#intro_text{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

#intro_text_v{
	position: absolute;
	top: 445px;
	left: 420px;
	text-align: left;
}

#container{ 
	margin: 10px;
	width: 970px;
	clear: both;
	}

/*	
	width: 100%;*/

#topborder{	
	height: 5px;
	font-size: 5pt;
	background-color: #F696BA;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	}
/*
#sidebar{ position:fixed; top: 38px; left:20px;	width: 250px; }
* html div#sidebar  { top: 38px; left:20px;	width: 250px; position:absolute; }
*/

#sidebar{ 
	margin: 20px;
	width: 250px; 
	height: 500px; 
	float: left; 
}

#content{ 
/*	margin: 35px 10% 5em 290px; */
	margin: 20px 0px 0px 0px;
	width: 650px; 	
	float: left;
	}

#footer { 
	width: 100%; 
	padding: 1.2em 0 1.2em 0; 
	border-top: 3px solid #3d3d33; 
	float: left; 
	clear: both; 
	}
* html div#footer  {
	position: absolute;
	width: 100%; 
	padding: 1.2em 0 1.2em 0; 
	border-top: 3px solid #3d3d33; 
	float: none; 
	clear: both; 
	}

/* typography
----------------------------------------------- */

p {	line-height: 1.4em;	margin-bottom: 1.0em; font-size: 0.9em;}
p.lead { font-size: 1.0em; }

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.4em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	xfont-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}


h1, h2, h3{ font-family: 'Kristen ITC','Trebuchet MS',Verdana,Sans-Serif;}

h1 { font-size: 25px; }
h1 a { color:#fff; border: none; }
h1 em{ font-size: 1.25em; color: #D0EB6A; font-style: normal; }

h2 {
	font-size: 20px;
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0.4pt;
	color: #F696BA;
	padding-top: 0.5em;
	}
h3 {
	font-size: 14px;
	color: #F696BA;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}

a, .contact-link{
	color: #FFBBD5;
	text-decoration: none;
	cursor: hand;
	}

#content p a:hover,
#content dd a:hover { border-bottom: 1px dotted #FFBBD5; }
a img{ 	border: none;}

small{ font-size: 0.8em; }

pre{
	display: block;
	margin: 1em 0;
	padding: 0.5em;
	border-left: 6px solid #0d0d09;
	background-color: #000;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #8d8d73;
	padding: 0.3em 0.4em;
	}

pre code{
	padding: 0; margin: 0;
}

kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

fieldset{ border: none; }

/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}


#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{  }

#nav{ list-style: none; margin: 1.5em 0 1em 0;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.2em 0 1em;
	margin-bottom: 1px;
	margin-top: 1px;
	color: #eee;
	background-color: #363633;
	font-size: 14px;
	font-family: Verdana;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #FFBBD5;
	}	


#sidebar .invitation{ 
	xbackground-color: #333;
	border: 3px dotted #777; 
	height: 130px; 
	padding: 5px 15px 5px 15px;   
	}
#sidebar .invitation a{ color: #FFBBD5;}
#sidebar .invitation ul{ margin-top: -.45em; margin-left: 1em; margin-bottom: .4em; }

/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	}
#content ul ul{ margin-top: 0;}

.headline_youtube {
	width: 70px;
	height: 100%;
	border: 1px solid #fff;
/*	background: url(../youtube_22.jpg) no-repeat bottom;*/
}

#headline_with_youtube {
	width: 140px;
	border: 1px solid #fff;
	float:left;
}


/* footer
----------------------------------------------- */
#footer .creator {
	text-align: center;
	}

/* misc
----------------------------------------------- */

.section{
	border-top: 4px solid #3d3d33;
	padding: 10px 0 10px 0;
	overflow: auto;
	width: 100%;
	}
.first{ border-top: none; padding-top: 0; }

#thumbnail{
	padding: 10px 10px 10px 10px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	}	
#thumbnail p {
	padding: 0;
	margin: 0px 0px 1px 0px;
	}

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

#location {
	padding: 10px 0px 0px 15px;
}

.location_data {
	padding: 10px 0px 0px 15px;
}

.missing_input {
	border-color: #F696BA;
	border-width: 3px;
}

.notice {
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #F696BA;
	padding: 10px 0px 10px 0px;
}
