@charset "UTF-8";
/* cam_ioa theme
v1.0 - D.R. Wilkins and S.J. Crass - December 2010 */

/* Content Element Styling */

#content .img {
  margin: 10px;
}

.left-float {
  float: left;
  margin-right: 20px;  
  margin-bottom: 20px;
  vertical-align: text-top;
}

.right-float {
  float: right;
  margin-left: 20px;  
  margin-bottom: 20px;
  vertical-align: text-top;
}

div.field {
  margin-bottom: 5px;
  line-height: 1.4em;
}

.content{
  clear: both;
}

table, form {
  margin-bottom: 1.2em;
}

table.layout-table tbody {
  border-top: none;
}
table.layout-table tr {
  border-bottom: none;
}
table.layout-table td {
  padding-left: 0;  
}

/* --- Node Styling --- */
.teaser {
  margin-bottom: 1.2em;
}

.node-info, .submitted {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 0.75em;

}
.taxonomy {
  background: url('icons/tag_blue.png') no-repeat 0 7px;
  font-size: 0.9em;
  padding: 0 0 5px 16px;
}

div.links {
  clear: both;
  margin: 10px 0;
}

.block .links ul.links{
    padding-left: 0px;
}

img.node-icon {
  margin-top: 5px;
}

/* --- Frontpage Column Content Styling --- */
/* --- (Also includes Show Feed Aggregator Like Menu) ---*/

/*.block-aggregator h2, .block-block h2, .block-menu h2, .block-talks h2, */
#front-left h2, #front-middle h2, #front-right h2{
  overflow: hidden;
  padding: 0 5px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6em;
  margin: 5px 0px 10px 0px;
}
.block-aggregator ul
{
  padding-left: 0px;
  border-top: 2px solid #AAB;
  border-bottom: 2px solid #AAB;
  padding-bottom: 0;
  background-color: #E8F0FF;
  margin-bottom: 10px;
}
.block-aggregator ul ul{
  border-width: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
}
.block-aggregator ul li
{
  display: block;
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}
/* again, for IE */
.block-aggregator ul li a {display: inline-block; }
.block-aggregator ul li a
{
  text-decoration: none;
  display: block;
  list-style-type: none;
  margin-left: 0px;
  margin-right: 0px;
  padding: 3px 10px 3px 10px;
  background-color: #E8F0FF;
  border-top: 1px solid #fff;
}
.block-aggregator ul li a:hover
{
  background-color: #EFEFEF;  
}

/* --- Feed Aggregator Styling --- */
.feed-source{
  display: none;
}
.feed-item-categories{
  display: none;
}
.feed-item-body{
  display: none;
}
.feed-item-title a:visited{
  text-decoration: none;
}

/* --- Upcoming Talk List Styling --- */
.old_talks{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
    line-height: 1.125em;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #CCC solid;
}

#talks-summary div.old_talks{
  border-bottom: none;
}
.talklist_date{
  font-weight: bold;
  clear: both;
  margin: 8px 0 0 0;
  padding-bottom: 3px;
  border-bottom: 1px #ccc solid;
}
.talklist_entry{
  margin-top: 8px;
}
.talklist_speaker, .talklist_header, .talklist_details{
  margin-left: 42px;
}
.talklist_header{
  font-style: italic;
}

/* --- News & Press Release Styling --- */

.view-news div.views-row{
  clear: both;
  padding-top: 10px;
}

.view-news div.views-row-first{
  padding-top: 0px;
}

.view-news div.field-field-news-thumbnail{
  float: left;
  margin-right: 30px;
}

.view-news div.links{
  display: inline;
}

/* --- Talks Archive Styling --- */

.view-talk-archive td.views-field-title{
  width: 460px;
}

.view-talk-archive td.views-field-field-talk-speaker-value{
  width: 310px;
}

.view-talk-archive td.views-field-field-talk-date-value{
  width: 134px;
}

/* --- Research Node Styling --- */
#research_page_left{
  float: left;
  width: 200px;
  padding: 0px;
  margin: 0px;
  display: block;
}

.reseach_page_image{
  float: left;
  display: block;
  width: 200px;
  padding: 0px;
  margin: 0;
}

#research_page_right{
  float: left;
  width: 490px;
  padding: 0px;
  margin: 0 0 0 25px;
}

.research_topic{
  border-top: 1px #CCC solid;
  clear: both;
  display: block;
  padding: 10px 0px;
}

.research_subtopic{
  border-left: 0px #CCC solid;
  float: left;
  display: block;
  padding: 10px 0px;
  width: 100%;
}

.reseach_summary_image{
  float: left;
  display: block;
  width: 200px;
  padding: 0px;
  margin: 0 20px 0 0;
}

.research_subtopic_summary_image{
  float: left;
  display: block;
  width: 100px;
  padding: 0 15px 0 0;
  margin: 0;
  border-right: 1px #CCC solid;
}

  
.summary_content{
  float: right;
  display: block;
  width: 490px;
  margin-bottom: 10px;
  padding-right: 0px;
}

.subtopic_summary_content{
  float: left;
  display: block;
  width: 339px;
  margin-bottom: 10px;
  margin-left: -1px;
  padding-right: 20px;
  padding-left: 15px;
  border-left: 1px solid #CCC;
  padding-top: 2px;
}

.summary_text {
  float: left;
  display: block;
  width: 300px;
  padding-right: 20px;
  border-right: 1px solid #CCC;
}

.subtopic_summary_text {
  float: left;
  display: block;
  padding-right: 20px;
}

.research_links {
  float: left;
  width: 148px;
  display: block;
  padding-left: 18px;
  margin-left: -1px;
  text-align: left;
  border-left: 1px solid #CCC;
  min-height: 185px;
}

.research_links ul {
  margin-left: 0px;
  padding-left: 10px;
  margin-top: 5px;
}

.research_links li {
  margin-left: 0px;
  margin-top: 5px;
}

/* --- Bio Page Styling --- */

#business-card {
  float: right;
  width: 205px;
  margin-left: 20px;
  border: 1px solid #aaa;
  padding: 10px;
  text-align: left;
  background-color: #E8F0FF;
  overflow: hidden;
}

#business-card_full {
  width: 470px;
  margin: 10px auto;
  border: 1px solid #aaa;
  padding: 10px;
  text-align: left;
  background-color: #FFF;
  overflow: auto;
}

#business-card_full div.profile-image {
  float: left;
  margin: 2px 20px 10px 2px;
  width: 150px;
  text-align: center;
}

#business-card div.profile-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#business-card_full div.bc-topfields {
  float: right;
  width: 298px;
}
#business-card_full div.bc-botfields {
  float: right;
  width: 298px;
}

#content-holder {
  width: 460px;
  float: left;
}


/* --- Public Pages Styling ---*/
#public_upper{
  height: 56px;
  width: 936px;
  padding: 0px;
  margin: 10px 15px 0px 15px;
  background: url(images/public_upper.gif) no-repeat;
}

#ask_an_astronomer{
  height: 104px;
  width: 720px;
  padding: 0px;
  margin: 10px 0;
  background: url(images/AskAstronomerLogo.png) no-repeat;
}

#public_lower{
  clear: both;
  height: 100px;
  width: 986px;
  padding: 0px;
  margin: 0;
  background: url(images/public_lower.gif) no-repeat;
}

.content .view-tweets{
    overflow: hidden;
}

.twitter_side {
    padding-left: 30px;
    background: url("icons/twitter_small.png") no-repeat;
    line-height: 22px;
    padding-top: 0px;
}

.view-tweets .views-field-profile-image-url{
    float: left;
    padding-right: 5px;
}

.view-tweets .view-content .item-list ul {
    padding-left: 0;
}

.view-tweets .view-content .item-list ul li{
    list-style-type: none;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px #CCC solid;
    padding-bottom: 10px;
}

.field-field-ask-question{
  font-size: 1.2em;
  padding: 5px 5px 5px 85px;
  background: url(images/ask.png) no-repeat;
  min-height: 61px;
}

p.ask_astronomer_question{
  line-height: 34px;
  font-size: 1.2em;
        padding: 5px 5px 5px 55px;
        background: url(images/ask_small.png) no-repeat;
        min-height: 34px;
}


/*-- Image Gallery styling --*/
div.image-gallery-nodes img.image-thumbnail {
  vertical-align: middle;
}

/*-- People Page Image Style --*/

#people_top{
  width: 100%;
  height: 270px;
  background: url(images/people_header.jpg) no-repeat;
  margin-bottom: 15px;
}

/*--- Meeting Styling ---*/

h3.meeting-date {
  margin-top: 2px;
}

#block-views-meetings-block_1 h2, #block-views-meetings-block_2 h2{
  background: #8BC0B5;
  padding: 10px;
}

#block-views-meetings-block_1 .content h2, #block-views-meetings-block_2 .content h2{
  background: none;
  padding: 0;
}

/*--- People Visitor Page Style ---*/

.view-visitors td.views-field-title{
  width: 120px;
}

.view-visitors td.views-field-field-visitor-affiliation-value{
  width: 142px;
}

.view-visitors td.views-field-field-visitor-host-value{
  width: 120px;
}

.view-visitors td.views-field-field-visitor-office-value{
  width: 50px;
}

.view-visitors td.views-field-field-visitor-telephone-value{
  width: 50px;
}

/*--- Students Pages Styling ---*/

.undergrad_summary{
        background: url(images/undergrad.jpg) no-repeat 5px 0px;
        padding: 0 0 0 220px;
        margin: 0 0 10px 0;
}

.postgrad_summary{
        background: url(images/postgrad.jpg) no-repeat 5px 0px;
        padding: 0 0 0 220px;
        margin: 0;
  clear: both;
}

.weblinks table{
  width: 100%;
  margin-bottom: 20px;
}

.weblinks table td.views-field-title{
  width: 30%;
}

#library_logo{
  width: 100%;
  height: 225px;
  padding: 0px;
  margin-bottom: 20px;
  background: url(images/library_logo.jpg) no-repeat;
  background-position: center top;
}


div.student-alerts {
  width: 700px;
  margin: 10px auto;
  padding: 10px 10px 0 10px;
  border: 2px solid #c00;
}

div.student-alerts h2.node-title {
  border-bottom: none;
}

/*-- Recent Publications Styling --*/
.recent_publications h2{
   margin:0.5em 0 0.25em 0; 
   border-bottom: 1px solid #CCC;
}

.recent_publications h3{
  margin: 0.5em 0 0 0; 
  text-align: left;
}

.recent_publications p{
  margin: 0 0 1.2em 0; 
  padding-top: 0;
}

.views-table caption{
  font-weight: bold;
  text-align: left;
  font-size: 1.2em;
  padding-bottom: 5px;
}

.views-table{
  margin-bottom: 10px;
}

.page-info {
    font-size: 0.8em;
    margin-top: 1.5em;
  margin-bottom: 2px;
    clear: both;
  color: #888;
}

/* --- Talk Archive Styling --- */

table.talk-image-table img{
  border: 1px solid #CCC;
  padding: 3px;
}

table.talk-image-table tr td{
  vertical-align: middle;
  text-align: center;
  width: 220px;
}

/* --- Vacancy Styling --- */

.field-field-vacancy-salary{
  text-align: left;
}

#block-views-employment-block_1 h2, #block-views-employment-block_2 h2, #block-views-employment-block_3 h2, #block-views-employment-block_4 h2{
  background: #8BC0B5;
  padding: 10px;
}

#block-views-employment-block_1 .content h2, #block-views-employment-block_2 .content h2, #block-views-employment-block_3 .content h2, #block-views-employment-block_4 .content h2{
  background: none;
  padding: 0;
}

/* --- Meeting Form Styling --- */

textarea{
  font-family:Verdana,Arial,Helvetica,sans-serif;
}

/* --- Outreach Talk Styling --- */

.view-outreach-talks td.views-field-field-talk-date-value{
  width: 60px;
}

.view-outreach-talks td.views-field-title{
  width: 200px;
}

.view-outreach-talks td.views-field-field-talk-speaker-value-1{
  width: 150px;
}

.view-outreach-talks td.views-field-field-outreach-booking-value{
  width: 150px;
}

.view-outreach-talks td.views-field-field-outreach-weather-value{
  width: 60px;
}

.view-outreach-talks td.views-field-field-outreach-visitors-value{
  width: 105px;
}

.view-outreach-talks td.views-field-field-outreach-weekly-fid{
  width: 80px;
}

div#block-views-outreach_talks-block_1 .view-content{
	background: #E8F0FF;
	border-top: 2px solid #AAB;
	border-bottom: 2px solid #AAB;
	padding: 3px 10px;
}

div#block-views-outreach_talks-block_1 .content .views-field-title{
	padding: 10px 0 0;
}

div#block-views-outreach_talks-block_1 .content .views-field-field-talk-speaker-value-1{
	padding: 5px 0 5px;
}

div#block-views-outreach_talks-block_1 .content .views-field-field-talk-date-value{
	padding: 5px 0 0;
}

div#block-views-outreach_talks-block_1 .content .views-field-title span{
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
}

div#block-views-outreach_talks-block_1 .content .views-field-field-talk-speaker-value-1 span{
	font-style: italic;
}

div#block-views-outreach_talks-block_1 .content .views-field-field-talk-date-value span{
	font-weight: bold;
}

div#block-views-outreach_talks-block_1 .view-footer{
	padding: 0 5px 0 0;
	text-align: right;
}

#content-primary table.sticky-enabled.sticky-table {
  clear: left;
}
