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

body {
	color:#303030; background:#e8eaec;
}

#top-menu {
	font-size: 80%;
	height: 2em;
	padding-top: 5px;
	background-color: #8a0020;
	line-height: 1.5em;
}

#top-menu a {
	color: #d5d5d5;
	font-weight: bold;
	padding: 5px 1px 0;
}

#top-menu a:hover {
	color: #fff;
	text-decoration: none;
}

#top-menu a.active {
	color: #fff;
	border-top: 3px solid #fff;
	padding-top: 3px;
}

#top-menu a.separator {
	border-right: 1px solid #fefefe;
	padding-right: 10px;
	padding-bottom: 4px;
}

#top-menu a.twitter {
	padding-left: 20px;
	background: url("//strongswan.org/images/twitter_newbird_white_16.png") no-repeat 0 -21px;
}

#top-menu a.twitter:hover {
	background-position: 0 2px;
}

#top-menu a.facebook {
	padding-left: 20px;
	background: url("//strongswan.org/images/facebook_white_16.png") no-repeat 0 -21px;
}

#top-menu a.facebook:hover {
	background-position: 0 2px;
}

#header {
	background: #e8eaec; 
	background-image: url(../images/strongswan.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 70px;
	padding: 10px 0 0 0;
	color: #8a0020;
	border-bottom: 1px solid #36000c;
}

#header a {
	color: #8a0020;
}

#header h1 {
	margin-left: 120px;
}

#main-menu {
	left: 120px;
	background-color: #578bb8;
	border-top: 1px solid #36000c;
	border-left: 1px solid #36000c;
}
#main-menu li {
	margin: 0;
	padding: 0;
}

#main-menu li a {
	background-color: #8a0020;
	border-right: 1px solid #36000c;
	font-size: 90%;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
}

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

#quick-search {
	margin-right: 6px;
	color: #36000c;
}

#main {
	font-size: 90%;
	line-height: 1.5em;
	background: #e8eaec;
	color: #36000c;
}
#main a {
	font-weight: bold;
	color: #8a0020;
}
#main a:hover { 
	text-decoration: underline;
}
div.wiki a.new {
	color: #d5d5d5 !important;
	border-bottom: 1px dotted;
}
div.wiki a.new:hover {
	text-decoration: none !important;
}
div.wiki code {
	background-color: #eeeeee;
	padding: 1px 2px;
}
div.wiki pre code {
	background-color: #fafafa;
	padding: 0;
}
div.wiki blockquote pre {
	font-style: normal;
}
#content {
	background: #fff;
}

#content .tabs ul {
	bottom:-1px;
}
.wiki h1, .wiki h2, .wiki h3, .wiki h4 {
	margin: 20px 0 10px;
}

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

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

div.wiki th {
	background-color: #bbb;
	border-color: #999;
	color: #333;
}
table .level1 {
	background-color: #c8c8c8;
}
table .level2 {
	background-color: #dcdcdc;
}
table .level3 {
	background-color: #f0f0f0;
}

.ohloh-widget {
	margin: 1.75em 1em 0 0;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}
.ohloh-widget div.i-use-it {
	position: absolute;
	right: 10px;
	top: 10px;
}
.ohloh-widget div.logo {
	display: none;
}
.ohloh-widget div.main {
	margin-left: 0 !important;
}
.ohloh-widget div.main h3 {
	margin-top: 0 !important;
}
.ohloh-widget div.gadget {
	width: auto;
	border: none;
}

.flattr-widget {
	margin: 1em 1em 0 0;
}
.flattr-widget iframe {
	border: none;
	width: 100%;
	height: 260px;
}

.coinbase-widget {
	margin: 1em 0 0 0;
}
