/* 

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;
}

/* 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;
  background-color: #FFFFFF;
  font-size: 13px;

}

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;
}


.footer {

  margin-top: 25px;
  background-color: #7F7F7F;
  height: 100px;

}

.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_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;
}

/* 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;
} 

/* 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: 8px;
   padding-right: 8px;
}

.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: #9f0000;
   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}

/* 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 *****/

.homeMedia .tabSelect li {
  width: 200px;
  cursor: pointer
}

.homeMedia .tabContents {
  height: 228px;
  padding: 15px 15px 0px 15px;
 
}

.homeMedia .mediaItem {

  width: 280px;
  float: left;
  height: 74px;

}

.homeMedia .mediaItem img { float: left;  margin-right: 10px }


/***** The Gallery page ******/

.galleryMedia .tabSelect li {
  width: 200px;
  cursor: pointer
}

.galleryMedia .tabContents {
  padding: 15px;

}

.galleryMedia .mediaItem {
    width: 280px;
    float: left;
}

.galleryMedia .mediaItem img { float: left;  margin-right: 10px }


/***** The Entry/MediaDetail page ******/

.mediaPanel {

  width: 370px;
  clear: left;
  float: left;

}

.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;
}

.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;

}


/* Begin: Star rating */
ul.starRating { list-style: none; position: relative; margin: 0; padding: 0 !important; width: 100px; height: 13px; background: url( 'http://assets.filemobile.com/112/icons/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( 'http://assets.filemobile.com/112/icons/rating-stars.gif' ) center left; z-index: 2; }
ul.notLoggedIn li a:hover {background: transparent}

ul.starRating li.currentRating { background: url( 'http://assets.filemobile.com/112/icons/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 */

/***** Search sidebar *****/

.searchBox {
  padding: 5px;
}

.searchBox .fmButton {
  padding: 2px;
  font-size: 11px;
}



/* end of import: page_specific */

/*

This is the stylesheet that styles the galleries

*/

/* sabretooth: server-side import: media */

.mediaItem {padding: 0 !important; border: 1px solid #d2d2d1!important; height: 65px!important}
.mediaItem:hover {border: 1px solid #b0b0b0!important}

.mediaItem a {display: block; height: 53px; 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}
/* end of import: media */

/*

This is the site specific style sheet

*/

/* sabretooth: server-side import: sytycd */

body {
	background: #27292b;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

.mainContainer {
	width: 930px;
	margin: 0 auto;
	background: #000;
	color: #fff;
        padding: 0;
}

/* Header =============================================== */

#Header {
	width: 930px;
	height: 246px;
	background: url(http://assets.filemobile.com/112/CloverLeafHeader.jpg) top center no-repeat;
	position: relative;
	float: left;
}

#Header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#Header h1 a {
	width: 550px;
	height: 130px;
	display: block;
	text-indent: -9999px;
}

/* Main Menu ====================== */

#Header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 36px;
	left: 0;
}

#Header ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#Header ul li a {
	background-image: url(http://assets.filemobile.com/112/Menu.jpg);
	height: 71px;
	display: block;
	text-indent: -9999px;
}

#Header ul li.Home a {
	width: 137px;
}

#Header ul li.Home a:hover {
	background-position: 0 100%;
}

#Header ul li.Enter a {
	width: 131px;
	background-position: -137px 0;
}

#Header ul li.Enter a:hover {
	background-position: -137px 100%;
}

#Header ul li.Gallery a {
	width: 132px;
	background-position: -268px 0;
}

#Header ul li.Gallery a:hover {
	background-position: -268px 100%;
}

#Header ul li.Rules a {
	width: 131px;
	background-position: -400px 0;
}

#Header ul li.Rules a:hover {
	background-position: -400px 100%;
}

#Header ul li.Prizes a {
	width: 131px;
	background-position: -531px 0;
}

#Header ul li.Prizes a:hover {
	background-position: -531px 100%;
}

#Header ul li.FAQ a {
	width: 132px;
	background-position: -662px 0;
}

#Header ul li.FAQ a:hover {
	background-position: -662px 100%;
}

#Header ul li.EnergyZone a {
	width: 136px;
	background-position: 100% 0;
}

#Header ul li.EnergyZone a:hover {
	background-position: 100% 100%;
}

/* Log In ====================== */

#LogIn {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(http://assets.filemobile.com/112/LogInBG.jpg);
	height: 36px;
	width: 100%;
	text-align: right;
}

#LogIn p {
	margin: 0 15px 0 0;
	padding: 0;
	line-height: 34px;
	font-size: 10px;
	color: #fff;
}

#LogIn p a {
	color: #6ccff6;
}

#LogIn p a:hover {
	color: #fff;
}

/* Content ==================================================================== */

/* Section Header ========== */

#SectionHeader {
	position: relative;
	float: left;
}

.HomePage #SectionHeader {
	width: 620px;
	height: 260px;
	background: url(http://assets.filemobile.com/112/HomeTitle.jpg);
}

#SectionHeader h3 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#SectionHeader p {
	font-size: 12px;
	position: absolute;
	top: 115px;
	left: 20px;
	width: 460px;
}

#SectionHeader a.EnterButton {
	display: block;
	text-indent: -9999px;
	width: 125px;
	height: 83px;
	background: url(http://assets.filemobile.com/112/EnterButton.jpg);
	position: absolute;
	bottom: 20px;
	right: 15px;
}

#SectionHeader a.EnterButton:hover {
	background: url(http://assets.filemobile.com/112/EnterButtonOver.jpg);
}

/* Big Box ========== */

#CloverLeafInfo {
	float: right;
}

.bigboy {margin: 5px 5px 0px 5px;float:right;}

#CloverLeafInfo p  {
	margin: 0;
	padding: 0;
}

#CloverLeafInfo p a {
	display: block;
	width: 310px;
	height: 260px;
	text-indent: -9999px;
	background: url(http://assets.filemobile.com/112/CloverLeafBigBox.jpg);
}

/* Gallery Widget ========== */

#GalleryWidget {
	clear: both;
}

#GalleryWidget #Featured {
	width: 350px;
	height: 370px;
	background: url(http://assets.filemobile.com/112/HomePageFeaturedImageBG.jpg);
	float: left;
}

#GalleryWidget #Featured img {
	margin: 51px 0 5px 16px;
}

#GalleryWidget #Featured h4 {
	margin: 0 20px;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

#GalleryWidget #Featured p {
	margin: 0 20px;
	font-size: 12px;
	color: #6ccff6;
}

#GalleryTabs {
	width: 580px;
	height: 370px;
	background: url(http://assets.filemobile.com/112/GallerySwitchBG.jpg);
	float: right;
	position: relative;
}

/* Gallery Menu */

ul.GalleryMenu {
	margin: 40px 10px 10px 15px;
	padding: 0;
	list-style: none;
}

ul.GalleryMenu li {
	margin: 0;
	padding: 0;
	float: left;
}

ul.GalleryMenu li a {
	display: block;
	text-indent: -9999px;
	float: left;
	height: 47px;
	background-image: url(http://assets.filemobile.com/112/GalleryNav.jpg);

}

ul.GalleryMenu li.MostRecent a {
	width: 182px;
}

ul.GalleryMenu li.MostRecent a:hover {
	background-position: 0 100%;
}

ul.GalleryMenu li.HighestRated a {
	width: 181px;
	background-position: -182px 0;
}

ul.GalleryMenu li.HighestRated a:hover {
	background-position: -182px 100%;
}

ul.GalleryMenu li.MostCommented a {
	width: 182px;
	background-position: 100% 0;
}

ul.GalleryMenu li.MostCommented a:hover {
	background-position: 100% 100%;
}

/* Gallery Image Lists */

ul.GalleryImages {
	clear: both;
	margin: 10px 15px;
	padding: 0;
	list-style: none;
	float: left;
}

ul.GalleryImages li {
	width: 102px;
	height: 120px;
	float: left;
	font-size: 9px;
	color: #999;
	margin-right: 8px;
}

ul.GalleryImages a img {
	border: 1px solid #333;
}

ul.GalleryImages a:hover img {
	border: 1px solid #766b53;
}

a.ViewAll {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 10px;
	color: #ecd6a5;
}

a.ViewAll:hover {
	color: #fff;
}

/* Stuff To DO? ========== */

#StuffToDo {
	width: 930px;
	height: 351px;
	clear: both;
	background: url(http://assets.filemobile.com/112/StuffToDoBG.jpg);
	padding-top: 40px;
}

#StuffToDo h4 {
	font-size: 24px;
	color: #ccc;
	text-transform: uppercase;
	margin: 40px 20px 5px 20px;
	clear: both;
}

#StuffToDo p {
	font-size: 12px;
	color: #ccc;
	margin: 10px 20px;
	overflow: auto;
}

a.PhotosButton {
	width: 125px;
	height: 83px;
	display: block;
	text-indent: -9999px;
	background: url(http://assets.filemobile.com/112/PhotosButton.jpg);
	float: left;
	margin-right: 10px;
}

a.PhotosButton:hover {
	background: url(http://assets.filemobile.com/112/PhotosButtonOver.jpg);
}

a.VideosButton {
	width: 132px;
	height: 71px;
	display: block;
	text-indent: -9999px;
	background-image: url(http://assets.filemobile.com/112/Menu.jpg);
        background-position: -793px 0;
	float: left;
	margin-right: 10px;
}

a.VideosButton:hover {
	background-image: url(http://assets.filemobile.com/112/Menu.jpg);
        background-position: -793px 100%;
}

/* Footer ================================================================================ */

#Footer {
	width: 930px;
	height: 369px;
	background: url(http://assets.filemobile.com/112/FooterBG.jpg);
}

#Footer p {
	margin: 20px;
	color: #666;
	font-size: 10px;
}

/* Hack The CTV Header ====================================================================== */

#CTVHeader {
    width: 930px;
    margin: 0 auto;
}

/* Content Pages =============================================================================== */

.contentBody {
    background: #58CBF8;
}

.contentBox, .formBox {
    padding: 0 0 20px;
    background: url(http://assets.filemobile.com/112/ContentBoxBG.jpg) bottom left no-repeat;
    min-height: 827px;
}

.contentBox h1, .formBox h1, .wideColumn h1 {
    background: url(http://assets.filemobile.com/112/SectionTitleBG.jpg) top left no-repeat;
    height: 55px;
    padding: 50px 20px 5px;
}

.wideColumn {
    padding: 0;
    margin: 5px 0 5px 5px;
    width: 615px;
    background: #000;
}

.thinColumn {
    padding: 0;
}

.tabContents {
    clear: both;
    margin: 10px 20px 10px 15px;
}

.tabContents div {
    width: 40%;
    float: left;
    margin: 5px 5px 5px 0;
}

.contentBox dl {
    margin: 20px;
    padding: 0;
    font-size: 12px;
}

.contentBox dt {
    color: #6ccff6;
}

.contentBox dd {
    padding: 0;
    margin: 5px 0 15px;
}

.contentBox p {
    margin: 10px 20px;
}

.formBox h2 {
    font-size: 18px;
    color: #6ccff6;
    padding: 0;
    margin: 10px 20px 0;
}

.formBox p {
    margin: 10px 20px;
}

.formBox table {
    margin: 20px;
}

p.Notice {
    color: #6ccff6;
}

.formBox td p.Notice {
    margin: 10px 0 0;
    font-weight: bold;
}

p.Reminder {
    color: #999;
}

.formBox #SubmitButton{
    background: url(http://assets.filemobile.com/112/SubmitButton.jpg);
    width: 125px;
    height: 83px;
    text-indent: -9999px;
}

.formBox #SubmitButton:hover {
    background: url(http://assets.filemobile.com/112/SubmitButton.jpg);
    cursor: pointer;
}

.formBox #NextButton{
    background: url(http://assets.filemobile.com/112/NextStepsButton.jpg);
    width: 125px;
    height: 83px;
    text-indent: -9999px;
}

.formBox #NextButton:hover {
    background: url(http://assets.filemobile.com/112/NextStepsButton.jpg);
    cursor: pointer;
}

/* Photo Gallery ========== */

#GalleryTitle {
    background: url(http://assets.filemobile.com/112/GalleryTitle.jpg);
    width: 615px;
    height: 250px;
    position: relative;
    border-bottom: 5px solid #58CBF8;
}

#GalleryTitle h2 {
    display: none;
}

#GalleryTitle p {
    position: absolute;
    top: 160px;
    left: 20px;
    width: 500px;
}

.GalleryTabs {
    background: url(http://assets.filemobile.com/112/GalleryBG.jpg) bottom left no-repeat;
    height: 465px;
    width: 615px;
    float: left;
}

.GalleryTabs ul.GalleryMenu {
    margin-left: 35px;
}

.galleryMedia .tabContents {
    float: left;
    padding: 0;
    margin: 0 35px;
}

.tabContents div.pager {
    text-align: right;
    width: 545px;
    margin: 0;
    color: #6ccff6;
    font-size: 10px;
}

.pager a {
    font-size: 10px;
}

.pager strong {
    color: #6ccff6;
    background: #333;
    font-size: 10px;
}

.pager {
    line-height: 30px;
}

.galleryMedia .mediaItem {
    width: 45%;
    margin: 0 10px 10px 0;
}

.tabContents div.mediaItem {
    width: 260px;
}

.mediaItem, .mediaItem:hover {
    border: 0 !important;
}

.mediaItem a {
    border: 0;
}

.mediaItem a:hover {
    border: 0 !important;
    background: #333;
}

.mediaItem a span.title, .mediaItem a:hover span.title {
    color: #58CBF8;
    font-size: 12px;
}

.mediaItem a b {
    color: #fff;
    font-size: 10px;
}

.mediaItem a em {
    font-size: 10px;
    font-style: normal;
}

.mediaPanel {
    width: 320px;
    margin-left: 20px;
    margin-right: 10px;
}

.mediaMetaPanel {
    width: 250px;
    float: right;
    text-align: center;
}

.comments {
    margin: 0 20px;
}

#SingleEntry {
    min-height: 667px;
    background: #000;
}

#EnergyZoneVideoPlayer {
    width: 496px;
    margin: 0 auto;
}

/* Entry Comments ========== */

.comments .commentMeta {
    background: #444;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    padding: 10px;
    width: 150px;
}

.comments .comment {
    background: #333;
    clear: both;
    float: left;
    padding: 4px 3px;
    width: 570px;
}

.comments .even {
    border-bottom: none;
}   

/* Prize Page ========== */

.PrizeTitle {
    width: 615px;
    height: 443px;
    position: relative;
    background: url(http://assets.filemobile.com/112/PrizeTitle.jpg);
}

.PrizeTitle h2 {
    display: none;
}

.PrizeTitle ul.GrandPrize {
    position: absolute;
    top: 190px;
    left: 20px;
}

.PrizeTitle ul.SecondaryPrize {
    position: absolute;
    top: 360px;
    left: 20px;
}


/* All Links ========== */

a {
    color: #6ccff6;
}

a:hover {
    color: #fff;
}

/* Home Page Gallery =========== */

#FeaturedGallery {
    width: 330px;
    margin: 40px auto 0;
}

/* CTV Footer ========== */

#SYTYCDFooter {
    background: #fff;
    width: 930px;
}

#SYTYCDFooter #footerLogo {
    height: 35px;
    width: 450px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

#SYTYCDFooter #footerLogo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#SYTYCDFooter #footerLogo ul li {
    margin: 0 30px 0 0;
    padding: 0;
    float: left;
   
}

/* Small Gallery Menu ======================================== */

ul.GalleryMenuSmall {
    list-style: none;
    margin: 40px 0 0 15px;
    padding: 0;
}

ul.GalleryMenuSmall li {
    float: left;
    margin: 0;
    padding: 0;
}

ul.GalleryMenuSmall li a {
    float: left;
    display: block;
    text-indent: -9999px;
    height: 45px;
    background-image: url(http://assets.filemobile.com/112/GalleryMenuSmall.jpg);
    width: 146px;
}

ul.GalleryMenuSmall li.MostRecent a {
    width: 147px;
}

ul.GalleryMenuSmall li.HighestRated a {
    background-position: -147px 0;
}

ul.GalleryMenuSmall li.MostCommented a {
    background-position: -293px 0;
}

ul.GalleryMenuSmall li.Search a {
    background-position: 100% 0;
}

/* Gallery Tag cloud ======================================= */

#TagCloud {
    margin: 5px;
    color: #ccc;
    background: #000;
    padding: 10px;
    height: 445px;
    clear: both;
}

#TagCloud h2 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

#TagCloud a {
    color: #ccc;
    text-decoration: none;
}

#TagCloud a:hover {
    color: #59c9f5;
}
    


	
	


/* end of import: sytycd */