/* sabretooth: server-side import: reset */

/* Style Reset */

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, strong, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus { outline: 0; }
table {	border-collapse: collapse; border-spacing: 0; }
ul { list-style-type: none; }

/* End Style Reset */

/* end of import: reset */



html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
 	background: #000 url("http://assets.filemobile.com/42/img/wink_map_mediumback.gif") repeat 0 1px fixed;
}

body
{
   min-width: 940px;
   color: #333;
   font-family: arial, verdana, helvetica,  'trebuchet ms', sans-serif;
   font-size: 14px;
   background: transparent url("http://assets.filemobile.com/42/img/bg_wrapper.gif")   
   repeat-y 50% 0 fixed;
}

#background:36414d

a { text-decoration: underline; }

a:hover { 
  color: #42BD6D;
  text-decoration: underline;
}

a:link,a:visited,a:hover,a:active{color:#cc0000;cursor:pointer;}

h1, h2, h3, h4, h5, h6
{
   font-family: arial, verdana, helvetica,  'trebuchet ms', sans-serif;
}

h7
{
   font-family: arial, verdana, helvetica,  'trebuchet ms', sans-serif;
   font-size: 16px;
   font-weight: bold;
}



.entry-header
{
   margin-top: 0;
   border-left: 5px solid #CCCCCC;
   padding: 0 0 0 10px;
   font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
   color: #CF1100;
   font-size: 18px;
}

#banner a { color: #fff; text-decoration: none; }

p { padding: 0.5em 0; line-height: 1.5em; }

input, textarea { border: 2px solid #cccddd; font: inherit; }

input.fmSubmitBtn { background: #36393b; color: #eeeeee; font-family: inherit; font-size: 14px; }

p.fmReminder { color: #a0a0a0; padding-top: 0; font-size: 12px; }
p.fmStatusMessage { padding-left: 1em; color: #2a7f5d; font-weight: bold; background: #ffffd0; border-top: 1px solid #ffff71; border-bottom: 1px solid #ffff71; margin-bottom: 20px; }

div.fmWrapper {  
        position: relative;
	margin: 0 auto;  /* center on everything else */
      	overflow: hidden;
	padding:  0px 5px 0px 5px;
	width: 940px;
	text-align: left;
}


#banner { position: relative; }
#banner-inner { position: static; }
#banner
{
   width: 940px; /* necessary for ie win */
   background: #1a1a1a url("http://assets.filemobile.com/42/img/bg_header.gif") repeat-x 0 0;
   height: 120px;
   position: relative;
   
}


#banner-inner
{
   padding: 15px 13px;
   border-width: 0px 0px 0px 0px;
   border-style: solid;

}

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}




div.fmMain { background: #ffffff; width: 985; overflow: auto; }

div.fmContent { padding: 10px 30px 70px; height: 100%; overflow: hidden; color: #56595b; margin-left: 3%}

div.fmFooter { 
  background:
    #191919 
    url(/) 
    repeat-x 
    scroll 
    left top;
  color:#000000;
  height:50px;
  padding:20px;
  text-align:center;
}

div.fmSidebar {

   width: 340px; 
   border-left: 5px solid #36393b 
   margin-top: 2px; 
   float: right;
   padding-left: 10px;
   margin-right: 2%;
}

div.fmSidebar h3 {
   padding-bottom: 10px;
}

div.fmSidebar ul {padding-right: 20px}
div.fmSidebar ul li {padding-bottom: 0.3em;}
div.fmSidebar ul li a {}
div.fmSidebar ul li a:hover {}
/* sabretooth: server-side import: article */

.fmArticleMeta {
  
  color: #999;
  font-size: 75%;
  font-style: italic;

}

.fmArticleFooter {
  
  font-size: 85%;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;

}
/* end of import: article */



    ul.archiveList {
      list-style-image:none;
      list-style-position:outside;
      list-style-type:none;
      
    }

    ul.archiveList li {
      border-bottom:1px solid #CCCCCC;
      clear:left;
      font-size: 12px;
    }

    ul.archiveList li a {
      clear:left;
      display:block;
      height:16px;
      padding:3px;
    }

    ul.archiveList li a .postTitle {
      color:#cc0000;
      display:block;
      float:left;
      height:18px;
      overflow:hidden;
    }

    ul.archiveList li a .postDate { 
      color:#cc0000;
      display:block;
      float:left;
    }

    ul.archiveList li a .postViews {
      display:block;
      float:right;
      text-align:right;
      width:85px;
    }


   ul.archiveList li a .postViews1 {
      display:block;
      float:right;
      text-align:right;
      width:55px;
    }


 
    ul.archiveList li a:hover {
      color:#cc0000;
    }

    ul.archiveList li a:hover .postTitle {
      color:#cc0000;
    }

    ul.archiveList li a:hover .postDate {
      color:#cc0000;
      display:block;
      float:left;
    }

      

/* Gallery styling */

#gallery #recent-subs h2 {
    background: transparent url(http://assets.filemobile.com/128/images/H2-submissions.png) no-repeat top left;
    width: 103px;
    height: 12px;
    margin-left: 10px;
    margin-bottom: 11px;
}

#gallery #recent-subs {
    margin-top: -3px;
    margin-left: 1px;
    width: 760px;
    background: #454545 url(http://assets.filemobile.com/128/images/BG-submissions_content.png) repeat-y top left;
    overflow: hidden;
}

#recent-subs ul {
    margin-left: 0 !important;
    margin-left: -20px;
}
#recent-subs ul li.first {
    clear: left;
}

#gallery #recent-subs ul li {float: left; width: 90px;}

#gallery #recent-subs ul li a {
    color: #a3a3a3;
    text-decoration:none;
}
#gallery #recent-subs ul li img {
    width: 90px !important;
    width: 88px;
    height: 60px;
}

#gallery #recent-subs .subs-content {
    padding: 20px 10px 15px !important;
    padding: 20px 20px 15px;
}

#gallery #recent-subs .subs-pager {
    background: #2b2929 url(http://assets.filemobile.com/128/images/BG-submissions_pager.png) no-repeat bottom left;
    text-align: right;
    padding: 10px;
    color: #f1eee8;
    font-size: 10px;
}
#gallery #recent-subs .subs-pager a {
    color: inherit;
}

#submissions {height: 260px;}
#submissions li {width: 100px; height: 130px; float: left;  font-size: 10px; }

/* Map Stuff */

#map {
    background: transparent url(http://assets.filemobile.com/42/img/BG-map.png) no-repeat top left;
    padding: 3px 4px 43px 4px;
    position: relative;
}

#map #submit-own {
    background: transparent url() no-repeat top left;
    width: 249px;
    height: 18px;
    position: absolute;
    top: 341px;
    left: 15px;
}

#map form {
    position: absolute;
    top: 339px;
    left: 455px;
}

#map form input {
    float: left;
}
#map form input.text {
    width: 170px;
    height: 17px;
    font-size: 12px;
    padding: 2px;
    border: none;
    color: #666;
}
#map form input.image {
    margin: 5px;
}

#map #search-map {
    background: transparent url(http://assets.filemobile.com/128/images/BTN-search_map.png) no-repeat top left;
    width: 97px;
    height: 10px;
}

.sidebar .merge {

    position: relative;

    left: 75px;

    width: 225px;

    padding: 10px 15px;

    border: 2px solid #ffffff;

    border-left: none;

    background-color: #ffffff;

}



}


div.main-nav {background-color: black; }

div.main-nav ul#main-menu {padding:5px 5px;}

div.main-nav ul#main-menu li {display: inline}

div.main-nav ul#main-menu li a {padding: 5px;}

div.main-nav ul#main-menu li a:hover {text-decoration: underline}


}


