/*
Theme Name: Fashion is the Art
Theme URI: http://www.meriw.com
Description: Edição cedida ao DFN.
Author: Lennon & Mário
Author URI: http://meriw.com/
*/

* { margin: 0; padding: 0; border: 0; outline: 0; list-style: none; }

body {
	background: #86a3c1;

	font: 12px Arial,Helvetica,sans-serif;
	color: #404040;
}
a img {
margin: 5px;
padding: 5px;
background: #fff;
border: 1px solid #ddd;
}
a,a:link, a:active, a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #347184; }
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: 970px; margin: 20px auto 0 auto; }

#wrapper {
	background: #edf4fc;
	width: 970px;
	margin: 0 auto;
	border: 1px solid #edf4fc;
	-moz-border-radius: 10px;
}

#content {
	float: left;
	width: 600px;
	border-right: 1px solid #fff;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 315px;
	padding: 10px;
	line-height: 20px;
}

#footer {
	text-align: center;
	padding: 10px;
	width: 950px;
	margin: 10px auto;
	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius: 10px;
}
.page, .post img {
margin: 5px;
padding: 3px;
background: #f3f3f3;
border: 1px solid #ddd;
}
h2 { 
background: #879bc0;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
        width: 100%x;
border: 1px solid #879bc0;
-moz-border-radius: 5px;
	}
.page, .post h2 a, a:link, a:active, a:visited {
color:  #fff;
}
.page, .post a, a:link, a:active, a:visited {
color: #000;
}
.page, .post { 
font-size: 12px; 
color: #404040; 
margin-bottom: 15px;
background-color: #fff;
padding: 5px;
border: 1px solid #fff;
-moz-border-radius: 5px;
 }
.page, .post p { line-height: 20px; }
.meta { font-size: 12px; margin-bottom: 15px; clear: both; display: block; }
#sidebar p { margin: 5px 0; }
h3 { color: #222; font-size: 16px; }
.related_post { margin-bottom: 10px; }
.related_post li { list-style: inside !important; margin: 3px 10px; }

.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%; }
.tags { font-size: 11px; margin: 5px 0; }

input, textarea, select {
	border: 1px solid #f3f3f3;
	-moz-border-radius: 5px;
	font: 11px Arial;
	color: #444;
	padding: 3px;
	margin: 2px;
}

/* Comentarios */

#comments { margin: 15px 0 10px 0; }

.comment { margin: 0 10px 10px 8px; 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; }

#respond { margin-top: 15px; }

.avatar { float: right; margin: 5px; margin-left: 10px; border: 1px solid #fff; -moz-border-radius: 5px; 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;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #bbb;
	color: #fff;
}

.post-com-count:hover {	background-position: center -3px; }
.post-com-count:hover span { background-color: #d54e21; }


img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.topmenu {
background: #90b4da;
padding: 5px;
margin: 3px;
border: 1px solid #86a3c1;
-moz-border-radius: 5px;
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

#dropmenudiv{
position:absolute;
border:1px solid #86A4C2;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #86A4C2;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #333;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #86A4C2;
color: #fff;
}

