/**
 * Las Venturas Playground
 *
 * Las Venturas Playground is a large international community based around the Grand Theft
 * Auto: San Andreas modification "San Andreas: Multiplayer". The file you're viewing right
 * now is a part of it's websites source codes, including various helping programs.
 * 
 * @author Rutger Stiekema <rutger@sa-mp.nl>
 * @copyright Copyright (c) 2006-2009, Las Venturas Playground
 * @version 1.0
 *
 * $Id: layout.css 1716 2011-11-07 00:28:56Z Russell $
 */

html { overflow-y: scroll; }
body {
	padding-bottom: 10px;
	font: 13px Tahoma, Arial, Helvetica;
}

/** fonts for the various headers **/
@font-face {
	font-family: 'GraublauWeb';
	src: url('/Data/GrauBlau.eot');
	src: local('Graublau Web'), 
             local('GraublauWeb-Regular'), 
             local('Graublau'), 
             url('/Data/GrauBlau.woff') format('woff'), 
             url('/Data/GrauBlau.ttf')  format('truetype');
}

#lvp-cool-fonts h2 {
        font-family: 'GraublauWeb';
        font-size: 16px;
}

#lvp-cool-fonts #content > h2, #lvp-cool-fonts h2.big-header {
        text-shadow: 0px 0px 1px #ffc689;
        font-size: 16px;
        color: #ef6e00;
}

/** possible debugging output **/

#debug-container { width: 100%; background-color: #efefef; }
#debug-output    {
        max-height: 150px;
        white-space: pre;
        overflow-x: hidden;
        overflow: auto;
        padding: 10px;
}

/** container and header **/

#playground h1 { display: none; }
#playground    {
        background-image: url(/images/background.jpg);
        background-repeat: repeat-x;
        min-width: 996px;
}

#header a      { color: #e9791d; text-decoration: none; }
#header p      { width: 100%; text-align: right; line-height: 20px }
#header strong { color: #e9791d; }
#header {
        background-image: url(/images/header.jpg?nocache);
        background-position: 0px 12px;
        background-repeat: no-repeat;
        width: 996px; height: 156px;
        margin: 0px auto 0 auto;
        padding-top: 12px;
}

#header div#logo {
        margin: 18px 0px 0px 790px;
        width: 185px; height: 69px;
}

/** top-menu (being the horizontal navigation bar) **/

#topmenu li.menu_frontp  { width: 128px; background-position:    0px 0px; }
#topmenu li.menu_about   { width: 146px; background-position: -128px 0px; }
#topmenu li.menu_signup  { width: 133px; background-position: -274px 0px; }
#topmenu li.menu_forums  { width: 135px; background-position: -409px 0px; }
#topmenu li.menu_player  { width: 135px; background-position: -544px 0px; }
#topmenu li.menu_contact { width: 137px; background-position: -681px 0px; }

#topmenu    { margin: 18px auto 0px auto; width: 818px; }
#topmenu a  { display: block; padding-top: 30px; }
#topmenu li {
	background-image: url(/images/menu.jpg);
	display: inline-block;
	overflow: hidden;
	height: 29px;
	float: left;
}

/** lvp content area **/

#container {
        margin: 0px auto 15px auto;
        padding-top: 15px;
        width: 996px;
}

/** left menu **/

#menu_left h2, #menu_right h2 { height: 17px; }
#menu_left a, #menu_right a { text-decoration: none; color: #818181; }
#menu_left   {
        border-right: 1px dotted #c0c0c0;
        padding: 0px 15px 15px 15px;
        margin-right: 15px;
        width: 150px;
        float: left;
}

ul.list {
        margin-top: 5px;
}

.list li img      { margin-left: 5px; }
.list li samp img { position: absolute; padding-top: 6px; }
.list li samp     {
        font: 11px Verdana;
        color: #818181;
        float: right;
}

.list li:hover { background-color: #f4f4f4; }

.list.elide li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.list li {
        border-bottom: 1px dotted #c0c0c0;
        padding: 3px 3px 3px 0;
        overflow: hidden;
        height: 13px;
}

#menu_left #players_list a,
#menu_left #players_list span {
        display: inline-block;
        vertical-align: middle;
        max-width: 95px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
#menu_left #players_list span { max-width: 110px; }


#menu_left img.chart { margin: 8px 0 8px 0; }

#menu_left .tags li:hover { background-color: #f4f4f4; }
#menu_left .tags li { line-height: 16px; display: inline; cursor: pointer; }
#menu_left .tags    { padding: 5px; margin-top: 3px; color: #686868; }

#menu_left .tags .tag-1 { font-weight: bold; font-size: 15px; }
#menu_left .tags .tag-2 { font-weight: bold; font-size: 12px; }
#menu_left .tags .tag-3 { font-size: 11px; }
#menu_left .tags .tag-4 { font-size: 10px; }

/** right menu **/

#menu_right .list li { width: 150px; }
#menu_right p { color: #676767; text-align: justify; width: 150px; }
#menu_right   {
        margin-left: 15px;
        float: right;
        width: 40px;
}

#menu_right_icons img { cursor: pointer; width: 26px; height: 26px; }
#menu_right_icons {
        border-left: 1px dotted #c0c0c0;
        padding: 0px 4px 1px 4px;
        float: right;
        width: 26px;
}

#menu_right_info  { float: right; width: 0px; display: none; overflow: hidden; }

#menu_right_info .more { width: 150px; }
#menu_right_info {
        border-left: 1px dotted #c0c0c0;
}

#menu_right_info .date_entry div, .api_entry div { padding-top: 2px; color: #909090; }
#menu_right_info .date_entry img, .api_entry img { margin-right: 10px; float: left; }
#menu_right_info .date_entry, .api_entry {
        padding: 4px 0px 4px 8px;
        width: 150px;
        height: 16px;
}

#menu_right_info .api_entry a { color: #909090; text-decoration: none; }
#menu_right_info .date_entry  { cursor: pointer; }

/** **/

#content_container { padding: 0px 50px 0px 195px; }

#content div#title_feeds img { padding-top: 1px; }
#content div#title_feeds { float: right; width: 60px; height: 18px; line-height: 18px; text-align: right; }

#content .dyi_credits   { width: 559px; text-align: right; font-size: 10px; color: #C0C0C0; border-top: 1px dotted #D0D0D0; padding-top: 1px; }
#content .dyi_credits a { text-decoration: none; color: #C0C0C0; }

div.popup a, #content a { text-decoration: none; color: #e9791d; }
div.popup a.no_color, #content a.no_color { color: #676767; cursor: text; }

div.popup p, #content p { margin-bottom: 14px; line-height: 1.3; }
#content   {
        overflow: hidden;
}

#content div.hidden { display: none; }

/** dialog windows **/

#world_map     { width: 559px; margin: auto; height: 321px; overflow: hidden; }
#overlay_layer {
        background-color: #FFFFFF;
        position: absolute;
        cursor: pointer;
        left: 0px;
        top: 0px;
}

/** tables **/

#content .statistic_table tbody tr.highlight:hover td { background-color: #ffae00; }
#content .statistic_table tbody tr.highlight td       { background-color: #ffae00; }

.statistic_table tbody tr:hover td { background-color: #fafafa; }

#content .statistic_table thead th a { color: #535353; }

.statistic_table thead th { font-weight: bold; border-bottom: 1px solid #c0c0c0; padding: 3px; }
.statistic_table tbody td { padding: 3px; border-bottom: 1px solid #f0f0f0; }
.statistic_table {
        margin-bottom: 15px;
        width: 100%;
}

#content #samp-intro h3 { margin-top: 10px; font-size: 20px; color: #f07b0f; }
#content #samp-intro {
        background-image: url(/images/sa-mp-bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #F5F5F5;
        -webkit-box-shadow: 3px 3px 5px #f0f0f0;
        -moz-box-shadow: 3px 3px 5px #f0f0f0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border: 1px solid #dcdcdc;
        padding: 10px;
        text-align: center;
        margin: 0px 5px 15px 5px;
}

#content #wtp_screenshot {
        margin-top: 8px;
        float: right;
        width: 206px;
}

/** the footer **/

#footer a { text-decoration: none; color: #9a9a9a; }
#footer   {
        background-image: url(/images/footer.jpg);
        background-repeat: repeat-x;
        margin: 0 auto 0 auto;
        text-align: center;
        font: 10px Verdana;
        padding-top: 13px;
        color: #9a9a9a;
        width: 996px;
        clear: both;
}

/** random html elements **/

img.updating { width: 12px; height: 12px; padding: 0px 0px 5px 6px; }
br.clear     { clear: both; }

.pad_bottom_m { margin-bottom: 20px; }
.pad_bottom   { margin-bottom: 10px; }

#menu_left .more a, #menu_right .more a, .more a { text-decoration: none; color: #e9791d; }
.more   {
        text-align: right;
        color: #e9791d;
        padding: 2px;
        height: 16px;
}

.hidden { display: none; }

h2 {
        font-family: Arial;
        font-size: 16px;
        color: #7f7f7f;
}

#container #content .full_width { width: 100%; }
#menu_left .related a, #menu_right .related a, .related a { color: #e9791d; text-decoration: none; }
.related    {
        margin: 10px 0 15px 0;
        list-style-type: disc;
        padding-left: 20px;
        width: 150px;
}

#container #content .note a { color: #c0c0c0; }
.note   { color: #c0c0c0; border: 1px solid #e0e0e0; width: 550px; padding: 3px; }

.multiple_columns { width: 550px; }
.float_left { float: left; }

.colourbox {
        border: 1px solid #454545;
        position: relative;
        margin-right: 5px;
        margin-top: 2px;
        float: left;
        height: 8px;
        width: 8px;
}

.submit.size-60  { width: 60px;  background-image: url(/images/buttons/button_60.gif);  }
.submit.size-80  { width: 80px;  background-image: url(/images/buttons/button_80.gif);  }
.submit.size-100 { width: 100px; background-image: url(/images/buttons/button_100.gif); }
.submit.size-120 { width: 120px; background-image: url(/images/buttons/button_120.gif); }
.submit.size-140 { width: 140px; background-image: url(/images/buttons/button_140.gif); }
.submit.size-160 { width: 160px; background-image: url(/images/buttons/button_160.gif); }
.submit.size-180 { width: 180px; background-image: url(/images/buttons/button_180.gif); }

.submit {
        
        background-color: none;
        font-family: verdana;
        text-align: center;
        font-size: 11px;
        
        padding: 0px;
        line-height: 14px;
        height: 16px;
        border: 0px;
        color: white;
        
}

#content input.text     { border: 1px solid #bbb; padding: 2px; margin: 1px; width: 180px; }
#content input.checkbox { vertical-align: middle; margin-bottom: 1px; }

#content #identify input.checkbox { border-top: 5x; }

#date_picker_overlay {
        position: absolute;
        top: 0px; left: 0px;
        display: none;
        width: 100%;
}

#date_picker #date_picker_year  { height: 20px; width: 51px; }
#date_picker #date_picker_month { height: 20px; width: 39px; }
#date_picker #date_picker_day   { height: 20px; width: 39px; }
#date_picker {
        border: 1px dotted #808080;
        background-color: #fffced;
        position: absolute;
        min-width: 138px;
        display: none;
        padding: 4px;
}

ul.bullets    { margin-bottom: 15px; margin-left: 15px; padding-left: 15px; list-style-type: disc; }
ul.bullets li { line-height: 16px; }

div.popup { width: 629px; font-size: 0px; position: absolute; left: 50%; z-index: 100; margin-left: -335px; top: 166px; }
div.popup #popup_content { font-size: 11px; padding: 10px 25px 10px 25px; background-image: url(/images/popup_bg.jpg?2); }
div.popup #close_button { cursor: pointer; float: right; width: 30px; height: 26px; }
div.popup textarea      { border: 1px solid #c0c0c0; width: 100%; height: 50px; margin-bottom: 6px; }
div.popup #popup_header { 
        background-image: url(/images/popup_header.jpg);
        padding-left: 25px;
        line-height: 22px;
        color: #FFFFFF;
        font-size: 11px;
        padding-top: 15px;
        text-shadow: 1px 1px 1px #bd6405;
        height: 22px;
}

strong { font-weight: bold; }

.news_entry { margin-top: 15px; }
.bank-types td { padding: 5px; border: 1px solid #676767; }
body div#content input.form-error { border: 1px solid red; }

#content div.paginator          { height: 25px; }
#content div.paginator div      { float: right; line-height: 20px; margin-left: 3px; }
#content div.paginator a        { display: block; width: 20px; height: 20px; text-align: center; color: #333; border: 1px solid #ddd; }
#content div.paginator div.selected { background-color: #f8f8f8; font-weight: bold; }
#content div.paginator a:hover  { background-color: #f8f8f8; }

#content div.hr         { border-top: 1px dotted #c0c0c0; height: 1px; width: 100%; font-size: 1px; margin-top: 10px; margin-bottom: 10px; }

#nick_available img { cursor: pointer; }
#nick_available { 
        position: absolute;
        display: none;
        zoom: 1;
}

#content div#agreed_no      {
        border: 1px solid red;
        background-color: #FAFAFA;
        padding: 5px; font-weight: bold;
        margin-top: 3px;
        display: none;
}

#help-mouseover { position: absolute; background-color: white; width: 129px; height: 41px; background-image: url(/images/help_bg.jpg); padding: 6px; color: white; display: none; }
#key_listener { position: absolute; top: 0px; left: 0px; width: 100%; height: 99%; }

div.news_entry .news-date .news-date-day   { font-size: 20px; font-weight: bold; color: #e9791d; }
div.news_entry .news-date .news-date-month { color: #e9791d; }

div.news_entry .news-date {
        background-color: #FFFFFF;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        text-align: center;
        padding: 5px;
        float: left;
        width: 40px; 
}

div.news_entry .news-message   { margin-left: 60px; margin-right: 10px; }

#content div.news_entry .news-header h3 a:hover { color: #999999; }
#content div.news_entry .news-header h3 a       { color: #676767; }

div.news_entry .news-header h3 { font-size: 14px; font-weight: bold; }
#content div.news_entry .news-header a,
div.news_entry .news-header p  { color: #999999; }
div.news_entry .news-header    {
        background-color: #FFFFFF;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        padding: 8px 5px 5px 5px;
        border-radius: 8px;
        height: 35px;
        width: 100%;
        float: left;
}

div.news-content { border-left: 3px solid #f5f5f5; padding: 0px 15px 0px 15px; margin-top: 10px; line-height: 1.4; }
div.news_entry {
        background-color: #f5f5f5;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 10px;
        height: 48px;
        overflow: hidden;
}

#playground #menu_right div.twitter-more a { font-size: 10px; color: #E9791D; }
#playground #menu_right div.twitter-more   { padding-bottom: 5px; }
#playground #menu_right p.twitter { 
        padding: 5px 0px 5px 0px;
        font-family: "Times new Roman", sans; 
        font-size: 12px; 
        text-align: left;
}

p.tfaq-answer { padding-left: 5px; border-left: 2px solid #E9E9E9; }
input#check_nickname { border: 2px solid #E9E9E9; margin-top: 12px; }
span#check_nickname_state { color: green; }

div.wtp-step dd { display: block; background-color: white; float: left;
        height: 25px; width: 724px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        
        padding: 5px;
}

div.wtp-step dd.center { padding-top: 10px; height: 20px; }
div.wtp-step dt { 
        background-color: #FFFFFF;
        padding: 5px; float: left;
        width: 25px; margin-right: 10px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        
        font-weight: bold;
        text-align: center;
        font-size: 20px;
        color: #E9791D;
}

div.wtp-step:target { background-color: #ff8500; }
div.wtp-step {
        background-color: #f5f5f5;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        margin-bottom: 15px;
        border-radius: 8px;
        height: 35px;
        padding: 10px;
}

#lvp_ad {
        background-color: #f5f5f5;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        margin-bottom: 12px;
        border-radius: 8px;
        padding: 8px;
}

h3 {
	font-family: "Cambria", Arial; 
	margin-bottom: 2px;
	font-size: 16px;
	color: #676767;
}

div.rounded-white {
        background-color: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 4px;
}

div.rounded-grey.rounded-grey-light { background-color: #f8f8f8; }

div.rounded-grey, div.rounded-grey-border {
        background-color: #f5f5f5;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        margin-bottom: 12px;
        border-radius: 8px;
        margin-right: 5px;
        padding: 8px;
}

div.rounded-grey-border {
        -webkit-box-shadow: #f0f0f0 3px 3px 5px;
        -moz-box-shadow: #f0f0f0 3px 3px 5px;
        box-shadow: #f0f0f0 3px 3px 5px;
        border: 1px solid #dcdcdc;
}

#whatpulse-team strong { display: inline-block; width: 45px; }
#whatpulse-team {
        font-size: 10px;
        color: #787878;
}

.privacy-policy-entry:target p { padding-right: 10px; }
.privacy-policy-entry:target   {
        background-color: #fffbe1;
        padding: 10px 0 10px 10px;
}

ul.sitemap-links li {
	list-style-type: disc;
	margin-left: 15px;
}

li.level-administrator {
    background-image: url(/images/icon_crew.gif);
}

li.level-management {
    background-image: url(/images/icon_management.gif);
}

li.level-founder {
    background-image: url(/images/icon_founder.gif);
}

li.level-administrator, li.level-management, li.level-founder {
    background-position: right 2px top 5px;
    background-repeat: no-repeat;
}

#content.normal-font-size { font-size: 12px; }
#container #content.normal-font-size h2 { font-size: 17px; }

.warning {
    border: 1px solid #f8c176;
    border-radius: 4px;
    padding: 4px;
    box-shadow: 1px 3px 5px #eee;
    background-color: #fffce2;
}

.performance-bubble {
    padding: 4px;
    background-color: #f0f0f0;
}

form.profile-form fieldset {
  margin-bottom: 10px;
}
form.profile-form legend {
  padding: 0 2px;
  font-weight: bold;
}
form.profile-form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.profile-form fieldset ol {
  margin: 0;
  padding: 0;
}
form.profile-form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.profile-form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.profile-form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.profile-form fieldset fieldset label {
  display: block;
  width: auto;
}
form.profile-form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.profile-form label {
  width: 120px; /* Width of labels */
}
form.profile-form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.profile-form fieldset.rounded {
        background-color: #f4f4f4;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 5px;
}

form.profile-form fieldset div.inner-rounded {
        background-color: #FFFFFF;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-left: 123px;
        padding: 5px;
}
