/* ============================== */
/* James Gray - CSE 455, WIN 2012 */
/* ============================== */


html, body {
	height: 100%;
}

body {
    font-family: "Times New Roman", serif;
    font-weight: normal;
}

.header {
    border-width: 2px 0;
    border-style: ridge;
    border-color: black;
    padding: 1.0em 0;
    max-width: 1140px
    
}

.section {
    padding: 1.0em 0 0 0;
    margin: 0 0 5.0em 0;
    border-width: 0 0 2px 0;
    border-style: ridge;
    border-color: black;
    max-width: 1140px
}

.sectionhead {
    padding: 0;
}

.sectionhead p {
    font-weight: bold;
    font-size: x-large;
    margin: 0 0 0.5em 0;
}

.prjdata {
    margin: 0 0 1.0em 0;
}

.prjdata p {
    margin: 0;
}

.blockoff {
    margin: 1.0em 0 1.0em 0;
    border-width: 2px 0 0 0;
    border-style: ridge;
    border-color: black;
}

.blockoff p {
    padding: 1.0em 0 0 0;
}

.highlight {
    color: #f00;
}

.monocode p {
    font-family: "Courier New", monospace;
    font-weight: normal;
    color: #238E23;
}

.subhead {
    font-weight: bold;
    font-size: large;
    margin: 0 0 -1.0em 0;
}

.panorama {
    padding: 0.5em 2.5%;
}

.panorama img {
    width: 100%;
}

.halfpano {
    padding: 0.5em 2.5%;
}

.halfpano img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
}

.ascii-chart {
    overflow-x: visible;
    width: 40em;
    background: white;
    box-shadow: inset 0 0 8px #555;
    padding-bottom: 1em;
}

.caption {
    font-size: small;
    text-align: center;
}

#h-simple {
    width: 26.0em;
    border-collapse: collapse;
    text-align: left;
    margin: 0 1.0em;
}

#h-simple th {
    font-weight: bold;
    color: #036;
    padding: 0.2em 0.5em;
    border-bottom: 2px ridge #036;
}

#h-simple td {
    color: #036;
    padding: 0.2em 0.5em 0 0.5em;
}

#h-simple tbody tr:hover td {
    color: #669;
}

.section li {
    margin: 0 0 0.2em 0;
}


/* ============================== */
/* James Gray - CSE 455, AUT 2012 */
/* ============================== */

html {
    width: 100%;
    background: #def;
}
body {
    width: 100%;
    margin: 0;
}
.section {
    margin-left:80px;
    margin-top:20px;
    margin-right: 2px;
    margin-bottom: 0;
    background: white;
    padding: 2em;
    box-shadow: 0 0 12px #555;
    border: 1px solid #AAA;
}
.callout {
    color: #E8E8E8;
    text-shadow: 1px 1px #555;

    display: inline-block;
    padding: 0.6em 1em;
    padding-left: 4em;
    width: 12em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    text-align: right;

    background: -moz-linear-gradient(left,  rgba(193,48,48,0) 0%, rgba(193,48,48,0.61) 11%, rgba(193,48,48,0.95) 25%, rgba(193,48,48,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(193,48,48,0)), color-stop(11%,rgba(193,48,48,0.61)), color-stop(25%,rgba(193,48,48,0.95)), color-stop(100%,rgba(193,48,48,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(193,48,48,0) 0%,rgba(193,48,48,0.61) 11%,rgba(193,48,48,0.95) 25%,rgba(193,48,48,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(193,48,48,0) 0%,rgba(193,48,48,0.61) 11%,rgba(193,48,48,0.95) 25%,rgba(193,48,48,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(193,48,48,0) 0%,rgba(193,48,48,0.61) 11%,rgba(193,48,48,0.95) 25%,rgba(193,48,48,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(193,48,48,0) 0%,rgba(193,48,48,0.61) 11%,rgba(193,48,48,0.95) 25%,rgba(193,48,48,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c13030', endColorstr='#c13030',GradientType=1 ); /* IE6-9 */
}
.prjdata .callout {
    margin-top: 1em;
}
.header .infoblock {
    background: #efe;
    width: 30em;
    padding: 1em 1.5em;
    padding-bottom: 0.2em;
    margin-bottom: 1.5em;
    margin-top: 30px;
}
.prjdata .label {
    font-weight: bold;
    display: inline-block;
    width: 10em;
}
.mono {
    font-family: monospace;
    font-weight: bold;
}
.mono-highlight {
    font-family: monospace;
    font-weight: bold;
    padding: 0.2em 0.6em;
    color: white;
    background: black;
}
.right {
    float: right;
}

nav {
    position: absolute;
    left: 12px;
    top: 40px;
    width: 50px;
    height: 180px;
}

nav a {
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 10px;
    clear: right;
    display: inline-block;
    font-size: 9px;
    text-align: center;
    font-family: sans-serif;
    color: black;
    font-weight: bold;
}

nav a img {
    width: 50px;
    border-radius: 4px;
}

nav a:hover img {
    box-shadow: 0 0 18px #00f;
}

.tab img {
    box-shadow: 0 0 18px #555;
}

nav a#tab-active img {
    box-shadow: 0 0 18px #00f;
}

.panorama {
    margin-bottom: 20px;
}
.sectionhead {
    padding-top: 20px;
}
.sectionhead p {
    margin-bottom: 10px;
}
