@charset "utf-8";
/*
 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.net/yui/license.txt
 version: 2.6.0
 Adpated by Markus Hausammann
 */
/* reset rules */ * {
    font-size: 100.01%;
	/*overflow: hidden*/
}

html, body
{
	color: #FFFFFF;
	background-color: #0a0a0a;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 0.95em;
	line-height: 1.2em;
    letter-spacing: 1px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

del, ins {
    text-decoration: none;
}

/* clearing methods */
/* clearfix method for clearing floats */ .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* essential for Safari browser !! */ .clearfix {
    display: block;
}

/* removes ugly mozilla dotted link borders */
a:active
{
  outline: none;
}

a:focus { 
    -moz-outline-style: none; 
}

h1 {
    font-size: 1.1em;
	padding-bottom: 0.3em;
	font-weight: bold;
    text-transform: uppercase;
}

h2 {
    font-size: 1.1em;
    padding-top: 1em;
    padding-bottom: 0.3em;
    font-weight: bold;
}

p {
	font-size: 1em;
	padding-bottom: 0.3em;
}

em {
	font-style: italic;
}

table {
	font-size: 1em;
}

.warning {
	background:#FAC6C6 url(../img/status-alert.png) no-repeat scroll 10px 50%;
	border-bottom:3px solid #FE7B7A;
	border-top:3px solid #FE7B7A;
	color:#CC0000;
}

.success {
	background:#E2EECB url(../img/status-success.png) no-repeat scroll 10px 50%;
	border-bottom:3px solid #C2DF88;
	border-top:3px solid #C2DF88;
	color:#57861A;
}

.warning, .success {
	display:block;
	margin:15px 0;
	padding:10px 10px 10px 50px;
}

.button, submit, #login, #register, #invite {
	border-bottom: #413e35 solid 1px;
	border-right: #5a574a solid 1px;
	border-top: #938d77 solid 1px;
	border-left: #938d77 solid 1px;
	font-size: 1.2em;
	background-color: #938d77;
	margin-top: 3px;
	padding: 1px 1px 2px 1px;
}

strong {
	font-weight: bolder;
}

a:link {
	color: #00FFFF;
	text-decoration: none;
}

a:visited {
	color: #00FFFF;
	text-decoration: none;
}

a:hover {
	color: #00FFFF;
	text-decoration: line-through;
    
}

/* form rules */

.registerDiv ul, .loginDiv ul, .uploadDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.uploadDiv #caption {
    height: 150px;
    width: 400px;
}

.registerDiv ul li, .loginDiv ul li, .uploadDiv ul li {
    margin: 0;
	background: none;
    clear: both;
    border-top: 1px dotted #DDDDDD;
    padding: 0.5em 0;
}

.titleField {
	width: 400px;
}

label.leftalign {
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 10px;
    line-height: 1.6em;
    text-align: right;
	width: 180px;
}

textarea {
    font-size: 1em;
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}

/***header rules***/

/**nav rules**/
#start {
    left: 0px;
    top: -1px;
    position: absolute;
}

#rollover {
	position: absolute;
	left: 43px;
	top: -1px;
	height: 20px;
	width: 464px;
	white-space:nowrap;
	vertical-align:bottom;
}

#rollover ul {
	list-style: none;
	padding: 0;
	font-size: 1em;
}

#rollover li {
	background: none;
	background-position: 0;
	background-repeat: no-repeat;
	list-style: none;
	display: inline;
	float:left;
	margin: 0;	
	padding: 0;
}
 
#rollover a {
    display: block;
    width: 42px;
	height: 20px;
    font: bold 14px sans-serif;
	text-align:center;
    color: #938d77;
    text-decoration: none;
	border: none;
} 
#rollover a:hover {
    background-position: 0 -21px;
    color: #049;
}

#rollover a:active {
    outline: none;
}

#rollover .year_01 {
	background: url("../img/nav_01_combo.jpg") 0 0 no-repeat;
}

#rollover .year_02 {
	background: url("../img/nav_02_combo.jpg") 0 0 no-repeat;
}

#rollover .year_03 {
	background: url("../img/nav_03_combo.jpg") 0 0 no-repeat;
}

#rollover .year_04 {
	background: url("../img/nav_04_combo.jpg") 0 0 no-repeat;
}

#rollover .year_05 {
	background: url("../img/nav_05_combo.jpg") 0 0 no-repeat;
}

#rollover .year_06 {
	background: url("../img/nav_06_combo.jpg") 0 0 no-repeat;
}

#rollover .year_07 {
	background: url("../img/nav_07_combo.jpg") 0 0 no-repeat;
}

#rollover .year_08 {
	background: url("../img/nav_08_combo.jpg") 0 0 no-repeat;
}

#rollover .year_09 {
	background: url("../img/nav_09_combo.jpg") 0 0 no-repeat;
}

#rollover .year_10 {
    background: url("../img/nav_10_combo.jpg") 0 0 no-repeat;
}

#rollover .year_11 {
    background: url("../img/nav_11_combo.jpg") 0 0 no-repeat;
}

/**title rules**/

#container_1_title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 431px;
    height: auto;
}

#container_2_title {
    position: absolute;
    bottom: 0px;
    left: 441px;
	width: 217px;
    height: auto;
}

#container_3_title {
    position: absolute;
    bottom: 0px;
    left: 661px;
	width: 143px;
    height: auto;
}

#container_1_title h2, #container_2_title h2, #container_3_title h2 {
    padding: 0 0 2px 0;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: bold;
}

#content_nav #title {
    position: absolute;
    top: 3px;
    width: 100%;
    height: auto;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: bold;
}

#content_nav #caption {
    position: absolute;
    top: 35px;
    height: 30px;
    width: 100%;
    line-height: 1.2em;

}

/***left col rules***/
#logo_left {
	position: absolute;
	top: 75px;
	left: -1px;
}

#logo_right {
	position: absolute;
	top: 75px;
	right: -1px;
}

#nav_previous {
    position: absolute;
    top: 323px;
    left: 1px;
}

/***main content rules***/

.icon {
    width: 20px;
    text-align: center;
}

/***right col rules***/
#nav_next {
    position: absolute;
    top: 323px;
    right: 0px;
}

/***footer rules***/
#at_alexgrimm {
	position: absolute;
	left: 463px;
}

#address {
	position: absolute;
    bottom: 16px;
	left: 553px;
    letter-spacing: normal;
}

#address .address {
	font: 0.88em Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 8px 0 0 18px;
}

#tiny_links {
    position: absolute;
    left: 825px;
    bottom: 16px;
}

#tiny_links p {
    font: 0.88em Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
    padding-bottom: 0;
    letter-spacing: normal;
}

#tiny_links {
    line-height: normal;
}

/***admin rules***/
.works_overview {
    font-size: 1em;
    margin: 5px 1px 5px 1px;
    line-height: 1.2em;
}

.works_overview .header {
    color: #000000;
    background-color: #888888;
    text-align: center;
    font-weight: bold;
}

.works_overview .status {
    text-align: center;
}

.works_overview img {
    vertical-align: middle;
}

.works_overview td {
    padding: 3px;
    border: #888888 1px solid;
    vertical-align: middle;
}

#workviews_right {
    position: relative;
    float: right;
    width: 250px;
}

#workviews_left {
    position: relative;
    float: left;
    width: 550px;
}

#workviews_right label {
    display: inline;
    float: none;
    clear: both;
}

#workviews_right #caption {
    width: 245px;
    height: 100px;
}

.td_title, td_caption {
    vertical-align: middle;
}

.td_title .edit, .td_caption .editCaption {
    height: 60px;
    overflow: hidden;
    vertical-align: middle;
}

.view_thumb {
    width: 40px;
    height: 30px;
}

.breadcrumbs {
    font-size: 1em;
}

