/* Imports for specific pages or sections */
@import url('publications.css');

* {
    margin:0;
    padding:0;
}

hr {
    margin-top:2em;
    margin-bottom:2em;
}

body {
    background: #DDDDDD;
    }

.emph {
    font-style:italic;
    font-family: Georgia, Palatino, "Times New Roman";
}

#top{
    text-align:left;
    min-height: 2.5em;
    background:#003366;
    background: -webkit-gradient(linear, left top, left bottom, from(#3399FF), to(#003366));
    background: -moz-linear-gradient(top,  #3399FF,  #003366);
}

#top header {
    float: left;
    background: #303030;
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
    background: -moz-linear-gradient(top,  #666666,  #000000);
    font-family: "GraublauWeb";
    font-weight: normal;
    min-height: 2.7em;
}

#top header h1 {
    color:white;
    font-weight: normal;
    text-shadow: 3px 3px 3px #000000;
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 2em;
    line-height: 1.2em;
}

#top header p {
    color:white;
    font-family: Lucida Grande, Verdana, Arial;
}

nav{
    min-height: inherit;
    color: #FFFFFF;
    text-align: right;
    padding-right: 3em;
    box-shadow: 3px 3px 5px #999999;
    -moz-box-shadow: 3px 3px 5px #999999;
	-webkit-box-shadow: 3px 3px 4px #999999;
}

a.navlink {
    color:#FFFFFF;
    text-decoration:none;
    font-family: "GraublauWeb", Georgia, Helvetica, sans-serif;
    font-variant: small-caps;
    font-size: 1.5em;
    line-height: 1.8em;
    padding-left:0.75em;
    padding-right:0.75em;
}

a.navlink:hover{
    color:#FFFFFF;
    text-decoration:underline;
}

#main{
    margin-top:2.5em;
}

.block{
    display:block;
    background:#FFFFFF;
    border: 2px solid #3399FF;
    padding-left:10%;
    padding-right:10%;
    padding-top:2em;
    padding-bottom:1em;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left:10%;
    margin-right:10%;
    border-radius:1em;
    -moz-border-radius:1em;
    color:#002A19;
    font-family: 'Droid Serif',Georgia, "Times New Roman", serif;
    overflow:auto;
    box-shadow: 3px 3px 5px #999999;
    -moz-box-shadow: 3px 3px 5px #999999;
	-webkit-box-shadow: 3px 3px 4px #999999;
}

.block h1.title{
    text-align: center;
    font-family: "GraublauWeb", Helvetica, Georgia;
    font-size:300%;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    margin-top:1em;
}

.block h1
{
    text-align:center;
    color:#000000;
    font-family: "GraublauWeb";
    font-size: 300%;
    margin-top: 0.5em;
    margin-bottom:1em;
    text-transform: uppercase;
}

.block h2{
    font-family: "GraublauWeb", Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-variant: small-caps;
    color:#000000;
    font-size:175%;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.block h3{
    font-family: "GraublauWeb";
    font-weight: normal;
    font-size:150%;
    margin-top: 0.5em;
    margin-bottom:0.5em;
    margin-left: 0.5em;
    color:#000066 ;
}

.block p{
    margin-bottom: 1em;
    margin-left: 1.2em;
    line-height: 1.5em;
}

.block ul{
    margin-left: 3%;
    margin-top: 1em;
    line-height: 1.2em;
}

.block ol{
    margin-left: 5%;
    margin-top: 1em;
}

.block li{
    margin-bottom:.25em;
}

.block table{
    text-align:center;
    width: 90%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left:auto;
    margin-right:auto;
    border:2px #000000 solid;
    border-collapse:collapse;
}

.block td{
    border:2px #000000 solid;
    width:50%;
}

.block a:hover{
    text-decoration:underline;
    color:#000066;
}

.block a{
    color:black;
}

.block img{
    text-decoration: none;
    border:none;
    margin:1em 2em 1em 2em;
    float:right;
}

#twitter {
    width:49%;
    float:right;
    border-left: 1px solid #3399FF;
}

#twitter h2
{
    float:right;
}

#twitter .morelink{
    float:right;
}

#twitter ul{
    display:block;
    clear:both;
    margin-top:10px;
    margin-left:5%;
}

#twitter ul li{
    margin-bottom:1.5em;
}

#twitter ul li span {
    font-family: Verdana, Arial, serif;
    color:black;
    line-height:1.2em;
}

#twitter ul li a {
    font-family: "Droid Sans";
    font-weight:bold;
    color:black;
}

#twitter ul li a:hover {
    color:#0000FF;
}

.right {
    width: 49%;
    float:right;
    border-left: 1px solid #3399FF;
    margin-bottom:1em;
}

.right h2 {
    text-align:right;
}

.right h3 {
    margin-left:5%;
}

.right ul {
    margin-left:10%;
}

.title{
    font-weight:bold;
}

.title a{
    font-weight:normal;
    float:right;
    }


