/* 
 * This theme adapted by Gary Cunningham-Lee (chibaguy) for TikiWiki CMS/Groupware is an adaptation of the Eatlon theme by Olle Axelsson (http://eatlon.com). Please retain the link to eatlon.com in the page footer to be in compliance with the terms of use.
 * For more information, please visit http://themes.tikiwiki.org or http://zukakakina.com.
 */


/***** XHTML Elements ******/

body {
	background: #edf0de url(eatlon/greensidebar.gif) fixed repeat-x;
	font-family: Verdana;
	color: #000000;
	padding: 0;
	margin: 0;
	text-align: left;
	font: 76%/1.4em Verdana;}

html>body {font-size: 76% !important}
body.fullscreen {background: #fff; padding: 3em}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #0c97ef;
	border-bottom: 1px solid transparent}
	
* html a,
* html a:link,
* html a:visited {border-bottom: 1px solid #fff}

a:hover {
	text-decoration: none;
	color: #f63a9b;
	border-bottom: 1px solid #f63a9b}


caption {}
div {}
h1, h2, h3, h4, h5 ,h6 {
	font-family: Verdana;
	font-weight: 100}

h1 {
	font-size: 2.2em;
	border-bottom: 1px solid #ffffff;
	Color:#F63a9b;
	padding-bottom: 6px;
	line-height: normal;}

h2 {
	font-size: 1.8em;
	color: #92278f;
	font-style: italic;
	padding: 0;
	margin: 4px 0}

h3 {
	font-size: 1.6em;
	border-bottom: 1px solid #333333;
	Color:#92278f;
	padding-bottom: 6px;
	line-height: normal;}

h4 {
	font-size: 2.2em;
	border-bottom: 1px solid #000000;
	color:#ff00ff;
	padding-bottom: 6px;
	line-height: normal;}

h5 {
	font-size: 2.2em;
	border-bottom: 1px solid #333333;
	Color:#f6861f;
	padding-bottom: 6px;
	line-height: normal;}
	
h6 {
    font-size: 2.2em;
	border-bottom: 1px solid #000000;
	padding-bottom: 6px;
	line-height: normal;
	color: #ff00ff}

hr {
	width: 100%;
	height: 1px;
	background: #8CACBB;
	border-width: 0;
	padding: 0;
	color: #8CACBB}

p {}
img {border: 0}

fieldset {
	border: solid 1px #000000;
	padding: 10px}

form {
	margin: 0;
	padding: 0}

legend {color: #A9A9A9}
button {}
button:hover {cursor: pointer}

button,
input,
textarea,
option,
select {}

* html .wikitopline select {font-size: .9em}

textarea,
body.wikitext {
	background: #d2d9e3;
	color: #000;
	font-size: 1.3em}

button,
input,
select {vertical-align: middle}

input.button {}

input[type=checkbox],
input[type=radio] {border: 0}

input[type=text],
input[type=password] {background: #d2d9e3; color: #000}

input[type=submit],
input[type=file],
input[type=reset],
select {background: #d2d9e3; color: #000}

button,
input[type=submit],
.button input,
input[type=reset] {
	border-top: 1px solid #f3f3f4;
	border-left: 1px solid #f3f3f4;
	border-right: 1px solid #878689;
	border-bottom: 1px solid #878689;
	background: #afafaf;
	background: url(eatlon/menu_bg.png) 1000px -15px;
	color: #fff}

button:hover,
input[type=submit]:hover,
.button input:hover {
	border-top: 1px solid #868f93;
	border-left: 1px solid #868f93;
	cursor: pointer;
	color: #ececec;}

input[type="checkbox"] {border: 0}
* html .findtable input {font-size: 1em}

/* Avoid overlap due to inline - margin in tiki-admin-include-features.tpl */
form.admin input[name="features"] {margin-bottom: 3px !important}

input[type=file],
select {}
select[multiple] {height: 10em}
select[name="theme"] {width: 135px}
small {}
label {cursor: pointer}
ul, ol {text-align: left}
li {}
tt {font-size: 1.2em}

/***** Page Layout *****/

.right {
	text-align: right;
}
.centered {
 	text-align: center;
}
.highlight {
	background-color: #FFFF00;
}

.message {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.strong {
	font-weight: bold;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}

#wrapper_popup {
	width: 300px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}

.left_half_content {
	width: 50%;
	float: left;
}

.right_half_content {
	width: 50%;
	float: right;
}

.float_left {
	float: left;
clear:none;
}

.float_right {
	float: right;
clear:none;
}

.clear_both {
	clear: both;
}

.news_story {
	background-color:#CCFF66;
	margin:3px;
	padding-left:10px;
	padding-right:10px;
	font-size: small;
}

.question {
	border-style:solid;
	border-width:thin;
	margin: 5px;
}