/* ikiwiki style sheet, specified as local.css */

/* Note that ALL CSS modifications should be made in this file and not style.css.
 */

body {
	font: 12px/1.75em Verdana, Tahoma, arial, sans-serif;
	background: #fff;
}

#main {
	background: #FFF !important;
	margin: 0 10%;
}

/* WORKING HEADER for all pages *but* home page! (Separate header for home page later in file.) */

#header {
	margin: 5px auto;
	background: #FFF url(tovalogo.png) no-repeat left center;
	height: 150px; 
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	display: block;
}

#header #header-links {
	position: absolute;
	top: 25px; 
	right: 150px;
	color: #838181;
	font-size: 12px;	
	font-weight: bold;
}


#header #header-links p {	
	padding: 0;
	margin: 0;	
}


#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}

#header #header-links a:hover {
	color: #444;		
}

/* End header section for all subpages.*/

/* HOME PAGE HEADER SECTION  */

#homepg-header {
	margin: 5px auto;
	padding: 5px #516284;
	width: 765px;
	display: block;
	clear: both;
} 

#homepg-header #homepg-header-banner {
	height: 50px;
}

.slides_container {
    width: 765px;
    height: 250px;
}

.slides_container div {
    width: 765px;
    height: 250px;
    display: block;
}

#homepg-header-photo {
    background: #ddf;
	position: relative;
	clear: both;
	height: 250px;
	width: 100%;
}

#homepg-header-photo .prev, #homepg-header-photo .next {
    float: left;
    display: block;
    margin-left: 10px;
}

#homepg-header-photo a {
    color: #444;
}


/* END home page header section. */


#title {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
}
	

.disclaimer {
	color: blue !important;
	padding: 10px;		
	margin: 0;
}



/* LAYOUT */

#content-wrap {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background:  #FFF;
}

#content {
	margin: 10px 220px 10px 200px;
	padding: 5px;
	/* border-top: 5px solid #FFF;*/
	background: #FFF;
}
	

/* Sidebar */	

.sidebar {
	margin-top: 10px;
}


#sidebar-left {
	float: left;	
	width: 200px;
	padding: 10px;
}

#sidebar-right {
	float: right;
	width: 200px;
	padding: 10px;
	margin: 0;
	color: #7ca6bd; 
}


.sidebar h1 {
	font-size: 1.2em;
	font-weight: bold;
}


.sidebar ul {
	text-align: left;
	margin: 7px 8px 8px 10px; 
	padding: 10px;
	list-style: none;	
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}

.sidebar ul:first-child {
    border: none;
}

.sidebar ul li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	
}


.sidebar a {
	text-decoration: none;	
	color: #7ca6bd; 
	border: none;		
}
.sidebar a:hover {	
	color: #383d44;
	border: none;
}

/* EDIT BOX */

#editcontent {
	width: 100%;
	height: 600px;
}

/* FOOTER */

.footer {
    margin-top: 20px;
    border-top: 1px dashed #eee;
	color: #555;
	text-align: center;
	clear: both;
}

.footer a {
	color: #183777;
}

.subfooter {
	background: #f7f7f7;
	color: #888;
	text-align: center;
	font-size: x-small;
}


/* image-related stuff */

img
{  border-style: none;
}

.image-right {
	float: right;
	margin: 10px;
	padding: 4px;
	background-color: #FFF;
}

.image-left {
	float: left;
	margin: 10px;
	padding: 4px;
	background-color: #FFF;
}

/* GENERAL */

/* headers */
h1, h2, h3, h4 {
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-weight: Bold; 	
	color: #516284;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h4 { 
	font-size: 110%;
}

h1, h2, h3, h4, p {
	padding: 10px;		
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}



P {
	line-height: 1.2em;
}


/* outlines */
li.L1 {
	list-style: upper-roman;
}
li.L2 {
	list-style: decimal;
}
li.L3 {
	list-style: lower-alpha;
}
li.L4 {
	list-style: disc;
}
li.L5 {
	list-style: square;
}
li.L6 {
	list-style: circle;
}
li.L7 {
	list-style: lower-roman;
}
li.L8 {
	list-style: upper-alpha;
}

	
.actions ul {
	margin: 0;
	padding: 6px;
	list-style-type: none;
}

.inlinepage .actions ul {
	border-bottom: 0;
}

.actions li {
	display: inline;
	padding: .2em .4em;
}


#pageinfo {
	clear: both;
	margin: 1em 0;
}

div.tags {
	margin-top: 1em;
}

#backlinks {
	margin-top: 1em;
}

.inlinepage {
	padding: 10px 10px;
}

/* Orange feed button. */
a.feedbutton {
	background: #ff6600;
	color: white !important;
	border-left: 1px solid #cc9966;
	border-top: 1px solid #ccaa99;
	border-right: 1px solid #993300;
	border-bottom: 1px solid #331100;
	padding: 0 0.35em 0px 0.35em;
	font-family: sans-serif;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
	margin: 1em;
}
a.feedbutton:hover {
	color: white !important;
	background: #ff9900;
}

/* Tag cloud. */
.pagecloud {
	float: right;
	width: 30%;
	text-align: center;
	padding: 10px 10px;
	background: #FFFFFF;
	color: black !important;
}

table {
	margin-left:	20px;
	margin-right:	20px;
	border:	thin solid #E5E5E5;
	caption-side:	bottom;
	border-collapse: collapse;
	font-weight:	normal;
}

td, th	{
	border:	thin solid #E5E5E5;
	padding: 5px;
}

.hidden {
    display: none;
}
