/* css for whis.net, shamelessly shared from css Zen Garden submission 027  */
/* - 'Gothica' by Patrick H. Lauke aka redux - http://redux.deviantart.com/ */
/* released under Creative Commons ShareAlike License v1.0                  */
/* - http://creativecommons.org/licenses/sa/1.0/                            */
/* Based (in turn) on the "Gothica" CSS design example                      */
/*   for the SitePoint CSS design contest                                   */
/* Most decorative icons/patterns adapted from http://www.squidfingers.com/ */
/* This css (C) 2004 The Boulder Inquisition - http://www.whis.net/         */
/* - also released under the CC SA license                                  */

/* basic stuff */


body {
	font: 0.75em/1.4em Verdana, "Lucida Grande", Tahoma, Helvetica;
	//font: 100%/110% Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background: #eee url(/images/background.png) fixed;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 100%;
}

html > body {
	font: 0.75em/1.4em Verdana, "Lucida Grande", Tahoma, Helvetica ;
}

#content h2 {
	width: 100%;
	font: 1.2em/1em Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-weight: bold;
	color: #785a3c;
	text-transform: uppercase;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.2em;
	word-spacing: 0.5em;
	padding-bottom: 1em;
}

#content h2:before { content: url(/images/lede-left.png); padding: 0.4em;}
#content h2:after  { content: url(/images/lede-right.png); padding: 0.2em;}

h3 {
	width: 100%; /* needed for IE5+ */
	font-family: Times, serif;
	font-size: 120%;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	border-bottom: #888 1px solid;
}

html > body h3 {
	/* redefinition of the border to dotted,
	hidden from IE - because the dashed line
	that IE uses instead of dots looks a bit
	too crude in my opinion */
	border-bottom: #000 1px dotted;
	margin: 5px 20px 5px 20px;
	padding-left: 0px;
	text-indent: 16px;
        padding-right: -16px;
	voice-family: "\"}\"";
	voice-family: inherit;
	//padding-left: 3px;
	text-indent: 0;
	margin-left: 0;
}

acronym {
	/* in this case, I can live with IE's dashed line */
	border-bottom: #000 1px dotted;
}

a, a:link { color: #900; background: transparent; text-decoration: none; }
a:visited { color: #933; background: transparent }
a:hover { color: #966; background: transparent;}
a:active { color: #988; background: transparent }

/* let's start with the whole page container */

#container {
	position: relative;
	margin: 10px auto;
	width: 750px;
	padding: 5px;
	text-align: left;
	background: #f5f5f5 url(/images/pattern.png) no-repeat center;
	border: #000 1px solid;
	color: inherit;
}

/* and now the specific divs */

#pageHeader {
	padding: 5px;
	height: 150px;
	margin: 5px;
	border: #000 solid 1px;
	text-align: left;
	background: #ffe url(/images/tophead.png) no-repeat top left;
	color: inherit;
}

#pageHeader h1, #pageHeader h2 {
	display: none;
}

/* Blog content styles */

#content {
	text-align: left;
	margin: 1em 200px 1em 20px;
	padding: 5px;
}

#content a {
	text-decoration: none;
	font-weight: bold;
}

div.blogbody > a:hover {
        text-decoration: underline;
}

div.blogbody {
	margin-bottom: 2em;
}

div.blogbody blockquote {
	margin-left:  40px;
	margin-right: 20px;
	padding: 0.5em 1em 0.5em 1em;
	background: #e8e8e8;
	border: 1px #131313 solid;
}

div.blogbody ol li {
        padding-top: 1em;
}

div.blogbody ol > li:first-child {
        padding-top: none;
}

#content .amazon {
	float: right;
	margin: 1.5em 0 10px 20px;
	font-size: 92%;
	color: #999;
	text-align: center;
}

#content .amazon img {	
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}


img {
	border: none;
}

div.posted {
	clear: all;
}

/* Sidebar styles */

#linkList {
	position: absolute;
	top: 170px;
	right: 0;
	padding: 0px 5px 0px 5px;
	margin: 0; 
	width: 180px;
}

*.sidebar h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
}

*.sidebar ul {
	margin: 0 0 0.5em 0;
	padding: 0;
}

*.sidebar ul li {
	list-style-type: none;
	border: #000 1px solid;
	padding: 2px;
	margin: 2px;
	text-align: left;
	background: #fff;
	color: inherit;
}

/* there seems to be an issue in Opera with the hover on the lselect...
any clues to a solution would be appreciated ;) */

*.sidebar ul li:hover {
	background: #900;
	color: #fff;
}

*.sidebar ul li:hover a {
	background: inherit;
	color: #eee;
}

*.sidebar ul a:hover {
	/* this style is there to make up for IE's inability to apply
	:hover pseudo to an li. of course, it won't look the same as having the whole
	li turn red, but it should be an acceptable compromise */
	background: #900;
	color: #eee;
}

div.sidebar {
	padding: 25px 5px 5px 5px;
	background: url(barre.png) no-repeat top center;
}



#footer {
	margin: 0;
	padding: 5px;
	/* again, I can live with IE's dashed line */
	border: 1px #000 dotted;
	background: #fff;
	color: inherit;
	text-align: center;
}

#footer a {
	margin-right: 20px;
	padding-left: 18px;
	background: url(/images/bullet.png) no-repeat left center;
}

#calendar {
	padding: 5px 5px 5px 5px;
	background: none;
}

#calendar table {
	width: 100%;
}

#calendar th {
	width: 100%; /* needed for IE5+ */
	font-family: Times, serif;
	font-size: 120%;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	border-bottom: #888 1px solid;
	text-align: left;
}

html > body #calendar th {
	/* redefinition of the border to dotted,
	hidden from IE - because the dashed line
	that IE uses instead of dots looks a bit
	too crude in my opinion */
	border-bottom: #000 1px dotted;
	margin: 5px 20px 5px 20px;
	padding-left: 0px;
	text-indent: 16px;
        padding-right: -16px;
	voice-family: "\"}\"";
	voice-family: inherit;
	//padding-left: 3px;
	text-indent: 0;
	margin-left: 0;
}