/* edit this file to customize the monobook skin for the entire site */
/* 

See also http://en.wikipedia.org/wiki/Help:User_style

See also [[CouchSurfing Wiki:Wiki in CS.css]]

<pre><nowiki>*/


BODY { 
  background: url(http://wiki.couchsurfing.com/wiki/images/8/8e/BLANKBackground-solid_offwhite.jpg) top no-repeat; 
  background-attachment: scroll;
  background-repeat: repeat-x; 
  background-color: #f8f1e1;
/*  font-family:verdana,helvetica,ariel,sans-serif; */
  font-size:0.6em;
}

/* This makes the entire first line white, and this is not what we want */
/*
#p-personal {
	background: white;
}*/

/* This makes the personal bar on top visible again, since it adds a white background (only to every string and not to the entire line who does not have an appropriate container) and a blueish border */
#p-personal ul li {
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
/*        border:2px solid #08c;*/
        padding: 1px 1px 3px 5px;
padding-right:6px;
  font-family:verdana,helvetica,ariel,sans-serif; 
  font-weight:bold;
  color:#333333;
  background: #f0f0f0;
}
#p-personal a {
  color:#333333;
}

#toc {
  background:#f0f0f0;
  float:right;
  margin:10px;
  margin-right:1;
}

#p-navigation div { background: #f0f0f0;  font-size: 1.0em; font-weight:bold; }
#p-search div { background: #f0f0f0; }
#p-tb div { background: #f0f0f0; } 
#p-lang div { background: #f0f0f0; }

#footer { background: #E6CE7B; }

.portlet H5 { 
display:none;
  padding:4px;
  border:1px solid black;
  background: #90c0d9; 
  font-weight:bold;
  font-size:1.1em;
  font-family:verdana,helvetica,ariel,sans-serif;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; }
#content {  -moz-border-radius-bottomleft: 0.6em; -moz-border-radius-topleft: 0.6em; }
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }

#content div.disclaimer {
   padding: 5px; margin:25px; border:solid thin; text-align: center; font-size:1.2em; background:#eeddcc
}

#content ul {
	list-style-type: bullet;
	list-style-image: none;
   margin-left: 20px;
/*	margin: 1.5em 0 0 1.5em;
	padding: 0;
   	line-height: 1em;
*/
}

#content ul li {
/*   margin-bottom: 10px; */
}

PRE {
  font-size:1.1em;
}

small {
  font-size: 85%;
}

.dualBoxTable {
  border-spacing: 8px;
}

.dualBoxTable TD {
  width: 50%;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
}

.dualBoxTable H2 {
  display: block;
  font-size: 120%;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  padding: 5px 7px;
}

.dBCellAbout {
  border-color: #cef2e0;
  background-color: #f5fffa;
}

.dBCellAbout H2 {
  background-color: #cef2e0;
  border-color: #a3bfb1;
}

.dbCellAbout div.editsection {
  padding:10px;
}

.dBCellNews {
  border-color: #cedff2;
  background-color: #f5faff;
}

.dBCellNews H2 {
  background-color: #cedff2;
  border-color: #a3b0bf;
}

.dBCellUrgent {
  border-color: #ffa4a4;
  background-color: #ffdada;
}

.dBCellUrgent H2 {
  background-color: #f9c0c0;
  border-color: #db9999;
}

.click {
  position:relative;
  overflow:hidden;
}

.click A {
  text-decoration: none;
  border: none;
}

.click DIV {
  position:absolute;
  overflow:hidden;
}

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}


.chart100 {
/* This is a one-time use style */
  background-image: url(http://wiki.couchsurfing.com/wiki/images/b/b3/Monthly_income_chart_bg.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
.chart2000 {
/* This is a one-time use style */
  background-image: url(http://wiki.couchsurfing.com/wiki/images/a/a3/Chart_bg_2000dollar_incr.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
/*
</nowiki></pre>
*/