/*
 Theme Name:   Research Lab Child Theme
 Description:  Child theme that adds capability to format publications, authors etc.
 Author:       David Inouye 
 Template:     twentytwelve
 Version:      0.1
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
  font-size: 1em;
}


/* Profile main picture */
img.profile-picture {
  width:200px;
  height:200px;
  padding:10px;
  margin: 0px 30px 20px 0px;
}
/* Project main picture */
img.project-picture, img.software-picture {
  width:700px;
  padding:10px;
  display:block;
  margin: -30px auto 15px auto;  
  max-height: 300px;
}
/* Content (e.g. Project, Software, etc.) list styles */
ul.news-list {
  list-style:none;
  font-size: 10pt;
}
ul.news-list li {
  overflow: auto;
  margin: 5px 0 0 10px;
  padding: 5px;
  border-radius:3px;
}
ul.news-list li a {
  font-size:10pt;
  color:#444;
}
ul.new-list li a:visited {
  font-size:10pt;
  color:#444;
}
ul.news-list li a:hover {
  font-size:10pt;
  color:#000;
}

ul.content-list {
  list-style:none;
}
ul.content-list li {
  margin: 10px 0;
  padding: 10px;
  border-radius:3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  overflow:auto;
}
ul.content-list li a {
  display:block;
  text-decoration:none;
  color:#444;
}
ul.content-list li a:visited {
  color:#444;
}
ul.content-list li a:hover {
  color:#000;
}

ul.content-list li img, ul.content-list li div.info-box {
  width:52%;
  float:left;
  margin-right:20px;
  max-height:250px;
}

ul.content-list li div.description {
  float:left;
  width:44%;
}

ul.content-list li div.description, ul.content-list li img {
  width:100%;
}

ul.content-list li div.info-box {
  width:48%;
}

ul.talk-info {
  list-style:none;
}
ul.talk-info li {
  margin:0;
}

ul.content-list li div.talk-abstract {
  float:left;
}

ul.content-list li div.talk-abstract, ul.content-list li div.info-box {
  width:100%;
}

/* Show image only if min-width is met.*/
@media screen and (min-width: 600px) {
    ul.content-list li div.description h2 {
		margin-top:-6px;
    }
	ul.content-list li div.talk-abstract, ul.content-list li div.info-box {
  		width:48%;
	}
  	ul.content-list li div.description {
  		width:44%;
	}

	ul.content-list li img {
  		width:52%;
	}
}


span.info-label {
  font-weight:bold;
}

ul.content-list li h2 {
  margin: 10px 0;
}

/* For information below main title */
header h4 {
  margin-top:10px;
}
ul.subtitle-info {
  list-style: none;
}
ul.subtitle-info li {
  clear:both;
}
ul.subtitle-info li a, ul.subtitle-info li em {
  margin-right:10px;
  margin-top:3px;
  display:block;
  float:left;
}

.widget-area .widget h3 {
  font-size: 12pt;
}

.site-header {
  background-image: none;
}
/* Show image only if min-width is met.*/
@media screen and (min-width: 600px) {
  .site-header {
	background-image: url('http://bigdata.ices.utexas.edu/wp-content/uploads/2014/03/UTwordmark2012Stack_Gray_60px.png');
    background-repeat: no-repeat;
    background-position: right 19px;
	}
}

.news-title {
  font-size: 20px;
	font-size: 12pt;
	font-weight: bold;
 }

.site-content {
  width:100%;
}

ul.research-area-list {
  float:left;
  list-style:none;
  margin-top: 5px;
}
ul.research-area-list li {
  float:left;
  margin:0 10px 0 0;
}

/* Override auto hyphenation */
.site-content article {
   word-wrap: normal;
   -webkit-hyphens: none;
   -moz-hyphens: none;
   -ms-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
  word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
  -ms-hyphens: none;
	hyphens: none;
}