/*
Theme Name:     Risk Science
Theme URI:      http://riskscience.umich.edu/
Description:    Child theme for Risk Science
Author:         Wally Kolcz, Michigan Creative
Author URI:     http://creative.umich.edu/
Template:       incrediblewp                             
Version:        0.1.0
*/

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

/* Homepage Thumbnails
=========================*/
.home .portfolio-item {margin-bottom: 0px;}
.portfolio-item {margin-bottom: 20px;}

.portfolio-item-meta h5 {
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 22px;
	padding: 12px 0 8px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #e7e7e7;
	letter-spacing: 0;
}

.portfolio-item-meta h5 span {
	display: block;
	color: #888;
	font-weight: normal;
	margin-top: 3px;
}

.portfolio-item-meta a{color:#444;}
.portfolio-item-meta a:hover {color:#888;}
.portfolio-item-meta p {color: #555;}



/* Posts
==========================*/
.search-results .post.page,
.post {margin: 30px 0 0 0; /*overflow: hidden;*/}
.post.page { margin-top:20px}
.post.page.home {margin-top:15px}

.post:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
.post p {margin: 0 0 20px 0;}

.post-img, .embed {margin: 0 0 15px 0;}

.post-content {margin: 0 0 0 20px !important;}

.post-title h2 a {
	font-size: 18px;
	color: #444;
	margin: 0 0 10px 0;
	display: block;
	padding-left: 180px;
}

.post-title h2 a:hover {color: #606060;}

.post-date {
	color: #888;
	border-top: 1px solid #e7e7e7;
	display: block;
	text-align: right;
	padding: 15px 0;
}
.post-date a { color:#888 }

.post-desc {
	padding: 15px 0 ;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.post-entry {
	margin-bottom: 5px;
	line-height: 30px;
	display: inline-block;
	/*background: url(images/link_arrow_ico.png) no-repeat right 55%;*/
	padding-right: 13px;

}

/*.post-entry:hover {background: url(images/link_arrow_ico_hover.png) no-repeat right 55%;}*/

.post-meta {padding: 15px 0 25px 0;}
.post-meta, .post-meta a {color: #888;}
.post-meta a:hover {color: #606060;}
.post-meta span:first-child {padding-left:0;}
.post-meta span:last-child {border: none;}

.post-meta span {
	padding: 0 10px;
	border-right: 1px solid #e7e7e7;
}


.fullwidth_pf {
	margin-top: 20px
}

#navigation ul li a {
    font-family: Arial,sans-serif;
    display: inline-block;
    color: rgb(136, 136, 136);
    padding: 31px 10px 28px;
    margin: 0px 5px;
    text-decoration: none;
    font-size: 13pt;
    border-bottom: 3px solid transparent;
}

#navigation ul ul li a {
	padding: 10px 0;
	display: block;
	width: 150px;
	margin: 0 16px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid transparent;
}

/* =============================================================== */
/* Footer
================================================================ */
#footer {
	border-top: 1px solid #444444;
	background: #FFFFFF;
	color:#000000;
	padding: 20px 0 10px 0;
	margin: 30px 0 0 0;
}

#footer h5 {
	color: #000;
	border-bottom: 1px solid #444444;
	padding: 25px 0 8px 0;
	margin: 0 0 15px 0;
}

#person-image {
    width: 150px;
	max-height:200px;
	overflow:hidden;
	height: auto;
	float: left;
}

#person-content .people-info {
	float: right;
	width:70%;
}

#person-content {
    padding: 0;
}

#person-content h4 {
    font-size: 16px;
}	

#person-content .office-phone, .cell-phone {
    float: left;
    padding: 0px 20px 0px 0px;
}

.search input {
    width: 200px;
    color:#666;
    background: url("images/search_ico.png") no-repeat scroll 4% 54% transparent;
	background-color: #FFFFFF;
	text-align:center;
	padding-left:0;
    
}

.search {
	float:right;
	padding-top:10px;
	
}

#search-container {
	height:40px;	
}

#logo-image {
    width: auto;
    height: auto;
    padding-bottom: 15px;
}

body.search {
	float: none;
	padding-top: 0;
}

.post ul { list-style: disc; }

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}