@charset "UTF-8";
/*Theme Name: Custom ICT MedVR Theme
Theme URI: http://medvr.ict.usc.edu
Description: custom Wordpress theme for the USC Institute for Creative Technologies MedVR Website
Version: 2.0
Author: Jen Wohlner
Author URI: http://jenwohlner.com
*/

/* RESET */
body, h1, h2, h3, h4, h5, ul#sidebar, ul.widgets, li, ul#sidebar li ul, ul.children, ul#footercol li ul,
div#submenu-nav ul, div#submenu-nav ol, form, img, table {
	margin:0;
	padding:0;
	border: 0;
	}
.clear { clear:both;}	
	
/* TYPE and COLOR */
/* Default font */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	/* color: #F3F1E6; */
	color: #898989;
	background:url(images/bg.png) repeat-x right top #26282c;
	font-weight:normal;
	height:100%;
	}
h1, h1 a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ddd;
	font-weight: normal;
	margin:0 0 1em;
	}
.entry h1, .entry h1 a {
	margin-top:40px;}
h2 {
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
	margin:0;
	}
small{
	font-size:11px;
	line-height:22px;}
p { 
	margin: 0 0 2em;}

/* Link Colors */
h2 a, h2 a:visited {
	color:#000;
	text-decoration:underline;}
a, small a, small a:visited {
	color:#898989;text-decoration:underline;}
a:hover, h2 a:hover, small a:hover {
	color:#ddd;
	text-decoration:underline;}

/* LAYOUT */
html, body {
   margin:0;
   padding:0;
   height:100%;}
div#site { 
	width: 100%;
	min-height:100%;
   	position:relative;}
div#wrap {
	width: 960px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;}
div#content {
	width: 720px;
	min-height: 450px;
	margin: 15px 20px 5px 0px;
	float: left;
	padding: 20px 19px;
	border: solid 1px #111;
	}	

/* Header */
div#usc-head {
	width:920px;
	height:38px;
	padding:11px 20px 16px 764px;
	margin:0 0 1px;
	float:left;}
div#ict-head {
	width:322px;
	height:83px;
	padding:18px 20px 21px;
	margin:0 181px 0 0;
	border:none;
	float:left;}
div#unit-head{
	height:85px;
	padding:18px 20px 21px 0;
	margin:0;
	float:right;}

/* Main Navigation */
div#main-nav {
	float: left;
	margin: 15px 20px 0 20px;
	padding: 10px 0 0 10px;
	width: 128px;
	border: solid 1px #111;
	}
div#main-nav ul {
	margin:0 0 30px;
	padding:0;}
div#main-nav ul li {
	list-style:none;
	margin:0 0 .5em;}
div#main-nav ul li.menu-item a{
	text-decoration:none;
	font-weight:normal;
	color:#898989;
	}
div#main-nav ul li a:hover {color: #898989; text-decoration:underline;}
div#main-nav ul li.current-menu-item a {
	color:#ddd;
	text-decoration:none;}
div#main-nav ul li ul {
	margin:.5em 0 0 20px;
	padding:0;}
div#main-nav ul li ul li {
	list-style:none;
	margin:0 0 .5em;}

/* People */
div.post-13 p{
	display:table;
	width: 720px;}

/* Publications */
.bibitem {padding:10px 0;}
.bibref {padding:10px 20px 10px 0; vertical-align:top;}
.result {
	margin:0;
	padding:0;}
.rheader{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ddd;
	font-weight: normal;
	margin:0 0 1em;}
td.yr-header a {
	font-weight:bold;
	color:#111;}
table.result{border:none; width:700px; border-spacing:0;}
	
/* Post */
.post{
	float:left; 
	width:720px;}
a.project-title, span.research-title{font-weight:bold;color:#aaa;}
a.list-th img{
	height:120px;
	width:180px;
	float:left;
	padding:0 20px 0 0;}
div#content div div table td {vertical-align:top;}
div.project-th{margin-bottom:20px;}
div.project-th p {margin-bottom:0;}

/* PEOPLE */
div.people-th{
	float:left;
	width:720px;
	margin-bottom:20px;}
div.people-th p{margin-bottom:0;}
a.people-pic img{
	height:120px;
	width:90px;
	float:left;
	padding: 0 20px 0 0;}
a.name{font-weight:bold;color:#aaa;}
div.userpic{
	float:left;
	margin:0 20px 20px 0;}
	
/* FOOTER */
#footer {
	float: left;
	width: 920px;
	padding: 10px 20px;
	color: #898989;
	text-align: right;
}
div#footer a, div#footer a:visited {
	color:#898989;
	text-decoration:none;
	}
div#footer a:hover { 
	color:#898989;
	text-decoration:underline;}

/* IMAGES, ALIGNS and CAPTIONS */
.alignleft { float:left; margin: 10px 20px 20px 0; padding:0;}
.alignright { float:right; margin: 10px 0 20px 20px; padding:0;}
.aligncenter {
	display: block;
	margin:30px auto;
	}
.wp-caption-text {
	color:#000;
	font-size:12px;
	line-height:normal;
	font-style:italic;
	}
div.alignright p.wp-caption-text, div.alignleft p.wp-caption-text  { padding:0; margin: .5em 0 0;}
/* White ICT logos background */
.wp-image-207, .wp-image-210 {background:#898989; padding:10px 0;}

/* AddThis */
.addthis_default_style{margin-bottom:15px;}

/* Horizontal Line */
hr {
	margin-bottom: 25px;
	border: 1px solid #ddd;
	}