html {
        min-height: 100%; 
        margin-bottom: 1px;
}

body {
	background-color: #3e3e3e;
}

a:link, a:active, a:visited {
        color: #3e3e3e;
        text-decoration: underline dashed;
}

a:hover {
        color: #FF542E;
        text-decoration: none;
}

p {
        margin-top: 12px;
}
#sidebar a:link, #sidebar a:active, #sidebar a:hover, #sidebar a:visited {
        color: #222;
}
#sidebar h2 {
        font-size: 12px; 
        font-weight: bold;
        padding-top: 12px;
        padding-bottom: 3px;
}
#sidebar ul li {
        padding-top: 5px;
}
#header {
	position: relative;
	background-image: url('media/header_back.jpg');
	height: 136px;
	width: 900px;
	border-bottom: 4px solid #3e3e3e;
}
#bubble { 
	background-image: url('media/hello_bienvue.gif');
	width: 105px;
	height: 58px;
	position: absolute;
	z-index: 1;
	left: 755px;
	top: 0px;
}
#nav {
	width: 900px;
	height: 58px;
	top: 110px;
	left: 27px;
	position: absolute;
	z-index: 2;
}
.other {
	padding-left: 245px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#comic {
	background-image: url('media/comic_back.gif');
	background-repeat: no-repeat;
	background-color: #fff;
	min-height: 315px;
	height: 315px;
	width: 900px;
	position: relative;
}
#prev { 
	background-image: url('media/prev.gif');
	width: 30px;
	height: 66px;
	position: absolute;
	top: 115px;
        z-index: 3;
        left: 0px;
}

#prev:hover { cursor: pointer; cursor: hand }
#next { 
	background-image: url('media/next.gif');
	width: 30px;
	height: 66px;
	position: absolute;
	top: 115px;
	left: 870px;
}
#next:hover { cursor: pointer; cursor: hand }
#comicdate {
	position: absolute;
	left: 40px;
	top: 7px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
#panel {
	width: 875px;
	height: 293px;
	position: absolute;
	left: 12px;
	top: 20px;
}
#hump {
	background-image: url('media/hump_divider.gif');
        font-size: 5px;
	height: 5px;
	width: 900px;
	border-bottom: 4px solid #3e3e3e;
}
#content { 
	background-image: url('media/content_back.gif');
	width: 900px;
        padding: 0 0 0 0;
}
#blog { 
        float: left;
        width: 700px;
        padding-left: 20px;
        padding-top: 20px;
}

#sidebar {
        float: right;
        margin-top: 20px;
        width: 155px;
        padding: 5px;
        text-align: left;
        font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
}
.clear {
        clear: both;
}
#footer {
        padding-top: 20px;
        padding-bottom: 30px;
        width: 900px;
        font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
}
#footer a:link, a:active, a:visited {
        color: #72B1C0;
        text-decoration: underline dashed;
}
#footer a:hover {
        color: #FF542E;
        text-decoration: none;
}

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#fff; margin:0 5px;}
.b2f {height:1px; background:#fff; margin:0 3px;}
.b3f {height:1px; background:#fff; margin:0 2px;}
.b4f {height:2px; background:#fff; margin:0 1px;}
.entry {
        background: #fff;
        text-align: left;
}
.entry div {
        padding-left: 10px;
}

.entry strong {
        padding-top: 12px;
        padding-bottom: 12px;
        font-weight: bold;
}

.post p {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 12px;
        line-height: 160%;
        padding: 2px;
        padding-left: 10px;
}
.post h2 {
        padding: 5px;
        font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
        font-size: large;
        margin-bottom: 15px;
}

/* COMMENTS */

	
	.comment-wrapper h3 {
		margin: 0;
		padding: 20px 0 0 0;
		color: #777;
		font-family: Tahoma, Arial, sans-serif;
		font-weight: normal;
		font-size: 24px;
		letter-spacing: -1px;
		clear: both;
		}

		.bigballoon {
			color: #ccc;
			font-family: 'Webdings', fantasy;
			font-size: 28px;
			}

.comment-wrapper p {
      margin: 10px 0 0 0;
}

.avatar {
	margin:0 10px 10px 0;
	padding:5px;
	float:left;
	border: 1px solid #777;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#comment, #author, #email, #url {
	padding: 2px;
	color: #000;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	}
	
	#comment {
		width: 600px;
		}

	#author, #email, #url {
		width: 200px;
		}

#submit {
	margin: 0 0 20px 0;
	padding: 5px;
	color: #fff;
	background: #222;
	font-family: 'Verdana', sans-serif;
        text-transform: uppercase;
	font-size: 12px;
	border-width: 2px;
	border-style: solid;
	border-color: #555;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#submit:hover {
		cursor:pointer;
		background: #FF542E;
		}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	}

	.commentlist li {
		padding: 20px 0 0 0;
		clear: both;
		}
.postmeta {
	margin: 0 10px 0 0;
	color: #777; 	
 	font-family: 'Verdana', sans-serif;
 	text-align: right;
 	}

.postmeta-comments {
	font-size: 14px;
	}
	
}

label {
        padding-top: 20px;
        font-family: 'Verdana', sans-serif;
}