/*   
Theme Name: Mednu
Theme URI: http://www.acne0.com
Description: Theme for a menu bar
Author: Alberto Melchor
Author URI: http://www.acne0.com
.
This theme make a menu top bar
.
.
*/

/* CSS Document */
/* Sharing atributes Begin */
* { margin: 0px; border: 0px; padding: 0px; outline:none;}
html{height:100%;}body{margin:0;padding:0;height:100%;width:100%;}table{border-collapse:collapse;}*{outline:none;}
/* Sharing atributes End */

/* General atributes Begin*/
body {
	color:#000000;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size: 11pt;
	background-color: #fafafa;
}
td{
	vertical-align: top;
}
/* General atributes End*/

/*Mainpage*/

.post h2 {
	font-size: 140%;
	margin: 0.5em 0 0.2em 0;
}
.post h2 a {
	color:#000000 !important;
	text-decoration: none;
}
a:hover{
	text-decoration: underline !important;
}
.post div.posted {
	border-bottom:1px solid #CACACA;
	color:#777777;
	font-size:80%;
	margin:0 0 10px;
}
.post .posted p{
	padding:0 0 0.4em;
}
.post .posted .left{
	float: left;
}
.post .posted .right{
	float: right;
}
.post p {
	padding: 0 0 0.7em 0;
}
.entry p {
	line-height: 150%;
	text-align:left;
}
.entry a.more-link{
	display:block;
	margin-top:0.2em;
	text-decoration: underline;
}
.tags{
	font-size: 90%;
}
.post a{
	color: #0681B5 !important;
	text-decoration: none;
}
.comments ol {
	font-size: 80%;
	list-style: none;
}
.comments ol li {
	border: 1px solid #cEcEcE;
	padding: 0.2em;
	margin: 0.7em 0;
}

.comments ol p {
	margin: 0;
	padding-bottom: 0;
}
.comments .date{
	color:#6A6A6A;
}
.comments .author{
	font-weight:bold;
}
.comments ol li span{
	margin-right: 0.2em;
	line-height: 150%;
}
.respond {
	background: #F8F8F8;
	border: 1px solid #DBDBDB;
	color: #888888;
	margin: 1em 0;
	padding: 1em;
	width: 70%;
}
.respond label {
	display:block;
	margin: 0.5em 0 0.2em 0;
	font-size:80%;
}
.respond label.error {
	color:#d54848;
}
.respond input.error {
	border-color:#d54848;
}
.respond textarea.error {
	border-color:#d54848;
}
.respond textarea {
	border:1px solid #BBBBBB;
	width: 100%;
}
.respond input {
	border:1px solid #BBBBBB;
	width:100%;
}
.respond td {
	padding: 1em 0;
}
.post .entry .wp-caption-text{
	font-size:80%;
	color: #414449;
}
.post .entry img {
	border:1px solid #FAE0C5;
	margin: 0 0 0.2em;
	padding: 2px;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
/* Main Page End */