/* 

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}
h2 { font-size: 19px; font-weight: 400 }
h3 { font-size: 17px; font-weight: 400 }

.mainContainer {
  
  width: 960px;
  padding: 0 10px 0 10px;
  margin: 0 auto 0 auto;
  min-height: 99%;

}

.navigationBar .navigation {
  float: left;
}

.navigationBar .loginStatus {
  float: right;
}


.navigationBar .loginlogout {
  padding-left: 35px;
}

.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;
}

.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: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 13px;
  background-color: #43a533;
}

a {color: #CF0000}
a:focus {outline: none; -moz-outline: none;}

/* The maincontainer contains the entire page */
.mainContainer {

  background-color: #F9F9F9;
  background-image: url('/static/contestapp/theme/wrapper_gradient_bg.gif'); 

}

.header {

  background-image: url('/static/contestapp/theme/header_menu_bg.gif');
  height: 100px;
  line-height: 75px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-align: center;

}

.header a { 
  color: white;
  text-decoration: none;
}


.footer {

  margin-top: 25px;
  background-color: #7F7F7F;

}

.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 {
  background: url('/static/contestapp/theme/header_menu_bg.gif') repeat-x center bottom;
  height: 16px;
}

.navigationBar {
  color: #BABAB9;
  height: 31px;
  padding: 18px 10px 0 25px;
}

.navigationBar a {
  text-decoration: none;
  color: #BABAB9;
}

.navigationBar a:hover {
  color: #ffffff;
}

.navigation {

  word-spacing: 20px;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  word-spacing: 20px;

}

.navigation a {

  word-spacing: 2px;
  padding-bottom: 13px;

}

/* Here's a little trick to highlight the active navigation item */

.page_home #navHome,
.page_login #navLogin,
.page_enter #navLogin,
.page_faq #navFAQ,
.page_prizes #navPrizes,
.page_rules #navRules,
.page_gallery #navGallery,
.page_entry #navGallery
 { /* background: url('/static/contestapp/theme/navigation_active_bg.gif') no-repeat center bottom; */ color: white; } 

.contentBody {
    /* background: url('/static/contestapp/theme/content_bg.gif') no-repeat center top; */
}

.homeBrick {
  background-image: url('/static/contestapp/theme/brick_bg.gif');
  height: 240px; 
  color: #FFF;
  padding: 10px;
}

.adBrick {
  background-image: url('/static/contestapp/theme/brick_bg.gif');
  height: 250px; 
  padding: 5px;
}

.tabBox {
  border: 1px solid #868685;
  background-color: #D2D2D2;
  position:relative;
}

.tabBox a.rss {
    position: absolute;
    top: 10px;
    right: 10px;
}


/* The mediaitem is used everywhere there's a thumbnail on the site */ 

.mediaItem {padding: 0 !important; border: 1px solid #d2d2d1!important; }
.mediaItem:hover {border: 1px solid #b0b0b0!important}

.mediaItem a {display: block; height: 63px; padding: 5px; border: 1px solid #d2d2d1; text-decoration: none; overflow: hidden}
.mediaItem a:hover {border: 1px solid white; background: #f1f1f1}

.mediaItem a span.title {display: block; color: #4e0000; text-transform: uppercase; font-weight: 600}
.mediaItem a:hover span.title {color: #9f0000}
.mediaItem a b {color: #000000}
.mediaItem a em {color: #454545}

.mediaItem img {float: left; margin-right: 10px}


/* The tabSelect is the container around the different tabs */

/*
.tabBox .tabSelect {
 background-image: url('/static/contestapp/theme/tab_bg.gif');
 padding: 0;
 height: 35px;
}*/


.tabBox .tabSelect li { 
  line-height: 30px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  height: 35px;
} 

.tabBox .tabSelect li a {
    height: 35px;
    display: block;
}

/*
/* This is the style when a tab becomes active */
.tabBox .tabSelect li.active { 
  background-image: url('/static/contestapp/theme/tab_active_bg.gif');
  color: #0F0F0F

} */

.bigLoader {

   color : #A2A2A2;
   font-size: 25px;
   text-align: center;
   padding: 30px;

}

.sidebarGallery .tabSelect li {
   font-size: 80%;
   padding-left: 6px;

   padding-right: 7px;
}


.contentBox {

  padding: 10px;

}

.formBox {

   background: #353535;
   color: white;
   padding-top: 15px;
   padding-bottom: 15px;
}

.formBox h2 {
   color: #CF0000;
   font-weight: normal;
   font-size: 16px;
   padding-left: 15px;
   padding-bottom: 15px;
}

.formBox form th {
   width: 160px;
   padding-bottom: 15px;
   padding-left: 30px;
}


.formBox .fmTextArea {
   width: 250px;
   font-size: 11px;
   font-family: sans-serif;
}

.formBox .fmTextInput {
   width: 200px;
   font-size: 11px;
   font-family: sans-serif;
}

.formBox .fmButton {
   background-color: #454545;
   border: 0;
   color: white;
   font-size: 16px;
   padding: 10px;
   text-transform: uppercase;
}

/* infoText is extra information about a piece of text */
.formBox .infoText {
   font-size: 80%;
}

.formBox .errorText {
   color: red;
   font-weight: bold;
   text-align: center;
}


.notifyText {
   color: green;
   font-weight: bold;
   text-align: center;
}


.pager {text-align: center; }
.pager a {text-decoration: none; color: #3a3a3a; font-size: 18px; padding: 0 10px}
.pager strong {color: #000; font-size: 24px; padding: 3px 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 Entry/MediaDetail page ******/


.mediaPanel {
  background: transparent url(/static/contestapp/theme/brick_bg.gif) repeat scroll 0 0;
  width: 360px;
  margin-right: 10px;
  clear: left;
  float: left;

}

.mediaWrapper {
    margin: 5px 3px;
    text-align: center;
}

.mediaWrapper img, .mediaWrapper object { border: 1px solid #4d4d4d}

.mediaMetaPanel {

  width: 255px;
  clear: right;
  float: left;
  
}

.mediaMetaPanel .description {

  background: #343434;
  color: white;
  font-size: 12px;
  padding: 5px;

}

.mediaMetaPanel th {
  
   color: #B4B4B4;
   text-align: right;

}

.mediaMetaPanel td {
   font-weight: bold;
   color: #777777;
}

ul.mediashare {
   text-align: center;
   margin: 0; padding: 0;
}

ul.mediashare li {
  display: inline;
  padding: 4px;
}


/* 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 { 
  clear: both;

}

.comments h3 {
   padding-top: 25px;
   font-size: 20px;
   font-weight: 600;
}

.comments .commentMeta {
   float: left;
   width: 150px;
}

.comments .comment {
   clear: both;
   font-size: 13px;
   padding: 4px 0 20px 3px;
}


.comments .even {
  background: #E4E4E4;
  border-bottom: 1px solid #CFCFCF;

}

/***** Search sidebar *****/

.searchBox {
  padding: 5px;
}

.searchBox .fmButton {
  padding: 2px;
  font-size: 11px;
}

/***** Register *****/
.errorField, .errorLabel { color: red; }


/***** Enter the contest / Uploader *****/

#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; }

/* end of import: page_specific */



