﻿@charset "utf-8";

html{
    background-color:#384F7C; /*change in lrdc_main.css when making responsive*/
}
body {
	width: 90%;
	margin: 15px auto;
    min-width: 920px;
	max-width: 920px;
    background-color:#fff; /*change in lrdc_main.css when making responsive*/
}
.pittLogo{
    width:250px;
    padding:4px 0px 2px 8px;
}
p, h1 , h2{
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}

#rotater-wrap {
	position: relative;
	height: 300px;
	background-color: #CCC;
	z-index: 5;
}
#pageHeader {
	height: 170px;
}
#pageHeader img:first-of-type{
    padding:12px;
}
#headerLinks  {
	padding-top: 8px;
	padding-bottom: 5px;
	text-align: center;
	padding-right: 0px;
	width: 340px;
	float: right;
    margin:0 38px 0 0;
	padding-left: 0px;
	z-index: 3;
	position: relative;
	color: #FFF;
}
#headerLinks a {
	font-size: 0.75em;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#headerLinks a:hover {
	text-decoration: underline;
}
header h2 {
	color: #E9EFF8;
	text-shadow: 2px 2px #000;
	font-size: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: normal;
    font-style:italic;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 52px;
	right: 60px; 
}
#rotater-wrap .caption-bg {
	height: 300px;
	background: -webkit-linear-gradient(180deg, #20335b, #182745);
	background: -moz-linear-gradient(180deg, #20335b, #182745);
	background: -o-linear-gradient(180deg, #20335b, #182745);
	background: -ms-linear-gradient(180deg, #20335b, #182745);
	background: linear-gradient(180deg, #20335b, #182745);	
	width: 320px;
	/* [disabled]opacity: .6; */
	z-index: 10;
	position: absolute;
}
#rotater-wrap .caption-content {
	color: #FFF;
	position: absolute;
	z-index: 15;
	top: 0px;
	font-family: "Open Sans Condensed";
	width: 290px;
	padding: 15px;
}
#rotater-wrap .caption-content img {
	display: block;
	float: left;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rotater-wrap .caption-content h2 {
	display: block;
	float: left;
	font-size: 20px;
	padding-top: 8px;
	text-transform: uppercase;
	width: 194px;
}
#rotater-wrap .caption-content p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 15px;
	line-height: 20px;
}
#rotater-wrap .caption-content .readmore  {
	font-size: 18px;
	font-weight: bold;
	font-family: "Open Sans Condensed";
	float: right;
	padding-right: 15px;
}
#rotater-wrap >img {
	float: right;
}

#news{
    width:98%;
    margin:24px auto 2px auto;
    min-height:240px;
    position:relative;
    padding:0;
    overflow:hidden;
}
#news a{
	float: left;
	width: 280px;
    margin:0 10px;
    text-decoration:none;
    overflow:hidden;
    max-height:265px;
}
#news a:nth-of-type(3){
    margin-right:0;
}
#news img{
    margin-bottom: 8px;
}
#news a p{
    line-height:1.4;
    display:inline;
    font-size:.9em;
}
#news a p:first-of-type{
    font-variant:small-caps;
    font-size:1.1em;
    color:#848EB3;
    font-weight:bold;
    padding-right:7px;
}
#news a p:last-of-type:hover{
    text-decoration:underline;
}

#news #moreNews{
    text-align:right;
    font-variant:small-caps;
    font-size:1em;    
    color:#848EB3;
    font-weight:bold;
    float:right;
    padding:2px 0px 2px 0px;
    margin:12px 10px 0px 0px;
    clear:left;
    text-align:right;
    width:auto;
}
#news #moreNews a{
    font-size:1.1em;
    color:#848EB3;
    margin:0 0px 0 0;
    width:auto;
    float:right;
}


/*Talks styles  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
    #talksWrap {
        float: left;
        width: 220px;
        background-color: #192746;
        position: relative;
        min-height: 469px;
    }
    #talksWrap h1 {
        color: #FFF;
        font-family: "Open Sans Condensed";
        font-size: 40px;
        line-height: 36px;
        margin: 0px;
        padding: 15px 10px;
        font-weight: bold;
    }
    #talksWrap article:nth-child(even) {
        background-color: #232F4D;
    }
    #talksWrap article p a {
        color: #fff;
    }
    #talksWrap article {
        clear: both;
        overflow: hidden;
        padding:10px;
    }
    #talksWrap article div.date {
        float: left;
        min-width: 42px;
        /*border: solid 1px #182745;*/
        border: solid 1px #aaa;
        text-align: center;
        min-height: 40px;
        margin:0 6px 8px 0;
    }

    #talksWrap article div.date p:first-of-type {
        text-transform: uppercase;
        font-size:.9em;
        font-weight: bold;
        background: -webkit-linear-gradient(180deg, #20335b, #182745);
        background: -moz-linear-gradient(180deg, #20335b, #182745);
        background: -o-linear-gradient(180deg, #20335b, #182745);
        background: -ms-linear-gradient(180deg, #20335b, #182745);
        background: linear-gradient(180deg, #20335b, #182745);
        color: #efefef;
        padding: 4px;
        margin: 0;
    }

    #talksWrap article div.date p:last-of-type {
        margin: 0;
        font-size: .8em;
        padding:2px 0;
        color: #182745;
        background-color: #fff;
    }

    #talksWrap article p.title {
        float:left;
        width:68%;
        font-weight: bold;
        color:#fff;
        font-size:.7em;
        margin:0px 0px 6px 0;
        line-height:130%;
    }

    #talksWrap article div.event {
        clear: left;
        margin: 2px 0 0 0;
        padding:0;
        font-size:.7em;
    }

    #talksWrap article div.event p {
        margin: 0 0 3px 0;
        color:#fff;
    }

    #talksWrap article div.event p.timeLoc {
        color: #ddd;
        text-transform: uppercase;
    }
    #talksWrap article:last-of-type{
        text-align:right;
        color:#fff;
        font-size:.75em;
    }
    #talksWrap article:last-of-type a {
        font-weight: bold;
        text-decoration: none;
        color:#fff;
    }
    #talksWrap article:last-of-type a:hover {
        text-decoration: underline;
    }


#column2 {
	float: left;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#publications {
	float: left;
	padding: 15px;
	background: -webkit-linear-gradient(180deg, #f2f2f2, #fff, #f2f2f2);
	background: -moz-linear-gradient(180deg, #f2f2f2, #fff, #f2f2f2);
	background: -o-linear-gradient(180deg, #f2f2f2, #fff, #f2f2f2);
	background: -ms-linear-gradient(180deg, #f2f2f2, #fff, #f2f2f2);
	background: linear-gradient(180deg, #f2f2f2, #fff, #f2f2f2);
}
#publications h2 {
	font-family: "Open Sans Condensed";
	font-size: 22px;
	color: #192746;
	margin: 0px;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
}
#publications p {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
#ra-wrap {
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#ra-wrap a {
	text-decoration: none;
	color: #3a5076;
}
#ra-wrap a:hover {
	text-decoration: underline;
}

#our_research {
	float: left;
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	width: 330px;
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 4px;
	padding-left: 15px;
	color: #192746;
	height: 110px;
	font-size: 10px;
	padding-top: 25px;
}
.our {
	font-size: 36px;
	font-family: "Open Sans Condensed";
	margin: 0px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 0px;
	padding: 0px;
}
.research-areas {
	font-family: "Open Sans Condensed";
	font-size: 48px;
	margin: 0px;
	font-weight: bold;
	line-height: 48px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	letter-spacing: 0px;
}
.ra_icon_1_3_4_5 {
	float: left;
	width: 174px;
	position: relative;
	height: 120px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	text-align: center;
	font-size: 12px;
	color: #3A5075;
	padding-top: 15px;
}
.ra_icon_2_6 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height: 120px;
	width: 174px;
	position: relative;
	float: left;
	font-size: 12px;
	text-align: center;
	color: #3A5075;
	padding-top: 15px;
}
.ra_icon_7_8 {
	height: 121px;
	width: 174px;
	position: relative;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	float: left;
	font-size: 12px;
	color: #3A5075;
	text-align: center;
	padding-top: 15px;
}
#learn_more {
    float: left;
    height: 77px;
    position: relative;
    font-size: 28px;
    padding-top: 33px;
    padding-right: 5px;
    padding-left: 24px;
    font-family: "Open Sans Condensed";
    font-weight: bold;
    color: #192746;
    line-height: 30px;
}
#learn_more a {
	text-decoration: none;
	color: #002469;
}
#learn_more a:hover {
	text-decoration: underline;
}
