/* CSS Document */

body {
	text-align: center;
	background: black;
	color: white;
	font-size: 78%;
//	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-family: Georgia, Palatino, "Times New Roman", serif;
}

/* Setup */

#wrapper {
	width: 750px;
	border: 1px solid #fff;
}

#outer {
	border-right-width: 150px;
	border-right-color: #41a6b3;

	background-color: #fff;
}

#sidebar {
	width: 150px;
	margin-right: -150px; /* make this have zero width */
}

/* Main styles */
#wrapper {
	margin: auto;
	text-align: center;
	background-color: #fff;
	border: 1px solid #fff;
}
#header {
	width: 750px;
	height: 208px;
	background: url(wp-content/themes/shels/images/titlebg.gif) no-repeat black;
}
#outer {
	width: 600px;
	border-right-style: solid;
}
#inner {
	margin: 0;
	width: 100%;
}
#footer {
	background: black;
	color: black;
	margin-bottom: 2em;
}
#page {
	float: left;
	color: #000;
	text-align: justify;
}
#outer>#inner {
	border-bottom: 1px solid transparent;
}
html>body #page {
	width: 600px;
}
* html #page {
	overflow: hidden;
	/* So IE won't break things */
}
#page {
	width: 600px;
}
#sidebar {
	float: left;
	text-align: left;
	background-color: #41a6b3;
	font-size: 0.9em;
	padding: 20px 0 10px 0;
	color: #069;
}

	/* Sidebar styles */
	#sidebar ul {
		margin: 0;
		padding: 8px;
		list-style-type: none;
		/*background: url(images/sidebar2.gif) repeat-y;*/
	}
	#sidebar ul li {
		margin: 0;
		padding: 0 0 1.5em 0;
		/*background: url(images/sidebar-bottom.gif) no-repeat bottom left;*/
		overflow: visible;
	}
	#sidebar h2 {
		margin: 0;
		/*padding: 1.2em 40px 0 20px;*/
		padding: 0.8em 8px 0 4px;
		font-size: 1em;
		font-weight: normal;
		/*background: url(images/sidebar-top.gif) no-repeat;*/
	}
	/* Fix our list and paragraph styles */
	#sidebar p, #sidebar ul ul, #sidebar ul ol {
		margin: 1em 0 0 0;
		/*padding: 0 40px 0 20px;*/
		padding: 0 8px 0 4px;
	}
	#sidebar ul ol {
		margin: 1em 0 0 8px;
	}
	#sidebar ul ol li {
		padding: 0;
		/*background: url(images/bullet.gif) no-repeat 2000px 0;*/
		/* IE goes buggy with background: none; */
	}
	#sidebar ul ul {
		background: none;
	}
	#sidebar ul ul ul {
		margin: 0;
		padding: 0 0 0 0.8em;
		background: none;
	}
	#sidebar ul ul li {
		padding: 0 0 0 1.5em;
		/*background: url(images/bullet.gif) no-repeat 0 0.2em;*/
	}
	#sidebar form {
		margin: 2px;
	}
	#sidebar .pagenav ul {
		//padding-left: 0;
		padding-bottom: 1em;
		color: #fff;
		list-style: disc;
		text-shadow: black 0 0 5px;
	}
	#sidebar .pagenav ul li {
		margin-left: 0.8em;
	}
	#sidebar .pagenav .page_item {
		font-size: 1.2em;
		padding: 0 0 1.8em 0;
	}
	#sidebar .pagenav a {
		font-weight: bold;;
	}
	#sidebar .pagenav a:link {
		color: #fff;
	}
	#sidebar .pagenav a:hover {
		text-decoration: underline;
	}
	#sidebar .pagenav a:visited {
		color: #fff;
		text-shadow: #070 0 0 5px;
	}

	#sidebar #searchform #s {
		width: 117px;
		padding: 2px;
	}
	#sidebar #searchsubmit {
		padding: 1px;
	}
	#sidebar a {
		text-decoration: none;
	}
	#sidebar a:link {
		color: #007700;
	}
	#sidebar a:hover {
		color: #005500;
	}
	#sidebar a:active {
		color: #cc0000;
	}
	#sidebar a:visited {
		color: #006699;
	}
.clear {
	clear: both;
	margin-right: -150px;
	width: 750px;
	color: #000;
}
/* post styles */
.date {
        color: black;
        font-size: 9px;
}
.place {
        color: #556622;
        font-size: 9px;
}

/* blog stuff */
.pagetitle {
	margin-left: -0.25em;
}
.post {
	background-color: #fff;
	padding: 0.2em 0.5em 0.8em 0.5em;
}

/* post styles */
.post {
	text-align: justify;
}
    .post .footnote {
    	font-style: italic;
	margin: 0 1em;
    }

    .post .footnote:first-letter {
        margin-left: -1em;
    }

    .postentry:first-letter {
	    font-size: 300%;
	    float: left;
    }
    .postentry blockquote {
	    text-indent: 10.5em;
	    margin: 0.5em 1em 0.5em 2em;
    }
    .postentry blockquote:first-line {
	    text-indent: -1.5em;
    }

    .post img {
    	    padding: 2em;
	    text-align: right;
    }

    .post img.collage {
    	padding: 0.2em;
	height: 96px;
    }

    .post h2 a {
    	text-decoration: none;
    }
    .post h3 a {
    	text-decoration: none;
    }
    .post a:link {
	color: #009933;
    }

    .post a:hover {
	color: #8dc63f;
    }

    .post a:active {
	color: #cf000a;
    }

    .post a:visited {
	//color: #7bd7fc;
	color: #41a6b3;
    }

a img {
	border: none;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}
						        
.narrowcolumn .postmetadata {
//	text-align: center;
	text-align: left;
}

.narrowcolumn {
	padding: 10px 0 20px 0;
	margin: 5px 30px 0 40px;
	width: 530px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 20px 0 30px;
	width: 550px;
}
        
.post {
        margin: 0 0 40px;
	text-align: justify;
}

.widecolumn .post {
        margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}
													        
#commentform input {
	width: 200px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	padding: 1px;
	float: right;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.letteredlist li:before {
	display: marker;
	content: counter(ablistcounter, lower-alpha) ").";
	counter-increment: ablistcounter;
}

//* { quotes: "\201C" "\201D" "\2018" "\2019" }
[LANG|=en] > * { quotes: "\201C" "\201D" "\2018" "\2019" }
[LANG|=fr] > * { quotes: "\00AB" "\00BB»" "\2039" "\203A" }
[LANG|=no] > * { quotes: "\00AB" "\00BB»" "\2039" "\203A" }

/* Insert quotes before and after Q element content */
q:before { content: open-quote; }
q:after  { content: close-quote; }

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
