* {
	margin: 0;
	padding: 0;
}

body {
	background: url(assets/img/waves_tile.jpg) #000 fixed bottom;
	color: rgb(75,75,75);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#wrap {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 1050px;
	text-align: left;
}

.sidebar {
	width: 140px;	
	left: 0;
}

#secondary {
	float: left;
	margin-top: 10px;
}

#sharelinks {
	height: 136px;
	border-bottom: 1px #444 solid; 
}

h1 a {
	background: url(assets/img/title_calltoaction.png) repeat scroll 0 0 transparent;
	width: 553px;
	height: 46px;
	display: block;
	position: absolute;
	top: 47px;
/* 	left: 10px; */
}

a.rss {
	background: url(assets/img/share_rss.png) repeat scroll 0 0 transparent;
	left: 0;
}

a.twit {
	background: url(assets/img/share_twit.png) repeat scroll 0 0 transparent;
	left: 34px;
}

a.fb {
	background: url(assets/img/share_fb.png) repeat scroll 0 0 transparent;
	left: 68px;
}

a.rss, a.twit, a.fb {
display: block;
height: 24px;
width: 24px;
margin-right: 10px;
text-decoration: none;
position: absolute;
top: 56px;
}

a.rss:hover, a.twit:hover, a.fb:hover {
background-position: -30px 0;
}

.displace {
	text-indent: -999px;
	display: block;
	overflow: hidden;
}

#nav {
	margin-top: 20px;
}

#nav a {
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	text-transform: lowercase;
}

#nav a:hover {
	color: #fff;
}

#header {
	width: 880px;
	height: 136px;
	position: absolute;
	left: 170px;
	border-bottom: 1px solid #444;
}

#headerright {
	position: absolute;
	right: 0;
	top: 50px;
}

#headerright a {
		background-image: url(assets/img/mdlogo.png);
		display: block;
		width: 160px;
		height: 31px;
		text-indent: -9999px;
		overflow: hidden;
		margin-bottom: 26px;
}

#headerright a:hover {
	background-position: 0 -33px;
}


#search {
	text-indent: 25px;
	background: url(assets/img/search_bg.png) left bottom;
	border: 1px solid #444;
	height: 28px;
	width: 150px;
}

#content {
	width: 880px;
	position: absolute;
	top: 114px; 
	margin-top: 22px;
	left: 170px;
}


.datebox {
/* 	position: relative; */
	clear: both;
	display: block;
	border-top: 1px solid #444;
	padding: 20px 0;
}


.datebox h4 {
	text-transform: uppercase;
	color: white;
	font-weight: normal;
	display: block;
/* 	margin-left: 10px; */
}

#subnav h4 {
	margin: 0;
}

.navigation {
	width: 500px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.meta-nav {
	font-size: 20px;
}

.editorial {
	clear: both;
	width: 500px; 
	z-index: 2;
	position: relative;
	left: 0;
	background-color: #fff;
   	padding: 10px;
   	margin-top: 20px;
}

.editorial p {
	padding-bottom: 10px;
}

.editorial p a {
	text-decoration: none;
	color: rgb(165,167,55);
}

.editorial p a:hover {
	text-decoration: none;
	color: #000;
}


.editorial img {
	margin-bottom: 10px;
	max-width: 500px;
	height: auto;
}

.editorial img.smallpic {
	height: 50px;
	width: auto;
	margin: 2px;
}

.responses {
	width: 250px;
	position: absolute;
	top: 13px;
	left: 330px;
	z-index: 1;
	margin-top: 6px;
}

div.responses:hover, div.editorial:hover {
	z-index: 5;
}

.comment { /* EDIT */
	background-color: rgb(135,173,209);
	background-image: url(assets/img/striped_bg.gif); 
	padding: 20px 10px 10px 10px;
	margin: 0 0 10px 0px;
	color: #000;
	font-weight: bold;
}

.comment a {
	text-decoration: none;
	color: rgb(3,78,162);
}

.respond {
	background: url(assets/img/fb-comment-bg.png) 0 -40px;
	padding: 20px 10px 10px 10px;
	margin: 0px 0 20px 0px;
	color: #fff;
}

a .respond:hover {
	background: url(assets/img/fb-comment-bg.png) -540px 0;
}

h3 {
	font-size: 18px;	
	text-transform: lowercase;
	margin-bottom: 10px;
}

label {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.form-label {
	color: #87add1;
	padding: 20px 0 5px 0;
}

ol, ul {
	list-style: none;
}

#nav li {
	height: 22px;
}


h2 {
	text-transform: uppercase;
	font-size: 24px;
/* 	margin-top: 10px; */
	margin-bottom: 10px;
}
	
h2.description {
	width: 590px;
	text-transform: none;
	color: #fff;
	margin: 10px 0;
	line-height: 28px;
}	

h2.offset {
	margin: 20px 0 20px 0px;
}	

h2.entry-title {
	margin-bottom: 5px;
}

p.wp-caption-text {
	font-style: italic;
	
}

div.wp-caption img {
	margin-bottom: 0;
}

input, textarea {
	background: transparent;
	color: white;
	width: 220px;
	border: 1px solid #87add1;
	padding: 0 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	height: 30px;
}

textarea {
	padding-top: 5px;
	height: 100px;
}

input:focus, textarea:focus {
	background: url(assets/img/form-bkg.png);
	border-color: #fff;
}

input#submit:hover {
	background: #fff;
	color: #000;
}


.button {
	margin-top: 10px;
	width: 60px;
}

p {
	line-height: 16px;
}

a {
	text-decoration:none;
	font-weight: bold;
	color: rgb(165,167,55);
	outline:none;
}

a:hover, a.active{
	color: rgb();
}
	
img {
	border: 0;
	}
	
.entry-content img {
	width: 500px;
	height: auto;

}

.entry-content {
	padding-bottom: 10px;
}
	
blockquote {
	background-image: url(assets/img/striped_bg.gif);
	font-weight: bold;
	padding: 10px;
	line-height: 16px;
	margin: 10px 0;
}

.about {
	background-color: #000;
	padding: 10px;
	color: rgb(189, 189, 189);
	width: 540px;
	float: left;
}


/* SPEAKER PAGE */

.threecolumn {
/* 	background-color: #000; */
	border-top: 1px #444 solid;
	padding: 10px 0 0 0;
	color: rgb(189,189,189);
	width: 280px;
	margin: 0px 0px 20px 20px;
	float: left;
} 

.threecolumn h2, .participantbio h2 {
	color: #fff;
	font-size: 23px;
	margin-bottom: 0;
}

.threecolumn p {
/* 	font-weight: bold; */
	font-weight: normal;
	line-height: 1.5em;
	color: #888;
	padding-top: 10px;
}

.threecolumn img, .participant img {
	padding-top: 10px;
}

.threecolumn .speakersub, .subtitle {
	color: rgb(135,173,209);
	padding: 0;
	margin: 0;
}

.subtitle {
	margin-top: 10px;
}

p.announce {
	font-weight: bold;
	color: rgb(165,167,55);
}

.light {
	color: rgb(75,75,75);
}

.sub {
	font-weight: normal;
	padding-left: 5px;
}


.unapproved {
	font-weight: bold;
	color: #0e5696;
}

#subnav {
		border-top: 1px solid #444;
		margin-top: 20px;
		padding-top: 20px;
}

#subnav ul li a {
	color: rgb(75,75,75);
}

#subnav ul li  {
	color: #ccc;
}

#subnav ul li a:hover {
	color: rgb(135,173,209);
}
	
#subnav ul li ul li {
	font-weight: normal;
	line-height: 17px;
	color: rgb(75,75,75);
}	
	
#subnav ul {
/* 	padding-top: 2px; */
}

#subnav ul ul{
	padding-bottom: 10px;
}

/*
#subnav ul li ul {
	padding-bottom: 10px;
}
*/
	
#subnav ul li {
	color: rgb(75,75,75);
	font-weight: bold;
	line-height: 17px;
}
	
#subnav ul li a.selected {
	color: #fff;
}

#subnav ul li.topic-list {
	color: #fff;
}

	
.participant {
	width: 160px;
	margin: 0px 0px 20px 20px;
	float: left;
	}
	
.participantcontent {
	background-color: #000;
	padding: 10px;
	color: #fff;
}

.participant-detail {
	width: 520px;
	overflow: auto;
}

.participant-detail img {
	float: left;
	margin-right: 10px;	
}

.participant-detail h3 {
} 

.participant-detail p {
	float: left;
	width: 250px;
	margin-top: 10px;
}


h4 {
	text-transform: uppercase;
	color: #fff;
	}

#mason {
	margin-left: -20px;
	width: 900px;
}

small {
	padding-top: 5px;
	font-size: 12px;
	line-height: 16px;
	display: block;
}

.author {
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
}


/* footer */

#footer {
}

/* login with ajax */

#LoginWithAjax {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px #444 solid;
}


#LoginWithAjax label {
	color: #666;
	padding:0;
	margin-top: 10px;
}

#LoginWithAjax input {
	display: block;
	border-color: #444;
	margin: 5px 0 12px 0;
	width: 128px;
}

#LoginWithAjax input#lwa_wp-submit {
	width: 60px;
}

#LoginWithAjax input#lwa_rememberme {
/* 	display: inline; */
	padding: 2px 0 0 0;
	width: 20px;
	height: 20px;
}

#LoginWithAjax input#lwa_wp-submit:hover {
	background: #0E5696;
}

#LoginWithAjax td {
	display: block;
}

/* NEWLY ADDED FOR AGGREGATE */

.fb-description {
	width: 250px;
	background-color: rgb(135,173,209);
	background-image: url(assets/img/striped_bg.gif);
	color: #000;
	line-height: 1.5;
}

.fb-description a {
	color: #000;
	padding: 10px 10px 10px 10px;
	display: block;
	overflow: hidden;
}

.fb-comment {
	margin: 0 0 0 110px;
	width: 260px;
	padding-top: 15px;
	background-image: url(assets/img/fb-comment-bg.png);
}

.fb-comment:hover {
	background: url(assets/img/fb-comment-bg.png) -540px 0;
}

.fb-comment a {
	display: block;
	padding: 10px 10px 10px 10px;
	color: #fff;
}

.flickr-image a {
	display: block;
}

.flickr-image {
/* 	margin-bottom: 10px; */
		float: left;
	margin: 5px;
}

a.comment:hover {
	background-color: #fff;
	}

.participantbio {
	overflow:auto;
	width: 250px;
}

.participantbio img {
	padding: 10px 0;
}

.conversation {
	position: relative;
	max-width: 450px;
	left: 330px;
	z-index: 1;
	margin: 0;
}

.facebook-post-status, .facebook-post-link {
	margin: 10px 0 30px 0px;
}

.fb-link, .delicious-link {
	margin: -10px 0px 0px 110px;
	max-width:260px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
/* 	background-color: rgb(135,173,209);	 */
	background-color: rgb(178,194,62);
/* 	background-image: url(assets/img/striped_bg.gif); */
}

.delicious-link {
	background-image: none;
	margin: 10px 0px 0px 100px;	
	background-color: rgb(178,194,62);
}


.fb-link:hover, .delicious-link:hover {
	background-color: #fff;
}

.fb-description a:hover {
	background: url(assets/img/fb-comment-bg.png);
	background-position: 0px -30px;
	color: #fff;
}

.fb-link a, .delicious-link a {
	color: #000;
	display: block;
	padding: 10px 10px 10px 15px;
	height: 100%;
}



div.found-images {
	clear: both;
	display: block;
	height: auto;
/* 	position: relative; */
/*
	width: 600px;
	left: 0px;
*/
}

.found-images ul {
	display: block;
	margin: 20px 0;
	min-height: 240px;
}

.found-images li{
	float:left;
	margin: 0 5px 5px 0;
/* 	margin:10px 0 0 -175px; */
/* 	margin:10px 0 20px -200px; */
}

.found-images img {
	/* border:1px solid #000; */
	display:block;
}

/*

.img1 {
	margin:0;
}

.img2 {
	padding-top:20px;
}

.img3 {
	padding-top:40px;
}

.img4 {
	padding-top:60px;
}

.img5 {
	padding-top:80px;
}
*/



.found-images a img{position:relative;z-index:1}

.found-images a:hover{visibility:visible;}/* ie needs this*/
.found-images a:hover img {z-index:40;}

.past-lectures {
	display: block;
	clear: both;
/* 	width: 520px; */
	min-height: 187px;
	padding-bottom: 20px;
/* 	z-index: 2; */
/* 	position: relative; */
	left: 0;
	margin: 20px 0;
}

.vimeo-video {
	height: inherit;
	float: left;
	margin: 0 5px 10px 0;
}

object, embed {
	display: block;
}

.threecolumn object {
	margin-top: 10px;
}

.speakervideo {
	margin-top: 10px;
}

.research {
	position: relative;
	left: 340px;
	max-width: 420px;
	z-index: 3;
}


.editorial, .conversation {
	margin-bottom: 40px;
}

.namelist {
	color: rgb(75,75,75);
	padding-bottom: 10px;
	margin-bottom: 10px;


}

.connect_widget {
	padding-top: 10px;
}
