/* @override http://www.picturelle.be/assets/templates/picturelle/picturelle2007.css */

* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: medium;
	margin: 0;
	padding: 0;
	border: 0;
}
body, div.jot-row div.jot-comment {
	background: #600;
	background: #292933;
	color: #ddd;
}
a {
	color: #fff;
	text-decoration: none;
	border-bottom: #ccc 1px dotted;
}
a:hover {
	border-bottom: none;
}
h1 {
	color: #eee;
	font-size: 3em;
	letter-spacing: .05em;
	margin-bottom: 0.3em;
	font-weight: normal;
	font-style: italic;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.5em;
}
ul {
	list-style-type: disc;
}
ul, ol {
	list-style-position: outside;

}
li {
	margin-bottom: .4em;
}
p {
	margin-bottom: 1em;
	text-align: justify;
}
label {
	display: block;
	float: left;
	margin-bottom: .8em;
	width: 6em;
}
input {
	vertical-align: baseline;
}
input,
textarea,
select {
	width: 25em;
	margin-left: 3em;
	padding: .2em;
}
p.submitBtn {
	margin-top: 2em;
}
p.captcha img {
	vertical-align: middle;
	margin-left: 9em;
}
hr {
	visibility: hidden;
}
#site {
	width: 60em;
	margin: 3em auto;
}
#menu {
	list-style-type: none;
	text-transform: uppercase;
	display: block;
	height: 4em;
	text-align: left;
	vertical-align: middle;
}
#menu li {
	float: left;
	margin-right: 3em;
	text-align: left;
}
#menu li.last {
	margin-right: 0;
}
#menu li a {
	border-bottom: none;
	font-size: 1.2em;
}
#content {
	clear: both;
}
div.jot-row {
	border-style: none;
}
div.jot-row a:hover {
	border-style: none;
}
div.jot-content {
	margin-left: 0;
	border-top-style: dotted;
	border-top-width: 1px;
}
div.jot-message {
	margin: .8em 0;
	padding-left: 1.5em;
}
span.jot-subject {
	color: #ee9900;
}
ul.thumbs li {
	display: block;
	height: 160px;
}
ul.thumbs li p {
	text-align: center;
}
#lightbox #hoverNav a {
	border-style: none;
}

a:hover {
	color: #ffff00;
}