﻿/* Reset styles to common defaults for all browsers */

@import "Reset.css";


/* General page layout styles */

body {
    background-image: url(../Images/SiteBackground.gif);
    font-family: "Trebuchet MS", Verdana, Sans-Serif;
    font-size: small;
}

.site-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    width: 754px;
}

.site-top {
    height: 100px;
    background-image: url(../Images/SiteTop.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: White;
}

.site-top h1 {
    display: none;
}

.site-middle {
    padding-left: 1px;
    padding-right: 11px;
    background-image: url(../Images/SiteMiddle.gif);
    background-repeat: repeat-y;
    background-position: top center;
    background-color: White;
    overflow: hidden;
}

.sidebar-outer {
    float: left;
    width: 186px;
}

.sidebar-inner {
    padding: 20px;
}

.content-outer {
    float: left;
    width: 556px;
}

.content-inner {
    padding-left: 30px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-bottom {
    margin-bottom: 20px;
    padding-top: 22px;
    background-image: url(../Images/SiteBottom.gif);
    background-repeat: no-repeat;
    background-position: top center;
}


/* Site navigation */

.site-navigation {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #b7b7b7;
    overflow: hidden;
}

.site-navigation h2 {
    display: none;
}

.navigation-level-1 {
    float: left;
    border-right: 1px solid black;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    text-decoration: none;
}

.navigation-level-1:link,
.navigation-level-1:visited {
    color: Black;
}

.navigation-level-1:hover,
.navigation-level-1:active {
    background-color: #888888;
    color: White;
}

.current-page-level-1,
.current-page-level-1:link,
.current-page-level-1:visited {
    background-color: #666666;
    color: White;
}


/* Site bottom */

.site-bottom {
    text-align: center;
    font-style: italic;
    font-size: 95%;
    text-decoration: none;
}


/* Quick links sidebar */

.quick-links {
    color: #333344;
}

.quick-links-title {
    font-family: Georgia, Serif;
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 0.5em;
}

.quick-links p {
    margin-top: 0.2em;
    margin-bottom: 0.7em;
    border-top: 1px solid #8888cc;
    padding-top: 0.7em;
    line-height: 130%;
}

.quick-links p a {
    display: block;
    margin-top: 0.7em;
    text-align: right;
    text-decoration: none;
    font-size: 85%;
    font-weight: bold;
}

.quick-links img {
    vertical-align: baseline;
}

.quick-links .contact-information {
    text-align: right;
}


/* General content styles */

.content-inner h1 {
    margin-bottom: 0.8em;
    border-bottom: 1px solid #999999;
    padding-bottom: 4px;
    color: #222;
    font-family: Georgia, Serif;
    font-weight: bold;
    font-size: 170%;
}

.content-inner h2 {
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    color: #222;
    font-family: Georgia, Serif;
    font-weight: bold;
    font-size: 140%;
}

.content-inner p {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 140%;
}

.content-inner ul {
    margin-left: 2em;
    list-style-type: disc;
    line-height: 150%;
}

.content-inner ul li {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

strong {
    font-weight: bold;
}

a:link {
    color: #0000aa;
}

a:visited {
    color: #220099;
}

a:hover,
a:active {
    color: #0000dd;
}



/* Homepage */

p.definition-box {
    float: left;
    margin-top: 0;
	border: 1px solid #e0e0c0;
	padding: 10px;
    width: 280px;
    background: #fafaea; 
	color: #633;
	line-height: 120%;
	font-family: times, serif; 
	font-style: italic; 
	font-size: 12pt;
}


/* Side boxes */

.side-box-right {
    float: right;
    display: inline;
    margin-left: 1em;
    margin-bottom: 1em;
}

.side-box-photo {
    border: 1px solid Black;
}


/* Portfolio page */

.portfolio {
    overflow: hidden;
}

.portfolio-listing {
    float: left;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    border: 1px solid #999999;
    padding: 4%;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #f3f4fe;  
    width: 39%;
    height: 27em;
    line-height: 125%;
    font-family: Verdana, Sans-Serif;
}

.portfolio-listing h2 {
    margin: 0;
    text-align: center;
    font-family: Verdana, Sans-Serif;
    font-size: 110%;
}

.screenshot-thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #999999;
}

.portfolio-listing dl {
    margin-top: 1.3em;
    margin-bottom: 1em;
    font-size: 85%;
}

.portfolio-listing dt {
    display: inline;
    font-weight: bold;
    text-indent: -1em;
}

.portfolio-listing dd {
    display: inline;
    text-indent: -1em;
}

p.portfolio-description {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 85%;
}

p.portfolio-factoid {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 85%;
}

ul.portfolio-links {
    display: block;
    margin: 0;
    margin-top: 1.5em;
    list-style-type: none;
    font-size: 85%;
}

.portfolio-links li {
    display: block;
    text-align: center;
}

.portfolio-links a {
    padding-left: 1em;
    padding-right: 1em;
    background-image: url(../Images/PortfolioLinkArrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.slideshow-only {
    display: none;
}