/* CSS Document */

html {

	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", "Tahoma", "Verdana", serif;
	font-size: 12px;
	color: #505050;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	font-weight: normal;
}

p {
	margin-right: 25em;
}

div.header {
	background: #f0f0f0;
	height: 92px;
/*	background-image: url(http://www.perimeterinstitute.ca/images/pirsa/pirsa_rough.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px;*/
	border-bottom: 1px dashed #505050;
	margin: 0;
}	

div.lecture_title {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}

div.links {
	display: inline;
}

img.header_image {
	float: left;
	vertical-align: bottom;
	margin: 0;
}

div.search_color_flip {
	background: #f0f0f0;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.search_results {
	margin-top: 15px;
}

div.paragraph {
	margin-right: 17em;
}

div.home_search {
        margin: 10;
	width: 625px;
	height: 70px;
	border: 1px solid #999999;
	background: #F0F0F0;
}


div.search_form {
	float: right;
	margin: 0;
	margin-right: 15px;
	margin-top: -35px;
	display: inline;
}

span.header_detail {
        color: #000000;
}

div.collection_list {
	height: 25px;
}

h1, h2, h3 {
	color: #333333;
	/*width: 100%;*/
}

div.content_outer {
	margin: 5px;
	margin-left: 1em;
}

div.valid {
	width: 100%;
}

img.valid {
	float: right;
	margin-right: 5em;
}

/* Search form stuff */
div.home_search_title {
	font-weight: bold;
	margin-top: .5em;
	margin-left: 2em;		
}

span.home_search_selector {
	font-size: 9px;
}

span.advanced_link {
	float: right;
	margin-right: 6em;
}

div.home_search_components {
	margin-left: 3em;
}

span.podcast_url {
	color: #000000;
	font-size: 10px;
/*	background: #F0F0F0;*/
	margin-left: 3em;
	padding: 1px;
/*	border: #000000 1px solid;*/
}

img.podcast_image {
	position: relative;
	top: 0.4em;
}

/* Links */
a:link {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover, a:active {
/*	color: #CC0000;*/
	border-bottom: 1px dotted;
}

a.collection_link {
	font-weight: bold;
}	

a.collection_link:hover, a.collection_link:active {
	border-bottom: 1px dotted;
}

a.medialink {
	color: #db7762;
	font-weight: bold;
}

a.medialink:visited {
	color: #db7762;
	border-bottom: 1px dotted;
}
a.medialink:hover, a.medialink:active {
	color: #db7762;
	border-bottom: 1px dotted;
}

a.small_link {
        color: #000000;
        font-weight: normal;
	font-size: 7pt;
}

a.pi_link {
        color: #333333;
        font-weight: bold;
}

/* Forms */

form.quick_search {
	display: inline;
}

span.form_label {
	float: left;
	width: 7em;
	text-align: left;
	margin-right: 15px;
	color: #505050;	
	font-weight: bold;
}

span.form_label_center {
	color: #505050;	
	font-weight: bold;
}

select {
	color: #505050;
	font-family: "Trebuchet MS", "Tahoma", "Verdana", serif;
}

select.search-select {
	width: 150px;

}

input.sbutton {
	color: #505050;
	font-family: "Trebuchet MS", "Tahoma", "Verdana", serif;
	font-weight: normal;
	height: 1.8em;
}
		
input.search-box {
	font-family: "Trebuchet MS", "Tahoma", "Verdana", serif;
}	

#speakers_wrap {
  margin-bottom:10px;
  width:640px;
}
#abstract_wrap {
  margin-left:28px;
  width:640px;
  text-indent:10px;
}

#media_wrapper {
  max-width:640px;
  max-height:360px;
  position:relative;
}

.pirsa-no-spam {
  display:none;
}
