body{
	background-color: white;
	background: url("degrade.jpg") repeat-x;
	background-attachment:fixed;
	font-family:"Times New Roman",Serif;
	color:black;
}

a{text-decoration:none;}
a:hover{text-decoration:underline;}
a:visited{color:#003358;}

h1{
	text-align:center;
	color:#003358;
	font-size:3em;
}
h1 a, h1 a:visited{color:#003358;}

.moi-articles-blog{
	margin:auto;
	width:680px;
	padding-bottom:20px;
}

.moi-article{
	padding-bottom:20px;
}

.moi-article-title{
	padding-left:10px;
	color:#003358;
	font-size:1.8em;
}

.moi-article-date-autor{
	float:right;
	color:white;
	border: 5px solid rgb(0,91,158);
	border-radius: 10px;
	background: rgb(0,91,158);
}
.moi-article-content{
	border: 5px solid rgb(0,91,158);
	border-radius: 10px;
	background: rgb(217,233,246);
	margin:5px;
	padding:5px;
}

.page-nav{
	text-align:center;
}

.moi-article-comment-count a{
	float:right;
	color:white;
	padding-left:5px;
	padding-right:5px;
	border: 5px solid rgb(0,91,158);
	border-radius: 15px;
	background: rgb(0,91,158);
}

.moi-comment:nth-child(even){text-align:right;}
.moi-comment:nth-child(odd){text-align:left;}
.moi-comment{
	padding-bottom:5px;
}
.moi-comment:nth-child(even) .moi-comment-date-autor{float:left;}
.moi-comment:nth-child(odd) .moi-comment-date-autor{float:right;}
.moi-comment-date-autor{
	color:white;
	border: 5px solid rgb(0,91,158);
	border-radius: 10px;
	background: rgb(0,91,158);
}
.moi-comment-content{
	border: 5px solid rgb(0,91,158);
	border-radius: 10px;
	background: rgb(217,233,246);
	margin:5px;
	padding:5px;
}

.timestamp{
	text-align:center;
	padding:10px;
}

.moi-error{
	text-align:center;
	color:#003358;
	font-size:1.8em;
}