/*  
Theme Name: seclab Project
Theme URI: http://seclab.cs.rice.edu/
Description: Theme for Computer Security Lab projects, designed by Dan Wallach.
Version: 1.0
Author: Dan Sandler
Author URI: http://www.cs.rice.edu/~dsandler/
*/

body {
/*    font-family: "Times New Roman", Times, serif;*/
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif;
	font-size: 11pt;
    line-height: 1.1em;
    background-color: #ffffff;
    margin: 0;
    padding: 20px 10px;
    background-image: url(/images/seclab-logo-800-bg.jpg);
    background-repeat: no-repeat;
    background-position: 10px 190px;
}

a:link {
    color: #000099;
    text-decoration: underline;
}

a:visited {
    color: #754702;
}

a:hover {
    color: #000099;
}

#head {
    background-image: url(/images/seclab-182x181.png);
    background-repeat: no-repeat;
/*    background-position: 0 center;*/
    background-color: #ffffff;
    /* padding-top: 25px; */
    margin-bottom: 0px;
    /* padding-left: 150px; */
    width: auto;
    height: 181px;
}

#head h1 {
    color: #000066;
    font-size: 32px;
    /* font-style: italic; */
    /* font-weight: bold; */
    padding-top: 10px;
    padding-left: 200px;
    margin: 0;
}

#head .description {
    color: #5081C2;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif;
    font-style: italic;
    /* font-weight: bold; */
    margin: 0;
    padding-left: 200px;
}

#head a {
	color: #006;
	text-decoration: none;
}

#content {
    position: relative;
    top: -120px;
    margin-left: 0px;
    padding-left: 200px;
}

#content p {
    margin: 0 11px 1em;
    padding: 0
}

h1, h2, h3, h4, h5 {
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif;
}

hr {
	border: none;
	border-top: 2px solid #5081C2; /* #1f4b35; */
}

#content h2 {
    font-size: 125%;
}
#content h1 {
	font-size: 135%;
}
#content h2, #content h1 {
    color: #fff;
    font-weight: bold;
    background-color: #1f4b35;
    margin: 0 0 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#content h2 a {
	color: white;
}

#content h3 {
    color: #5081C2;
    font-size: 110%;
    font-weight: bold;
    margin: 14px 10px 14px 10px;
	border-top: 2px solid #5081C2;
	padding-top: 4px;
	text-transform: uppercase;
}

#content h4 {
    color: #1f4b35;
    font-size: 100%;
	font-style: italic;
    font-weight: bold;
    margin: 0 10px 10px;
}

#nav {
    position: absolute;
    top: 220px;
    left: 10px;
    width: 180px;
}

#nav ul {
    margin: 0;
    padding: 0;
}
#nav li {
	color: #ccc;
    background-color: #000066;
    white-space: nowrap;
    list-style-type: none;
    display: block;
    margin-bottom: 6px;
    padding: 3px 6px;
}

#nav li li { 
	padding: 0;
	margin: 0;
}

#nav a:link, #nav a:visited {
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none
}

#nav a:hover {
    color: #ecbd80;
    text-decoration: underline
}

#nav h2, #nav h3 {
	font-size: 100%;
	margin: 0;
	color: #88a;
}

#modified {
	clear: both;
	color: #338;
    padding-left: 150px;
	font-family: sans-serif;
	font-size: 90%;
}

#content p.postmetadata {
	text-align: right;  /* we'll try this for a bit */

	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif;
    color: white;
    font-size: 87%;
    font-weight: bold;
    background-color: #5081C2;
	margin: 0;
	padding: 0;

    margin: 8px 0 24px 0;
    padding: 5px 10px 5px 10px;
}

#content p.postmetadata a { 
	color: white;
}

img.floatRight, img[align=right] {
    float: right;
    margin-left: 1em;
	margin-bottom: 0.5em;
}

blockquote {
	background: url(blockquote.png);
	margin: 1em 10px;
	padding: 12px;
}

div.blockquotesource {
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
	text-align: right;
	margin-bottom: 0.5em;
}

cite {
}

code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
}

img {
	border: 0;
}

tt, code, pre {
	font-family: "Bitstream Vera Sans Mono", Consolas, Monaco, monospace;
	font-size: 90%;
}

.navigation {
	background-color: #eee; 
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif;
	padding: 0.5em;
	height: 1em;
	font-size: 90%;
	color: #999;
}
.navigation .alignleft { float: left; text-align: left; }
.navigation .alignright { float: right; text-align: right; }
.navigation a:visited, .navigation a:link {
	color: #999;
	font-weight: bold;
}

sup,sub { line-height: 0.6em; font-size: 65%; }
a[rel="footnote"] { padding: 0 0.25em; font-weight: bold; }
.footnotes {
/*    background-color: #eee;*/
	padding-bottom: 0.5em;
}

/*
.footnotes>ol:before {
	content: "Notes";
	font-size: 110%;
	font-weight: bold;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif;
	padding: 0.5em;
    color: #5081C2;
}*/
.footnotes li {
	font-size: 90%; 
}

