/* SimpleBlog - Copyright 2007 Sebastien Bilbeau */
* { 
 	margin: 0; 
	padding: 0; 
	border: 0; 
}

body { 
	color: #444;
	font-family: Arial, sans-serif; 
	font-size:13px;
	line-height:1.5em; 
	background-color: #303030;
}

a, a:link {
	color: #444;
	text-decoration: none;
}
a:hover {
        color: #444;
	text-decoration: underline;
}

#bar {
	padding: 0 5px 0 5px;
	background-color: #000;
	font-size : 95%;
	color: #888;
}

#autor {
	height: 50px; 
	line-height: normal;
    padding-top: 10px;
	margin-top: 10px;
}

#autor a, a:hover {
	color: #fff;
}

#autor .gravatar {
	margin-left: 16px;
}

#autor p {
	float: right;
	font-weight: bold;
	font-size: 30px;
	margin-top: 20px;
	margin-right: -4px;
}

#autor h1 { 
	font-family: Arial, sans-serif;
	font-size: 250%;
	font-weight: normal;
}
#autor img { 
	float: left; 
	margin: 0 8px 0 0;
}

#content { 
	width: 45%; 
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#content h1 {
	color: #ddd;
	font-weight: normal;
}

#content .homelink {
	display:block; 
	float:right; 
	color:#000000;
	font-size: 82%;
}

#wrapper {
	padding-top: 11px;
	margin-top: 20px;
	background: url(./images/arrow.gif) no-repeat 25px 0px;
}

.post {
	padding: 8px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	margin-bottom: 2px;
}

.post a, a:link {
	color: #0062BE;
	text-decoration: none;
}

.post a:hover {
	color: #0062BE;
	text-decoration: underline;
}

.date {
	display: block;
	font-size: 75%;
	color: #808080;
}

.delete {
	display:block;
        float:right;
	margin-top: -15px; /* Correction */
}

.pagination {
	color: #444;
	font-size: 82%;
	position: relative; 
	overflow: hidden;
}

.pagination a, a:hover {
	color: #444;
}

.pagination p.left {
	display:block;
	float:left;
} 
.pagination p.right {
	display:block;
	float:right;
}

#footer {
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: 82%;
}

#footer a, a:hover {
	color: #444;
}

#footer img {
	border: none;
	margin-bottom: -3px;
}
