@charset "utf-8";
/*  
Theme Name: MalVA
Description: MalVA, a Wordpress Theme inspired by Malba's museum notebooks
Author: Anidexlu
Author URI: http://www.anidexlu.com.ar/blog
*/

body {
	font-family:Verdana, Geneva, sans-serif;
	background:url(fondo.gif);
}

a { 
	text-decoration:none;
	color:red;
}

img { border:none; }

blockquote {
	padding:20px;
	text-align:center;
	background:#F1CDCD;
}

#contenedor {
	width:960px;
	margin: 0 auto;
	text-align:center;
	background:#FFF;
}

#header {
	height:100px;
	padding:20px;
	padding-top:50px;
	
}

#header h1 {
	display:none;
}

#menu {
	width:400px;
	height:30px;
	float:right;
	clear:both;
}

#menu ul li {
	list-style:none;
	display:inline;
	padding:5px;
	background:red;
	color:#FFF;
}

#menu ul li a { color:white; }

#contenido {
	width:600px;
	text-align:left;
	font-size:10pt;
	color:#000;
	padding:30px;
}

.rectangle{
background: red;
	height: 40px;
	width: 600px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 100; /* the stack order: foreground */
}

.triangle-l {
	height:60px;
	width:70px;
	position: relative;
	left: -53px;
	top: 0px;
	background:url(ribbon.png);
}

#contenido h3 a {
	font-size:18px;
	color:white;
	text-decoration:none;
}

.meta li {
	list-style:none;
	display:inline;
	font-size:10pt;
	color:#666;
}

#sidebar {
	width:250px;
	float:right;
	margin-top:50px;
	margin-right:50px;
	text-align:left;
	clear:right;
}

.sidebarrectangle {
	height:30px;
	width:250px;
	background:white;
	position:relative; top:15px; right:0px;
	float:right;
	border-top: 1px solid #F00;
	border-bottom: 1px solid #F00;
	border-left: 1px solid #F00;
	text-align:center;	
}

.sidebartriangle {
	background:url(sidebarribbon.png) no-repeat;
	position:relative;
	right:-245px;
	top:15px;
	width:80px;
	height:50px;
}

#sidebar .sidebarrectangle h2 {
	color: red;
	font-size:16px;
	margin-bottom:15px;
	margin-top:7px;
	}

#sidebar {
	font-size:10pt;
}

#sidebar ul {
	list-style:none;
}

#sidebar ul li a {
	color:#333;
}

h3 {
	font-size:12px;
	color:#F00;
}

.commentlist, ul, ul li {
	list-style:none;
}

.commentlist .commentinformation {
	display:block;
	padding-top:7px;
}

.commentlist img {  
    padding:1px;  
    border:1px solid #000;  
    float:left;  
    margin-right:9px;  
    } 
	
.commentlist .fn {
	font-size:18px;
}

.commentlist .comment-meta commentmetadata {  
    float:left;   
    } 

.commentlist p {	
	margin-left:62px;
}


form { line-height:30px; width: 310px; }

label {	float:left; text-align:right; }
	
input { float: right; width: 200px; }

textarea#comment { height: 200px; width: 300px; }

input.commentsubmit{ width:100px; }

.paginacion ul {
	list-style:none;
	font-size:10px;
}

.older { float: left; }
.newer { float:right; }

#footer {
	clear:both;
	text-align:center;
}

#footer p {
	font-size:8pt;
	color:#666;
	padding: 10px;
}