@import url(../../../stylesheets/application.css);

body { 
	color:#303030; 
	background:#e8eaec; 
	font-family: Trebuchet MS, Helvetica, sans-serif; 
}

#wrapper {
/*	width: 940px;*/
	margin: 0 auto;
}

#top-menu-wrapper { 
	background-color: #c0ef5b;
}

#top-menu { 
	font-size: 80%; 
	color: #000;
	height: 1.8em; 
	padding-top: 0.6em; 
	margin: auto;
	width: 940px;
	background-color: #c0ef5b;
}

#top-menu a { 
	font-weight: bold; 
	color: #4c3211;
}

#top-menu #loggedas {
	color: #000;
	padding-right: 1em;
}

#header-wrapper { 
	background: #8fc511;
}

#header { 
	height: 8em; 
	margin: auto;
	padding: 2.5em 0 0 0; 
	width: 940px;
	background: #8fc511;
}

#header h1 { 
	letter-spacing: 2px;
	margin-top: 0.2em;
	font-size: 38px;
}

#quick-search { 
	margin-top: 1.2em;
	font-size: 14px;
}

#quick-search input { 
	border: none;
	line-height: 2em;
}

#menu-wrapper { 
	height: 2em;
	background-color: #4c3211;
}

#main-menu { 
	margin: auto;
	height: 2em;
	padding: 0;
	width: 940px;
	background-color: #4c3211;
}

#main-menu ul { 
	margin-left: -0.5em;
}

#main-menu li { 
	margin: 0; 
	padding: 0; 
}

#main-menu li a { 
	height: 2em;
	font-size: 12px; 
	font-weight: normal;
 	letter-spacing: 0.1em;
	padding: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 2em;
	background-color: #4c3211;
}

#main-menu li a:hover { 
	color: #ffffff; 
	background-color: #8fc511;
}

#main-menu li a.selected, #main-menu li a.selected:hover { 
	color: #ffffff; 
	background-color: #8fc511;
}

#footer { 
	border: 0; 
	color: #fff;
	background-color: #8fc511;
}

#footer a { color: #fff; font-weight: bold; }

#main-wrapper { 
}

#main { 
	background: #e8eaec;
	border-left: 1px dotted #eee;
	border-right: 1px dotted #eee;
	width: 980px;
	margin: auto;
}
#main a { 
	font-weight: bold; 
	color: #4c3211;
}

#main a:hover { 
	color: #8fc511; 
	text-decoration: underline; 
}

#main p, #main li {
	line-height: 20px;
}

#main h2 {
	padding-top: 15px;
}

#content { 
	background: #fff; 
	padding: 2em;
	padding-top: 3em;
}
#content .tabs ul { 
	bottom:-1px; 
}

h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { 
	border-bottom: 0px; 
	color:#303030; 
	font-family: Trebuchet MS, Helvetica, sans-serif; 
}
h2, .wiki h1 { 
}
h4 { border-bottom: dotted 1px #c0c0c0; }

#top-menu a.home, #top-menu a.mypage, #top-menu a.projects, #top-menu a.admin, #top-menu a.help { 
    background-position: 0% 40%;
    background-repeat: no-repeat;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.splitcontentleft {
	float:left; 
	width:69%;
}

.splitcontentleft .box {
	background: #fff;
	border: none;
	line-height:1.5em;
	padding:0px;
}

.splitcontentright {
	float:right; 
	width:29%;
}

form#issue-form .splitcontentleft,
form#issue-form .splitcontentright {
	width: 50%
}

#sidebar {
	display: none;
}

#main #content { 
	width: auto; 
	border-right: 0; 
}

div.wiki {
	padding:6px;
	line-height:1.5em;
	color:#505050;
}

li.delicious-odd {
	padding-bottom: .5em;
	padding-top: .5em;
}

li.delicious-odd:first-child {
	padding-top: 0em;
}

.delicious-posts ul {
	margin-bottom: 0em;
}

div.imprint {
	color:#505050
}

div.imprint h1 {
	margin-bottom: 1em;
}

div.imprint h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 16px;
}

div.imprint p {
	padding-left: 0.5em;
}

div.flash {
	margin-bottom: 2em;
}

div.flash.error, #errorExplanation {
	background: none;
	background-color: #ffe3e3;
	border-color: #dd0000;
	color: #550000;
    padding: 6px;
}

div.flash.notice {
	background: none;
	background-color: #c0ef5b;
	border-color: #8fc511;
	color: #005f00;
    padding: 6px;
}

div#comments h4 {
	margin-top: 0;
	color:#303030;
	border-bottom: 1px solid #000;
	font-size: 1em;
}

div.comment-box {
	padding:6px;
	margin-bottom: 10px;
	background-color:#c0ef5b;
	color:#303030;
	font-size: 1em;
	line-height:1.5em;
	border: 1px solid #e4e4e4;
}

div#edit-news label,
div#add-news label {
	clear: both;
	display: block;
	float: none;
	margin-left: 0em;
	padding: 0em;
	text-align: left;
}

div#edit-news p,
div#add-news p {
	padding: 0em;
	padding-bottom: 1em;
}

div#edit-news div#preview,
div#add-news div#preview {
	padding-bottom: 2em;
}

ul.keywords {
	margin: 0;  
	padding: 0;
	padding-bottom: 0.7em;
}

ul.keywords li {
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0.5em;
}

div.wiki img {
	border: 1px solid #e4e4e4;
    margin-left: .6em;
    margin-top: .5em;
    margin-bottom: .5em;
}

div.wiki pre {
    margin-left: .6em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

div.wiki pre.server {
	background: #333;
	color: #ccc;
}

div.issue_captcha {
  display: block;
  padding-left: 175px;
}