@charset "utf-8";
* {
    margin:0;padding:0;border:none;outline:none
}
body {
    background:#1e1e1e url(/images/body-bg.gif) repeat-x;
    font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#fff;
}
a{
    color:#fff;
    text-decoration:none;
}
p
{
    margin:7px 0px;
}
img
{
    border:0px;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
.clear
{
    clear:both;
}
.hidden
{
    display: none;
}
.align-right {
    text-align: right;
}
.container
{
    width:1000px;
    margin:10px auto;
}
.font-small {
    font-size:.8em;
}
.font-yellow
{
    color: #ffff00;
}
.errorMsg {
    padding-left:35px !important;
    margin-top:10px;
    margin-bottom:10px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    font-size:1.0em !important;
    color:#333;
    font-weight:700;
    background-color:#FFEBE8;
    background-image:url(/images/exclamation.png);
    background-repeat:no-repeat;
    background-position:10px center;
    border:1px solid #CC0000;
    text-align:left;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    line-height: 1.1em;
}
.errorMsg a {
    color: blue;
}
.successMsg {
    padding-left:35px !important;
    margin-top:10px;
    margin-bottom:10px;
    padding-right:7px;
    padding-top:7px;
    padding-bottom:7px;
    font-size:1em !important;
    color:#333;
    font-weight:700;
    background-image:url(/images/accept.png);
    background-color:#F2FFE1;
    background-repeat:no-repeat;
    background-position:10px center;
    border:1px solid #76ca6a;
    text-align:left;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    line-height: 1.1em;
}
.successMsg a {
    color: blue;
}

.alertMsg {
    padding-left:35px !important;
    margin-top:10px;
    margin-bottom:10px;
    padding-right:7px;
    padding-top:7px;
    padding-bottom:7px;
    font-size:1em !important;
    color:#333;
    font-weight:700;
    background-image:url(/images/error.png);
    background-color:#FFF6BF;
    background-repeat:no-repeat;
    background-position:10px center;
    border:1px solid #FFD324;
    text-align:left;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    line-height: 1.1em;
}
.alertMsg a {
    color: blue;
}
.infoMsg {
    padding-left:35px !important;
    margin-top:10px;
    margin-bottom:10px;
    padding-right:7px;
    padding-top:7px;
    padding-bottom:7px;
    font-size:1em !important;
    color:#333;
    font-weight:700;
    background-image:url(/images/information.png);
    background-repeat:no-repeat;
    background-position:10px center;
    text-align:left;
    border: 1px solid #CEDFF2;
    background-color: #F5FAFF;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    line-height: 1.1em;
}
.infoMsg a {
    color: blue;
}
/* CSS Header Document */
#header
{
    width:996px;
    border-bottom:1px solid #F60;
}
#header-right{
    background:url(/images/header-right.png) no-repeat 0 1px;
    width:10px;
    height:119px;
    float:left;
}
#header-left{
    background:url(/images/header-left.png) no-repeat 0 1px;
    width:8px;
    height:119px;
    float:left;
}
#header-center{
    background:url(/images/header-center.png) repeat-x;
    width:978px;
    height:118px;
    float:left;
    margin-top:1px;
}
#header-center h1
{
    position:relative;
    left:20px; /*125px;*/
    top:-5px; /*80px;*/
    color: #ffff00;
    font-size:1em;
}
.logo
{
    width:220px;
    height:88px;
    float:left;
    text-align:left;
}
.header-right-not-logged-in {
    width:375px;
    height:55px;
    margin:10px 10px 0px 0px;
    padding:3px 35px 15px;
    text-align:center;
}

.header-right-logged-in {
    width:475px;
    height:100px;
    margin:30px 5px;
    padding:0;
    text-align:right;
    font-size:1em;
}
.header-right-content
{
    float:right;
    /*color:#FFFFFF;*/
    color:#fff;
    /*background-color:#fff;*/
    overflow:hidden;
    /*border:1px dotted #404040;*/
}
.header-right-content strong
{
    font-weight:bold;
    color:#FFBD00;
}
.header-right-content a
{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:underline;
}
.header-right-content a:hover
{
    text-decoration:none;
}
.header-right-content input
{
    width:98px;
    height:15px;
    border:1px solid #404040;
}
.header-right-facebook-login-container
{
    margin-top:15px;
    font-size: 1em;
}

/* navigation */
#navigation {
    margin:auto;
    width:994px;
    margin:auto;
}
#navigation-left {
    background:url(/images/navigation-left.png) no-repeat;
    width:10px;
    height:37px;
    float:left;
}
#navigation-right {
    background:url(/images/navigation-right.png) no-repeat;
    width:10px;
    height:37px;
    float:left;
}
#navigation-center {
    background:url(/images/navigation-center.png) repeat-x;
    width:970px;
    height:37px;
    float:left;
}
#navigation a {
    font-size:1.1em;
    padding:12px 10px;
    display:block;
}
#navigation a:hover{
    background:url(/images/navigation-hover.png) repeat-x;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    height:15px;
    margin-top:5px;
    padding-top:3px;
}
#navigation ul{
    list-style:none;
}
#navigation li{
    float:left;
}
#navigation-search-box {
    float: right;
    margin-top: 4px;
    margin-right: 3px;
}
#navigation-search-box input {
    font-size: 1.3em;
    border:1px solid #000000;
    padding: 2px;
}

/* CSS body Document */
#body-main
{
    margin-top:10px;
}
.body-left
{
    width:736px;
    float:left;
}
.body-left-no-sidebar
{
    width:100%;
    float:left;
}
.body-right
{
    width:196px;
    float:right;
}

.ad-160x600
{
    text-align: center;
}
.ad-300x250
{
    text-align: center;
}
.ad-336x280
{
    text-align: center;
}
.ad-728x90
{
    text-align: center;
}
.ad-468x60
{
    text-align: center;
}
.ad-180x150
{
    text-align: center;
}
.ad-234x60
{
    text-align: center;
}
#index_728x90_ad_container
{
    text-align:center;
    width: 720px;
    background:#536686;
    padding:2px 7px;
    border: 1px solid #7896C7;
    margin: 2px auto 2px auto;
}
.index-featured-area
{
    width:37%;
    margin-bottom:15px;
    height:375px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    float:right;
    background:#333 url(/images/heading-bg.png) repeat-x;
    border:1px solid #333;
    overflow: hidden;
}
.game-list-bg-half-width
{
    width:62%;
    margin-bottom:15px;
    height:375px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    float:left;
    background:#333 url(/images/heading-bg.png) repeat-x;
    border:1px solid #333;
    overflow: hidden;
}
.game-list-bg
{
    width:100%;
    margin-bottom:15px;
    height:545px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    float:left;
    background:#333 url(/images/heading-bg.png) repeat-x;
    border:1px solid #333;
    overflow: hidden;
}
.game-list-bg-title {
    padding:5px;
    text-shadow:#000 1px 1px;
    font-size: 1.3em;
}
.game-list-links {
    float: right;
    font-size:1.1em;
    padding: 5px;
}
.game-list-links a {
    padding: 12px 10px;
}
.game-list-links a:hover{
    background:url(/images/navigation-hover.png) repeat-x;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    height:15px;
    margin-top:5px;
    padding-top:3px;
}
.game-list-inner {
    padding:7px 16px;
    margin: 5px auto;
    font-size: 0.9em;
}
.game-list-game-thumbnail {
    background:#1e1e1e;
    border:1px solid #1A1A1A;
    width:183px;
    height:160px;
    display:block;
    float:left;
    margin-right:8px;
    margin-bottom:3px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    overflow:hidden;
}
.game-list-game-thumbnail img {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.game-list-game-thumbnail:hover {
    background:#330000;
    border:1px solid #2B0000;
}
.homepage-text
{
    background:#333 url(/images/heading-bg.png) repeat-x;
    width:100%;
    margin-bottom:15px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #333;
}
.homepage-text-title
{
    font-size:1.3em;
    padding:5px;
    text-shadow:1px 1px #000000;
}
.homepage-text p
{
    font-size: .9em;
}
.homepage-ad-300x250
{
    text-align:center;
    background: url("../images/blue-bg.gif") repeat-x scroll left top #233555;
}

#most-popular-game-thumbs-container
{
    background:#333 url(/images/heading-bg.png) repeat-x;
    width:100%;
    margin-bottom:15px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #333;
}
#most-popular-game-thumbs-container-game-play
{
    background:#333 url(/images/heading-bg.png) repeat-x;
    width:100%;
    margin-bottom:15px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #333;
}
#game-play-pre-play-container
{
    text-align:center;
    margin: 5px 5px;
    width:720px;
    padding:7px;
    border:1px solid #1A1A1A;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.game-play-pre-play-highscores
{
    margin: 0px auto;
    padding: 15px 0;
    background: url("../images/blue-bg.gif") repeat-x scroll left top #233555;
}
#game-play-pre-play-ad 
{
    width:320px;
    height:260px;
    margin: 5px 0px;
    text-align:center;
    background: url("../images/blue-bg.gif") repeat-x scroll left top #233555;
    border: 1px solid #7896C7;
    padding: 10px;
}
#game-play-pre-play-launch-container
{
    width:320px;
    height:260px;
    margin: 5px auto;
    text-align:center;
    color:#fff;
    background: url("../images/blue-bg.gif") repeat-x scroll left top #233555;
    border: 1px solid #7896C7;
    line-height: 1.1em;
    padding: 10px;
}
.game-play-game-information
{
    background:#333 url(/images/heading-bg.png) repeat-x;
    width:100%;
    margin-bottom:15px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #333;
    line-height: 1.1em;
}
.game-play-game-information-left
{
    float: left;
    height: 130px;
    width: 190px;
    padding: 15px;
}
.game-play-game-information-right
{
    float: right;
    width: 750px;
    padding: 10px;
}

#game-play-game-div
{
    text-align:center;
    margin-bottom: 10px;
}
.game-play-swf
{
    margin: 5px 0 5px 0;
    z-index: -10;
    text-align: center;
}
.game-play-game-title-page-header
{
    font-size:1.3em;
    padding:5px;
    text-shadow:1px 1px #000000;
}
.game-play-game-title
{
    font-size:1.3em;
    padding:5px;
    text-shadow:1px 1px #000000;
}
#game-play-related-games-container
{
    background:#333 url(/images/heading-bg.png) repeat-x;
    width:100%;
    margin-bottom:15px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #333;
}
#game-play-comments-container
{
    text-align:center;
    width:720px;
    background:#536686;
    padding:7px;
    border:1px solid #7896C7;
    margin: 10px auto 10px auto;
}
#game-play-chat-container
{
    text-align:center;
    width:720px;
    background:#536686;
    padding:7px;
    border:1px solid #7896C7;
    margin: 10px auto 10px auto;
}
#game-play-fb-live-feed
{
    text-align:center;
    width:720px;
    background:#536686;
    padding:7px;
    border:1px solid #7896C7;
    margin: 10px auto 10px auto;
}
#game-play-fb-fans
{
    text-align:center;
    width:720px;
    background:#536686;
    padding:7px;
    border:1px solid #7896C7;
    margin: 10px auto 10px auto;
}
#game-play-scores-container
{
    background:#333 url(/images/heading-bg.png) repeat-x;
    margin-bottom:15px;
    padding: 0px 10px 0px 10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #333;
}
.game-play-page-high-score-outer-bg
{
    width:291px;
    float:left;
    /*background:url(../images/top-games-bg.gif) left top repeat-x #E57508;*/
    background:#E57508;
    padding:5px 4px;
    margin-left: 2px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.game-play-page-high-score-inner-bg
{
    width:285px;
    float:left;
    background:#FFFFFF;
    padding:3px;
}
.game-play-page-high-score-heading
{
    width:280px;
    height:16px;
    float:left;
    padding-left:5px;
    background: none repeat scroll 0 0 #F9D47C;
}
.game-play-page-high-score-row
{
    float: left;
    width: 279px;
    text-align: left;
    margin-top:4px;
    background:#F9D47C;
    color:#11213C;
    padding:0px 3px;
    line-height:16px;
    font-size: .8em;
}
.game-play-page-high-score-row a
{
    color:#11213C;
    text-decoration:none;
    font-weight:none; /*bold;*/
}
.game-play-page-high-score-row a:hover
{
    text-decoration:underline;
}
.game-play-leaderboard-score-section-title
{
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 3px;
    color:#fff;
    font-size:1.3em;
}

.user-profile-user-title
{
    font-size:1.3em;
    padding:5px;
    text-shadow:1px 1px #000000;
}
.user-profile-user-information
{
    padding:7px;
    overflow: hidden;
    margin: 0 auto 10px auto;
}
.user-profile-user-information-left
{
    float: left;
    /*height: 130px;*/
    width: 212px;
    padding: 1px 5px 5px 5px;
}
.user-profile-user-information-right
{
    padding: 3px;
}
.user-profile-tab-content-container
{
    text-align:center;
    background:#333;
    padding:2px;
    border:1px solid #7896C7;
    margin: 10px auto 10px auto;
    color: #fff;
}
.body-text-paragraph
{
    background:#333 url(/images/heading-bg.png) repeat-x;
    margin-bottom:15px;
    padding: 0px 10px 0px 10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #333;
}
.body-text-title
{
    padding:5px;
    text-shadow:#000 1px 1px;
    font-size: 1.3em;
}

/**
* CSS code for displaying the grid of games horizontally, such as on the homepage.
* Code referenced from:
* http://www.ruzee.com/blog/2007/05/align-list-items-horizontally-with-css
*/
.game-grid-container
{
    background:#333 url(/images/heading-bg.png) repeat-x;
    width:100%;
    margin-bottom:15px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #333;
}
.game_grid li
{
    display:-moz-inline-box; -moz-box-orient:vertical;
    display:inline-block; vertical-align:top; word-wrap:break-word;
}
* html .game_grid li
{
    display:inline;
}
* + html .game_grid li
{
    display:inline;
}
.game_grid li > *
{
    display:table; table-layout:fixed; overflow:hidden;
}
/* html .game_grid li { width:105px; }*/   /* for IE 6 */
/*.game_grid li > * { width:105px; }*/      /* for all other browser */
.game_grid
{
    padding:0;
    margin:0 auto 0 5px;
}

ul.game_grid li div a
{
    text-decoration:none;
    border:0;
    /*color:#000099;*/
    color:#fff;
}
.game_thumb_image_only {
    background:#1e1e1e;
    border:1px solid #1A1A1A;
    width:183px;
    height:140px;
    display:block;
    float:left;
    margin-right:8px;
    margin-bottom:3px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    overflow:hidden;    
    font-size: 0.9em;
    text-align: center;
}
.game_thumb {
    background:#1e1e1e;
    border:1px solid #1A1A1A;
    width:183px;
    height:160px;
    display:block;
    float:left;
    margin-right:8px;
    margin-bottom:3px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    overflow:hidden;
    font-size: 0.9em;
    text-align: center;
}
.game_thumb img {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-bottom:3px;
}
.game_thumb:hover {
    background:#330000;
    border:1px solid #2B0000;
}



.game_details_cluetip_content {
    border-bottom:1px solid #CCCCCC;
    padding:10px;
    background-color: #F7F7F7; /*#C0C0C0;*/
    /*font-size: 12px;
    font-weight: bold;
    margin-top: 15px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*border: 1px solid #3B5998;*/
}
.gameDescriptionHidden
{
    display: none;
}
.game_listing_selected_sort_by
{
    font-weight: bold;
    text-decoration: underline;
}
.game-listing-title
{
    font-size:1.3em;
    padding:5px;
    text-shadow:1px 1px #000000;
}
.admin-dashboard-widget {
    float: left;
    width: 240px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
}
.admin-dashboard-section-header {
    background-color:#D8DFEA;
    border-top:1px solid #3B5998;
    color:#3B5998;
    font-size:11px;
    font-weight:bold;
    margin:0;
    padding:2px 8px;
    text-align:left;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.admin-dashboard-data-row {
    margin-top: 3px;
    padding: 2px;
    border-bottom: 1px solid #3B5998;
}
/* CSS footer Document */
#footer
{
    display:block;
    width:1000px;
    overflow:hidden;
    background:#333;
    margin:10px auto;
    color:#ccc;
}
#footer-left
{
    width:130px;
    float:left;
    padding-left:12px;
}
#footer-middle
{
    width:680px;
    float:left;
    text-align:center;
    color:#ccc;
    padding-top:4px;
    line-height:12px;
    font-size: .9em;
}
#footer-middle p
{
    margin:5px 0px;
}
#footer-middle a
{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}
#footer-middle a:hover
{
    text-decoration:underline;
}
#footer-right
{
    float:right;
    text-align:right;
    padding-right:5px;
    padding-top:0px;
}




table.datatbl {
    width: 100%;
    border-spacing: 1px;
    background-color: #e7e7e7;
    margin: 0 0 1em 0;
}
table.datatbl a{
    color:blue;
}
table {
    empty-cells: show;
}

.align-middle {
    vertical-align: middle !important;
}

.datatbl td,
.datatbl th {
    padding: 0.1em;
    empty-cells: show;
}

.datatbl thead th {
    text-align: center;
    color: #333;
    border-bottom: 1px solid #999;
    border-left: 1px solid #fff;
    /*padding: 0.5em 0;*/
    background: #f5f5f5 repeat-x scroll 50% 50%;
}

/* if, for whatever reason, we have nested tables, make any subtables use a silver header  */
.datatbl tbody table.datatbl thead th {
    background: #f5f5f5 repeat-x scroll 50% 50%;
}

/* if, for whatever reason, we have nested tables, make any subtables use a silver header  */
tbody tr.subheader th {
    background: #f5f5f5 repeat-x scroll 50% 50%;
    font-size: 1.1em;
}

.datatbl thead th.header {
    cursor:pointer;
}

.datatbl thead a:hover {
    text-decoration: none;
}

.datatbl thead th img {
    vertical-align: middle;
}

.datatbl tbody th {
    font-weight: bold;
    text-align: center;
    background-color: #f5f5f5;
    color: #333;
}

.datatbl tbody tr			{
    background-color: #fff;
    text-align: left;
}

.datatbl tbody tr.odd 	{
    background-color: #f1f1f1;
    border-top: 1px solid #fff;
}

.datatbl tbody tr:hover td,
.datatbl tbody tr.odd:hover td,
.datatbl tbody tr:hover td.highlight {
    background-color: #ffd;
}

.datatbl tbody tr:hover td table.datatbl td,
.datatbl tbody tr.odd:hover td table.datatbl td,
.datatbl tbody tr:hover td.highlight table.datatbl td {
    background-color: #fff;
}

.datatbl tbody tr td 	   {
    background-color: #fff;
    border: 1px solid #fff;
    vertical-align: top;
}

.datatbl tbody tr.odd td {
    background-color: #f1f1f1;
    border-top: 1px solid #FFF;
}

.datatbl tfoot td,
.datatbl tfoot th {
    background-color: #f3f3f3;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: center;
    font-weight: bold;
}

.datatbl td.order 		{
    text-align: center;
    white-space: nowrap;
}

.datatbl td.order span {
    float: left;
    display: block;
    width: 20px;
    text-align: center;
}

.datatbl caption {
    text-align:left;
    font-style:italic;
    font-size:1.3em;
    border-bottom: 1px solid #ccc;
    font-weight: bold; /* this helps to visually separate multiple tables  */
    text-shadow: 1px 1px 2px #ccc;
}

/*Pagination Styles*/
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*CSS Digg style pagination*/
div.pagination {
    padding: 3px;
    margin: 3px;
    text-align:center;
    font-size: 1.1em;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;

    text-decoration: none; /* no underline */
    color: #fff;
    background-color: #009900;
}
div.pagination a:hover, div.digg a:active {
    border: 1px solid #000099;

    color: #fff; /*#000;*/
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;

    font-weight: bold;
    background-color: #000099;
    color: #FFF;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #888;
    color: #888;
}
/**
* Star Rating CSS Classes
* Taken from tutorial at http://www.yvoschaap.com/index.php/weblog/css_star_rater_ajax_version/
* on 1/1/09
*
*/
.inline-rating{
    display:-moz-inline-block;
    display:-moz-inline-box;
    display:inline-block;
    vertical-align: middle;
}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
    /*background: url(/images/alt_star_transparent_bg.gif) left -1000px repeat-x #536686;*/
    background: url(/images/alt_star_transparent_bg.gif) left -1000px repeat-x;
}
.star-rating{
    position:relative;
    width:125px;
    height:25px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
}
.star-rating li{
    display: inline;
}
.star-rating a,
.star-rating .current-rating{
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
    background-position: left bottom;
}
.star-rating a.one-star{
    width:20%;
    z-index:6;
}
.star-rating a.two-stars{
    width:40%;
    z-index:5;
}
.star-rating a.three-stars{
    width:60%;
    z-index:4;
}
.star-rating a.four-stars{
    width:80%;
    z-index:3;
}
.star-rating a.five-stars{
    width:100%;
    z-index:2;
}
.star-rating .current-rating{
    z-index:1;
    background-position: left center;
}


/**
* For facebook integration to change the styles of comments
*
*/
/*
.wallkit_postcontent div,
.wallkit_postcontent h4
{
    color: #fff;
}
.wall_time
{
    color: #ff0;
}
.wallkit_actionset a {
    color: #ff0;
}
.wallkit_subtitle {
    color: #fff;
}
*/


/**
* Used for the jquery validation
*
*/
label.error {
    color: red;
    margin-left: 15px;
    padding-left: .5em;
    vertical-align: top;
}
