/* ------------------------------------------------------------------------------- global */

body { margin: 0; padding: 0; background-color: #444; }

/* ------------------------------------------------------------------------------- containers */

#container { width: 1000px; margin: 50px auto; position: relative; }
#masthead { position: relative; height: 28px; }
#main { background: #444 url(images/bg_container.png) top left repeat-x; position: relative; clear: both; padding-bottom: 30px; }
#copy { width: 34%; float: left; }   
#viewer { width: 66%; float: left; }
.legend { margin-top: -20px; font-size: 11px; color: #666; }

/* ------------------------------------------------------------------------------- typography */

#masthead ul li a { text-transform: uppercase; font-size: 11px; font-weight: bold; }
#masthead h1 { text-transform: uppercase; font-size: 30px; font-family: Helvetica; }
#container { font-family: Tahoma; font-size: 12px; color: #eee; }
#copy { line-height: 150%; }

/* ------------------------------------------------------------------------------- links */

a:link, /* default state for all links */
a:visited {
color: #999;
text-decoration: none;
border-bottom: 1px dotted;
}

a:visited { /* links that have been visited */
color: #888;
}

a:active, /* when link is moused over */
a:hover {
color: #777;
border-bottom: 1px solid;
}

#home .home,
#newpics .newpics,
#nature .nature,
#europe .europe,
#geometry .geometry,
#streetart .streetart,
#architecture .architecture,
#contact .contact {
color: #fff;
}

#masthead ul li a {
font-size: 80%;
margin: 0 12px;
}

/*#masthead ul li a.home { color: #eee; }
#masthead ul li a.newpics { color: #999; }
#masthead ul li a.nature { color: #999; }
#masthead ul li a.europe { color: #eee; }
#masthead ul li a.geometry { color: #999; }
#masthead ul li a.streetart { color: #eee; }
#masthead ul li a.contact { color: #999; }
*/

#masthead h1 a {
color: #666;
}

#masthead h1 a:hover {
color: #777;
}

#masthead a {
border: 0;
}

/* ------------------------------------------------------------------------------- headers */

#masthead h1 { margin: 0; position: absolute; top: 0; left: -2px; }

h2 {
line-height: 120%;
}

h2 em {
  display: block;
  color: #ccc;
  font-style: normal;
  }

/* ------------------------------------------------------------------------------- nav */

#masthead ul {
position: absolute;
top: -13px;
right: 0;
margin: 10px 0 20px; 0;
padding: 0;
}

#masthead ul li {
list-style-type: none;
float: left;
padding: 0;
margin: 0;
}

/* ------------------------------------------------------------------------------- page specific */

#contact #viewer {
text-align: left;
}


/* ------------------------------------------------------------------------------- utility */

embed, object {
width: 95%;
height: 630px;
margin: 30px 0;
}   

.shell {
padding: 20px 25px 25px 35px;
text-align: left;
}

.clear {
clear: both;
}

.shadow-left {
background:  transparent url(images/shadow_left.png) no-repeat 0 0;
width:  13px;
height:  203px;
position:  absolute;
top:  0;
left:  -13px;
z-index:  99;
}

.shadow-right {
background:  transparent url(images/shadow_right.png) no-repeat 0 0;
width:  13px;
height:  203px;
position:  absolute;
top:  0;
right: -13px;
z-index:  99;
}

/* -------------------------------------------------------------------------------- form elements */

label {
font-size: 90%;
text-transform: uppercase;
display: block;
margin: 20px 3px 2px 0;
}

select {
font-size: 95%;
color: #555;
}

option {
border-top: 1px dotted #ccc;
}

input, 
textarea {
border: 1px solid #333;
padding: 3px;
color: #444;
}

input:focus, 
textarea:focus {
background-color: #ffc;
}

/* contact form specific */

.contactform small {
color: #999;
}

.contactform input {
width: 240px;
}

.contactform textarea {
width: 420px;
height: 160px;
font-family: "Tahoma", Verdana;
font-size: 110%;
}

.contactform label {
display: block;
}

.contactform .required {
padding: 0 0 0 5px;
color: #666;
font-size: 90%;
}

.contactform .success {
font-weight: bold;
font-size: 120%;
}

.contactform .submit input {
width: 100px;
background-color: #ccc; 
border: 0;
}

.contactform .submit input:hover {
background-color: #ddd; 
cursor: pointer;
border: 0;
}