.disVanillaForums.ORG
Custom DANCA theme by PGD
Website - paraschiv.me
*/

* {
    margin: 0;
}
dd.IP, dt.IP {
display: none;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    position:relative;
}
body {
   background: #c0deed url('images/bg.png') left 75px repeat-x;
}
div#Banner {
padding-bottom: 50px;
}

.Plugin #Banner,
.Profile #Banner,
.Entry #Banner,
.Messages #Banner,
.Post #Banner,
.Search #Banner,
.Activity #Banner {
display: none;
}
#Body {
   width: 960px;
   text-align: left;
   margin: 15px auto 55px;
}
.Discussions #Content {
   width: 960px;
   margin-left: auto;
   margin-right: auto;
   float: none;
}
.Discussion #Content {
padding-left: 20px;
width: 890px;
margin-left: auto;
margin-right: auto;
float: none;
}



.Discussions.index .DataList,
.Discussions.Index .DataList,
.unanswered .DataList,
.mine .DataList,
.bookmarked .DataList {
-ms-column-count:3;
-moz-column-count:3;
-webkit-column-count:3;
-o-column-count:3;
column-count:3;
-ms-column-gap:auto;
-moz-column-gap:auto;
-webkit-column-gap:auto;
-o-column-gap:auto;
column-gap:auto;
-ms-column-width: 307px;
-moz-column-width: 307px;
-webkit-column-width: 307px;
-o-column-width: 307px;
column-width: 307px;
}
.Discussions.index ul.DataList li.Item,
.Discussions.Index ul.DataList li.Item,
.unanswered ul.DataList li.Item,
.bookmarked ul.DataList li.Item,
.mine ul.DataList li.Item {
-ms-column-break-inside:avoid;
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
column-break-inside:avoid;
display: inline-block;
border-bottom: 1px solid #E1E1E1;
margin: 0 0 25px;
width: 307px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
o-border-radius: 4px;
box-shadow: 10px 10px 5px #888888;
cursor: pointer;
}
.Discussions.index ul.DataList li.Item:hover,
.Discussions.Index ul.DataList li.Item:hover,
.mine ul.DataList li.Item:hover,
.unanswered ul.DataList li.Item:hover,
.bookmarked ul.DataList li.Item:hover {
-webkit-transform:scale(0.95);
-moz-transform:scale(0.95);
-ms-transform:scale(0.95);
-o-transform:scale(0.95);
transform:scale(0.95);
box-shadow: 5px 5px 5px #888888;
}
.popular .MessageList .Message img:hover {
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2);
cursor: pointer;
}
body#vanilla_discussion_index.Vanilla.Discussion.Index .Message img:hover {
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2);
cursor: pointer;
}
.Plugin #Content,
.Search #Content {
   width: 735px;
   margin-left: auto;
   margin-right: auto;
   float: none;
}
#dashboard_plugin_memberslistenh #Content {
width: 850px!important;
}
span.AuthorDate {
display: none;
}
a.Category {
display: none;
}
.Search span {
padding-left: 5px;
}
.Conversations.Messages.add form#Form_Conversation{
background: none;
}
.Conversations.Messages.add #Content {
float: none;
margin-left: auto;
margin-right: auto;
width: 670px;
}

div.Tabs.DiscussionsTabs {
text-align: left;
font-size: 110%;
background: none;
border: none;
width: 600px;
}
div.Tabs.HeadingTabs.DiscussionTabs.FirstPage a.TabLink {
text-align: center;
font-size: 110%;
}
.Discussions.Index div.Meta,
.Discussions.index div.Meta,
.mine div.Meta,
.unanswered div.Meta,
.bookmarked div.Meta,
.popular div.Meta {
padding-top: 35px;
}
span.Tag.QnA-Tag-Question {
font-size: 140%;
background: #a23334;
padding: 2px;
position: absolute;
margin-top: -25px;
}
span.Tag.QnA-Tag-Accepted {
font-size: 140%;
background: #00cc00;
position: absolute;
margin-top: -25px;
}
span.Tag.QnA-Tag-Answered {
font-size: 140%;
background: #a23334;
padding: 2px;
position: absolute;
margin-top: -25px;
}
span.Tag.QnA-Box.QnA-Accepted {
background: #00cc00;
padding-right: 0;
padding-left: 8px;
}
span.Tag.QnA-Box.QnA-Rejected {
background: #a23334;
padding-right: 0;
padding-left: 8px;
}
.Categories span.Tag {
display: none;
}
.Categories div.Meta {
padding-top: 0!important;
}
a.QnA-No {
display: none;
}
div.Tabs.HeadingTabs.DiscussionTabs.FirstPage {
background: none;
border: none;
top: 8px;
}
div.Tabs.HeadingTabs.DiscussionTabs.FirstPage div.SubTab {
color: #485657;
position: relative;
left: 80px;
}
body#vanilla_discussion_index.Vanilla.Discussion.Index a.TabLink {
display: none;
}
.Discussions.Index .P,
.Discussions.index .P {
margin-top: -35px;
padding-bottom: 8px;
z-index: 100000;
}
h4 {
   color: #6C6C6C;
}
h5 {
   color: #6C6C6C;
}
a {
   color: #485457;
}
a:hover {
   color: #8b1b1b;
}

/* =================================================================== Header */
#Head {
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #708587),
	color-stop(1, #485657)
);
background-image: -o-linear-gradient(bottom, #708587 0%, #485657 100%);
background-image: -moz-linear-gradient(bottom, #708587 0%, #485657 100%);
background-image: -webkit-linear-gradient(bottom, #708587 0%, #485657 100%);
background-image: -ms-linear-gradient(bottom, #708587 0%, #485657 100%);
background-image: linear-gradient(to bottom, #708587 0%, #485657 100%);
   padding: 0;
   height:80px;
   width:100%;
   position:relative;
   top:0px;
   left:0px;
   z-index:100;
}
#logo a {
    background: url('images/IdentittyTop7.png') no-repeat scroll 5px 9px transparent;
    color: #FFFFFF;
    display: block;
    height: 80px;
    margin-right: 5px;
    outline: medium none;
    text-indent: -9999px;
    width: 950px;
    float:left;
}
#Head .Search,
#Head #Search {
   top: 15px;
}
a.Button,
.Button #Panel{
   padding: 6px 5px 7px 5px;
}
#Menu {
   margin: 0 4px 0 0;
   font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
   margin-right: 0px;
   float: right;
   margin-top: -25px;
color: #FFFFFF;
font-weight: 700;
   } 
#Menu a:hover { 
text-shadow: 0 0 15px #FFFFFF;
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
}
#Twitter {
margin-top: -35px;
float: right;
margin-right: none;
margin-left: none;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
#Twitter img:hover {
 -webkit-transform: rotate(-15deg);
     -moz-transform: rotate(-15deg);
       -o-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
/* ======================================================== Panels / Sidebars */
body.Discussion .GuestBox a:first-child { 
   display: none; 
}
body.Discussions .GuestBox a:first-child { 
   display: none; 
}
a.Button.SignInPopup {
font-size: 120%;
}
a.Button.ApplyButton {
font-size: 120%;
}
body.Profile a.Button {
font-size: 120%;
}
body.Discussion div.Box.GuestBox,
body.Discussions div.Box.GuestBox {
font-size: 110%;
width: 400px;
background: none;
 -moz-box-shadow: 0px 0px 0px transparent !important;
  -webkit-box-shadow: 0px 0px 0px transparent !important;
    -ms-box-shadow: 0px 0px 0px transparent !important;
      -o-box-shadow: 0px 0px 0px transparent !important;
  box-shadow: 0px 0px 0px transparent !important;
}
#Panel {
position: relative;
}
.unanswered #Panel,
.bookmarked #Panel,
.mine #Panel,
.popular #Panel,
.Discussions #Panel,
.Discussion #Panel {
   width: 225px;
   position: absolute;
   top: 250px;
   float: left;
   margin-left: 20px;
}
body.Discussion a.Button.ApplyButton {
position: absolute;
left: 80%;
top: -2px;
}
body.Discussions a.Button.ApplyButton{
position: absolute;
left: 80%;
top: -2px;
}
body.Discussion a.Button.SignInPopup {
display: none;
}
body.Discussions a.Button.SignInPopup {
display: none;
}
body.Discussions div.Box.GuestBox p{
display: none;
}
body.Discussion div.Box.GuestBox p{
display: none;
}
body.Search #Panel {
display: none;
}
body.Conversations #Panel {
width: 270px;
}
.Box {
   background: #90a8aa;
}
.Box h4 {
   color: #485457;
}
.PanelInfo li {
   background: #c4d1d3;
   border-bottom: 1px solid #485457;
}
.PanelInfo {
   border-top: 1px solid #;
}
.PanelInfo .Active {
   background: #e4eaea;
   border-bottom: 1px solid #485457;
}
.PanelInfo .Active a {
   color: #485457;
}
body.Profile .PanelInfo {
   border-bottom: 1px solid #485457;
}
a.BigButton {
margin: auto;
   text-align: center;
   display: block;
   cursor: pointer;
   font-size: 18px;
   font-weight: bold;
   padding: 10px 0;
	background: #a23334;
	background:-webkit-gradient(linear, center bottom, center top, from(#8c1a1b), to(#a23334));
	background:-moz-linear-gradient(top, #a23334, #8c1a1b);
	-pie-background:linear-gradient(top, #a23334, #8c1a1b);
	background:linear-gradient(top, #a23334, #8c1a1b);
   color: #fff;
	text-shadow: 0 1px 0 #3d494c;
   border: 1px solid #999;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;  
	-ms-box-shadow: 0px 0px 2px #999; 
	-o-box-shadow: 0px 0px 2px #999; 
   }
a.BigButton:hover {
   color: #d3dddf;
   border: 1px solid #666;
	box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa; 
	-ms-box-shadow: 0px 0px 5px #aaa; 
	-o-box-shadow: 0px 0px 5px #aaa;  
}
a.BigButton:focus {
   background: #eee;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;  
	-ms-box-shadow: 0px 0px 2px #999; 
	-o-box-shadow: 0px 0px 2px #999; 
}

.DataList .Item {
   background: #e4f1f3;
   border-bottom: 1px solid #bec8cc;
}
.DataList .Mine { background: #e3e1d7; }
.DataList .Alt { background: #dae9eb; }

.Activities .Excerpt {
	color: #80828C;
}
.Activities .Excerpt a,
.Activities .Meta a {
   color: #485457;
}
.Activities .Excerpt a:hover,
.Activities .Meta a:hover {
   color: #8b1b1b;
}
.Activities .Excerpt img {
	border: 1px solid #999;
}
.Activities .DataList li {
	background: #d4eaec;
}

.MessageList .Item {
   border-bottom: 1px solid #BEC8CC;
}
.Preview {
	background: #c4d1d3;
}
.Preview .Message {
   width: 290px;
   height: auto;
}
.Discussions.Index .Message img,
.Discussions.index .Message img,
.Discussion .Message img,
.mine .Message img,
.bookmarked .Message img,
.unanswered .Message img {
   width: 290px;
   height: auto;
   max-height: 500px;
   z-index: 1;
}
.popular .MessageList .Message img {
   width: 314px;
   height: auto;
   max-height: 550px;
   z-index: 1;
}
.Discussions.Index .MessageList .Message embed,
.Discussions.index .MessageList .Message embed,
.mine .MessageList .Message embed,
.bookmarked .MessageList .Message embed,
.unanswered .MessageList .Message embed {
   width: 290px;
   height: auto;
   max-height: 500px;
}
body.Post .Popup a.Close {
	color: #485457;
}
/* The "Foot" is at the bottom of the #Content section. Used for more results
links, sign in buttons, etc */
.Foot {
	border-bottom: 1px solid #485457;
   background: #90a8aa;
   }
ul.PanelInfo.PanelPeregrineBadges strong {
   display: none;
}
div#MostPopular.Box.MostPopularBox {
   display: none;
}



/* ================================================= Tabs, Headings & Footers */
.MessageForm,
.Tabs,
.Headings {
   border-bottom: 1px solid #485457;
   background: #90a8aa;
}
.TabLink,
.TabLink:link,
.TabLink:hover,
.TabLink:active,
.TabLink:visited {
   border: 1px solid #485457;
   background: #d3dddf;
   color: #485457;
}
.TabLink:hover {
   background: #c4d1d3;
}
.Active .TabLink {
   background: #fff;
   color: #474747;
}
.Tabs li a span {
   background: #485457;
   color: #eaf4fd;
}
.Tabs .SubTab {
	color: #fff;
}
#Status {
   background: #eccccc;
}
#Status p {
   color: #6c6c6c;
}
#DiscussionForm .Tabs {
   display: none;
}
#DiscussionForm input#Form_PostDiscussion.Button.DiscussionButton {
   margin-top: 23px;
}
#DiscussionForm div.Messages.Errors ul {
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
body.Conversations span.MetaItem {
margin-left: 8px;
}
body.Conversations strong.MetaItem {
margin-left: 8px;
}
iframe.twitter-share-button.twitter-count-horizontal {
position: absolute;
top: 25px;
}
/* =================================================================== Popups */

div.Popup .Body {
  background: #c4d1d3;
}
div.Popup .Loading {
  text-align: center;
}
div.Popup h1,
div.Popup h2 {
	background: #485457;
	border-bottom: 1px solid #90a9ab;
}
a.Close {
	color: #E4F7FE;
}
a.Close:hover {
	color: #fff;
}
div.Popup form p {
	padding: 0;
}
body.Profile #Form_Invitation ul li label,
body.Profile #Form_User ul li label,
div.Popup form ul li label {
	color: #000;
}
ul.DataList div.Meta strong {
	background: #a23334;
	color: #FFFFFF;
}
/* =================================================================== Footer */
#Foot {
   color: #ddd;
}
#Foot a {
   color: #ccc;
}
#Foot a:hover {
   color: #aaa;
}

/* ============================================================== Discussions */

/* Note: The Vanilla Discussion List has the following classes applied to
  individual list elements and can be styled:
  + Bookmarked: the user has bookmarked that topic
  + Announcement: the discussion has been announced
  + Mine: the user created the discussion
  + New: there are new comments since the last viewed the discussion
*/

.DataList .Meta a.Category {
   background: #c4d1d3;
}
.DataList li.Mine .Meta a.Category {
   background: #d0c9a6;
}
.Tag {
   background: #777777;
   color: #FFFFFF;
}
.Tag a {
   color: #FFFFFF;
}
.DataList .Meta .Announcement {
	background: #777777;
	color: #ffffff;
}
.DataList .Meta .Closed {
	background: #555555;
   color: #ffffff;
}
a.Bookmark,
a.Bookmarked,
a.Bookmarking {
   display: inline-block;
   background: url('images/star_sprite.png') top center no-repeat;
   height: 32px;
   width: 32px; 
}
a.Bookmark span,
a.Bookmarking span {
   display: none;
}
a.Bookmarked {
   background-position: center center;
}
a.Bookmarking {
   background-position: bottom center;
}
a.Bookmark {
   position: absolute;
   right: -111px;
}
body.Discussion a.Bookmark {
   position: static;
}
li.Item.Mine a.Bookmark {
top: 0;
}
.Plugin #Content img{
float: left;
}
.divider {
width:25px;
    height:auto;
    display:inline-block;
    }

/* =============================================== Discussion & Comment Forms */

.Editing {
	background: #c4d1d3;
}
#DiscussionForm label {
   color: #666;
}
#DiscussionForm form {
display: block;
   background: transparent;
   	padding-left: 272px;
   	padding-right: 0;
	border: none;
}
#DiscussionForm {
	position: relative;
}
#DiscussionForm .FormInputs {
   background: #90a8aa none repeat scroll 0 0;
   border: 1px solid #5e6c6f;
   padding: 10px 20px;
   position: relative;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
}
.PostRules {
	top: 52px;
	position: absolute;
	width: 250px;
	background: #90a8aa;
	border: 1px solid #5e6c6f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 11px;
	color: #e4eaea;
}
.PostRules h4 {
	font-size: 16px;
	font-weight: bold;
	border: none;
	margin: 3px 27px;
	padding: 0;
	color:#fff;
	text-align: center;
}
.PostRules .Rules {
	padding: 4px 8px;
}
.Rules ul { margin: 0 !important; }
.Rules ul li {
	list-style: disc;
	margin-left: 14px;
	font-size: 13px;
}
div.Examples {
	padding-top: 12px;
}
div.Examples,
div.Rules {
	font-size: 11px;
}
div.Examples div {
	font-style: italic;
}
div.Examples div strong {
	font-weight: bold;
	font-style: normal;
	display: inline-block;
}
div.Examples div.Good strong,
div.Examples div.Bad strong {
	/* text-shadow: 0 0px 3px #000; */
	color: #fff;
	border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
	line-height: 1;
	padding: 2px 4px;
}
div.Examples div.Good strong { background: #0a0; }
div.Examples div.Bad strong { background: #f00; }
#btn_imageupload {
	background: none;
	border: 1px solid transparent;
	color: #fff;
	cursor: pointer;
}
.ImageUploadWrapper {
	float: none;
}
.Post .icon_imageupload {
	vertical-align: text-top;
	margin-top: 2px;
	width: 50px;
}
.icon_imageupload {
width: 25px;
}
img.icon_imageupload:hover {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.5)), to(rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
background-image: -moz-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
background-image: -ms-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
background-image: -o-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
background-image: linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,0));
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1);
}

/* ========================================================= Add Message Form */
#MessageForm {
	background: #E9F9FF;
}
#MessageForm h2 {
  color: #2786C2;
}

/* ==================================================== New Conversation Form */
#ConversationForm form {
	background:none repeat scroll 0 0 #c4e1ff;
}
#ConversationForm h2 {
	color:#02475A;
}
body.Entry #Content h1 {
   color: #02475A;
}
body.Entry form ul li label {
	color: #474747;
}
body#dashboard_entry_handshake ul.NewAccount {
	border-right: 1px solid #A5D0E7;
}
body#dashboard_entry_handshake .Info {
	border: 1px solid #A5D0E7;
	background: #D3F0FF;
	color: #02475A;
}
body#dashboard_entry_handshake #Content h2 {
   color: #02475A;
}
body.embed div.Popup h1,
body.embed div.Popup h2,
body.embed .Connect h1,
body.embed .Connect h2 {
	background: #3B5998;
	border-bottom: 1px solid #2E4778;
}
.Embed a {
	color: #3B5998 !important;
}
.Embed h3 {
	border-bottom: 1px solid #BEC8CC;
}
.Embed .MessageForm {
   background: #f2f2f2;
   border-top: 1px solid #ffffff;
   border-bottom: 1px solid #BEC8CC;
}
.NumberedPager a,
.NumberedPager span {
   background-color: #90a8aa;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   color: #fff;
   font-size: 16px;;
   font-weight: normal;
   padding: 1px .8ex;
   margin: 3px 3px 0 0;
}
#PagerAfter {
position: relative;
padding-top: 20px;
}
.NumberedPager a:hover {
box-shadow: 3px 3px 3px #888888;
}
.Embed .MorePager {
	border-bottom: 1px solid #BEC8CC;
	background: #f2f2f2;
}
.popular .NumberedPager {
display: none;
}
.RegardingEvent a.ReportedUser,
.RegardingEvent a.ReportingUser {
   color: #90a8aa;
}
.RegardingEvent .RegardingTime {
   color: #B1B1B1;
}
.RegardingActions .ActionButton a {
   color: #90a8aa;
}


/* ======================================================== Plugins */
body.Dashboard.Plugin.PeregrineBadges #Content {
width: auto;
margin: 0;
}
body.Dashboard.Plugin.PeregrineBadges #Body {
width: 100%;
text-align: center;
}
body.Dashboard.Plugin.PeregrineBadges .footer {
margin-top: 25%;
}
body.Dashboard.Plugin.PeregrineBadges .pbtitle {
font-weight: bold;
font-size: 18px;
text-align: center;
padding: 10px;
   font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
}
body.Dashboard.Plugin.PeregrineBadges .pbheading {
  font-weight: bold;
  font-size: 140%;
     font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
}
body.Dashboard.Plugin.PeregrineBadges .pbmessage {
  padding: 15px 0px 50px 0;
  font-weight: normal;
  font-size: 18px;
  font-style: italic;
}
body.Dashboard.Plugin.PeregrineBadges .pbcell {
text-align: center;
padding-left:0;
width: 100px;
height:50px;
}
body.Dashboard.Plugin.PeregrineBadges table {
margin-left: auto;
margin-right: auto;
}
body.Dashboard.Plugin.PeregrineBadges img.PeregrineBadgesSmall {
height: 85px;
width: auto;
}
body.Dashboard.Plugin.PeregrineBadges img {
float: none!important;
}
ul.KarmaBank li.Item div.ItemContent div.Item{
	width:40%;
}

/* Voting plugin */
.FollowsBox { display:none; }
.VotesBox { display:none; 
   background: #a23334;}
div.AnswerTabs li { display:box; }

.ViewsBox { background: #d0c9a6; 
}
.AnswersBox {
	background: #acbdc0;
	margin-right: 34px;
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
}
.HasAnswersBox { background: #acbdc0; }
.HasAnswersBox a { color: #fff; }
ul.DataList div.Options {
	float:none;
	width:auto;
	position: absolute;
	top: 2px;
	right: 108px;
	z-index: 11;
}
.StatBox,
.StatBox a {
	color: #485457;
}

.StatBox a:hover {
	color: #fff;
	text-shadow: 0 0px 5px #fff;
}

.footer, .push {
    height: 4em;
}

#footer1 {background:url(images/back_footer1.jpg) repeat-x; width:100%; height:144px;}
#footer2 {background:url(images/footer1.jpg) no-repeat; width:987px; height:144px; margin:0 auto;}
.footer ul {
	position: relative;
    float:right;
	top: 118px;
	padding: 0;
	color: #fff;
	font: 0.8em;
	font-family: "Helvetica Neue",Helvetica,arial,sans-serif;
	text-align: center;
}
.footer li {
	display:inline;
}
.footer p {
	position: relative;
    float:left;
	top: 114px;
	padding: 0;
	color: #fff;
	font: 1em arial,sans-serif;
	text-align: center;
}
.footer p a {
	color: #fff;
}

.footer a:hover { 
text-shadow: 0 0 15px #FFFFFF;
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
}
.footer 
font-size: 140%;
}
.footer p a:hover {
   color: #b1f0f0;
}
.vlbvotes {
   margin-right: 5px;
  background-color: #a23334; 
   color: #fff;
   font-weight: bold;
   height: 12px;
   padding: 0px 5px;
   }
   
body.Discussions span.Votes {
text-align: center;
position: absolute;
margin-left: -50px;
}
body.Discussion span.Votes {
position: absolute;
float: left;
text-align: center;
padding: 0;
margin-left: -110px;
}
body.Discussion img.ProfilePhotoMedium {
position: absolute;
left: -50px;
}
body.Discussion div.Meta {
margin-left: 50px;
}
.Item.Comment.FirstComment span.Votes {
display: none;
}