/* $Id: wsp.css,v 1.34 2003/02/05 18:03:51 porter Exp $ */

/* The stylesheet is divided into 3 parts. Each part is a set of things that typically must be reviewed together. Constrain your changes to the proper part:

 1 colors, backgrounds, borders, link and emphasis indication
 2 font and text properties, exclusive of link indication, alignment, text-indent
 3 box properties (exclusive of borders), positioning, alignments, list types, text-indent

*/


.blog .post {
	background-image: url(/img/buzz_separator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

code {
	color: #CC6600;
}

a, a:link {
	color: #930;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #622;
}

a:hover {
	text-decoration: underline;
}

#SiteNav ul, #SiteNav li {
	color: white;
}

div.example {
	border: 1px solid black;
}

img, a.imgLink {
	border: 0px solid white;
	color: white;
}

#intro, #quote {
	color: #333;
}

#quote {
	border-width: 1px 0 0 0;
	border-color: black;
	border-style: solid;
}

#Header {
	background-color: #8bf;
	background-image: url(/img/line.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

img {
	border-width: 0;
}

#SiteNav a, #SiteNav li.active li a, #SiteNav li.active li.active li a {
	color: #930;
}

/* my */
#SiteNav par, #SiteNav li.active li par, #SiteNav li.active li.active li par {
	font-weight: bold;
	color: #930;
}

/* Maus ist ueber Link*/
#SiteNav a:hover, #SiteNav li.active li a:hover, #SiteNav li.active li.active li a:hover {
    background-color: #930;
    color: #eee;
	text-decoration: none;
}

#SiteNav li.active a, #SiteNav li.active li.active a, #SiteNav li.active li.active li.active a {
}

/* my */
#SiteNav li.active par, #SiteNav li.active li.active par, #SiteNav li.active li.active li.active par {
        background-color: #bbb;
	font-weight: bold;
}

div.postMetaInfo {
	border-left: 1px solid black;
}

div.code {
	border: 1px solid #999;
	color: #930;
	background:#f0f0f0;
}


/* font and text properties, exclusive of link indication, alignment, text-indent */
.strike {
	text-decoration: line-through;
}

body, code, pre {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #fff;	
}

html>body, html>body code, html>body pre {
	font-size: small;
}

div.postMetaInfo, .authors  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

html>body div.postMetaInfo, html>body .authors {
	font-size: x-small;
}

code, pre {
 font-family: 'Andale Mono', Courier, monospace;
}

h1, h2, h3, #SiteNav, #SubNav {
	font-family: "Trebuchet MS", serif;
}

h1 {
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: .2em;
}

h2 {
	font-size: 1.2em;
}

h3, h4 {
	font-size: 1em;
}

h3 {
	text-transform: uppercase;
	letter-spacing: .2em;
}

h4 {
	font-style: italic;
	font-weight: normal;
}

.abbr, abbr {
	font-size: .9em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

h2.sub {
	font-style: italic;
	font-weight: normal;
	font-size: 1.3em;
}

div.code {
	white-space: pre;
  font-family: 'Andale Mono', Courier, monospace;
	font-size: 95%;
	line-height: 120%;
}


/* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
body {
	line-height: 1.8;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.blog .post {
	padding-bottom: 1em;
}

div.example {
	margin: .25em 0;
	padding: 10px;
}

img.imgRight {
	float: right;
}

#Header {
	margin: 0 25px;
	height: 80px;
}

#headerText {
	position: absolute;
	top: 20px;
	left: 30%;
	text-align: right;
}

#intro {
	margin-bottom: 5px;
}

#quote {
	padding-top: 5px;
	margin-bottom: 10px;
}

#MainText {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 90%;
	z-index: 0;
}

#MainText div.padder {
	margin-left: 210px;
	margin-right: 25px;
}

#SiteNav0 {
//	margin: 10px 10px 10px 10px;
	padding: 5px;
	position: fixed;
	background-color: #8bf;
	left: 25px;
	top: 110px;
	width: 160px;
	z-index: 1;
}

#SubNav {
	position: fixed;
	background-color: #8bf;
	left: 75%;
	top: 170px;
	z-index: 2;
}

#SubNav div.padder {
	margin-right: 25px;
}

#footer {
	text-align: center;
	margin: 40px 0px;
}

address, blockquote, dd, dir, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, li, menu, ol, p, pre, table, ul {
	margin: 0;
	padding: 0;
}

#subnav p {
	line-height: normal;
}


dir, dl, fieldset, form, menu, ol, p, pre, ul {
	margin: .67em 0;
}

ul {
	list-style-type: disc;
}

ol, ul {
	margin: .33em 0;
}

h1, h2, h3, h4, h5, h6, dt, th {
	margin: 1.667em 0 0 0;
	text-align: left;
}

h1 {
	margin: 0 0 1em 0;
}

li {
	margin: 0 0 0 1.8em;
}

dd {
	margin: 0 0 .667em 1.8em;
}

blockquote {
	margin: .667em 0 .667em 1.8em;
}

img.imgRight {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

h2.sub {
	margin-left: 1.5em;
	margin-top: 0px;
}

#SiteNav ul, #SiteNav li {
	list-style-type: none;
//	margin: 0em 0em 0em 0.5em;
	margin: 0;
	padding: 0;
}

#SiteNav ul ul {
	padding: 0;
	margin: 0px 0px 0px 10px;
}

#SiteNav a, #SiteNav li.active li a, #SiteNav li.active li.active li a, #SiteNav a:hover, #SiteNav li.active li a:hover, #SiteNav li.active li.active li a:hover, #SiteNav li.active a, #SiteNav li.active li.active a, #SiteNav li.active li.active li.active a {
	padding-left: .5em;
	padding-right: .5em;
}

/* my */
#SiteNav par, #SiteNav li.active li par, #SiteNav li.active li.active li par, #SiteNav par:hover, #SiteNav li.active li par:hover, #SiteNav li.active li.active li par:hover, #SiteNav li.active par, #SiteNav li.active li.active par, #SiteNav li.active li.active li.active par {
	padding-left: .5em;
	padding-right: .5em;
}

#SubNav p {
	margin-top: 1em;
	margin-bottom: 0;
}

#headerText {
	width: 67%;
}

div.postMetaInfo {
	float: right;
	width: 200px;
	padding: 10px 0px 10px 12px;
	margin: 5px 0 0 12px;
}

h2.postTitle {
    font-size: 1em;
    text-transform: uppercase;
	letter-spacing: .2em;
	margin-bottom: .667em;
}

h3.postTitle {
    font-size: 1em;
    text-transform: uppercase;
	letter-spacing: .2em;
	margin-bottom: .667em;
}

div.code {
	display: block;
	overflow: auto;
	width: 100%;
}
