

/* ---[ forms ]------------------------------- */
.cssform p {
	width: 280px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 160px; /*width of left column containing the label elements*/
	border-top: 1px dashed #ccc;
	height: 1%;
	}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -160px; /*width of left column*/
	width: 155px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	}

.cssform textarea{
	width: 250px;
	height: 150px;
	}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


/* ---[ general ]------------------------------- */
#heading h1 a {
	float: left;
	margin: 0 0 10px 0;
	color: #333;
	font-size: 140%;
	line-height: 32px;
	}
#french-time {
	float: right;
	padding: 5px;
	color: #fff;
	background: #666;
	}
#blog-desc {
	clear: both;
	margin: 5px 0 10px 0;
	}

/* ---[ archive page ]------------------------------- */
.content-nav {
	text-align: center;
	}

#archive-title {
	font-family: Verdana, Arial, Helvetica;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	color: #666;
	}

p.posted {
	margin: 2px 0 15px 0;
	padding: 0;
	font-size: 90%;
	}
p.posted a.plink {
	padding-left: 15px;
	background: url(/images/icon-document.gif) no-repeat 0 1px;
	}

.comments-open-header {
	font-size: 110%;
	color: #555;
	padding-bottom: 5px;
	}

.entry-header {
	margin: 0;
	}
h2.entry-header {
	margin-bottom: 0;
	}
h2.entry-header a {
	color: #333;
	}
h3.entry-header {
	font-family: Verdana, Arial, Helvetica;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #333;
	}

p.entry-footer {
	clear: both;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	font-size: 90%;
	height: 12px;
	background: url(/images/divider.gif) repeat-x 0 50%;
	}
p.entry-more-link {
	font-size: 90%;
	margin: 5px 0 0 0;
	}

/* ---[ comments stuff ]------------------------------- */

h3.comments-header {
	font-family: Verdana, Arial, Helvetica;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
	}
.comment {
	padding: 10px;
	background: #f0f0f0;
	}
.comment-header {
	float: left;
	font-weight: bold;
	padding-bottom: 5px;
	}
.comment-footer {
	float: right;
	font-weight: bold;
	padding-bottom: 5px;
	}
.comment-content {
	clear: all;
	padding-right: 100px;
	}


.search-results-container { margin: 0; }
.search-results-container h3 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #333;
	}

/* ---[ weather ]------------------------------- */

#blog-weather {
	background: url(/images/bg-white.gif) repeat-x left top;
	clear: both;
	}

