/*
	Printer friendly style sheet.
	Uses no colors exept for logo and any pictures contained in the page and any code who would be on the page.
*/

/*General things fisrt*/
a {
  color:#000000;
  text-decoration: underline;
}
a:after {
 content: " ( "attr(href)" )";
}
h1 {
	margin: 0;
	font-size: x-large;
} h2 {
	margin: 0;
	font-size: large;
}
* {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
}
body {
  padding-left: 2%;
  padding-right: 2%;
  line-height: 1.2;
  word-spacing: 1px;
}
table {
	text-align: center;
}
img {
border: 0;
}
input, textarea, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid gray;
	overflow: auto;
}

/*------- usefull classes: -------*/
.b { font-weight: bold; }
.code {
	border: 1px solid gray;
	margin: .5em;
	margin-top: 1.5em;
	padding: .5em;
	font-family: "Courier New";
	color: navy;
} .code div:first-child {
	position: relative;
	top: -2em;
	margin-bottom: -1.5em;
	font-family: sans-serif;
	color: black;
}
.feedback table {
	text-align: left;
}
/*------- top of the site: the logo -------*/
#logo {
	width: 450px;
	height: 150px;
	background: url(images/orange-logo.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#logo i {
	visibility: hidden;
}

/*------- left of the site: the nav the links and ... -------*/
#left {
	display: none;
}
.nodot {
	list-style-type: none;
	margin-left: 0;
}
.sub {
	padding-left: 15px;
}
#uline {
  /*this is for the link of the active page
  so it stands out a little*/
  text-decoration: underline;
}

/*------- center part -------*/
#wrapper {
  width: 100%;
}
#container {
	margin-bottom: 20px
}
#content {
	border: 1px solid gray;
} #content ul {
	list-style-type: disc;
	list-style-position: inside; 
}
#title {
	padding: 5px;
	color: black;
} #title p {
	margin: 0;
	font-size: small;
	font-weight: bold;
} #title a {
	margin: 0;
	font-size: small;
	font-weight: bold;
}
#subtitle {
	padding: 5px;
}
#cfoot {
	padding: 5px;
	color: black;
	text-align: center;
}
.item {
	margin: 5px;
} .link a {
	font-weight: bold;
}

.news {
	padding: 0;
} .newstitle {
	padding: 5px;
	border-top: 1px dotted gray;
	font-weight: bold;
	line-height: 1.3;
} .newstext {
	padding: 5px;
}

/*------- right side: adds, poll, ... -------*/
#sidebar {
	display: none;
}

/*-------  footer: copyright, load time, validator... -------*/
#footer {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
  clear: both;
	text-align: center;
}