@charset "utf-8";

body{
font-family:'DejaWeb';
font-size:11px;
background:#000 top left fixed repeat;
color:#eee;
margin:0;
}

#header{
position:absolute;
top:0px;
left:0px;
width:100%;
height:110px;
}

#content{
position:absolute;
top:110px;
left:0px;
border-bottom:dotted 1px #444;
border-top:dotted 1px #444;
width:100%;
height:450px;
font-family:Georgia, 'Times New Roman', serif;
overflow:hidden;
}

#footer{
position:absolute;
top:560px;
left:0px;
width:100%;
}

#header,#content,#footer{
text-align:center;
}

.page{
position:relative;
margin:0 auto;
padding-left:100px;
padding-right:100px;
padding-top:0px;
padding-bottom:0px;
text-align:left;
min-width:700px;
max-width:1200px;
height:100%;
}

#menu{
position:relative;
height:100%;
width:100%;
}


#topmenu a, .submenu a, #topmenu a:hover, .submenu a:hover{
color:#eee;
border:0;
text-decoration:none;
}

#topmenu .current, .submenu .current, .submenu a.current:hover{
color:red;
}

/* #topmenu moved to/duplicated in menu.js due to html load order issue.*/
#topmenu{
font-family:'Swis721 Blk BT';
text-transform:uppercase;
font-size:14px;
}

#topmenu a, #topmenu span{
padding-right:3px;
}

/* .submenu moved to/duplicated in menu.js due to html load order issue.*/
.submenu{
font-family:'Swis721 Lt BT';
text-transform:uppercase;
font-size:10px;
}

#gallery p{
margin:0px;
padding:0px;
}

#galleryNav{
font-family:'DejaWeb';
}

#textbox{
position:absolute;
max-width:210px;
padding:10px;
z-index:999;
background:url(images/black_semi_transparent.png) top left fixed repeat;
}

#textArea{
position:relative;
padding:10px;
width:400px;
}

#text{
margin-right:10px;
}

.projectHeader{
font-family:'Swis721 Lt BT';
font-size:16px;
font-weight:normal;
text-transform:uppercase;
margin:20px 0 5px 0;
padding:0;
}

.date{
display:block;
font-size:9px;
color:#ddd;
margin:30px 0 5px 0;
}

#author{
padding:10px 10px 20px 10px;
font-size:9px;
color:#ccc;
text-align:right;
}

a{
color:#acd;
text-decoration:none;
}

a:hover{
color:#fc9;
border-bottom:1px dotted #fc9;
}

h3{
border-bottom:1px dotted #aaa;
margin:20px 0px 10px 0px;
}

h2{
font-family:'Swis721 Lt BT';
font-size:23px;
text-transform:uppercase;
margin:20px 0 5px 0;
padding:0;
}