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

body { 
	background: #EEE;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

#content h1 {
	margin: 10px;
}

#autor {
	height: 216px;
	background: #FFF url(./images/top.png) no-repeat left top;
	line-height: normal;
      	padding-top: 10px;
	margin-top: 20px;
}

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

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

#autor h1 { 
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 440px;
	padding-top: 80px;
	color: #FFFFFF;
}
#autor a {
	color: #FFFFFF;
	text-decoration: none;
}
#autor img { 
/*feed*/
	float: left; 
	margin: 0 15px 0 0;
}

#content { 
	width: 780px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(images/page.png) repeat-y center top;
}

#content .homelink {
	display:block; 
	float:right;
	color:#000000;
}
textarea, input {
	margin:	0px 0px 0px 20px;
	background: #EEE;
}
#wrapper {
	padding-top: 11px;
	margin: 5px;
	margin-bottom: 0px;
}

.post {
	background: transparent url(images/day-date.png) no-repeat left top;
	padding: 20px 20px 10px 20px;
}

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

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

.date {
	font-size: 75%;
	color: #FA0;
}

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

.paginate {
	position: relative; 
	overflow: hidden;
	display:block;
	float:right;
	margin: 10px;
}

#footer {
	width: 780px;
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
	margin-left: auto;
        margin-right: auto;
}

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