/*
Theme Name: Fashion is the Art
Theme URI: http://www.portalduff.com
Description: Edição <i>Fashion is the Art</i> para o blog de moda do PortalDUFF.
Author: Lennon & Mário
Author URI: http://meriw.com/
*/

* { margin: 0; padding: 0; border: 0; outline: 0; list-style: none; }

body {
	background: #f3f3f3 url('images/back.jpg');
	font: 12px Arial,Helvetica,sans-serif;
	color: #000;
}

a, a:link, a:visited, a:active { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #ca504b; }
p { text-align: justify; margin: 15px 0; }

#head { width: 100%; text-align: center; background: url('images/barback.jpg') repeat-x top; height: 21px; }
#header { width: 902px; margin: 20px auto 0 auto; }

#wrapper {
	background: #fff;
	width: 820px;
	margin: 0 auto;
	border: 1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content {
	float: left;
	width: 605px;
	border-right: 1px solid #f3f3f3;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 160px;
	padding: 15px;
	line-height: 20px;
}

#footer {
	text-align: center;
	padding: 10px;
	width: 800px;
	margin: 10px auto;
	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

h2 { font-size: 18px; margin: 10px 0; text-transform: uppercase; text-shadow: #ccc 0 1px 1px; }
.post h2 { font-size: 25px; text-transform: none; margin: 0; float: left; }
.post { font-size: 14px; color: #333; margin-bottom: 15px; display: block; clear: both; }
.post p { line-height: 20px; }
.meta { font-size: 12px; margin-bottom: 15px; clear: both; display: block; }
#sidebar p { margin: 5px 0; }
h3 { color: #333; font-size: 15px; }
.related_post { margin-bottom: 10px; }
.related_post li { list-style: inside !important; margin: 3px 10px; }
.single .post { padding-bottom: 5px; border-bottom: 1px solid #f3f3f3; margin-bottom: 10px; }

.authorbio { margin: 10px 0; min-height: 50px; padding: 10px; }
.authorbio, .box {
	background: #f9f9f9;
	border: 1px solid #f3f3f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	color: #333;
	margin: 0 0 10px 0;
}
.authorbio img { float: left; margin: 0 5px 5px 0; }
.authorbio b { font-size: 14px; }

.navigation { height: auto; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; text-align: right; }
.alignleft { float: left; text-align: left; }
.navigation .alignleft, .navigation .alignright { max-width: 48%; }
img.centered { display: block; margin: 0 auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.tags { font-size: 11px; margin: 5px 0; }

input, textarea, select {
	border: 1px solid #f3f3f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font: 11px Arial;
	color: #444;
	padding: 5px;
	margin: 2px;
}
.button { cursor: pointer; }
input:hover, select:hover { border: 1px solid #de0900; }

/* Comentarios */

#comments { margin: 15px 0 10px 0; }

.comment { margin: 0 10px 10px 2px; padding: 5px; list-style:none; width: 590px; border: 1px solid #fff; -moz-border-radius: 5px; min-height: 52px; line-height: 18px; }
.comment p { margin: 0 3px; }

.thread-odd { background: #ffe9df; }
.thread-even { background: #f4fdd2; }
.byuser { background: #f9f9f9; border: 1px solid #f3f3f3; }

.comment .avatar { float: right; margin: 5px; margin-left: 10px; border: 1px solid #fff; background: #fff; }

/* comments bubble */

.post-com-count-wrapper { min-width: 22px; font-family: Helvetica, Arial, sans-serif; float: left; margin: 7px 0 0 5px; }

.post-com-count {
	height: 1.3em;
	line-height: 1.1em;
	display: block;
	text-decoration: none;
	padding: 0 0 6px;
	cursor: pointer;
	background-position: center -80px;
	background-repeat: no-repeat;
	background-image: url('images/bubble_bg.gif');
	color: #fff;
}

.post-com-count span {
	font-size: 9px;
	font-weight: bold;
	height: 1.7em;
	line-height: 1.70em;
	min-width: 0.7em;
	padding: 0 6px;
	display: inline-block;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #bbb;
	color: #fff;
}

.post-com-count:hover {	background-position: center -3px; }
.post-com-count:hover span { background-color: #de0900; }