<?php
/*
Theme Name: contrabarra
Description: cb_macacosmemordam
Author: nayghtmare
Author URI: http://www.contrabarra.com.br
Version: 1.0
 */

small {
	text-transform: uppercase;
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
}

.clear {
	clear: both;
	width: 100%;
}

.wp-caption .wp-caption-text {
	color: #333333;
}

.entry img {
	max-width: 600px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	max-width: 600px;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	max-width: 600px;
}

.alignright {
	float: right;
	max-width: 600px;
}

.alignleft {
	float: left;
	max-width: 600px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 600px;
	height: elastic;
}

a img {
	border: none 0px;
}

body {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	background-color: #fcfbf4;
}
table,
td,
th {
	border: 1px solid #603029;
	vertical-align: top;
	padding: 5px;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 16px;
}
th {
	font-weight: bold;
	text-align: center;
	background-color: #603029;
	color: #fff;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #e06e5f;
}
hr {
	height: 2px;
	border-bottom: 1px dashed #e6e1bf;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 90%;
}

/* Captions */
dd.wp-caption-text {
	font-size: 11px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
	max-width: 640px;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 620px;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #333;
}