/**
 * @file
 * Specific node styling
 */

.node {
  margin: 0px 0 45px;
  position:relative;
}

.node h2 {
  font-size:20px;
  color:#000;
  margin-top:0;
  line-height:20px;
}

.node .submitted {
  background: none repeat scroll 0 0 #111111;
  color: #FFFFFF;
  padding: 5px 10px;
  display: none;
}

.node .submitted a{
  color:#FFFFFF;
  text-decoration:underline;
}

.node a{
  color:#000;
}

.node ul.links {
  margin:0;
  padding:0;
  display:block;
}

.node ul.links li {
  list-style:none outside none;
  margin:0 10px 0 0;
  padding:0;
}

.node ul.links li a {
  color:#828282;
}

/**
 * Links
 */

.node a {
  border-bottom: 1px dotted #363636;
}

.node a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

/**
 * Image
 */

.node .field-type-image {
  position: relative;
  float: left;
  margin: 0 15px 15px 0;
}

.node .field-type-image a {
  border-bottom: none;
}

/**
 * Taxonomy terms
 */

.node .field-type-taxonomy-term-reference {
  clear: both;
  margin-top: 15px;
}

.node .field-type-taxonomy-term-reference .field-label,
.node .field-type-taxonomy-term-reference .field-items, 
.node .field-type-taxonomy-term-reference .field-item {
  display: inline;
}

.node .field-type-taxonomy-term-reference .field-item:after {
  content: ",";
  margin-right: 5px;
}

.node .field-type-taxonomy-term-reference .field-item:last-of-type:after {
  content: "";
}

/**
 * Videos
 */

.node .field-type-media .field-label {
  display: none;
}

.node .field-type-media .field-items {
  margin-top: 40px;
}

/**
 * Profile
 */

.profile h3 {
  display: none;
}

.profile a {
  border-bottom: 1px dotted #363636;
}

.profile a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.profile .field-name-field-picture {
  float: left;
  position: relative;
  margin: 0 10px 15px 0;
}

.profile .field-name-field-picture a {
  border-bottom: none;
}

.profile .field-name-field-dept,
.profile .field-name-field-email,
.profile .field-name-field-webpage {
  margin-bottom: 5px;
}

.profile .field-name-field-dept:after,
.profile .field-name-field-email:after,
.profile .field-name-field-interests:after,
.profile .field-name-field-webpage:after {
  clear: none;
  height: auto;
}

.profile .field-name-field-interests .field-label {
  margin-bottom: 5px;
}

/**
 * Blog
 */

.node-blog h2.node-title{
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0;
  padding: 20px 20px 0;
}

.node-blog-has-picture h2.node-title{
  padding: 15px 20px 0;
}

.node-blog .content{
  padding:10px 20px;
  background:#FFFFFF;
}

.node-blog .field-type-image{
  overflow:hidden;
  width:600px;
  height:300px;
}

.node-blog .field-type-image .field-label{
  display:none;
}

.node-blog ul.links {
  padding:10px 20px 20px;
  background:#FFFFFF;
}

