
/* 

These are all the main interface styles, its recommended to not
change this, but only override things in the theme

*/

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

html {
  height: 100%;
  width: 100%;
}

body {

  margin: 0;
  height: 100%;
  width: 100%;

}

a img { border: 0 }

ul, li, h1, h2, h3, h4, h5, h6 { margin: 0 }

th, td { text-align: left; font-weight: normal; vertical-align: top }

hr { clear: both; border: none }

h1 { font-size: 24px; font-weight: 500;text-transform:uppercase;}
h2 { font-size: 19px; font-weight: 400 }
h3 { font-size: 17px; font-weight: 400 }

.mainContainer {
  width: 1024px;
  padding: 0 10px 0 10px;
  margin: 0 auto 0 auto;
  min-height: 99%;
}

.loginStatus {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  font-size: 10px;
}

.TMNLogo{
    height:31px;
    overflow:hidden;
    position:relative;
    top:20px;
    left:25px;
}


.joinTMN{
    height:31px;
    overflow:hidden;
    position:relative;
    top:20px;
    left:0px;
}

.joinTMN a:hover{
    position:relative;
    top:-31px;
}

.loginStatus a#superfan-logo {
    float: right;
}

.loginStatus .loginlogout {
    display: block; 
    width: 400px; 
    float: right; 
    text-align: right; 
    padding:0px;
    position:relative;
    top:20px;
}

.navigationBar div {
  vertical-align: bottom;
  line-height: 25px;
}

.contentBody {
  padding-top: 10px;
}

.footer {
  clear: both;
}

/* For our column layout, every 'last' column (the one on the very right) should get this class */

.wideColumn {
  float: left;
  width: 645px;
  padding-right: 5px;
  padding-top: 10px;

}

.thinColumn {
  float: left;
  width: 310px;
  padding-right: 5px;
  padding-top: 10px;
}


.last {
  padding-right: 0px;
}


/* TabBox styles */

.tabBox ul {
  padding: 0;
}

.tabBox li {
  display: block;
  float: left;.loginStatus
}

.tabBox li a {
    color: #f1f1f1;
    text-decoration: none;
}

.tabBox li a:hover {
    color: white
}

.tabBox li.active a {
    color: #313131;
}

.tabBox .tabPage {

  display: none;

}

.fmCaptcha {
  display: block;
}

div#ie6warning {
    background: #FEE193;
    border-bottom: 1px solid #F6C723;
    text-align: center;
}

div#ie6warning p {padding: 3px 0; margin: 0}


/* end of import: interface */


/*

The theme stylesheet contains all the color and font information

*/

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

body { 

  font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  background: #000 url(http://assets.filemobile.com/156/images/body_bg.jpg) center top no-repeat;
  font-size: 12px;

}

.tmnAd{

    padding-right:5px;
    padding-top:4px;
    position:relative;
    width:310px;

}

.clear {
	clear:both;
	visibility: hidden;
	height: 0px;
}

a {color: #4f87bd}
a:focus {outline: none; -moz-outline: none;}

h1 {
    color: #008dff;
    background:#0E1C21 none repeat scroll 0 0;
    height:27px;
    margin:5px;
    padding:8px;
    width:225px;
}

/* The maincontainer contains the entire page */
.mainContainer {
  }

.header {
  position: relative;
  height: 100px;
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.header a#tmn-logo { 
    color:white;
    display:block;
    height:58px;
    left:18px;
    position:absolute;
    text-decoration:none;
    top:16px;
    width:264px;
}


.footer {
  margin-top: 35px;
}

.footer .mf_logo {
	float:left;
}

.footer #genericFooter {
	float:right;
	width: 905px;
}

.footer-links {text-align:center; padding: 0; height: 50px;}
.footer-links li {list-style: none; display: inline; }
.footer-links li a {color: #babab9; text-decoration: none; text-transform: uppercase; padding: 10px;}
.footer-links li a:hover {color: #f9f9f9}
.footer-links li a:active {color: #ffffff}

.navigationBar {
    height: 16px;
    padding-bottom:5px;
    position:relative;
}

.navigationBar .spacer{
    background:transparent url(http://assets.filemobile.com/156/images/navSpacers.png) repeat-x 0 0;
    height:11px;
    position:absolute;
    width:101px;
}

.navigationBar .left{float:left;left:0;top:4px; width:103px;}
.navigationBar .right{float:right;right:0;top:4px;}

.navigation {
    width: 815px;
    height:20px;
    overflow:hidden;  
    margin: 0 auto; 
    text-transform: uppercase;
    font-size: 14px;
}

.navigationBar .navigation a {
    height:0;
    width: 111px;
    padding:20px 0;
    margin-left: 5px;
    overflow:hidden;
    display:block;
    float:left;    
    text-decoration:none;
    color:white;
    background: url(http://assets.filemobile.com/156/images/mainmenu.gif?r=123);
}

#navHome   {background-position: 0px -25px}
#navLogin   {background-position: -117px -25px}
#navEnter   {background-position: -117px -25px}
#navGallery {background-position: -235px -25px}
#navRules   {background-position: -350px -25px}
#navPrizes  {background-position: -466px -25px}
#navWinners {background-position: -582px -25px}
#navFAQ     {background-position: -699px -25px}

#winnersInactive{
    background:url(http://assets.filemobile.com/156/images/mainmenu.gif?r=123);
    background-position:-582px -50px;
    display:block;
    float:left;
    height:50px;
    margin-left:5px;
    padding:20px 0;
    width:111px;
}

/* Here's a little trick to highlight the active navigation item */
.page_home #navHome, #navHome:hover          {background-position: 0px 0px}
.page_login #navLogin, #navLogin:hover,.page_enter #navEnter, #navEnter:hover          {background-position: -117px 0px}
.page_gallery #navGallery, .page_entry #navGallery, #navGallery:hover    
                                                {background-position: -235px 0px}
.page_rules #navRules, #navRules:hover          {background-position: -350px 0px}
.page_prizes #navPrizes, #navPrizes:hover       {background-position: -466px 0px}
.page_winners #navWinners, #navWinners:hover    {background-position: -582px 0px}
.page_faq #navFAQ, #navFAQ:hover                {background-position: -699px 0px}

.homeBrick {
  height: 240px; 
  color: #FFF;
  padding: 10px;
}

.adBrick {
  height: 250px; 
  padding: 5px;
}

.tabBox {
  position:relative;
}

.tabBox a.rss {
    position: absolute;
    top: 10px;
    right: 10px;
}


/* The mediaitem is used everywhere there's a thumbnail on the site */ 

.mediaItem {width: 190px; float: left; text-align: center;}
.mediaItem a       {display: block; height: 125px; width: 110px; padding: 5px; margin: 0 auto; text-decoration: none}
.mediaItem a:hover {}

.mediaItem a span {display: block; color: #eee; text-decoration: none; text-align: left;}
.mediaItem a span.title {text-decoration: underline; font-weight: bold;text-transform:capitalize;}
.mediaItem a:hover span {color: white}

.mediaItem a img {padding: 5px; border: 1px solid #414c50; }
.mediaItem a:hover img { border: 1px solid #008dff; }
.mediaItem img {float: left; margin-right: 10px}

#homeMediaGallery .mediaItem a{
    display:block;
    height:168px;
    margin:0 auto;
    padding:5px;
    text-decoration:none;
    width:144px;
}

/* The tabSelect is the container around the different tabs */

.tabBox ul{height:21px;overflow:hidden;position:relative;}

.tabBox .tabSelect {
    padding: 0;
    height: 21px;
    margin:5px 0;
    overflow:hidden;
    position:relative;
    cursor:pointer;
}

.tabBox .tabSelect li { 
  line-height: 30px;
  color: #FFF;
  text-align: center;
} 

.tabBox .tabSelect li a {
    height: 35px;
    display: block;
}

/* This is the style when a tab becomes active */
.tabBox .tabSelect li.active { 
  color: #0F0F0F;
  top:-21px;
  position:relative;
} 

.bigLoader {
   color : #A2A2A2;
   font-size: 25px;
   text-align: center;
   padding: 30px;

}

.sidebarGallery .tabSelect li {
    padding-left:3px;
    padding-right:1px;
    position:relative;
}

.sidebarGallery .tabSelect li:hover {
    padding-left:3px;
    padding-right:1px;
    position:relative;
    overflow:hidden;

}

/* for sidebar nav hover state */
.sidebarGallery .tabSelect li:hover{
    top:-21px;
    position:relative;
}

/*specifically for the entry page */
.contentBoxEntry{background:#204161 url(http://assets.filemobile.com/156/images/contentBox_bg.gif) repeat-x fixed 0 0;padding:5px;}

/*all other*/
.contentBox{background:#204161 url(http://assets.filemobile.com/156/images/contentBox_bg.gif) repeat-x fixed 0 0;float:left;width:645px;}

.border{border:1px solid #6F6D53;margin:5px;float:left;}
.border h1{width:285px;}
.stripes{background:transparent url(http://assets.filemobile.com/156/images/entryStripe.png) repeat-x scroll 0 0;padding:1px 0;float:left;}

.formBox {
   background: #032436;
   color: white;
   padding: 5px;
   margin-bottom: 5px;
}

.loginBox {
    background: url(http://assets.filemobile.com/156/images/lines_bg.gif) repeat scroll left top;
}

.formBox h2 {
   color: #CF0000;
   font-weight: normal;
   font-size: 16px;
   padding-left: 15px;
   padding-bottom: 15px;
}

.formBox form {
    /*border: 1px solid #6f6d53;*/
    padding-bottom: 15px;
}

.formBox form th {
   width: 150px;
   padding: 0 10px 15px 20px;
   text-align: right;
}


.formBox .fmTextArea {
   width: 250px;
   font-size: 11px;
   font-family: sans-serif;
}

.formBox .fmTextInput {
   width: 200px;
   font-size: 11px;
   font-family: sans-serif;
   border: 1px solid #6f6d53;
}

.formBox .fmButton {
   background: #acacac url(http://assets.filemobile.com/156/images/button.gif) left bottom no-repeat;
   border: 0;
   height: 27px;
   width: 152px;
   color: #022633;
   cursor:pointer;
   font-size: 14px;
   text-transform: uppercase;
   font-family: "Arial", sans-serif;
   letter-spacing:-1px;
   font-weight:bold;
}

.formBox .fmButton:hover {
    background-position: left top;
}

/* infoText is extra information about a piece of text */

.formBox .infoText {
    color:#cccccc;
    font-size:10px;
}

.formBox .errorText {
   color: red;
   font-weight: bold;
   padding-left:184px;
   text-align: center;
}

.notifyText {
   color: #ffffff;
   font-weight: bold;
   text-align: center;
   padding:10px;
}

.allEntries {

  display: block;
  text-align: right;
  padding: 2px;

}

/* end of import: theme */

/*

In here are stylesheets that are only used in on a single page.

*/

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

/***** The homepage *****/

.home{
    background:url(http://assets.filemobile.com/156/images/v2/home.png?r=123) no-repeat center 0;
    margin-bottom:15px;
    text-align:center;
    height:417px;
    padding:0 24px;
    position:relative;
    width:975px;
}

.home .contentSuperfan{
    /*background:transparent url(http://assets.filemobile.com/156/images/landingSuperfan.png) no-repeat scroll 0 0;*/
	float:left;
	height:119px;
	left:240px;
	position:relative;
	top:221px;
	width:273px;
}

.home .contentIdealizer{
    /*background:transparent url(http://assets.filemobile.com/156/images/landingIdealizer.png) no-repeat scroll 0 0;*/
	float:right;
	height:119px;
	position:relative;
	right:202px;
	top:220px;
	width:273px;    
}

.home .button{
    cursor:pointer;
    height:35px;
    overflow:hidden;
    position:relative;
    top:71px;
    width:275px;
}

.home .button a:hover{
    position:relative;
    top:-42px;
}

/*home page for the bottom gallery*/
.media-browser .tabBox .homeGallery{width:489px;}
.media-browser .tabBox .homeGallery li a {width:158px;}
#homeMediaGallery {margin-top:10px;}
#homeMediaGallery .mediaItem{height:190px;width:179px;}
#homeMediaGallery .tabPage{padding:0 29px;}

/*
#homeMediaGallery li.active a#mostrecent      {background-position: 0 0px;}
#homeMediaGallery li.active a#highestrated    {background-position: -163px 0px;}
#homeMediaGallery li.active a#mostcommented   {background-position: -326px 0px;}
*/
#idealizeIcon{
    float:left;
    left:390px;
    position:relative;
    top:208px;
}

#howitworksIcon{
    float:left;
    left:195px;
    position:relative;
    top:286px;
}

#gallerySearchForm{
    padding:5px;
}

.searchButton{
    background:transparent url(http://assets.filemobile.com/156/images/gallerySearch_btn.png) no-repeat scroll 0 0;
    border:medium none;
    height:27px;
    overflow:hidden;
    position:relative;
    top:-4px;
    width:92px;
}

.searchButton:hover{
    background-position:0 -31px;
}

#rule-change {
    text-align: center;
}

.media-browser {
    position: relative;
    padding: 0 30px;
}

.media-browser h1{width:285px;}

.media-browser .viewall {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 18px;
    color: #999999;
}

.media-browser .tabSelect {
    text-align: center;
    width: 630px;
    margin: 0 auto;
    height: 20px;
}

.media-browser .tabBox li {
  width: 200px;
  cursor: pointer;
  display: inline;
  float: none;
}

.media-browser .tabSelect li a {
    background:transparent url(http://assets.filemobile.com/156/images/gallerySubnav.png) repeat scroll 0 0;
    display:block;
    float:left;
    height:22px;
    padding:10px 0;
    width:178px;
    margin-right: 5px;
    overflow: hidden;
}


//0 - 26
.media-browser .tabBox .homeGallery li.active a#mostrecent     {background-position: 0 -26px;}
.media-browser .tabBox .homeGallery li.active a#highestrated   {background-position: -163px -26px;}
.media-browser .tabBox .homeGallery li.active a#mostcommented         {background-position: -326px -26px;}
.media-browser .tabBox .homeGallery li.active a#search                {background-position: -487px -26px;}

.media-browser .tabSelect li a#mostrecent            {background-position: 0 0;}
.media-browser .tabSelect li a#highestrated          {background-position: -163px 0;}
.media-browser .tabSelect li a#mostcommented         {background-position: -326px 0;}
.media-browser .tabSelect li a#search                {background-position: -487px 0;}

.media-browser .tabSelect li:hover a#mostrecent       {background-position: 0 -26px;}
.media-browser .tabSelect li:hover a#highestrated     {background-position: -163px -26px;}
.media-browser .tabSelect li:hover a#mostcommented    {background-position: -326px -26px;}
.media-browser .tabSelect li:hover a#search           {background-position: -487px -26px;}

.media-browser .tabSelect li.active a#mostrecent      {background-position: 0 -26px;}
.media-browser .tabSelect li.active a#highestrated    {background-position: -163px -26px;}
.media-browser .tabSelect li.active a#mostcommented   {background-position: -326px -26px;}
.media-browser .tabSelect li.active a#search          {background-position: -487px -26px;}

/***** The Gallery Page ******/

.gallery-page {
    background: #032436 url(http://assets.filemobile.com/156/images/lines_bg.gif) left top repeat-x;
    width: 666px;
    padding: 5px;
    float:left;
}

.gallery-page .tabSelect li.active a#mostrecent            {background-position: 0 -26px !important;}
.gallery-page .tabSelect li.active a#highestrated          {background-position: -163px -26px !important;}
.gallery-page .tabSelect li.active a#mostcommented         {background-position: -326px -26px !important;}
.gallery-page .tabSelect li.active a#search                {background-position: -487px -26px !important;}

.gallery-page .media-browser                    { padding: 0px; border: 1px solid #6f6d53; }
.gallery-page .media-browser .tabBox            { padding: 10px 0 0 0; }
.gallery-page .media-browser .tabSelect         { width: 650px }
.gallery-page .media-browser .tabSelect li      { width: 156px; }
.gallery-page .media-browser .tabSelect li a    { width:156px; }

.gallery-page .media-browser .tabPage           {background-color:#011015;margin: 8px; height: 500px; position: relative}
.gallery-page .media-browser .tabPages           {background-color:#011015;height:500px;margin:8px;position:relative;}
 
.gallery-page .media-browser .mediaItem         {width: 323px;}
.gallery-page .media-browser .mediaItem a       {margin: 0; width: 310px; height: 97px; padding: 7px;}
.gallery-page .media-browser .mediaItem a:hover {background: #03344e}
.gallery-page .media-browser .mediaItem a img   {float: left}
.gallery-page .media-browser .mediaItem .user   {color:#999999;}


.gallery-page .media-browser .tabPage .pager            {position: absolute; bottom: 5px; left: 0px; border-top:12px solid #032436; z-index: 2000; height:23px; width: 648px; padding-top: 10px; background: #011015; text-align: center;}
.gallery-page .media-browser .tabPage .pager a          {font-size: 12px; padding: 5px 10px; text-decoration: none}
.gallery-page .media-browser .tabPage .pager a:hover    {background: #03344e; color: white}
.gallery-page .media-browser .tabPage .pager a.lit      {font-weight: bold; color: white}



/***** The Entry/MediaDetail page ******/

/*email to friend submit button*/
.fmButtonShare{
    background:#ACACAC url(http://assets.filemobile.com/156/images/button.gif) no-repeat scroll left bottom;
    border:0 none;
    color:#022633;
    cursor:pointer;
    font-family:"Arial",sans-serif;
    font-size:14px;
    font-weight:bold;
    height:27px;
    letter-spacing:-1px;
    text-transform:uppercase;
    width:152px;
    position:relative;
    left:20px;
}

.fmButtonShare:hover{background-position:0px 0px;}


#voteToday{
    background:transparent url(http://assets.filemobile.com/156/images/vote_btn.png?r=123) no-repeat scroll 0 -115px;
    color:#022633;
    font-size:25px;
    font-weight:bold;
    height:31px;
    padding:14px 40px;
    width:22px;
}
.votebtnlg{
background:transparent url(http://assets.filemobile.com/156/images/vote_btn.png?r=123) no-repeat scroll 0 0;
border:medium none;
color:#022633;
cursor:pointer;
font-size:25px;
font-weight:bold;
height:33px;
padding:12px 44px;
width:22px;
}
.clear{clear:both;}

.votebtnlg:hover{background-position:0px -57px;}

#mediadetails {
    border: 1px solid #6f6d53;
}

.mediaPanel {
    background: #204161 url(http://assets.filemobile.com/156/images/video_bg.gif?r=123) left 50px repeat-x;
    min-height:420px;
    width: 100%;
}
.mediaPanel h1{width:600px;}

.mediaPanel .super{color:#FFFFFF;float:left;left:5px;position:relative;top:87px;width:193px;}

.mediaPanel .super h4{color:#008dff;padding-bottom:15px;font-size:16px;}
.mediaPanel .super p{margin:0;}
.mediaPanel .super #updateThis{float:left;font-size:40px;left:19px;padding:0;position:absolute;text-align:center;width:70px;}
.mediaPanel .super #rating a{padding:15px 0;float:left;}
.mediaPanel .super #voteAccepted{position:absolute;top:17px;}

#up, #down{cursor:pointer;position:relative;z-index:50;}
#up{float:left;position:absolute;}
#down{float:right;left:90px;position:absolute;}


.mediaPanel .super #rating{
    width:192px;
    height:46px;
    position:relative;
}

.morefromuser {
    background: url(http://assets.filemobile.com/156/images/video_bg.gif?r=123) left bottom repeat-x;
    margin-top: 5px;
    width:633px;
}

.morefromuser .mediaItem a {height: 50px; width: 190px} 


.mediaPanel h1 {
    background: none;
    color: white;
    margin-top:0;
    text-transform:capitalize;
}

.mediaWrapper {
    margin: 10px;
    float: left;
}

.mediaWrapper img, .mediaWrapper object { border: none}

.mediaWrapper p {
    color: white;
    background: #0a151f;
    padding: 5px;
    width: 410px;
}

.mediaMetaPanel{
    float:right;
    margin-right:8px;
    width:185px; 
    color:#ffffff;
}

.mediaMetaPanel a.email{
    color:#cccccc;
    padding:5px;
}

ul.metadata {
    color: white;
    list-style: none;
    margin: 10px 0;
    background: #051219;
    padding: 5px;
    font-size: 10px;
}

ul.metadata li{padding:2px 0;}

.metadata .name{font-size:12px;text-decoration:underline;text-transform:capitalize;}
.metadata .city{color:#999999;font-size:12px;}
.metadata .uploaded{color:#cccccc;}
.metadata .metaComments{color:#cccccc;}

ul.mediashare {
    text-align:left;
    margin: 0;
    padding: 0;
}

ul.mediashare li {
  display: inline;
  color:#ffffff;
  padding: 4px;
}
v
ul.mediashare li img {background: white; border: 1px solid white}

/*the upload new video button*/
.uploadNewVid{
    bottom:37px;
    clear:both;
    float:right;
    font-weight:bold;
    height:21px;
    letter-spacing:-1px;
    position:relative;
    right:78px;
}

.uploadNewVid a{
    background:#ACACAC url(http://assets.filemobile.com/156/images/submit_btn.png) no-repeat scroll 0 -31px;
    color:#022633;
    font-family:"Arial",sans-serif;
    font-size:12px;
    padding:6px 13px 4px;
    text-transform:uppercase;
    text-decoration:none;
    width:152px;
}

.uploadNewVid a:hover{background-position:0 0;}


/* FOR THE LIGHTBOX POP-UP */

.lightbox{
    background-attachment:scroll;
    background:url(http://assets.filemobile.com/156/images/lightbox_bg.png?r=123) repeat;
    height:100%;
    position:fixed;
    right:0;
    top:0;
    width:100%;
    z-index:100;
}

.content_lb{
    color:#ffffff;
    height:285px;
    background:#204161 url(http://assets.filemobile.com/156/images/entryStripe.png) repeat-x;
    position:fixed;
    top:20%;
    left:35%;
    width:400px;
    z-index:110;
}

.lightbox .content_lb .border{height:272px !important;width:386px !important;}

.lightbox .content_lb h1{
    background:#0E1C21 none repeat scroll 0 0;
    color:#008DFF;
    height:27px;
    margin:5px;
    padding:8px;
    width:225px;
}

.lightbox .content_lb .sendFriendForm{
    text-align:center;
    padding:20px;
}

.lightbox a{
    float:right;
    position:absolute;
    right:11px;
    top:18px;
    cursor:pointer;
}

/* Begin: Star rating */
ul.starRating { list-style: none; position: relative; margin: 0; padding: 0 !important; width: 100px; height: 13px; background: url( '/static/contestapp/theme/rating-stars.gif' ) top left repeat-x; }
ul.starRating li { margin: 0; padding: 0; float: left; }
ul.starRating li a { display: block; width: 20px; height: 13px; text-indent: -9999px; position: absolute; z-index: 100; background: none; }
ul.starRating li a:hover { background: url( '/static/contestapp/theme/rating-stars.gif' ) center left; z-index: 2; }
ul.notLoggedIn li a:hover {background: transparent; cursor: default}
ul.starRating li.currentRating { background: url( '/static/contestapp/theme/rating-stars.gif' ) bottom left; position: absolute; height: 13px; display: block; text-indent: -9999px; z-index: 1; padding: 0 !important; }

ul.starRating li a.oneStar { left: 0; }
ul.starRating li a.oneStar:hover { left: 0; width: 20px; }
ul.starRating li a.twoStar { left: 20px; }
ul.starRating li a.twoStar:hover { left: 0; width: 40px; }


ul.starRating li a.threeStar { left: 40px; }
ul.starRating li a.threeStar:hover { left: 0; width: 60px; }
ul.starRating li a.fourStar { left: 60px; }
ul.starRating li a.fourStar:hover { left: 0; width: 80px; }
ul.starRating li a.fiveStar { left: 80px; }
ul.starRating li a.fiveStar:hover { left: 0; width: 100px; }
/* End: Star rating */

.comments {
    color:#FFFFFF;
    background:#032436;
    clear: both;
    padding-bottom:10px;
}

.comments .pager{text-align:right; color:#ffffff;padding:10px 20px;}
.comments .pager a{color:#ffffff; text-decoration:none;padding:0 10px;}
.comments .pager strong{padding:0 10px;font-size:14px;}

.media-browser .tabSelect li a{
}

.comments h3 {
   padding-top: 25px;
   font-size: 20px;
   font-weight: 600;
}

.comments .commentMeta {
    background:#103e57;
    float: left;
    width: 150px;
    padding:5px;
    text-align:center;
}

.comments .comment {
    background:#03344e;
    clear: both;
    font-size: 13px;
    min-height:55px;
    padding:0 0 10px 0;
    margin:10px;
}

.comments .comment p{
    width:440px;
    margin: 5px 0px 0px 10px;
    float:left;
}

.comments .even {
  background: #011015;
}

.even .commentMeta{
    background:#0e1c21;
}

.sidebarGallery {background: #0a2d40;padding-top:1px;height:500px;}
.sidebarGallery div.mediaItem {border-top:1px solid #17384A;margin:0 10px;width:278px;}
.sidebarGallery div.mediaItem a {height:65px;padding:9px;width:260px;}
.sidebarGallery div.mediaItem a img {border-color: #17384a}
.sidebarGallery div.mediaItem a:hover {background: #03344e}
.sidebarGallery div.mediaItem a:hover img {border-color: #008dff}

.sidebarGallery .viewall {
    padding-left: 20px;
    background: #00141f url(http://assets.filemobile.com/156/images/grid.gif) left 2px no-repeat;
    display: block;
    bottom:6px;
    margin: 5px 10px;
    width: 258px;
    height: 25px;
    position:absolute;
}

.sidebarGallery .border{height:485px;}

.sidebarGallery .gradient{
    background:transparent url(http://assets.filemobile.com/156/images/sidebarGradient.png?=123) repeat-x scroll 0 0;
    float:left;
    height:205px;
    width:310px;
}

/* winners page */
#weekWin{background:#011015;}
#winners .mediaWrapper{padding:10px;border:#cccccc solid 1px;}
#winners .mediaWinner{background:#0E1C21 none repeat scroll 0 0;float:left;margin-bottom:10px;width:613px;}
#winners .mediaInfo{width:390px;float:right;}
#winners ul{list-style:none;padding:10px 0 0 0;text-align:left;}
#winners ul li{margin:0;padding:1px 0;}
#winners ul li.city{color:#cccccc;}
#winners ul li a{color:#ffffff; text-transform:capitalize;font-weight:bold;}

#winners .mediaItem{width:300px;}
#winners .mediaItem a{
    background:#103e57;
    height:100px;
    padding:5px;
    width:290px;
}

#winners #weeklyWins{background:#03344e;padding:10px 10px 30px;float:left;width:600px; height:auto;}
#winners #weeklyWins .mediaItem h3{
    color:#cccccc;
    font-weight:bold;
    text-align:left;
    margin:5px;
}

#winners #weeklyWins .mediaItem a span.title{font-size:14px;}
#winners #weeklyWins .mediaItem .userName{color:#ffffff;padding-top:35px;}
#winners #weeklyWins .mediaItem .userCity{color:#cccccc;}

/*this is for making sure the page is displayed the proper width on the winners page*/
.stripesWin{width:645px;}
.borderWin{width:633px;}

/***** Search sidebar *****/

.searchBox {
  padding: 5px;
}

.searchBox .fmButton {
  padding: 2px;
  font-size: 11px;
  cursor:pointer;
}

/***** Register *****/
.errorField, .errorLabel { color: black; }


.formBox ul.register{padding:0 0 0 120px;list-style:none;}
.formBox ul li {margin:15px 0;}
.formBox ul li .star{color:#cccccc;}
.formBox ul li .lb {width:120px; float:left; padding-right:10px;text-align:right;}

/***** Enter the contest / Uploader *****/

#uploadFormWrapper{
    background:#032436 url(http://assets.filemobile.com/156/images/entryStripe.png) repeat-x scroll 0 0;
}

#uploadFormBorder{
    margin:5px;
    border:1px solid #6F6D53
}

#uploadFormWrapper ul{
    font-size:18px;
    font-weight:500;
    height:60px;
    list-style-image:none;
    padding:0;
}

#uploadFormWrapper ul li{
    display:inline;
    background:#0E1C21 none repeat scroll 0 0;
    color:#008DFF;
    float:left;
    height:24px;
    margin:5px 0 5px 5px;
    padding:10px 85px 10px 10px;
    width:110px;
    cursor:pointer;
}

#uploadFormWrapper ul li:hover, #uploadFormWrapper ul .active{background-color:#103e57;color:#FFFFFF;}

#uploadFile, #uploadWebcam{padding-bottom:10px;position:relative;text-align:center;}

#loader{
    width: 200px;
    margin: 0 auto; 
    border:1px solid #555555; 
    color: #333; 
    text-align: center; 
    height:15px; 
    padding: 5px; 
    background: url('/static/3/images/loader_bg.gif'); 
    position: absolute; 
    left: 200px; 
    top: 135px; 
}

/*RULES*/
#rules, #prizes, #missing, #upload, #email, #lost, #registration, #winners{color:#ffffff;margin:10px;}

/* FAQ BULLETS */
#faq{color:#ffffff; padding:20px 30px 0px 30px;}
#faq .space{padding:5px 0;color:#cccccc;}
#faq h3{padding:15px 0px;font-weight:bold;}
#faq ul.top{list-style-image: url(http://assets.filemobile.com/156/images/faqBullet.png);padding-right:20px;}
#faq ul.top li h3.scroll{font-size:15px;padding:0;pointer:cursor;}
#faq ul.top{padding-top:15px;}

#faq ul.howdoilist { margin-top: 40px; list-style: none; }
#faq ul.howdoilist li {	margin-bottom: 25px; }
#faq ul.howdoilist ul {	list-style: none; margin: 1em 0px 0px 20px;	padding: 0px; }
#faq ul.howdoilist ul li { margin: 0px 0px 1em 0px; }

#rules table td {
	padding: 0px 5px;
}

#rules table th {
	font-weight: bold;
	padding: 0px 5px;	
}

/**** FB PAGE ****/

.fbpage{
    height:391px;
    width:573px;
}

.fbpage .mediaItem{width:272px;font-size:12px;}

.gallery-fb{
    background:#032436 url(http://assets.filemobile.com/156/images/lines_bg.gif) repeat-x scroll left top;
    float:left;
    padding:5px;
    width:563px;
}

.gallery-fb .media-browser {
    border:1px solid #6F6D53;
    padding:0;
    position:relative;
    height:378px;
}

.gallery-fb .media-browser .tabBox {
    padding:10px 0 0;
}

.gallery-fb .media-browser .tabSelect {
    padding:0 20px 0 34px;
    text-align:center;
    width:512px;
}

.gallery-fb .media-browser .tabBox li {
    cursor:pointer;
    display:inline;
    float:none;
    width:179px;
}

.tabBox .tabSelect li {
    color:#FFFFFF;
    line-height:30px;
    text-align:center;
}

.gallery-fb .media-browser .tabSelect li a {
    background:transparent url(http://assets.filemobile.com/156/images/gallerySubnav.png) repeat scroll 0 0;
    display:block;
    float:left;
    height:22px;
    margin-right:5px;
    overflow:hidden;
    padding:10px 0;
    width:161px;
}

.gallery-fb .media-browser .mediaItem a:hover {
    background:#03344E none repeat scroll 0 0;
}

.gallery-fb .media-browser .mediaItem a{
    height:97px;
    margin:0;
    padding:7px;
    width:258px;
}

.gallery-fb .media-browser .tabPage {
    background-color:#011015;
    height:334px;
    margin:8px;
    position:relative;
}

.gallery-fb .media-browser .tabPage .pager {
    background:#011015 none repeat scroll 0 0;
    border-top:12px solid #032436;
    bottom:5px;
    height:23px;
    left:0;
    padding-top:10px;
    position:absolute;
    text-align:center;
    width:545px;
    z-index:2000;
}


.tabContents .pager{
    background:#011015 none repeat scroll 0 0;
    border-top:12px solid #032436;
    bottom:5px;
    height:23px;
    left:0;
    padding-top:10px;
    position:absolute;
    text-align:center;
    width:563px;
    z-index:2000;
}

.tabContents .pager a{
    font-size:12px;
    padding:5px 10px;
    text-decoration:none;
}

.tabContents .pager a.lit {
    color:white;
    font-weight:bold;
}

.emailV h1 {
	width:610px;
}

.emailV div {
	width:613px;
	padding:20px 10px;
	margin: 0px !important;
	color:#fff;
}

/* LOST PASSWORD */
.lostForm{
    color:white;
    margin-bottom:5px;
    padding:5px;
}

.lostForm td{padding-bottom:10px;}

.lostForm .fmButton {
    background:#ACACAC url(http://assets.filemobile.com/156/images/button.gif) no-repeat scroll left bottom;
    border:0 none;
    color:#022633;
    cursor:pointer;
    font-family:"Arial",sans-serif;
    font-size:14px;
    font-weight:bold;
    height:27px;
    letter-spacing:-1px;
    text-transform:uppercase;
    width:152px;
}

/* end of import: page_specific */


/* 

overriding astral media's footer border 

*/

div.footer .blackFooter {border: none}
