body {
	background: #ffffff;
	color: #6B6B5D;
	width: 1010px;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
}

@font-face {
  font-family: mod;
  src: url(MOD.otf) format("opentype");
}
@font-face {
  font-family: delicioussmallcaps;
  src: url(Delicious-SmallCaps.otf) format("opentype");
}
@font-face {
  font-family: deliciousroman;
  src: url(Delicious-Roman.otf) format("opentype");
}


#content {
	float: left;
	width: 700px;
	margin-bottom: 50px;
	margin-top:10px;
	font-size : 0.8em;
	font-family:deliciousroman,Verdana, Arial, Helvetica, sans-serif;
}

#content img {
	float: center;
	margin-bottom: 0px;
}

#content .title, #content {
	background-color : #fffffff;
	color : #6B6B5D;
	width:100%;
	display:block;
	margin:0px;
}

.post {
	margin-left:0px;
	width:700px;
	display:bloc;
	background-color:#ffffff;
	margin-bottom:100px;	
}

notes{
	text-align:right;
	float:right;
}

#pagination {
	text-align: center;
	display:block;
}

#sidebar {
	position: fixed;
	margin-left:720px;
	width: 240px;
	font-size: 0.8em;
	font-family:delicioussmallcaps;
	font-weight:100;
}

#sidebar h2 {
	color : #ffffff;
	background-color:#6B6B5D;
	width:100%;
	display:block;
	margin-top:20px;
	font-size:1.0em;
	font-weight:100;
}


#sidebar ul,li {
	list-style: none;
	text-align: left;
	padding:0px;
}


#header {
	display:block;
	font-family: mod;
	font-size:24px;
	line-height:24px;
	letter-spacing:0px;
	color:#6B6B5D;
	width:100%;
}

#header a {
	color:#6B6B5D;
	text-decoration:none;
}

#header a:hover {
	background-color:#ffffff;
	color:#D55700;
}

a {
	text-decoration: none;
	color:#6B6B5D;
}

a:hover {
	background-color:#D55700;
	color:#D4D0C8;
}

.nbcom {
	line-height:1em;
	display:block;
	text-align: right;
	clear: both;
	margin:0px;
	padding:0px;
}

#comments, #form {
width : 700px;
padding : 0px;
}

#comments h2, #form h2 {
	color : #ffffff;
	background-color:#6B6B5D;
	width:100%;
	display:block;
	margin-top:20px;
	font-size:1.0em;
	font-weight:100;
}

.info_comment {
	text-align : left;
	padding-right : 0px;
}

.comment {
	width : 700px;
	margin-left : 0px;
	margin-bottom : 25px;
}

.feed_article {
	text-align : right;
	padding : 10px;
}

#form form {
	width : 630px;
	margin-left : 5px;
	text-align : left;
}

form input, form textarea {
	border : 1px solid #cdcdcd;
	background-color : #efefef;
	padding : 5px;
}

form input:hover, form textarea:hover {
	background-color : #FFFFFF;
}

#credits {
	text-align: center;
	font-size: 0.8em;
	border-bottom: 1px solid #333333;
}

