/* --- reset ---------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* --- type ----------------------------------------------------------------------- */

* {
	font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
}

a {
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 2px;
}

#title a {
	font-family: georgia, serif;
        font-size: 55px;
        letter-spacing: 10px;
}

input, textarea {
	font-weight: bold;
	letter-spacing: 2px;;
	color: #f80;
}

/* --- grid ----------------------------------------------------------------------- */

#wrapper {
}

#title {
	padding: 5;
}

#title a {
	color: #444;
}

#header {
	padding: 0 0 5 5;
}

#content {
}

#footer {
}

/* --- widgets -------------------------------------------------------------------- */

input, select, textarea {
	border: 1px solid #444;
	background-color: #222;
}

input, textarea {
	padding: 0 5 0 5;
}

input[type='submit'], input[type='hidden'] {
	border: none;
}

/* --- base : colors -------------------------------------------------------------- */

a {
	color: #f80;
}

body {
	color: #ccc;
        background-color: #0c0c0c;
}

#wrapper {
}

#title {
	color: #222;
}

#header {
}

#content {
}

#footer {
}

/* --- base ----------------------------------------------------------------------- */

.article {
	width: 300px;
	padding: 12px;
	border: 1px solid #444;
	margin: 0 0 0 5;
	float: left;
}

#header ul li {
	display: inline;
	padding-right: 20px;
}

#header form {
	display: inline;
}

.image {
	margin: 10 0 10 0;
	text-align: center;
	border-top: 1px dotted #444;
	border-bottom: 1px dotted #444;
}

.versal {
	text-align: center;
	vertical-align: middle;
	background-color: #444;
	color: #000;
	float: left;
	width: 94px;
	height: 94px;
	font-size: 95px;
	line-height: 95px;
	font-weight: bold;
	font-family: georgia, serif;
	margin-right: 5px;
	border: 1px solid #f80;
}

.date {
	text-align: right;
	font-style: italic;
}

.ahead a {
	font-size: 150%;
	font-family: georgia;
}

.ahead {
	text-align: left;
	margin-bottom: 5px;
	border-bottom: 1px dotted #444;
}

.links {
	margin-top: 5px;
	border-top: 1px dotted #444;
	text-align: center;
}

.comment {
	margin-bottom: 10px;
}

.comment .content {
	border-left: 5px solid #444;
	padding-left: 5px;
}

#comments {
	float: left;
	width: 450px;
	padding: 12px;
	border: 1px solid #444;
	margin: 0 0 0 5;
}

#comments .headline {
	border-bottom: 1px dotted #444;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

#new_comment {
	border-top: 1px dotted #444;
	margin-top: 10px;
}

#new_comment input {
	display: block;
	margin-top: 5px;
}

#new_comment textarea {
	height: 150px;
	width: 400px;
	display: block;
	margin-top: 5px;
}

/* ------------------------------------------------------------ */

#message {
	margin-top: 50px;
	margin-left: 200px;
	border: 5px solid #f80;
	padding: 50px;
	width: 300px;
	font-family: georgia;
	font-size: 16px;
}

#message a {
	font-family: georgia;
	font-size: 16px;
}