@import url(badbrowser.css);

html, body {
    font-family: Helvetica, Arial, sans-serif;
    color: rgb(80,80,80);
    line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(255,100,0);
	font-weight: normal;
	line-height: 1.8em;
}

a:link, a:visited {
    text-decoration: none;
    color: rgb(255,100,0);
}
a:hover {
    text-decoration: underline;
}

#header {
    position: absolute;
    height: 100%;
    width: 460px;
    background: url(../images/tile-gray.gif) repeat;
}

#header h1 {
    margin-bottom: 8px;
    background: url(../images/header.png) no-repeat center;
    background-color: rgb(255,100,0);
}

#header h1,
#header h1 a {
    height: 91px;
	display: block;
}

#header h1 a span {
	display: none;
}

/*********** navigation ***********/
#header ul#navigation {
    background: rgb(255,100,0);
    line-height: 1.9em;
}
#header ul#navigation li {
    float: right;
}
#header ul#navigation li a {
    padding: 0 12px;
    display: block;
    color: white;
    cursor: default;
}
#header ul#navigation li a.selected,
#header ul#navigation li a:hover {
    background: url(../images/tile-color.gif);
    text-decoration: none;
}

/*********** work ***********/
#header ul#work {
    line-height: 1.6em;
}
#header ul#work li {
    float: right;
}
#header ul#work li a {
    padding: 0 8px;
    margin: 8px 8px 0 0;
    display: block;
    color: rgb(80,80,80);
    cursor: default;
    background-color: white;
}
#header ul#work li a.selected,
#header ul#work li a:hover {
    background: url(../images/tile-darkgray.gif);
    color: white;
    text-decoration: none;
}

/*********** content ***********/
#content {
    position: absolute;
    /*width: 480px;*/
    width: 600px;
    height: 100%;
    margin-left: 460px;
    overflow: auto;
}

#content p {
    font-size: 10pt;
	margin-bottom: 10px;
}

#content h6,
#content h5 {
    font-size: 10pt;
}
#content h4,
#content h3,
#content h2 {
    font-size: 12pt;
}
#content h1 {
    font-size: 14pt;
}

#content ul li {
    font-size: 8pt;
}

#content ul li ul li {
	margin-left: 5em;
	list-style: disc;
}
/*********** content wrappers ***********/
#gallery h2.title {
    font-size: 20pt;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    margin: 1em 0;
}
#gallery,
#contact,
#curriculum {
    margin: 25px;
}

/*********** gallery thumbnails ***********/
#thumbnails {
    margin-bottom: 15px;
}
#thumbnails a img {
    padding: 5px;
    border: 1px solid rgb(200,200,200);
}
#thumbnails a.selected img,
#thumbnails a:hover img {
    background-image: url(../images/tile-color.gif);
    cursor: default;
}

/*********** footer ***********/
#footer {
    position: absolute;
    bottom: 0px;
    width: 420px;
    margin: 10px 20px;
}
#footer p {
    font-size: 8pt;
    display: inline;
	float: left;
}
#footer p a {
    color: rgb(80,80,80);
}
#footer p#admin {
    float: right;
}
#footer p#admin a {
    color: white;
}
#footer a:hover {
    text-decoration: underline;
}

/*********** login ***********/
div.login {
	margin: 30px auto 0;
	width: 350px;
	padding: 10px;
	background: url(../images/tile-color.gif);
}

div.login form {
	background: white;
	padding: 20px;
	line-height: 2em;
}

div.login td {
	text-align: right;
	padding-right: 10px;
}

div.login p.errors {
	color: white;
	line-height: 1.4em;
	margin-bottom: 5px;
}

/*********** clearfix ***********/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
