/*#############################################################
 * Name: Bitter Sweet
 * Date: 2006-10-02
 * Description: Lime flavoured template with two columns.
 * Author: Viktor Persson
 * URL: http://templates.arcsin.se
 *
 * Feel free to use and modify but please provide credits.
 *
 * Adapted to PmWiki by cankoy@ymail.com
 * v.20090322
 * #############################################################*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f1f1fd url(img/bg.png) repeat-y center center;
	color: #333;
	font: normal 67% Verdana,sans-serif,arial,times;
}

a {color: #228;}
a:hover {color: #448;}
.clearer {clear: both;}

/* These control the fixed-width text elements of the page */
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; } 
pre code, code code, pre pre { font-size:100%; }
#wikiedit textarea { width:100%; }

input {
	color: #555;
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}

p,cite,code,ul,ol {
	font-size: 1.1em;
	padding-bottom: 1.2em;
}

ul { margin-left: 2.2em; }
ol { margin-left: 2.6em; }
li {margin-top: 0.4em;}
ul li {list-style-image: url(img/li.gif);}
ul ul li {list-style-image: none; font-size: 0.9em;}
ol ul li {list-style-image: none; font-size: 0.9em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h2,h3 {color: #654;}

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; padding-left: 1em; }
h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1.1em; }
h1 { color: #211e65; font-size: 1.65em;}
h2 { font-size:1.44em; }
h3 { font-size:1.33em; font-style: italic; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }
dd { margin-left: 2.5em; }

#wikicmds {
  float: right;
  margin-top: 9ex; 
  margin-right: 1ex;
  width: 26em;
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; }
#wikicmds li a { text-decoration:none; color:yellow; font-weight: bold; padding: 0 1em; }
#wikicmds a:hover { background-color: #CD853F; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead {
  float: right;
  padding-top:20px;
  width: 22em;
}

.headnav {padding-left: 1em;}
.headnav a { text-decoration:none; color: yellow;  font-weight: bold; } 
.headnav a:hover { background-color: #CD853F; }

/* structure */
.container {
	background: url(img/bgcontainer.png) repeat-y;
	margin: 0 auto;
	width: 803px;
}

/* header */
.header {
    background-color: #211e65;
	height: 220px;
	margin: 0 auto;
	padding: 0;
	width: 730px;
    color: white;
    font-size: 9pt;
    font-weight: 900;
}

.header>p {
    padding-left: 10px;
    padding-top: 10px;
    color: white;
    font-size: 12pt;
    font-weight: 900;
}

.header>p>a {
    color: #2A4B16;
    font: italic bold 2.4em Verdana,sans-serif;    
    text-decoration: none;
}
.header>p>a:hover {color: green; }

.pagetitle {
	font-size: 1.8em;
	background: #DBB610;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}

.pagegroup {
	margin-top: 10ex;
	padding-left: 12px;
	font-size: 1.2em;
}
.pagegroup a {
	color: #2A4B16;
	font-weight: bold;
}
.pagegroup a:hover {color: green;}

.main {
    float: left;
    width: 578px;
    margin-left: 36px;
}
.main .body { 
    padding: 12px 8px;}

/* navigation */
.navigation {
	float: right;
	margin-left: 1px;
	margin-right: 38px;
	width: 150px;
	padding-top: 2px; 
}
.navigation p {
	background: #211e65;
	color: #FFFFFF;
	font-size: 1.3em;
    font-weight: bold;
	line-height: 40px;
	padding-left: 12px;
    padding-bottom: 0px;
    padding-right: 4px;
}
.navigation p a {
	color: #FFFFFF;
    text-decoration: none;
}
.navigation .vspace {
    margin-top: 0;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #a1a1f3;
	list-style: none;
	margin-top: 0.2em;
}
.navigation li a {
	background: #bdbdf9 url(img/bgnavigation.gif) repeat-x;
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #DBB610;
	color: white;
}
/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 37px;
	margin: 0 auto;
	width: 726px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #DBB610;}


/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}
