﻿#main-content {
    padding: 20px;
}

#fbLike {
	padding: 11px 0 0 40px;
	height: 34px;
	width: 920px;
	margin: -20px 0 20px -20px;
	border-top: 1px solid #754038;
	border-bottom: 1px solid #754038;
	background-color: #41280e; /* fallback color */
    background: -moz-linear-gradient(top, #100a04 0%, #41280e 40%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#100a04), color-stop(40%,#41280e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #100a04 0%,#41280e 40%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #100a04 0%,#41280e 40%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #100a04 0%,#41280e 40%); /* IE10+ */
    background: linear-gradient(top, #100a04 0%,#41280e 40%); /* W3C */
    box-shadow: inset 0 0 20px 0 #2c1b09;
}

#mleftColumn {
    width: 180px;
    float: left;
    padding-right: 25px;
    text-align: center;
}

#mcenterColumn {
    width: 400px;
    float: left;
    padding-right: 13px;
    position: relative;
}

#mrightColumn {
    width: 300px;
    float: right;
}

.poster {
    border: 3px solid #444;
    padding: 3px;
    background-color: #eee;
    -webkit-box-shadow: 7px 0px 15px #3C0000;
    -moz-box-shadow: 7px 0px 15px #3C0000;
    box-shadow: 7px 0px 15px #3C0000;
    margin-bottom: -7px;   
    background-color: #000;
    background-image: linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -o-linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -moz-linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -webkit-linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -ms-linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #000000),
	    color-stop(0.5, #ddd),
	    color-stop(1, #333333)
    );  
}

.statsOutsideEdge {
    width: 180px;
    height: 1px;
    background: #996633;
    margin: 0 auto;
}

.statsInsideEdge {
    width: 180px;
    height: 5px;
    margin: 0 auto;
    background-color: #661e1f; /* fallback color */     
    background-image: -moz-linear-gradient(19% 100% 90deg,#7D5852, #FBD8C5, #7D5852 100%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7D5852), to(#7D5852), color-stop(.5,#FBD8C5));
}

.statsInsidePadding {
    width: 173px;
    height: 3px;
    background: #000;
    margin: 0 auto;
}

#stats {
    width: 160px;
    background-color: #350000; /* fallback color */     
    background-image: -moz-linear-gradient(0% 100% 90deg,#350000, #481617);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#481617), to(#350000));
    border-left: 1px solid #7D5852;
    border-right: 1px solid #7D5852;
    margin: 0 auto;
    -webkit-box-shadow: 2px 3px 22px #350000;
    -moz-box-shadow: 2px 3px 22px #350000;
    box-shadow: 2px 3px 22px #350000;
    font-family: 'GraublauWebBold';
}

#stats {
    font-size: 13px;
    color: #eee;
    text-align: center;
    padding-top: 10px;
    font-family: 'CartoGothicStd';
    font-weight: bold;
}

#stats p {
    border-bottom: 1px solid #1a0000;
    margin-top: -4px;
    padding: 2px 0 9px;
    color: #eee;
}

#stats img {
    margin: -1px 0pt -3px;
}

#haventSeenPie strong, #allTimeWinCount strong {
    font-size: 18px;
}

#movieInfoLColAd {
    margin: 35px auto 15px;
    text-align: center;
    width: 160px;
    -webkit-box-shadow: 7px 7px 15px #3C0000;
    -moz-box-shadow: 7px 7px 15px #3C0000;
    box-shadow: 7px 7px 15px #3C0000;
    height: 600px;
}

#movieInfoRColAd {
    width: 300px;
    height: 250px;
    -webkit-box-shadow: 7px 7px 15px #3C0000;
    -moz-box-shadow: 7px 7px 15px #3C0000;
    box-shadow: 7px 7px 15px #3C0000;    
}

#featuredTitle {
    display: block;
    font-family: 'GraublauWebBold', 'Trebuchet MS', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 -12px 0;
    color: #E1B96E;
    padding: 6px 4px 0;
}

#featuredCurrentUserRank {
    font-size: 38px;
    display:block;
    margin: 17px 0 -6px;
    font-family: 'GraublauWebBold';
}

#featuredGlobalRank {
    display: block;
    font-size: 20px;
    margin: 10px 0 -16px;
}

.featuredRanked {
   margin: 10px 0 -17px;
   display: block;
   font-size: 20px;
}

.numberSign {
    font-size: 20px;
}

.unranked {
	font-size: 20px;
}

#userRanked {
	margin: 10px 0 0 !important;
}

#userRankedValue {
	margin: 0;
	display: block;
    font-size: 20px;
}

#addRemoveRankings {
	width: 269px;
	float: left;
}

.rerank, .remove {
    color: #feea95;
    font-size: 15px;
    padding: 8px;
    background-color: #481512; /* fallback color */     
    background-image: -moz-linear-gradient(0% 50% 90deg,#481617, #693f40);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#693f40), to(#481617));
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    width: 265px;
    font-weight: bold;
    margin-bottom: 10px;
    border: 1px solid #7d5852;
    text-decoration: none;
    margin-left: 7px;
    text-transform: uppercase;
    -webkit-box-shadow: 4px 4px 10px #580C0C;    
    -moz-box-shadow: 4px 4px 10px #580C0C;
    box-shadow: 5px 5px 15px #580C0C;
}


a.rerank:hover, a.remove:hover {
	background-color: #6e3531; /* fallback color */     
    background-image: -moz-linear-gradient(0% 50% 90deg,#692f2f, #903f39);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#903f39), to(#692f2f));
    border: 1px solid #a4746c;
    text-decoration: none;
    color: #ffe373;
}

.mdivider {
    background: #996633;
    width: 100%;
    height: 2px;
    margin: 6px 0 15px 0;
    float: left;
}

#movieRating {
	display: block;
    margin-top: 10px;
}

.tagline {
    border-bottom: 2px solid #963;
    font-family: Georgia;
    font-weight: bold;
    font-style: italic;
    clear: both;
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
}

#mDetails {
    font-size: 16px;
    font-weight: bold;
    float: left;
    line-height: 1.2em;
    position: relative;
    padding: 0 14px; 
    width: 355px;
}

.smallDetails {    
    font-size: 12px;
    font-weight: normal;
    margin: 1px 0 12px;
    display: block;
    padding: 0 0 0 122px;
    line-height: 1.4em;
}

.detailsHeading {
	float: left;
	clear: left;
	font-family: 'GraublauWebBold';
    text-transform: uppercase;
    line-height: 1.1em;
    text-align: right;
    width: 100px;
}

.directorLink {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: -1px;
    display: block;
}

.seeMoreFromYear {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 3px -29px 15px 0;
    display: block;
    border-top: 2px solid #963;
    padding-top: 10px;
    width: 398px;
    text-align: right;
    clear: both;
}

.directedBy, .starring, .genres, .franchises, .releaseInfo {
    min-height: 2em;
    display: block;
}

.franchises, .franchiseDetails, .releaseInfoDetails {
    min-height: 3em;
}

.releaseInfoDetails {
    margin-bottom: 15px;
}

.mModule {
    font-family: 'GraublauWebBold';
    font-size: 16px;
    font-weight: bold;
    padding: 18px 0 3px;
    border-bottom: 2px solid #996633;
    margin-bottom: -10px;
}

.statsSegment {
	margin-bottom: 10px;
}

#userstats, #popularDiscussions {
	float: left;
	clear: left;
	width: 370px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background-color: #6a1b1c; /* fallback color */     
    background-image: -moz-linear-gradient(0% 100% 90deg,#530000, #6a1b1c);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6a1b1c), to(#530000));   
    margin-top: 4px;
    padding: 0 14px; 
   /* -webkit-box-shadow: 5px 5px 15px #350000;    
    -moz-box-shadow: 5px 5px 15px #350000;
    box-shadow: 5px 5px 15px #350000;*/
}

#popularDiscussions {
    margin-top: 20px;
}

.userstats-heading {
	border-bottom: 2px solid #963;
	text-transform: uppercase;
	font-family: 'GraublauWebBold';
	font-weight: bold;
	padding: 10px 0 2px;	
	font-size: 16px;
	width: 370px;
	clear: left;
}

.userstats-avatar {
	margin: 10px 10px 0 0;
	display: block;
	float: left;
	-webkit-box-shadow: 3px 3px 5px #3C0000;
    -moz-box-shadow: 3px 3px 5px #3C0000;
    box-shadow: 3px 3px 5px #3C0000;
}

.userstats-avatar-small {
	height: 25px;
	width: 25px;
	margin: 0 4px 5px 0;
	-webkit-box-shadow: 3px 3px 5px #3C0000;
    -moz-box-shadow: 3px 3px 5px #3C0000;
    box-shadow: 3px 3px 5px #3C0000;
}

.userstats-others {
	height: 50px;
	width: 165px;
	border-left: 1px solid #8e562b;
	float: right;
	padding-left: 15px;
	margin: 10px 0 0 0;
}

.userstats-seemore {
	font-size: 11px;
}

#userstats-whosseen {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	width: 90px;
	display: block;
}

.userstats-users, .discussions-users {
	float: left;
}

.userstats-username {
	padding: 6px 0 0;
	display: block;
	font-weight: bold;
}

.discussions-avatar-small {
	height: 27px;
	width: 27px;
	margin: 0 10px 0 15px;
	float: left;
}

.discussions-username {
	padding: 0;
	display: block;
	font-weight: bold;
	margin: -2px 0 0;
	line-height: 1em;
}

.discussions-commenter {
	float: left;
}

.discussions-comment {
	float: left;
	font-size: 11px;
	margin: 0 0 0 15px;
	width: 190px;
}

.readMoreComments {
	margin-top: 4px;
}

.discussions-stat {
	font-size: 11px;
}

.userstats-stat {
	font-size: 30px;
	font-weight: bold;
	margin-top: 6px;
	display: block;
}

.matchupTitle {
	font-weight: bold;
	margin: 10px 0;
	display: block;
	font-family: 'GraublauWebBold';
	font-size: 16px;
}

.lMatchupThumb {
	margin-right: 10px;
    float: left;
    border: 2px solid #444;
    padding: 2px;          
    background-color: #000;
    background-image: linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -o-linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -moz-linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -webkit-linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -ms-linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #000000),
	    color-stop(0.5, #ddd),
	    color-stop(1, #333333)
    );  
}

.rMatchupThumb {
	float: left;
	padding: 2px; 
	border: 2px solid #444;               
    background-color: #000;
    background-image: linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -o-linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -moz-linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -webkit-linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -ms-linear-gradient(top, #000000 0%, #ddd 50%, #333333 100%);
    background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #000000),
	    color-stop(0.5, #ddd),
	    color-stop(1, #333333)
    ); 
}

.vs-badge {
	margin: 20px 0px 0px -107px;
	display: block;
	float: left;
}

.featuredDiscussion {
	clear: left;
	float: left;
	width: 370px;
	display: block;
	margin-bottom: 15px;
}

.featuredDiscussion p {
	display: block;
}

.seeAllRecentMatchups, .seeAllPopularMatchups {
    border-top: 2px solid #996633;
    float: left;
    margin-top: 15px;
    padding-top: 5px;
    text-align: right;
    width: 100%;
}

#twitterModule {
	margin-bottom: 15px;
}
	
/* YouTube styling */

.reading_gsvsc .searchForm_gsvsc, .searching_gsvsc .searchForm_gsvsc, .tagStackBox_gsvsc, .footerBox_gsvsc {
	display: none !important;
}

/* override standard player dimensions */
.playerInnerBox_gsvsc .player_gsvsc {
  width: 300px !important;
  height: 234px !important;
}

.playerBox_gsvsc .player_gsvsc {
	width: 300px !important;
	height: 234px !important;
}

.readBox_gsvsc {
	display: block;
	margin: 0 0 0 -5px !important;
}

.results_gsvsc div.video-result_gsvsc {
	height: 108px !important;
	width: 142px !important;
}

.results_gsvsc div.video-result_gsvsc img { 
    height: 100% !important;
    width: 100% !important;
}

/* primary colors */
.app_gsvsc {                                                    color : #E1B96E !important; }
.search-form-complete_gsvsc div.search-form-save_gsvsc {        color : #E1B96E !important; }
div.search-form-save_gsvsc {                                    color : #e0e0e0 !important; }
div.edit-tag_gsvsc {                                            color : #E1B96E !important; }
.footerBox_gsvsc a {                                            color : #E1B96E !important; }
.playerBox_gsvsc a.title_gsvsc {                                color : #E1B96E !important; }
div.more_gsvsc:hover {                                          color : #E1B96E !important; }

/* selected tag */
div.tag-selected_gsvsc {                                        color : #000000 !important; }

/* hover colors */
div.tag-control_gsvsc:hover {                                   color : #E1B96E !important; }

/* secondary colors */
div.tag-control_gsvsc {                                         color : #676767 !important; }
.searchForm_gsvsc {                                             color : #676767 !important; }
.searchForm_gsvsc input.gsc-input {                             color : #676767 !important; }
.search-form-input_gsvsc {                                      color : #676767 !important; }
div.edit-form-submit-box_gsvsc {                                color : #676767 !important; }

.results_gsvsc div.video-result_gsvsc {                  		border-color : #963 !important; }
		
.twtr-ft { display: none !important; }
