/* 
Leadership Pittsburgh TEDx site
New Perspective
12/2009
 */

/*------------------------------------------------
reset
------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

img {border:0;}

/*-----------------------------------------------
  =top level things
-----------------------------------------------*/

body {
	margin: 0;
	padding:0;
	font-family:ÒHelvetica NeueÓ,Helvetica, Arial, sans-serif;
	font-size: 75%;
	color:#000000;
	background:#FFFFFF ;
	}


#container {
	margin:0;
	padding:0;
	width: 100%;
	}


/*-----------------------------------------------
  =misc
-----------------------------------------------*/
/*until all the content comes in */
em {color: red;}

.hide {display: none;}

.clear { clear: both; }

.left {
	float: left;
	margin:0;
	padding: 5px 5px 5px 0;
}

.right {
	float: right;
	margin:0;
	padding: 5px 0 5px 5px;
}


/*-----------------------------------------------
  =header elements 
-----------------------------------------------*/

#header {
	margin:0 auto;
	text-align: left;
	padding:0 0 10px 0;
	margin-top:20px;
	width: 900px;
	overflow: hidden;
	border-bottom: 2px solid #ee3424;
}


#header h1 {
	background:transparent url(../img/TEDxLogo.gif) top left no-repeat;
	width: 450px;
	height: 90px;
	text-indent: -9000px;
	float:left;
	/*display:block;*/
}


/*-----------------------------------------------
  =main navigation 
-----------------------------------------------*/
#main_nav {
	margin:0;
	padding:0;	
	color: #6d6e70;
	font-size: .9em;
	width: 450px;
	float: left;
}

#main_nav ul {
	width: 300px;
}

#main_nav li {
	border-top: 1px solid #b1b2b2;
	padding: 4px 0 4px 0;	

}

#main_nav a {
	color: #6d6e70;
	text-decoration: none;
}

#main_nav a:hover {
	color: #9792c7;
}


/*  -----------------------------------------------
 =content (container)
 -----------------------------------------------*/

#content {
	margin:0 auto;
	text-align: left;
	padding:10px 0 40px 0;
	width:900px;
	position:relative;
	overflow: hidden;	
}

h2#new_voices {
	width: 813px;
	height: 68px;
	text-indent: -9000px;
	background: transparent url(../img/NewVoicesNewEyes.gif) top left no-repeat;
	margin-bottom:50px;
}

/*  --------------------------------------------
=photos
-----------------------------------------------*/

#photo_list {
	margin:-2px 0 0 0;
	padding:0;
	float: left;
	width: 338px;
	text-align: left;
}

#photo_list ul {
 overflow:hidden;
}

#photo_list li {
	height:56px;
	width:56px;
	padding:2px;
	float:left;
	
}

#photo_list li span {
	display:none;
	width: 400px;
	position: absolute;
	top: 92px;
	left:2px;
}

#photo_list span em {
	color: #ee3424;
	font-weight: bold;	
	font-variant: normal;
	font-style: normal;
}

#photo_list li.clear {
	clear:both;
	width: 1px;
	height: 1px;
}


/* -----------------------------------------------
 =content second
-----------------------------------------------*/
#body_content {
	margin:0;
	padding:0px;
	width: 560px;	
	float:left;
}


#video_space {
	margin-bottom:2em;
}
#video_space h3{
	padding:0px 0px 8px 0px;
}

/* -----------------------------------------------
 =footer
-----------------------------------------------*/
#footer {
	clear:both;
	width: 300px;
	margin-top: 20px;
	color: #b1b2b2;
	font-size: .8em;
}


/*  -----------------------------------------------
 =images
 -----------------------------------------------*/
img.left {
	border: 2px solid #e1e2e2;
	margin-right: 1em;
}

img.socialIcon {
	padding: 0 .5em 0 0;
	float:left;
}


/*  -----------------------------------------------
 =text stylin'
 -----------------------------------------------*/
 
h1 {
 
 }
 
h2 {
	font-size: 1.8em;
	font-weight:  bold;
	color:  #6d6e70;
	margin:0 0 0.2em 0;
 }
 
h3 {
 	color: #ee3424;
 	font-weight:bold;
 	font-size: 1.1em;
  }

h4 {
 
 }
 
 
p {
	font-weight: 100;
	line-height: 1.4;
	margin-bottom: .9em;	
}

p.pullquote {
	font-size: 2em;
	line-height: 1.1;
	margin-bottom:1em;
}

p.presenter {
	font-size: .9em;
}

ul, ol {
line-height: 1.4;

}

li {

}




/*  -----------------------------------------------
 =image replacements for logos
 -----------------------------------------------*/

h2#TEDLogo {
	background: transparent url(../img/TEDLogoTitle.jpg) top left no-repeat;
	width: 97px;
	height:50px;
	text-indent: -9000em;
	margin: 1em 0 .3em 0;
}

h2#TEDxLogo {
	background: transparent url(../img/TEDxLogoTitle.jpg) top left no-repeat;
	width: 230px;
	height:50px;
	text-indent: -9000em;
	margin: 1em 0 .3em ;
}


/*  -----------------------------------------------
 =home specific
 -----------------------------------------------*/

div.letterPhoto {
	width:56px;
	float:left;
	margin: 35px 10px 0 0;
}


div.signature {
	width: 300px;
	float: left;
}


/* -----------------------------------------------
 =links stylin' 
-----------------------------------------------*/

a:link {
	color: #6d6e70;
	text-decoration: underline;
	
}

a:visited {
	color: #9792c7;
	text-decoration: underline
}

a:hover {
	color: #6d6e70;
	text-decoration: underline;
}

a:active {
	color: #6d6e70;
	text-decoration: underline;

}
