/*
SWiM - Simple Website integrated Management
A CMS for the rest of us. Simple structure, simple hierarchy, simple contents.
Copyright (c) 2004,2005 Xavier Spirlet

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version. This program is distributed in the hope that it will be useful, but 
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License (provided 
in the root folder of SWiM) for more details.

If you need contact, please use Sourceforge e-mail:
exess@users.sourceforge.net
ant to do, use the GNU Library General Public License instead
of this License.
*/

/* This is base.css for SWiM 1.0.9 */
/* This style is provided as-is and can be used for alternative CSS design*/
/* Please keep track of what you're doing */

/* ATTENTION! */
/* When creating styles, keep the naming convention : */
/* /styles/{style-name}/{style-name}.css */
/* AND /styles/{style-name}/{style-name}admin.css */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html, body {
	margin: 0px;
	padding: 0px;
}
body#printed {
	background-color: #FFFFFF;
	background-image: none;
	}
body#printed * {
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	}

/* These are the box styles used in pseudocode engine */
.boxed {
	border: 1px solid #678c99;
	background-color: #E3E4FF;
	padding: 8px;
	}
.coded {
	border: 1px solid #666699;
	background-color: #c3d1d6;
	padding: 6px;
	}
.coded p {
	margin: 0px;
	font-family: "Courier New", Courier, Monaco, mono;
	font-size: 10px;
	}
.coded pre {
	white-space: normal;
	}
.boxed p {
	margin: 0px;
	}
pre {
	font-family: "Courier New", Courier, Monaco, mono;
	font-size: 10px;
	}
#main a img {
	border-width: 0px;
	}
img.imgl {
	float: left;
	margin-right: 6px;
	}
img.imgr {
	float: right;
	margin-left: 6px;
	}
p.centered {
	text-align: center;
	}

/* This is the overall width limiter for the website */
#wlimiter {
	margin-left: auto;
	margin-right: auto;
	padding: 5px 15px 0 15px;
	max-width: 800px;
	min-width: 450px;
	/* Note: max- and min-width don't work in IE unless IE7 is used */
	/* one could wish to fix the margins and the width... do as you wish! */
	/* This is elastic design in pure acceptance, but I won't force anyone */
}
#printlimiter {
	margin: 10px 2% 0 2%;
	}

/* These are the main areas inside the website */
#header {
	clear: both;
	width: 100%;
	height: 100px;
	background-image: url(images/banniere3.gif);
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: 1px solid #ddddee;
	margin-bottom: 12px;
}
#header * {
	margin: 0;
	padding: 0;
	}
#header h1 {
	display:none;
	}
#contents {
	width: 100%;
	height: 100%;
	min-width: 250px;
}
#main {
	margin-left: 165px;
	padding: 0px 5px 4px 15px;
	height: 100%;
	}
#footer {
	width: 100%;
	margin-top: 4px;
	border-top: 1px solid #ddddee;
	padding: 5px 0 5px 0;
	text-align: center;
	clear: both;
}
.spacer {
	clear: both;
	}
.spacer2 {
	clear: right;
	}
.vertspacer {
	width: 9px;
	font-size: 120%;
	padding: 0 2px 0 3px;
	margin: 0;
	background-image: url(images/vspacebgcolor.gif);
	background-position: center;
	background-repeat: repeat-y;
	display: inline;
	}
/* These are the buttons and related items styles */
.b , .bright , .bleft {
	width: auto;
	margin: 0;
	padding: 4px;
	border: 1px solid #aaa;
	/*background-color: #ffec9f;
	background-image: url(images/buttonbgcolor.gif);
	background-repeat: repeat-x; */
	text-align: center;
	vertical-align: middle;
}
.b:hover , .bright:hover , .bleft:hover {
	border: 1px solid #666;
	}
.bright {
	float: right;
	margin-right: 8px;
	}
.bleft {
	float: left;
	margin-right: 8px;
	}

.bright img , .bleft img {
	vertical-align: middle;
	}
.bsr {
	vertical-align: middle;
	margin-left: 6px;
	}
.bprint {
	background-image:  url("images/printicon.gif");
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	width: 25px;
	height: 25px;
	margin-top: 15px;
	}
.bprint:hover , .bsr:hover {
	cursor: pointer;
	}
.b:hover , .bright:hover , .bleft:hover {
	cursor: pointer;
	/*border: 1px solid #555533;
	background-image: url();*/
	}
.b:active , .bright:active , .bleft:active {
	border: 1px solid #ee0000;
	color: #ee0000;
	}
/* These are the main text styles inside header and footer */
div#header p {
	font-size: 2em;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	}
div#footer p {
	font-size: 0.9em;
	margin: 0px 0px 0px 5px;
	}
div#footer a {
	font-size: 0.9em;
	}

/* Navigation menu styles */

#navigation {
	width: 160px;
	height: 100%;
	float: left;
	margin-bottom: 8px;
	}

div#navhead {
	background-image: url(images/menutop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
	height: 8px;
	}
div#navfoot {
	background-image: url(images/menubottom.gif);
	background-repeat: no-repeat;
	height: 8px;
	}

div#navmid {
	background-color: #b4c1e0;
	padding: 1px 4px 4px 8px;
	}

div#navigation h1 {
	color: #3e3d5f;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 8px;
	}
div#navigation h1 img {
	vertical-align: -2px;
	margin: 0 3px 0 0;
}
div#navigation img {
	vertical-align: middle;
	margin: 0 4px 0 2px;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
div#navigation ul ul {
	margin-left: -10px;
	padding-left: 16px;
	padding-bottom: 2px;
	}
div#navigation a {
	text-decoration: none;
	color: #000000;
	}
div#navigation a:hover {
	text-decoration: underline;
	color: #333350;
	}
li {
	margin-top: 1px;
	padding: 1px 0 0px 0;
	}
.adminnav li.alone, .adminnav li.alone:hover {
	background: none;
	padding-left: 0;
}
li.alone {
	background-image:  url("images/list-alone.gif");
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 10px;
	}
li.closed {
	background-image:  url("images/list-closed.gif");
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding-left: 10px;
	}
li.open {
	background-image:  url("images/list-open.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	}
li#current {
	font-weight: bold;
	}
li#current li {
	font-weight: normal;
	}
li.closed:hover {
	background-image:  url("images/list-closedh.gif");
	}
li.alone:hover {
	background-image:  url("images/list-aloneh.gif");
	}
li.open:hover {
	background-image:  url("images/list-openh.gif");
	}
li.separator {
	margin: 2px 0px 2px 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 0px;
	border-bottom: 1px solid #444466;
	}
li ul {
	margin-top: 2px;
	}
h1 {
	font-size: 200%;
	color: #3e3d5f;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
h2 {
	font-size: 130%;
	color: #3e3d5f;
	font-weight: bold;
	}
.credits {
	font-size: 75%;
	color: #000000;
	margin: 2px 0px 8px 0px;
	border-top: 1px solid #3e3d5f;
	}
.creditsp {
	font-size: 75%;
	color: #000000;
	margin: 2px 30px 8px 0px;
	border-top: 1px solid #3e3d5f;
	}
.credits a , .creditsp a {
	font-size: 100%;
	color: #000000;
	}
ul.linklist {
	padding-left: 0px;
	margin-left: 20px;
	}
ul.linklist li {
	list-style-image:  url("images/list-links.gif");
	margin-top: 8px;
	}
.lk {
	font-size: 75%;
	}
.lcom {
	margin-top: 4px;
	border-left: 1px solid #555;
	padding-left: 4px;
	}
div.cban {
	width: 100%;
	text-align: center;
	}
div.cban a img {
	margin: 4px 0 6px 0;
	border: 1px solid #666666;
	}
