/* === global HTML elements === */

* {margin: 0px; padding: 0px;}

option {padding-left: 0.4em}

body {
	color: #615748;
	background-color:#786;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
a {color: #615748}

ul, ol, dl { margin: 0 0 0 0.5em }
li { margin-left: 0.5em;}

/* === global class definitions ===*/
/* Klassen fÃ¼r unsichtbare Elemente im Basislayout */
.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
}
    
/* Skip-Links fÃ¼r Tab-Navigation sichtbar schalten */
.skip:focus, .skip:active {
  position: static;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
}


/* Boxes subsite-links */
.photoBox{
	background-color: #666F8A;
	width: 299px;
	float: left;
	xpadding: 7px 3px 7px 7px;
	padding: 0px;
	overflow: hidden;
	height: 7em;
}

.photoBox img{
	padding: 2px 2px 2px 0px;
}


/* === Containers and definitions only valid inside these containers === */

/* Rahmen um die ganze Seite (zur Bestimmung der Positionierung usw. */
#pageMargins{
	background-color: #FFF;
	width: 888px;
	margin: 8px auto 8px auto;
	position: relative;
}

#page{
	width: 100%;
}
/* sicherstellen, dass keine boxes die page-box Ã¼berlappen */
#page:after { 
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/* ==== enthÃ¤lt #header, drei navBoxen und die topNav ==== */
/* ==== Version fÃ¼r die Standard-Top-Navi             ==== */
#topRow{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* ==== Seitenkopf ==== */

#header{
	
	background-color: #666F8A;
	float: left;
	width: 589px;
	height: 7em;
}

/* == headerNav - enthÃ¤lt die Service Links und die Suchform == */
#headerNav{
	border-bottom: 1px solid #BBB;
	padding: 2px;
	font-size: 10px;
	float:left;
	width: 99%;
}
#headerNav ul{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#headerNav li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#headerNav a{
	color: #BBB;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 8px 2px 8px;
}
#headerNav a:link, #headerNav a:visited{}
#headerNav a:hover, #headerNav a:active{background-color: #D4DACD;color:#615748;}



/* == Logo und text == */
#headerContent{
	clear: both;
}

#headerContent h1{
  	color:#BBB;
	float:none;
	border: none;
  	font-size:20px;
  	font-weight:bold;
  	line-height:18px;
  	padding: 8px 8px 10px 8px;
  	margin-top:4px;
  	letter-spacing: .2em;  		
   	text-transform:uppercase;  
   	
}

#headerContent .siteAbstract{
	color:#BBB;
	padding-top: 8px;
	margin-left: 300px;
	font-style: italic;	
	font-size: 14px;	
}


/* == Navi Leiste == */
#topNav{
	/* Farben in xx_colors.css definiert */
	clear: both;
	width: 100%;
}
#topNav ul{
	list-style-type: none;
	margin: 0px;
	/* gleiches padding wie die Links, weil diese sonst bie hover Ã¼berlappen */
	padding: 2px 0px 2px 8px;
}
#topNav li{
	display: inline;
	padding: 0px;
	margin: 0px;
}
#topNav a{
	/* Farben in xx_colors.css definiert */
	text-decoration: none;
	font-weight: bold;
	padding: 2px 8px 2px 0px;
}
#topNav a:link, #topNav a:visited{}
#topNav a:hover, #topNav a:active{/* Farben in xx_colors.css definiert */}

.topNavSelected{/* Farben in xx_colors.css definiert */}




/* ==== Spalten ==== */



/* == mittlere Spalte == */

#content{
	/* Gesamtbreite: 500px */
	background-color: #FFF;
	border-right: 0px solid #666F8A; border-left: 0px solid #666F8A;
	float:left;
	padding: 20px 0px 10px 16px;
	width: 664px;
	line-height: 17px;
	font-size: 14px;
}


#content .day {
  color:#999;
  font-size:14px;
  font-weight:bold;
  line-height:16px;
  padding:2px 0px 8px 2px;
  margin-top:10px;
  text-transform:uppercase;
  text-align: right;
  letter-spacing: .2em;  		
 }
#content h1 {
  font-size:16px;
  font-weight:bold;
  background:#FFF;
  line-height:18px;
  padding:2px;
  margin-top:10px;
  border-bottom:1px solid #666F8A;
  text-transform:uppercase;
  letter-spacing: .2em;  		
 
}

#content h1 a {
 text-decoration: none;					

}
#content h2 {
  font-size:14px;
  font-weight:bold;
  line-height:14px;
  padding:2px;
  margin-top:10px;
  text-transform:uppercase;
  letter-spacing: .2em;  					
}

#content h3 {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}


#content p {margin: 0px 0px 10px 0px;}

#content pre, #content .code{
	font-family: Consolas,"Courier New", monospace;
	font-size: 11px;
	background-color: #F6F6F6;
	color: #666;
}
#content pre, #content p.code{
	padding: 2px;
	max-height: 312px;
	margin: 8px 0px 8px 0px;
	border: 1px dotted #99E500;
	overflow: auto;
	line-height: 16px;
}


#content .entryInfo {
    border-top: 1px solid #666F8A;
    margin: 16px 0px 38px 0px;
    font-size: 12px;
}

#content ul {
    list-style-type: square;
	margin: 4px 0px 8px 1.5em;
}
#content ol {
	margin: 4px 0px 8px 2em;
}

#content li {
    margin: 0px 8px 0px 0px;
}




/* == rechte Spalte == */

#rightCol{
	/* Gesamtbreite: 216 px */
	/* Breite weggelassen, weil IE6 dann den Kasten verspringen lÃ¤sst und erstaunlicherweise auch bei kurzem Spalteninhalt die gnaze Breite angezeigt wird */
	background-color: #B5C0AA;
	padding: 6px 8px 10px 8px;
	margin-left: 688px;	
	margin-top: 4px;
	font-size: 10px;
	line-height: 12px;
}

#rightCol h1{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 16px 0 4px 0;
	padding: 0;
}

#rightCol h2{
  color: #666;
  font-size:12px;
  font-weight:bold;  
  line-height:14px;
  padding:0px;
  margin-top:24px;
  margin-bottom:4px;
  border-bottom:0px solid #666F8A;
  text-transform:uppercase;
    		
}

#rightCol ul{
	list-style-type: none;
	margin: 0 0 0 4px;
}
#rightCol li{
	padding-left: 4px;
	list-style:none;
	display:block;
	background:transparent url("http://www.shareyourwork.org/roller/ralphsjavablog/resource/img/bullet.gif") no-repeat 0px 5px;
	padding-left:12px;
	margin:3px 0px 0px 0px;
	
}
#rightCol a{
	font-size: 12px;
	line-height: 14px;
	text-decoration:none;
	margin: 0 0 4px -4px;
}

#rightCol a :hover{
	text-decoration:underline;
}


#rightCol ul.rFeeds li{
	list-style:none;
	background:transparent url("http://www.shareyourwork.org/roller/ralphsjavablog/resource/img/feed-12x.gif") no-repeat 0px 4px;
	padding-left:22px;
	padding-top:3px;
	margin:3px 0px 0px 0px;
}




#rightCol .tagcloud {
	padding:0 0 0 8px;
	
}


#rightCol .tagcloud a {
	font-size: 12px;
	padding:0 8px 2px 0;
	color:#666;
}

#rightCol .tagcloud a:hover {	
	text-decoration:underline;
}


#rightCol .tagcloud .tagcloud1{
	font-size: 1.2em;
}
#rightCol .tagcloud .tagcloud2{
	font-size: 1.4em;
}
#rightCol .tagcloud .tagcloud3{
	font-size: 1.6em;
}
#rightCol .tagcloud .tagcloud4{
	font-size: 1.8em;
}
#rightCol .tagcloud .tagcloud5{
	font-size: 2.0em;
}




/* Comments */

.comment {
	border-top: 1px solid silver; 
	padding-top: 5px; 
	margin-top: 10px;
}
.comment-details {
	margin-top: 10px;
	background-color: #EEE;
}
