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

body {
    font-family: Times, serif;
    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-logo.gif);
    background-repeat: no-repeat;
    background-position: 5px center;*/
    background-color: #ffffff;
    margin-bottom: 0px;
    width: auto;
    height: 120px;
}

#logo {
	width: 120px;
	float: left;
	margin-left: 3px;
}

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

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

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

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

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

#content {
    position: relative;
    top: -20px;
    margin-left: 0px;
    padding-left: 140px;
}

#content p {
    font-size: 100%;
    margin: 1em;
    padding: 0;
}

#content li {
	list-style-type: square;
	margin-bottom: 0.75em;
}

#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: 160px;
    left: 10px;
    width: 124px;
}

#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;
	margin-left: 1em;
}

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

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

#nav h2 {
	font-size: 110%;
	color: white;
}

#nav h3 {
	font-size: 95%;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 0.25em 0;
	color: #88a;
}

#nav h4 {
	font-size: 85%;
	font-style: italic;
	margin: 0.5em 0 0 0;
}

#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, 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;
}


