/*#############################################################
 * Name: Horses
 * Date: 2010-03-24
 * Description: Custom template with two columns.
 * Author: Michael Johnston
 * URL: http://Mykillink.com
 *
 * #############################################################*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #120e09;
	background-image:url(images/page-bg.jpg);
	background-repeat:repeat-x;
	color: #545454;
	padding: 20px 0 25px 0;
}

body, select, input, textarea {
	font-family: Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a, a:visited {
color: #7a2b29; text-decoration:underline;}
	
a:hover {color:#67563b; text-decoration:nome;}
.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(images/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 {	
	color: #655337;
	font-size: 22px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

/* 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; }
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:110px;
  width: 22em;
}

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

/* structure */
.container {
	width:813px;
	margin:0 auto;
	font-size:0.7em;
	/*background:#eacdb1;*/
	background-image:url(images/main-bg.png);
	background-position:top;
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:15px;
}


/* header */
.header {
	width: 800px;
	background-image:url(images/header.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:141px;
	margin-top:-10px;
	left:50%;
	margin-left:7px;
/*	padding: 10px 0px 10px 0px;*/
	text-align: left;
}

.header>p {
    padding-left: 10px;
    padding-top: 10px;
}

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

.pagetitle {
	border-bottom:thin solid #655337;
	border-top:thin solid #655337;
	color: #fff;
	background-color: #655337;
	font-size: 22px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin-top: 20px;
	text-indent: 10px;;
}

.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 {
	border-top:#655337 thin solid;
	border-bottom:#655337 thin solid;
	font-size:8pt;
	margin-left:30px;
	margin-right:30px;
	float:inherit;
	height: 17pt;
}
.navigation hr {
border: 0;
}
/*
.navigation p {
	background: #81AC00;
	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 {
	list-style: none;
	line-height: 1;}
.navigation li {
	float: left;
	list-style:none;
	border-right:1px solid #a9a9a9; /*border colour*/
}
.navigation li a {
	display:block;
	font-weight:bold;
	color: #655337;
	padding:6px 12px;
	text-decoration:none
}
.navigation li a:hover , li a:active {
	color:#af938e;
	background:#655337; /*mover over*/
	text-decoration:none
}

/* Dropdown Menus */		
.navigation li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
	}

.navigation li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
	}

.navigation li li a, .navigation li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}

.navigation li li a:hover, .navigation li li a:active {
	background:#000;
	}	
		
.navigation li:hover ul, .navigation li li:hover ul, .navigation li li li:hover ul, .navigation li.sfhover ul, .navigation li li.sfhover ul, .navigation li li li.sfhover ul {
	left: auto;
	}

.navigation .Thumbnails {
clear:both;
float:right;
width:120px;
padding: 80px 5px 5px 5px;
z-index:20;
}

.navigation .Thumbnails p{
line-height: 18px;
}

.navigation .Thumbnails hr{
border: 0px;
padding-top:20px;
}

/* footer */
.footer {
	background-position:bottom center;
clear:both;
height:60px;
margin: 10px 25px 25px 25px;
text-align:center;
color:#000000;
font-size:8pt;
border-top:thin solid #655337;
}
.footer a {color: #655337;
text-decoration:underline;}
.footer a:hover {
text-decoration:none}


.Image {
padding: 10px 5px;
}

.Description {
padding: 10px 5px;
}

.Description h1{
font-size:16px;
margin-bottom:5px;
}

.Description h2{
font-size:16px;
}

.OrigReproIndex table td {
padding:10px;
}

.IndexAll table td {
padding:10px;
}

/* 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; }
}

