/*-------------------------------------------------------------
Base styles
--------------------------------------------------------------*/

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline overline;
}

body {
	font-family:"Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	background-color: #F9F7ED;
	color:#222;
	width:90%;
	margin-top:0px;
	font-size:0.8em;
}

pre {
	background-color: #F1EFE4;
	font-size: 110%;
	overflow: auto;
	color: #555;
}

.img {
    border: 0px;
    margin: 0px; 
}

/* entries ----------------------------------------------- */

.entryTitle {
    font-size: 120%;
    font-weight: bold;
}

.entryInfo {
    font-size: 90%;
    color: #999;
}
div.dayTitle {
    font-size: 120%;
    font-weight:bold;	
    padding: .5em 0 0 0;
}
div.next-previous {
    font-size: 80%;
    text-align: center;
    padding: .5em 0 .5em 0;

}

/* category chooser ----------------------------------------------- */

.category-chooser {
    margin: -50%;
    width:100%;
}
.rCategory li {
    font-size: 80%;
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
li.selected {
    font-weight: bold;
}

/* other lists ----------------------------------------------- */

ul.rNavigationBar, ul.rMenu, ul.rFolder, ul.rFeeds, ul.rReferersList, ul.rEntriesList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 80%;
}
ul.rFeeds li {
    background-image: url(https://search.webdepozit.sk/webarchiv/public/20180525173444/https://blogs.apache.org/images/feed-icon-12x12.gif);
    background-repeat: no-repeat;
    background-position: 0 .2em; 
    padding-left: 1.4em;
    line-height: 1.5em;
}

/* calendar ----------------------------------------------- */

.hCalendarDay{
    text-align : center;
    font-size: small;
}
th.hCalendarDayNameRow {
    text-align : center;
    font-size : small;
    font-weight : bold;
}
td.hCalendarDayCurrent {
    text-align : center;
    font-size  : small;
    font-weight: bold;
}
td.hCalendarDayLinked {
    text-align : center;
    font-size  : small;
    font-weight: bold;
}

/* comments ----------------------------------------------- */

div.comments-form span.status {
    display: block;
    background: white;
    color: green;
    border: 1px solid green;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

span.error {
    display: block;
    background: white;
    color: #c00;
    border: 1px solid #c00;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

p.comment-details {
    font-size: 80%;
    color: #999;
}
.comments-syntax-indicator {
    font-weight: bold;
}
.comments-syntax-indicator span.enabled {
    background: transparent;
    color: green;
    font-style: italic;
}
.comments-syntax-indicator span.disabled {
    background: transparent;
    color: red;
    font-style: italic;
}

form ul{ position: relative; list-style: none; width: 100%; }
form li{ line-height: 2em; margin: 0; padding: 1px 1px 6px 9px; }
form li.focused{ background-color: #fff7c0 !important; }
form li p{ font-size: 9px; line-height: 13px; color: #444; }
form li{ display: inline-block; }
form[id] li{ display: block; }
form li div{ display: inline-block; }
form[id] li div{ display: inline; }
form .left{ float: left !important; margin: 0; }
form .right{ float: right !important; margin: 0; }
form .clear{ clear: both; } 
form li div p{ margin: 0 0 5px 0; }
form div.left{ margin-right: 2px !important; }
form div.left[class]{ margin-right: 4px !important; }
form div.left img{ margin: 0 0 -2px 0; }
form h2{ font-size: 1.8em; clear: left; } 
form .info{ display: inline-block; margin: 0 0 10px 0; padding: 0 0 4px 0; border-bottom: 1px dotted #ccc !important;}
form .info[class]{ display: block; }
form .info p{ font-size: 1em; line-height: 1.3em; margin: 0 0 8px 0; }
textarea.textarea{margin-bottom: 1px;}
textarea.textarea[class]{font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;}
select.select{ padding: 1px 0 0 0; margin: 1px 0 3px 0; }
select.select[class]{ margin: 0; padding: 1px 0 1px 0; }
form .small{ width: 70px; }
form .medium{ width: 170px; }
form .large, form textarea.textarea{ width: 340px; }
form .tags{ width: 320px; }
form textarea.small{ height: 5.5em; }
form textarea.medium{ height: 10em; }
form textarea.large{ height: 20em; }
.choices input{ width: 200px; margin-right: 3px; }
.choices ol{ margin: 10px 0 0 0; }
.choices[class] ol{ margin: 0 !important; }
.choices img{ margin: 0 0 1px 0; }
fieldset ol li{ display: list-item !important; margin: 0 5px 2px 3px !important; padding: 0 !important; list-style: inside decimal; }
input.button, button { width: 6em; padding: 2px 2px 0 0; /* fix for IE */ }
/* revert to normal for Firefox */
li>input.button, li>button, input.button>input.button, button>button { padding: 2px; }
label.desc{
    margin: 4px 0 3px 0;
    border: 0;
    color: #444;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    font-weight: bold;
}
input.text, input.number, input.url, input.email, input.password, input.file, 
textarea.textarea, select.select{
    font-size: 1.2em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    color: #333;
}
input.text, input.number, input.url, input.email, input.password, input.file{ padding: 2px; }
input.currency{ text-align: right; }
input.checkbox, input.radio{
    display: block;
    line-height: 1.4em;
    margin: 8px 0 0 3px;
    width: 13px;
    height: 13px;
}
input.focus, textarea.focus { background: #ffd; color: #000; }
label.choice{
    display: block;
    line-height: 1.4em;
    margin: -19px 0 0 25px;
    padding: 4px 0 5px 0;
    color: #444;
    width: 80%;
}


/*-------------------------------------------------------------
Basic theme styles
--------------------------------------------------------------*/

h1 {
	font-size:200%;
	/*color:#CC9933;*/
	color:#111;
}
h2, .comments-head {
	/* color:#CC9933;*/
	color:#111;
    font-size:90%;
    font-weight:bold;
    border-bottom:1px dotted #666;	
    margin-top: .5em;			
}
h1.weblogName {
    text-align:center;
}
p.weblogDescription {
    text-align: center;
}
div.dayTitle {
    color:#CC9933;
    font-size:90%;
    text-transform:uppercase;
    border-bottom:1px dotted #666;		
}

/* layout ----------------------------------------------- */

.content_wrapper {
    width: 80%;
    float: left;
}
.content {
    padding: 0em 2em 2em 2em;
}
.rightbar_wrapper { 
    width: 20%;
    float: right;
}

/* ASF Specific ------------------------------------------*/

h1,h2,h3,h4,h5,h6{ color:#111; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}
h1,h2,h3,h4,h5,h6{font-weight:normal}
h1{font-size:3em;line-height:1;margin-bottom:0.5em}
h2{font-size:2em;margin-bottom:0.75em}
h3{font-size:1.5em;line-height:1;margin-bottom:1em}
h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em}
h5{font-size:1em;font-weight:bold;margin-bottom:1.5em}
h6{font-size:1em;font-weight:bold}

div#header
{
	background: transparent url(https://search.webdepozit.sk/webarchiv/public/20180525173444/https://blogs.apache.org/themes/asf/images/feather.gif) no-repeat right;
	background-position: 96% 10px;
	padding-left: 10px;
	height:150px;
	min-height: 150px;
}

#header h1
{
	width: 600px;
}

.navigation
{
	text-align: center;
	background: #eee;
	height: 25px;
	border-bottom: 1px solid #ddd;
}
.navigation ul
{
	padding-top:5px;
}

.navigation ul li
{
	display: inline;
	padding: 0px 10px 0px 10px;
	margin-bottom:10px;
}

.navigation ul li a

{

	text-decoration: none;

	font-weight: bold;

	color: #4b107e;

}

.navigation ul li a:hover

{

	text-decoration: underline;

	font-weight: bold;

}

.grey{
	color:#ddd;
}

.alt{
	color: #7794AA;
	font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-size:1.2em;
	line-height:80%;
	font-style:italic;
	font-weight:normal

}


.rightbar h2{
	font-size:1.1em;
}

.sidebar a{
	color:#c9123f;
	font-weight:bold;
	font-size:1.1em;
}

.sidebar a:hover{
	text-decoration:underline;
	color:#000;
	font-size:1.1em;
}

/* Tag Cloud */

a.s1, a.s1:hover{font-size:60%;}
a.s2, a.s2:hover{font-size:80%;}
a.s3, a.s3:hover{font-size:100%;}
a.s4, a.s4:hover{font-size:120%;}
a.s5, a.s5:hover{font-size:140%;}






/*
     FILE ARCHIVED ON 17:34:44 May 25, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 10:10:14 Sep 20, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
