/*
Theme Name: Typewriter
Theme URI: http://carolinapeters.com/
Description: Default carolinapeters.com theme
Version: 0.9
Author: Tiago Madeira
Author URI: http://tiagomadeira.com/
Tags: fixed width, two columns
*/

* {
	margin:0;
	padding:0;
}

html {
	font:12px "Bitstream Vera Sans", Arial, sans-serif;
	background:#6ec4db;
	text-align:center;
}

img {
	border:0;
	border-width:0;
}

a {
	color:#db6186;
}

#wrap {
	margin:0 auto;
	margin-top:15px !important;
	margin-bottom:15px !important;
	text-align:left;
	width:780px;
	background:#fff;
	color:#000;
}

#content {
	padding:15px;
	text-align:justify;
}

#header {
	text-align:right;
}

.black {
	background:#000;
	color:#fff;
	padding:5px 10px;
	font-size:0.9em;
}

#header .image {
	height:180px;
}

#header h1 {
	margin-top:-3px;
	background:#db6186;
	color:#fff;
	text-align:center;
	padding-top:2px;
}

#header .title {
	width:760px;
	height:67px;
	margin-bottom:-5px;
}

h2, h3, h4, h5, h6, p, ul, ol, code, pre {
	line-height:1.3em;
	margin:15px 0;
}

p, ul, ol {
	line-height:1.6em;
}

ul, ol {
	margin-left:15px;
}

ul {
	list-style:circle;
}

hr {
	border:0;
	background:url("sep.gif") repeat-x;
	height:15px;
	margin:15px -3px;
}

h2, h3, h4, h5, h6, .data {
	font-family:"Bitstream Vera Mono", "Courier New", monospace;
}

h2 {
	font-size:1.6em;
	text-align:center;
	color:#db6186;
}

h2 a {
	text-decoration:none;
}

textarea, input {
	padding:1px;
	font:12px "Bitstream Vera Sans", Arial, sans-serif;
}

.navigation {
	clear:both;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.data {
	color:#db6186;
	font-weight:bold;
	text-align:center;
	font-size:1.1em;
}

.postmetadata {
	font-size:0.9em;
}

.black p {
	margin:0 !important;
}

#top {
	height:20px;
	padding:5px 7px !important;
}

#top p {
	float:left;
}

#top fieldset {
	float:right;
	border:0;
}

#top fieldset .text {
	color:#666;
	font:10px "Bitstream Vera Sans", Arial;
	padding:1px;
	border:solid 1px #db6186;
}

#top fieldset .submit {
	background:#db6186;
	font:10px "Bitstream Vera Sans", Arial;
	padding:1px;
	font-weight:bold;
	color:#fff;
	border:0;
}

#content fieldset {
	border:0;
}

#content legend {
	display:none;
}

#content fieldset ul {
	margin-left:0 !important;
	margin-top:-10px !important;
	list-style:none !important;
}

#content fieldset li {
	margin:5px 0;
}

#content fieldset img.captcha {
	border:solid 1px #000;
	background:#fff;
	padding:2px;
}

.postmetadata a {
	text-decoration:none !important;
}

.postmetadata a:hover {
	text-decoration:underline !important;
}

.commentlist {
	margin-left:0 !important;
	list-style:none !important;
}

.commentlist ul {
	list-style:none !important;
}

.commentlist li.depth-1 {
	border:solid 1px #ccc;
	padding:5px;
	margin:10px 0;
}

.children li {
	border-left:solid 1px #ccc;
	padding-left:5px;
}

.comment-author cite {
	font-weight:bold;
	font-style:normal !important;
}

.comment-author a {
	text-decoration:none !important;
}

.comment-author img {
	padding:1px;
	border:solid 1px #000;
	display:block;
	float:left;
	margin:0 5px 2px 0;
}

.commentlist p a {
	color:#333 !important;
}

.comment-meta, .reply {
	font-size:0.9em;
}

.comment-meta a, .reply a {
	text-decoration:none !important;
}

.reply a {
	text-decoration:none !important;
	font-weight:bold;
}

blockquote {
	padding:10px;
	border:dotted 1px #ccc;
	background:#eee;
}

