/*
Theme Name: iOrange2b
Theme URI: http://www.darjanpanic.com
Description: iOrange2b Template v1 by Brian Green and Darjan Panic.
Version: 1.0
Author: Brian Green and Darjan Panic, Modified by Daniel Naber

Use it however you want, just leave the links in the footer :)
*/
body {
	background: url(../images/bg.jpg?2) no-repeat;
	max-width: 1200px;
}

a:link {
	color: #ef8700;
	text-decoration: none;
}
a:visited {
	color: #a75e00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

h1 {
	margin-top: 5px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 24px;
	color: #ef8701;
}

h2 {
	margin-top: 30px;
	margin-bottom: 5px;
}

code {
    background-color: #eeeeee;
}
tt {
    background-color: #eeeeee;
}

.xmlcode {
	font-family: monospace;
	margin-left: 15px;
	font-size: larger;
}

.xmlcodeNoIndent {
	font-family: monospace;
	font-size: larger;
}

pre {
	margin-bottom: 0px;
}
	
.firstpara {
	margin-top: 0px;
}

.content {
	padding-left: 5px;
	padding-right: 25px;
	color: #2c2c2c;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

.footer {
	padding-top: 20px;
	text-align: right;
	color: #bbbbbb;
	font-family: verdana, sans-serif;
	font-size: 9px;
}

.invisible {
	padding-top: 20px;
	text-align: right;
	color: #ffffee;
	font-family: verdana, sans-serif;
	font-size: 9px;
}

.footer a {
	color: #ffc06f;
}

.lastmod {
    margin-top: 40px;
	font-size: 9px;
	color: #888888;
	font-family: verdana, sans-serif;
}

/* ------------------------------------------------- */
/* Demo */

.error {
	background-color: #f8aab5;
}

.suggestion {
	background-color: #7ef7ac;
}

/* copied from community website */
.errorMarker {
	/* font-weight: bold; */
	padding-bottom: 2px;
	background-image: url("../images/squiggle.png");
	background-repeat: repeat-x;
	background-position: left bottom;        
	vertical-align: text-top;
}
/* ------------------------------------------------- */

/* Link and heading "LanguageTool" in the upper left corner: */
#hplink a:link {
	color: #ef8700;
}

#hplink a:visited {
	color: #ef8700;
}

#hplink a:hover {
	color: #ef8700;
}

/* ------------------------------------------------- */

#menu {
    font-weight: bold;
    text-decoration: none;
    font-family: verdana, sans-serif;
    font-size: 16px;
}

.menuitem {
    color: #464646;
   	padding-left: 10px;
   	padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 0px;
    margin-right: 0px;
   	margin-bottom: 10px;
}

.menuitem:hover {
    color: #ffffff;
   	background: #ef8701;
}

.activeMenuitem {
	color: #ffffff;
	background: #ef8701;
}


.warning {
	border-color: #ffb251;
	border-style: solid;
	border-width: 2px;
	background: #fcffd5;
	padding: 5px;	
}

.downloadSection {
}

.largelist li {
    margin-top: 12px;
}

.largelist li li {
    margin-top: 5px;
}

li {
    margin-top: 5px;
}

/* check form on the homepage */
BODY TABLE TBODY TR TD.content FORM SELECT#lang:HOVER {
    background-color: #EF8701;
    color: #FFFFFF;
    border: 1px solid #464646;
}
BODY TABLE TBODY TR TD.content FORM SELECT#lang {
    background-color: #F9F5F2;
    color: #464646;
    border: 1px solid #464646;
    font-weight: bold;
    padding: 4px;
}
TABLE TBODY TR TD.content FORM INPUT:HOVER {
    background-color: #EF8701;
    border: 1px solid #464646;
    color: #FFFFFF;
}
TABLE TBODY TR TD.content FORM INPUT {
    background-color: #FBF7F4;
    border: 1px solid #464646;
    color: #464646;
    font-weight: bold;
    padding: 4px;
}
TABLE TBODY TR TD.content FORM TEXTAREA {
    background-color: #EEEEEE;
    border: 1px solid #464646;
}
/* end: check form on the homepage */

