img { behavior: url("pngbehavior.htc"); }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body { 
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #000;
  color: #ccc;
  font-family: arial, "lucida console", sans-serif; 
  font-size: 12px;
}

.admin_title {
  font-size:3.0em; 
  font-weight: bold;
  color: #fff;
  margin-bottom: 4px;
}

h1 {
  font-size:2.0em; 
  font-weight: bold;
  color: #fa5;
  margin-bottom: 4px;
}

h1.flash {
  font-size:1.6em; 
  font-weight: bold;
  color: #fc3;
  margin-bottom: 4px;
}

h2 {
  font-size:1.4em;
  font-weight: bold;
  margin-bottom: 4px;
}

p {
  font-size:1.2em;
  margin: 0.5em 0 0.5em 0;
}

th {
  padding: 2px 4px 0px 4px;
  font-style: italic;
  border-bottom: 1px solid #ccc;
}

td {
  padding: 2px 4px 0px 4px;
}

cite {
  font-size: 1.2em;
  margin-top: 0.2em;
  font-style: italic;
}

address {
  font-size: 1.0em;
  margin-top: 0.2em;
  font-style: italic;
}

a{ 
  font-size: 1.0em;
}
a:link { 
  color: #ddd;
}
a:visited { 
  color: #bbb;
}
a:hover {
  color: #fff;
}

h1 a{ 
  font-size: 1.0em;
}
h1 a:link { 
  color: #fa5;
}
h1 a:visited { 
  color: #fa5;
}
h1 a:hover {
  color: #fc8;
}

#wrapper {
  position: relative;
  margin: 0 auto 6px auto;
  padding: 0;
  width: 930px;
  text-align: center;
  background: #303030 url(/images/filmgrain.jpg); 
  border: 1px solid #aa8055;
  border-top: 0px solid #000000;
}

#title {
  margin: 10px 0 10px 0;
  width: 900px;
}
#subtitle {
  width: 900px; 
  text-align: center; 
  font-family:monospace; 
  font-size:2em; 
  font-weight: bold;
  margin: 0 0 14px 0;
  color: #808080;
}

#postcard {
  margin: 0px 0 14px 0;
  width: 900px;
  border: 0;
}

#main {
  width: 900px; 
  margin: 0 auto 0 auto;
  padding: 0px; 
  text-align: left;
}

#menu {
  width: 600px;
  float: left;
  text-align: left;
  margin: 0;
}

#menu .menu_item {
  display: inline;
  margin-right: 20px;
  float: left;
  height: 40px;
}
#menu #menu_item_selected_home {
  width: 49px;
  background: url(/images/menu/menu_item2_home_98x40.png) no-repeat -49px 0;
  border-bottom: 2px solid #fc7;
}
#menu #menu_item_home {
  width: 49px;
  background: url(/images/menu/menu_item2_home_98x40.png) no-repeat 0 0;
}
#menu #menu_item_home:hover{
  background: url(/images/menu/menu_item2_home_98x40.png) no-repeat -49px 0;
}

#menu #menu_item_selected_clues {
  width: 55px;
  background: url(/images/menu/menu_item2_clues_110x40.png) no-repeat -55px 0;
  border-bottom: 2px solid #fc7;
}
#menu #menu_item_clues {
  width: 55px;
  background: url(/images/menu/menu_item2_clues_110x40.png) no-repeat 0 0;
}
#menu #menu_item_clues:hover{
  background: url(/images/menu/menu_item2_clues_110x40.png) no-repeat -55px 0;
}

#menu #menu_item_selected_articles {
  width: 91px;
  background: url(/images/menu/menu_item2_articles_182x40.png) no-repeat -91px 0;
  border-bottom: 2px solid #fc7;
}
#menu #menu_item_articles {
  width: 91px;
  background: url(/images/menu/menu_item2_articles_182x40.png) no-repeat 0 0;
}
#menu #menu_item_articles:hover{
  background: url(/images/menu/menu_item2_articles_182x40.png) no-repeat -91px 0;
}

#menu #menu_item_selected_press {
  width: 62px;
  background: url(/images/menu/menu_item2_press_124x40.png) no-repeat -62px 0;
  border-bottom: 2px solid #fc7;
}
#menu #menu_item_press {
  width: 62px;
  background: url(/images/menu/menu_item2_press_124x40.png) no-repeat 0 0;
}
#menu #menu_item_press:hover{
  background: url(/images/menu/menu_item2_press_124x40.png) no-repeat -62px 0;
}

#menu #menu_item_selected_about {
  width: 60px;
  background: url(/images/menu/menu_item2_about_120x40.png) no-repeat 0 0;
  border-bottom: 2px solid #fa5;
}
#menu #menu_item_about {
  width: 60px;
  background: url(/images/menu/menu_item2_about_120x40.png) no-repeat 0 0;
}
#menu #menu_item_about:hover{
  background: url(/images/menu/menu_item2_about_120x40.png) no-repeat -60px 0;
}

#login {
  width: 240px;
  float: right;
  text-align: right;
  margin: 4px 0 20px;
}

#login_username {
  width: 7em;
}

#login_password {
  width: 5em;
}

#features { 
  display: inline;
  float: left; 
  width: 240px; 
  padding-right: 14px; 
}

.feature { 
  margin-bottom: 20px; 
  padding-bottom: 16px;
  border-bottom: 2px solid #808080; 
  text-align: left;
}

.feature img{ 
  margin-top: 10px;
  width: 240px;
}

.feature .image { 
  margin: 16px auto 0px auto;
  width: 240px;
  text-align: center;
}

.feature .caption { 
  margin: 2px auto 2px auto;
  padding: 0;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}

.feature .header { 
  font-size: 1.2em;
  font-weight: bold;
}

.feature_text { 
  margin: 8px 0 2px 0;
  font-size: 1.2em;
}

.feature ul { 
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 8px;
}

.feature ol { 
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 8px;
}

.feature .video {
  margin: 0 auto 0 auto;
  text-align: center;
  width: 240px;
}

#articles { 
  display: inline;
  float: left; 
  border-left: 1px solid #aa8055; 
  border-right: 1px solid #aa8055; 
  width: 480px;
  padding-left: 14px;
  padding-right: 14px;
}

.article { 
  margin-bottom: 20px; 
  padding-bottom: 10px;
  border-bottom: 2px solid #808080; 
  text-align: left;
}

.article img { 
  width: 480px;
}

.article .image { 
  margin: 16px auto 0px auto;
  width: 480px;
  text-align: center;
}

.article .caption { 
  margin: 2px auto 2px auto;
  padding: 0;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
}

.article .header { 
  font-size: 1.2em;
  font-weight: bold;
}

.article_text { 
  margin: 8px 0 2px 0;
  font-size: 1.2em;
}

.article ul { 
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 8px;
}

.article ol { 
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 8px;
}

.article .video {
  margin: 0 auto 0 auto;
  width: 480;
  text-align: center;
}

.article_comments {
  width: 440px;
  margin: 16px 0 0px 0;
  padding: 0 20px 0px 20px;
  border-top: 1px solid #444;
  color: #aaa;
}

.article_comments .comments_title {
  float:left;
  display: inline;
  width: 220px;
  font-family: monospace;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  margin: 0;
  padding: 6px 0 0 0;
}

.article_comments .buttons {
  float: right;
  display: inline;
  margin: 0;
  width: 219px;
  text-align: right;
  color: #aaa;
}

.article_comments textarea {
  width: 100%;
  height: 5em;
  background-color: #aaa;
  border: 1px solid #000;
}
.article_comments input {
  background-color: #bbb;
}

.article_comments .comment {
  padding: 2px 2px 16px 2px;
  border-bottom: 1px solid #444;
  margin-bottom: 4px;
}

.article_comments address {
  float: left;
  display: inline;
  margin: 0;
  width: 49%;
}

.comment .alert_open {
  width: 90%;
  padding: 4px;
  margin: 0px auto 0px auto;
  background-color:#551800;
  color:#fa5;
}

.comment .alert_open h1 {
  width:80%; 
  float:left; 
  display:inline; 
  font-style:italic; 
  font-size: 0.9em;
}

.comment .alert_open h2 {
  text-align:center; 
  font-style:italic; 
  font-size: 0.8em;
}

.comment .alert_open .buttons {
  width:19%; 
  color:#c73;
}

.comment .alert_open a{ 
  color:#c73;
  font-size: 0.9em;
}
.comment .alert_open a:link { 
  color: #c73;
}
.comment .alert_open a:visited { 
  color: #c73;
}
.comment .alert_open a:hover {
  color: #fa5;
}

.comment .alert_closed {
  width: 90%;
  padding: 4px;
  margin: 4px auto 0px auto;
  background-color:#333;
  color:#666;
}

.comment .alert_closed h1 {
  width:80%; 
  float:left; 
  display:inline; 
  font-style:italic; 
  font-size: 0.9em;
  color:#666;
}

.comment .alert_closed .buttons {
  width:19%; 
  color:#aaa;
}

.comment .alert_closed h2 {
  text-align:center; 
  font-style:italic; 
  font-size: 0.8em;
}

.comment .alert_closed a{ 
  color:#aaa;
  font-size: 0.9em;
}
.comment .alert_closed a:link { 
  color: #aaa;
}
.comment .alert_closed a:visited { 
  color: #aaa;
}
.comment .alert_closed a:hover {
  color: #ccc;
}

#clues { 
  display: inline;
  float: left; 
  border-right: 2px solid #804000; 
  width: 762px;
}

#clues td { 
  padding-right: 14px;
  height: 220px;
  vertical-align: top;
}

#clues td img { 
  width: 240px;
  padding-top: 10px;
}

.clue_question, .clue_answer {
  font-family: monospace;
  font-size: 2em;
  font-weight: bold;
}

#skyscrapers { 
  display: inline;
  float: right; 
  width: 120px;
  padding-left: 14px;
  text-align: center;
}

#skyscrapers img { 
  margin-bottom: 40px;
}

#clear_links {
  margin: 20px auto 0 auto;
  padding-bottom: 10px;
  text-align: center;
  font-style: italic;
  font-size: 1.1em;
}
#copyright {
  margin: 0px auto 0 auto;
  padding-bottom: 10px;
  text-align: center;
  font-style: italic;
  font-size: 0.8em;
}

.admin_body {
  margin: 20px auto 40px auto;
  text-align: center;
}

.admin_body table{
  text-align: left;
  margin: 0 auto 0 auto;
}

.form {
  width: 480px;
  margin: 0 auto 0 auto;
  border: 2px solid #666;
  text-align: left;
  padding: 1% 5% 1% 5%;
}

.form h2 {
  margin-top: 8px;
}

.form h1 {
  margin-bottom: 8px;
}

.form textarea {
  width: 480px;
  height: 4em;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table; 
}

#errorExplanation {
  width: 100%;
  border: 2px solid red;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  color: #c00;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  margin-left: 2em;
}

.clue_folder {
  display: block;
  position: relative;
  width: 900px;
  height: 613px;
  background: transparent url(/images/clues/FileForlderAndPicFrame.png);  
  background-repeat: no-repeat;
} 

.clue_active_photo {
  padding: 80px 20px 0px 0px;
}

#note_paper {
  width: 499px;
  height: 337px;
  position: absolute;
  top: 49px;
  left: 40px;
  background-image: url(/images/clues/WideNotePaper.png);
  background-repeat: no-repeat;
  background-position: 0 0;  
}

#note_paper:hover {
  background-position: -499px 0;  
}

#prev_clue_link {
  width: 280px;
  height: 26px;
  position: absolute;
  top: 25px;
  left: 40px;
  background: url(/images/clues/one_blank_pel.gif) no-repeat 0 0;  
}

#index_clue_link {
  width: 280px;
  height: 26px;
  position: absolute;
  top: 15px;
  left: 320px;
  background: url(/images/clues/one_blank_pel.gif) no-repeat 0 0;  
}

#next_clue_link {
  width: 280px;
  height: 26px;
  position: absolute;
  top: 5px;
  left: 600px;
  background: url(/images/clues/one_blank_pel.gif) no-repeat -0 0;  
}

.visual_hint {
  position: absolute;
  background: url(/images/clues/one_blank_pel.gif) no-repeat 0 0;  
}

.visual_hint_test {
  position: absolute;
  background: url(/images/clues/one_blank_pel.gif) no-repeat 0 0;  
}
.visual_hint_test:hover {
  background-color: #ccc;  
}


