/** blueprint/typography **/

body {
    color:#666;
    font-family:Times New Roman;
}
h1, h2, h3, h4, h5, h6 {
    color:#ccc;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
h1 {
    margin-bottom:0.5em;
    font-size:60px;
    line-height:43px;
    margin-bottom:0.5em;
    font-weight: bold;
    color:#991010;
    letter-spacing:-0.1em;
}
h1 .lastname {
    margin-left: -4px;
}
h2 {
    font-size:2em;
    margin-bottom:0.75em;
}
h3 {
    font-size:1.5em;
}
h4 {
    font-size:1.2em;
    line-height:1.25;
    margin-bottom:1.25em;
}
h5 {
    font-size:1em;
    font-weight:bold;
}
h6 {
    font-size:1em;
    font-weight:bold;
}
p {
    margin:0pt 0pt 1.5em;
}
p.last {
    margin-bottom:0pt;
}
p img {
    float:left;
    margin:1.5em 1.5em 1.5em 0pt;
    padding:0pt;
}
p img.top {
    margin-top:0pt;
}
img {
    margin:0;
}
ul, ol {
    margin:0pt 1.5em 1.5em;
    list-style-type:none;
}
abbr, acronym {
    border-bottom:1px dotted #666666;
}
address {
    font-style:italic;
    margin-top:1.5em;
}
a {
    color:#BBB;
    text-decoration:none;
}
a:focus, a:hover, li.current a {
    color:#991010 !important;
}
#content a:focus img, #content li.current a img {
    border-color:#991010 !important;
}
strong {
    font-weight:bold;
}
em {
    background:#FFFFCC none repeat scroll 0%;
    font-style:italic;
}

/** thickbox **/
*{padding: 0; margin: 0;}
#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    background: #ffffff;
    color:#000000;
    text-align:center;
}
#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #991010;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {
    display:none;
}
#TB_main {
    margin:15px 0 15px 0;
    text-align:center;
}
#TB_window #TB_Image {
    border:1px solid #991010;
    padding:3px;
    margin:0 auto;
    display:inline;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
}
#TB_window #TB_Image.borderless {
    border:0;
    opacity:1 !important;
    -ms-filter:none;
    filter:none;
}
#TB_caption{
    font-size: 13px;
    font-style:italic;
    font-family:Georgia,Times New Roman,serif;
    color: #666666;
    background-color: #ffffff;
    height:25px;
    padding:7px 30px 10px 25px;
    display:none;
}
#TB_closeWindow{
    height:25px;
    padding:11px 25px 10px 0;
    float:right;
}
#TB_title{
    background-color:#e8e8e8;
    height:27px;
}
#TB_load{
}
* html #TB_load { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    height:100%;
    width:100%;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
}
* html #TB_HideSelect { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#overlay {
    display:none;
}

/** klokie styley **/
*{
    margin: 0;
    border: 0;
    padding: 0;}

body{
    background-color: #fff;
    margin:20px;
}

.white{
    letter-spacing: -1px;
    text-transform: capitalize;
    padding: 15px;
    background-color: #fff;}

#container {
    float:left;
    margin:0 0 0px 0;
    padding:0;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    position:relative;
    width:100%;
    min-width:1200px;
}

#content.scrollable { 
    height:656px;
}

#content ul, #content li {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
}
#content ul {
    margin:0;
    /*
    clear:both;
    display:block;
    */
}

#content li {
    margin:0;
    float:left;
    display:inline;
}
/*
#content ul li.pad {
    display:none !important;
}
*/
#content a.thickbox { 
    display:block;
    height:82px;
    text-align:center;
}

#content img, .thumb, .new{
    height: 70px;
    padding: 3px;
    margin: 2px;
}

#content a img, .thumb{
    border: solid 1px #ccc;
    display:inline !important;
}
#content a:hover img{
    border-color: #000;
}
#content .new, .cc{
    border: solid 1px #f0f;
}
#content img:hover, .thumb:hover, .new:hover, .cc:hover{
    background-color: #fff;
}
.hidden{
    display: none !important;
}

#contactInfo {
    font-size:1em;
    font-weight:normal;
    color:#999;
    background-color:#FFFFFF;
    float:right;
    margin:0 0 0 0 !important;
    padding:18px;
    font-size:0.7em;
    border:1px solid #ddd;
    border-width:1px 1px 0 0;
    position:absolute;
    right:20px;
    top:20px;
}

#contactInfo.inline { 
    padding:0 0 18px 0;
    position:static;
    border:0;
    height:70px;
    max-width:140px;
}
#contactInfo li { 
    float:none;
    width:135px;
}

#contactInfo li, #contactInfo .adr, #contactInfo .adr div, #contactInfo .adr span { 
    text-align:left;
    text-indent:0;
    margin:0;
    padding:0;
}

#credits {
    padding:15px;
    background-color: transparent;
    border:1px solid #ddd;
    border-width:0 1px 1px 0;
    position:absolute;
    bottom:0px;
    right:0px;
    text-align:right;
    white-space:nowrap;
    font-size:0.9em;
}

#credits .adr span, #credits .adr a {
    background-color:#fff;
}

#credits h6 { 
    font-size:0.7em;
}

#content{
    float:left;
    margin:15px;
    padding:0;
    width: 534px;
}

.title {
    padding:88px 50px 148px 50px;
    text-transform:uppercase;
}
.title h3, .title em {
    font-family:Georgia;
    font-style:oblique;
    text-transform:none;
    line-height:1;
    margin-bottom:15em;
}
.title-overlay {
    position:absolute;
    z-index:100;
    background-color:#991010;
}
.title-overlay h1 {
    color:#fff;
}

.title {
    width:400px;
    height:400px;
    float:left;
    text-align:center;
}

.title h1, .title h3, .title em {
    width:400px;
}
#arrows {
    float: left;
    width:40px;
    height:656px;
    position:relative;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    margin:15px 0 15px 5px;
}

#upArrow {
    position:absolute;
    top:0;
}
#downArrow {
    position:absolute;
    bottom:0;
}
#arrows a.off:hover {
    color:#BBB !important;
}

#content.scrollable { 
    overflow:hidden;
    margin-right:0;
}
#content:hover {
    background-color:#feffff;
}
#content.bg, #container.bg, #content:hover ul li, #content ul:hover li.pad { 
    opacity: 0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6)";
    filter:alpha(opacity=60);
}
#content ul:hover li { 
    background-color:#fff;
    opacity: 1;
    -ms-filter:none;
    filter:none;
}
#loading {
    display:none;
}
#content.loading #loading {
    display:block;
    position: absolute; 
    background-color: rgb(255, 255, 255);
    -moz-border-radius: 1em 1em 1em 1em; 
    border: 1px solid rgb(204, 204, 204); 
    left: 214px; 
    top: 203px; 
    padding: 0.25em 1em;
}

