@font-face 
 {
    font-family: 'HoboStd';
    src: url(../meteor_maze/HarlequinFLF.ttf) format('truetype');
 }
 
.hobo
{
    font-family: 'HoboStd',Lucida Grande, Verdana, Arial, Sans-Serif;
}



 body
 {
   background: url(../images/background.png) repeat-x top left #d9e7df;
   font-size: 62.5%; /* Resets 1em to 10px */
   font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
   color: #000d3c;
   -moz-opacity: .999; /*to defeat firefox redraw problem with fade effect*/
 }
 
 
 
 /*main elements*/
 
 #container
 {
   position: relative;
   width: 900px;
   margin: 0 auto;
 }
 
 #top
 {
   background-image: url(../images/top.png);
   position: relative;
   width: 900px;
   height: 180px;
 }
 
 #gradient
 {
   background-image: url(../images/gradient.png);
   position: relative;
   width: 900px;
   height: 70px;
 }
 
 #main
 {
   background-image: url(../images/main.png);/* main background-color: f9ffe9*/
   position: relative;
   width: 900px;
   text-align: center;
 }
 
 #bottom
 {
   background-image: url(../images/bottom.png);
   position: relative;
   width: 900px;
   height: 85px;
   text-align: center;
   font-size: 1.1em;
 }
 
 #main_left
 {
    position: relative;
    width: 740px;
 } 
 
 #main_left_1
 {
    position: relative;
    top: 30px;
    width: 740px;
    height: 900px;
 }
 
 #main_left_2
 {
    position: relative;
    top: 40px;
    width: 740px;
    height: 470px;
 }
 
 #main_left_3
 {
    position: relative;
    top: 40px;
    width: 740px;
    height: 470px; 
 }
 
 #main_left_4
 {
    position: relative;
    top: 40px;
    width: 740px;
    height: 480px; 
    text-align: center;
 }
 
 #main_left_5
 {
    position: relative;
    top: 40px;
    width: 740px;
    height: 480px; 
    text-align: center;
 }
 
 #main_left_6
 {
    position: relative;
    top: 0px;
    width: 740px;
    height: 1210px; 
    text-align: center;
 }
 
 #main_left_10
 {
    position: relative;
    top: 40px;
    width: 740px;
    height: 470px; 
 }
 
 #main_right
 {
    position: absolute;
    top: 0px;
    right: 6px;
    width: 154px;
    text-align: left;
 }
 
 #one_column
 {
    width: 610px;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
 }

 #column_left_index_1
 {
    float: left;
    width: 250px;
    margin-top: 0px;
    margin-left: 20px;
    text-align: center;
 }
 
 #column_left_index_2
 {
    float: left;
    width: 250px;
    margin-top: 0px;
    margin-left: 20px;
    text-align: center;
 }
 
 #column_left_index_3
 {
    float: left;
    width: 250px;
    margin-top: 0px;
    margin-left: 20px;
    text-align: center;
 }
 
 #column_left_index_4
 {
    float: left;
    width: 250px;
    margin-top: 0px;
    margin-left: 20px;
    text-align: center;
 }
 
 #column_left_index_5
 {
    float: left;
    width: 250px;
    margin-top: 0px;
    margin-left: 20px;
    text-align: center;
 }
 
 #column_left_index_6
 {
    float: left;
    width: 250px;
    margin-top: 0px;
    margin-left: 20px;
    text-align: center;
 }
 
 #column_left_index_10
 {
    float: left;
    width: 250px;
    margin-top: 0px;
    margin-left: 20px;
    text-align: center;
 }
 
 #column_right_index_1
 {
    float: right;
    margin-top: 80px;
    width: 430px;
    text-align: left;/*center;*/
 }
 
 #column_right_index_2
 {
    float: right;
    margin-top: 50px;
    width: 430px;
    text-align: left;/*center;*/
 }
 
 #column_right_index_3
 {
    float: right;
    margin-top: 50px;
    width: 430px;
    text-align: left;/*center;*/
 }
 
 #column_right_index_4
 {
    float: right;
    margin-top: 50px;
    width: 430px;
    text-align: left;/*center;*/
 }
 
 #column_right_index_5
 {
    float: right;
    margin-top: 50px;
    width: 430px;
    text-align: left;/*center;*/
 }
 
 #column_right_index_6
 {
    float: right;
    margin-top: 80px;
    width: 430px;
    text-align: left;/*center;*/
 }
 
 #column_right_index_10
 {
    float: right;
    margin-top: 50px;
    width: 430px;
    text-align: left;/*center;*/
 }
 
 #column_left_locfinder
 {
    float: left;
    width: 190px;
    margin-top: -80px;
    padding-top: 25px;
    text-align: center;
 }
 
 #column_right_locfinder
 {
    float: right;
    margin-top: -50px;
    width: 520px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
 }

 #one_column_locfinder
 {
    clear: both;
    width: 690px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
 }
 
 #app_index
 {
     margin-top: 15px;
     margin-bottom: 0px;
     margin-left: -65px;
     text-align: center;
     width: 740px;
 }
 
 #app_index td
 {
     width: 185px;
 }
 
 #nav_bar
 {
    display: none;
 }
 
 #screen_shots
 {
    margin-left: -10px;
    background: url(../images/meteor_maze/screen_shots.png);
    width: 644px;
    height: 990px;
 }
 
 
 
 
 /*styles*/
 
 .space_10px
 {
    height: 1px;
 }
 
 .space_150px
 {
    height: 150px;
 }

 #diagram_fci
 {
    margin-left: -25px;
    background: url(../images/settingsInternetPage.png);
    width: 740px;
    height: 463px;
 }
 
 #diagram_main
 {
    margin-left: -65px;
    background: url(../images/mainPicture.png);
    width: 740px;
    height: 935px;
 }
 
 #diagram_include
 {
    margin-left: -65px;
    background: url(../images/includePath.png);
    width: 740px;
    height: 831px;
 }
 
 #diagram_exclude
 {
    margin-left: -65px;
    background: url(../images/excludePath.png);
    width: 740px;
    height: 978px;
 }

 #line_top1
 {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    height: 1px;
    border: none;
    background-color: #d4d6e2; 
 }
 #line_top2
 {
    position:relative;
    top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    height: 2px;
    border: none;
    background-color: #d4d6e2; 
 }

 .line
 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    height: 1px;
    border: none;
    background-color: #d4d6e2;
 }
 
 .icon
 {
    width: 60px;
    height: 60px;
 }
 
 #icon1
 {
    position: absolute;
    top: 40px;
    left: 20px;
 }
 
 #icon2
 {
    position: absolute;
    top: -10px;
    left: 20px;
 }
 
 #icon3
 {
    position: absolute;
    top: -10px;
    left: 20px;
 }
 
 #icon4
 {
    position: absolute;
    top: -10px;
    left: 20px;
 }
 
 #icon5
 {
    position: absolute;
    top: -10px;
    left: 20px;
 }
 
 #icon6
 {
    position: absolute;
    top: 60px;
    left: 20px;
 }
 
 #icon10
 {
    position: absolute;
    top: -10px;
    left: 20px;
 }
 
 .video_iphone
 {
    display: none;
 }
 
 .video img
 {
    margin-left: 40px;
 }
 
 .app_store_badge_index
 {
    background: url(../images/app_store_badge_0708.jpg) no-repeat;
    width: 220px;
    height: 80px;
    margin-left: 0px;
 }
 
 .app_store_badge
 {
    background: url(../images/app_store_badge_0708.jpg) no-repeat;
    width: 220px;
    height: 80px;
    margin: auto;
 }
 
 #star_top_update
 {
    position: absolute;
    background: url(../images/star_update.png);
    width: 104px;
    height: 95px;
    left: -40px;
    top: -30px;
    z-index: 2;
 }
 
  .star_top_special_offer
 {
    position: absolute;
    background: url(../images/star_special_offer.png);
    width: 104px;
    height: 95px;
    left: -40px;
    top: -30px;
    z-index: 2;
 }
 
 .star_update
 {
    position: absolute;
    background: url(../images/star_update.png);
    width: 104px;
    height: 95px;
    left: -40px;
    top: -80px;
    z-index: 2;
 }
 
 .star_new
 {
    position: absolute;
    background: url(../images/star_new.png);
    width: 104px;
    height: 95px;
    left: -40px;
    top: -80px;
    z-index: 2;
 }
 
 .star_coming_soon
 {
    position: absolute;
    background: url(../images/star_coming_soon.png);
    width: 104px;
    height: 95px;
    left: -40px;
    top: -80px;
    z-index: 2;
 }
 
 .star_in_review
 {
    position: absolute;
    background: url(../images/star_in_review.png);
    width: 104px;
    height: 95px;
    left: -40px;
    top: -80px;
    z-index: 2;
 }
 
 .justify
 {
    text-align: justify;
 }
 
 .inside
 {
    list-style-position: inside;
 }
 
 .circle
 {
    list-style: circle;
 }
 
 .square
 {
    list-style: square;
 }
 
 .no_bullet
 {
    list-style: none;
 }
 
 .left_25px
 {
     margin-left: -25px;   
 }
 
 .closer_8px
 {
    margin-top: -8px;    
 }
 
 .closer_18px
 {
    margin-top: -18px;    
 }
 
 .closer
 {
    margin-bottom: -1px;    
 }
 
 .closer_px
 {
    margin-bottom: 0px;    
 }
 
 .closer_30px
 {
    margin-bottom: -30px;    
 }
 
 .left
 {
    text-align: left;
 }
 
 .center
 {
     text-align: center;
     margin-left: -30px;
 }


 
 
 /*drop_down*/
 
 #drop_down a
 {
    background: url(../images/site_menue_button.png) no-repeat;
    display: block;
    padding: 5px 0px 5px 0px;
    margin-left: 13px;
    width: 124px;
    height: 24px;
    font-size: 1.2em;
    font-weight: bolder;
    text-align: center;
 }
 
 #drop_down ul a
 {
    font-weight: normal;
 }
 
 /*#drop_down .more
 {
    background: url(../images/more.png) no-repeat;
    padding: 10px 0px 0px 0px;
    left:60px;
    top: -12px;
    margin-bottom: -2px;
    width: 32px;
    height: 16px;
 }
 
 #drop_down ul ul li a 
 {
    font-size: 1.1em;
    margin-bottom: -3px;
 }*/

 #drop_down
 {
    display: block;
	  margin-top: 20px;
	  padding: 0;
	  line-height: 1;
 }

 #drop_down li 
 {
	  left: 1px;
    margin: 0 !important; /* ignored by ie */
	  padding: 0 !important; /* ignored by ie */
	  list-style: none;
	  float: left;  
	  position: relative;
 }

 #drop_down ul /*iPhone apps*/
 {
    margin: 0;
	  padding: 0;
	  position: absolute;
 	  top: 3em; /* change when you change height of links */
	  display: none;
    z-index: 10;
 }
 
 /*#drop_down ul ul /*iPhone app pages*/
 /*{
	  /*margin-left: -60px;
	  padding: 0;
	  position: absolute;
 	  top: 2em; /* change when you change height of links */
    /*background-color: #f9ffe9;*/
	  /*display: none;
    z-index: 5;*/
 /*}*/

 #drop_down ul li 
 {
    float: none; /* so links line up one above the other for drop-downs */
    left: 0;
    background-color: #f9ffe9;
 }

 #drop_down > li:hover > ul, #drop_down > li.over > ul 
 { 
    display: block;
 }
 
 /*#drop_down .more:hover > ul
 {
    display: none;
 }*/
 
 #drop_down li a:hover
 {
    background: url(../images/site_menue_button_hover.png) no-repeat;
 }
 
 #drop_down .more > a:hover
 {
    background: url(../images/more_hover.png) no-repeat;
 }

 #drop_down .current > a:hover
 {
    background: url(../images/site_menue_button.png) no-repeat;
 }
 
/* #drop_down .more > a:hover
 {
    background: url(../images/more_hover.png) no-repeat;
 }
 
 #drop_down .more > a:hover + ul
 { 
    display: block;
    z-index: 10;
 }
 
 #drop_down .more ul:hover
 {
    display: block;
    z-index: 10;
 }*/
 
 
 
 /*selection*/
 
 #selection_iphone_up
 {
    display: none;
 }

 #selection_iphone_down
 {
    display: none;
 }
 
 #selection
 {
    margin: auto;
 }

 #selection a
 {
    background: url(../images/selection_button.png) no-repeat;
    display: block;
    width: 80px;
    height: 40px;
    padding-top: 5px;
    font-size: 1.2em;
    font-weight: bolder;
    text-align: center;
 }
 
 #selection th:hover a
 {
    background: url(../images/selection_button_hover.png) no-repeat;
 }
 


 
 /*fonts*/
 
 h1
 {
    font-size: 2.8em;
    text-shadow: #969bb9 2px 1px 3px;
    text-align: center;
 }
 
 h2
 {
    font-size: 2.3em;
    text-align: center;
 }
 
 h3
 {
    font-size: 1.8em;
    margin-top: -15px;
    text-align: center;
 }
 
 h4
 {
    font-size: 1.8em;
    text-align: center;
 }
 
 h5
 {
    font-size: 1.6em;
    text-align: center;
 }
 
 .text_iphone
 {
    display: none;
 }

 .text1_1
 {
    font-size: 1.1em;
 }
 
 .text1_1b
 {
    font-size: 1.1em;
    font-weight: bolder;
 }
 
 .text1_1bc
 {
    font-size: 1.1em;
    font-weight: bolder;
    text-align: center;
 }

 .text1_2
 {
    font-size: 1.2em;
 }
 
 .text1_2b
 {
    font-size: 1.2em;
    font-weight: bolder;
 }
 
 .text1_2bc
 {
    font-size: 1.2em;
    font-weight: bolder;
    text-align: center;
 }
 
 .text1_2j
 {
    font-size: 1.2em;
    text-align: justify;
 }

 .text1_3
 {
    font-size: 1.3em;
 }
 
 .text1_3b
 {
    font-size: 1.3em;
    font-weight: bolder; 
 }
 
 .text1_3bc
 {
    font-size: 1.3em;
    font-weight: bolder;
    text-align: center; 
 }
 
 .text1_5
 {
    font-size: 1.5em;
 }
 
 .text1_5b
 {
    font-size: 1.5em;
    font-weight: bolder;
 }
 
 .text1_5bc
 {
    font-size: 1.5em;
    font-weight: bolder;
    text-align: center; 
 }
 
 .text1_8b
 {
    font-size: 1.8em;
    font-weight: bolder;
    text-align: center; 
 }
 
 .text1_8
 {
    font-size: 1.8em;
 }

 .text2_0
 {
    font-size: 2em;
 }
 
 .text2c
 {
    font-size: 2em;
    text-align: center;
 }
 
 .text2_3b
 {
    font-size: 2.3em;
    font-weight: bold;
 }
 
 
 .text2_3s
 {
    font-size: 2.3em;
    font-weight: bolder;
    text-shadow: #969bb9 2px 1px 3px;
 }
 
 .super
 {
    vertical-align: super;
 }
 
 .red
 {
    color: #ff1d1d;
 }
 
 .blue
 {
    color: #0074a5;
 }
 
 .yellow
 {
    color: yellow;
 }
 
 
 
 /*links*/     
 a:link 
 {
    text-decoration: none;
    color: #6a9600;
 }
 
 a:focus
 {
    text-decoration: none;
    color: #8ac300;
    outline: none;
    -moz-outline: none;
 }
 
 a:active
 {
    text-decoration: none;
    color: #8ac300;
    outline: none;
    -moz-outline: none;
 }

 a:visited
 {
    text-decoration: none;
    color: #6a9600;
 }
  
 a:hover
 {
    text-decoration: none;
    color: #8ac300;
    outline: none;
    -moz-outline: none;
 }

  a img 
 {
    border: 0;
 }
 
 .current > a
 {
    color: #6a9600;
 }
 
 
 
 /*form*/
 
 .formleft
 {
    width: 180px; 
    text-align: right;
    vertical-align: top;
    font-size: 1.5em;
 }
 
 .formright
 {
    width: 560px;
    text-align: left;
    padding-bottom: 10px;
 }
  
 .table_center
 {
    margin: auto;
 }

 .captcha_field
 {
    border: none;
    background: url(../images/captcha_field.png) no-repeat;
    width: 90px;
    height: 26px;
    outline: none;
    -moz-outline: none;
 }
 
 input, textarea
 {
    font-size: 1.8em;
    font-family: Helvetica;
    padding-left: 5px;
    padding-top: 3px;
 }
 
 .field
 { 
    border: none;
    background: url(../images/form_field.png) no-repeat;
    width: 360px;
    height: 26px;
    outline: none;
    -moz-outline: none;
 }
 
 .area
 { 
    border: none;
    width: 350px;
    height: 130px;
    background-color: #f2ffd7;
    margin: 7px 7px 2px 2px;
    outline: none;
    -moz-outline: none;
 }
 
 .request_area
 { 
    width: 360px;
    height: 150px;
    background: url(../images/form_area.png) no-repeat;
 }

 .button_small
 {
    border: none;
    background: url(../images/form_button_small.png) no-repeat;
    width: 90px;
    height: 30px;
    padding-bottom: 6px;
    cursor: pointer;
 }
 
 .button_small:hover
 {
    background: url(../images/form_button_small_hover.png) no-repeat;
 }
 
 .button_large
 {
    border: none;
    background: url(../images/form_button_large.png) no-repeat;
    width: 251px;
    height: 32px;
    padding-bottom: 6px;
    cursor: pointer;
 }
 
 .button_large:hover
 {
    background: url(../images/form_button_large_hover.png) no-repeat;
 }
 
 
 /*date and time*/

 #date_time
 {
    font-size: 1.3em;
    font-weight: bolder;
    color: #000d3c;
    margin-top: -10px;
    margin-left: 25px;
    height: 60px;
}

#date_time_highscore
 {
    font-size: 1.3em;
    font-weight: bolder;
    color: #ff1d1d;
    margin-top: -10px;
    margin-left: 25px;
    height: 60px;
}

