/*  
Theme Name: Jolie Jolie 2
Description: Tema exclusivo para o blog Minifashionistas, layout por Andrea Cerqueira, desenvolvimento por <a href="http://marielydelrey.com">Mariely Del Rey</a>. PROIBIDO COPIAR.
Version: 1.0
Author: Mariely Del Rey
Author URI: http://marielydelrey.com
Tags: white, minimalism, fixed-width, right-sidebar, three-columns, threaded-comments, 
*/


/* Begin Typography & Colors 
------------------------------------- */
body {
	font-size: 12px;  
	font-family: Arial, Helvetica, Sans-Serif; 
	background: #ffffff;
        background-image:url('images/fundo.gif');
        background-position: top center;
        color: #111;
	text-align: center;
      
	}

#page {
	background-color: #ffffff;
        background-image:url('images/fundo-page.png');
        background-position:center;
        background-repeat: repeat-y; 
	text-align: left;
        border:2px solid #cccccc;
}

#header { 
	background: #fff;
}

 
#content {
	font-size: 12px;
        background: #fff; 
} 
#perfil{left:800px;
	top:-110px;
	width:198px;
	height:232px;
        float:left;
position:absolute;
}
#sainha{position:absolute;
        float:left;
	left:-135px;
	top:-207px;
	width:258px;
	height:278px;
        background-image:url('images/sainha.png');
        background-repeat:no-repeat;
        background-position:center;
}
#titulo{
        float:left;
        left:200px;
        top:-180px;
        width:503px;
        height:193px;
        position:absolute;
}
#menuzinho{
           float:left;
           left:-125px;
           top:100px;
           width:200px;
           height:300px;
           position:absolute;
           text-align:left;
}
#menuzinho2{float:left;
            left:120px;
            top:0px;
            width:250px;
            height:100px;
            position:absolute;
}
#newsletter{width:360px;
            height:135px;
            background-image:url('images/newsletter.png');
            background-repeat:no-repeat;
            background-position:top center;
            text-align:right;
}
#end{width:510px;
     text-align:center;
     font-family: CAC Pinafore, serif;
     font-size:20px;
}
#site{width:287px;
      height:210px;
      float:left;
      position:absolute;
      left:540px;
      top:5px;
}
#web{width:950px;
     height:100px;
     float:left;
     position:absolute;
     left:540px;
}
.narrowcolumn .entry  {
	line-height: 1.6em;
	} 

.narrowcolumn .postmetadata {
	text-align: center;
	}
.thread-alt {
	background-color: #f3f3f3;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	background: #ffffff; 
	border: none;
        width: 100%;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 2em;
	}

h1, h2, h3, h4 {
	font-weight: bold;	
	}

#content h1 {
	font-size: 28px; 
	text-align: left;
        font-family: CAC Pinafore, serif;
	}

#header td { 
	font-size: 1.1em; 
        }

#header h1 { 
	font-size: 1em; 
        margin: 0px 0;
        padding:0;
        font-family: Arial, Helvetica, Sans-Serif;
	}

.blogtitle {
	font-size: 2.5em !important; 
	text-align: left;
        font-family: Arial, Helvetica, Sans-Serif; 
  	font-weight: bold; 
        margin: 10px 0 0 0;
        padding: 0;
	}
 
.description {
        padding: 5px;
        color: #ccc;
	font-size: 1.1em;
	text-align: left;
	}
 
h2 {
	font-size: 16px;
	text-align: left;
        font-family: Arial, Helvetica, sans-serif;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 { 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	}
 
h3 {
	font-size: 1.3em;
	}

#header  h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white; 
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #sidebar h4, #wp-calendar caption, cite {
	text-decoration: none;
	}
.laranja {background:#ff9933;
            text-decoration:none;
}

#sidebar h4 { 
	font-size: 14px;
	}

 
.commentlist li, #commentform input, #commentform textarea {
	font-size: 1em;
	}

.commentlist li {
	font-weight: normal;
	}

.commentlist li .avatar { 
	float: right; 
	padding: 2px; 
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p { 
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	}
 
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

pre  {  
   font: 1em 'Courier New', Courier, Fixed;
   color: #008000;
   background: #F8F8F8;
   padding: 5px;
   line-height:1.5em;
   border: 1px solid #ddd; 
   overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
   white-space: pre-wrap; /* css-3 */
   white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
   white-space: -pre-wrap; /* Opera 4-6 */
   white-space: -o-pre-wrap; /* Opera 7 */
   /* width: 99%; */
   word-wrap: break-word; /* Internet Explorer 5.5+ */
      }

code  {
   font: 1.1em 'Courier New', Courier, Fixed;
   color: #008000;
   padding: 0 2px;
   background: #fff; 
   line-height:1.5em;
   overflow: auto;
       }


acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
         	}

a:hover {
	color: #ff99cc; 
	}

.entry a {
        border-bottom:0px solid #ff9933;
        text-decoration: none;
        color: #000;
        }  

.entry a:hover {
	text-decoration: none;
         background:#ff99cc; 
        }   
.entry a img{border-bottom: 0px;}
#sidebar a {
        color:#e6c9da;
        text-decoration: none;
        }

#sidebar a:hover {
        color:#0066cc;
	text-decoration: underline;
        }

.sticky {
        background: #000000 !important; 
        padding: 5px 10px;
        margin: 10px 0;
        }

/* Begin Structure 
------------------------------------- */
body {
	margin: 0 0;
	padding: 0px 0 0 0; 
	}
#page {
	background-color: white;
	margin-top:140px;
        margin-left:auto;
        margin-right:auto;
	padding: 0;
	width: 950px;
        position:relative;
                       
        	}


#header {
	margin: 0px; 
	padding: 0px 20px 0 30px; 
	height: 100px; 
	width: 900px;
	}

#header a {
	color: #f3f3f3;
	text-decoration: none;
	}

#header a:hover {
	color: #ccc;
	}

#navmenu { font-family: Arial;
           font-size: 12px;
           width: 900px;
           padding: 10px 10px 10px 0px;
           margin: 0 0 20px 0;
}


#nav {background-color: #ccffff;
      width:100%;
      height:25px;
}

#navbar {float:left;
        font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 2em;
        font-weight:bold;
        padding: 0px 10px 0px 10px;
        margin: 0px 0 20px 0;
        color: #000; 
         }

#navbar a {
	color: #339999;
        text-decoration:none;
        border-right: 0px solid #cccccc;
        padding:10px;
        }

#navbar a:hover {
	color: #ff9933;
        text-decoration:none;
        padding:10px;
        }
#navbar ul{display: inline;
           list-style-type: none;
}
#navbar ul li{display: inline;
list-style-type: none;
}
#navbar ul li a{display: inline;
list-style-type: none;
}
#search {text-align: right;
         float:right;
          padding: 10px 10px 10px 0px;
        margin: 0 0 20px 0;
}
#esquerda{margin:0px;
          margin-top:150px;
          margin-left:150px;
          width:200px;
          clear:both;
          float:left;
}
input:focus{background:#ffffff;
}
textarea{background:#ffffff;
}
.narrowcolumn {
	float: left;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px;
	width: 510px;
        background: #fffffff;
	} 

.post {
	margin: 0px 0px 40px 0px;
	text-align: justify;
        background: #ffffff; 
        padding: 0px 0px 0px 0px;
	}

.post hr {
	display: block;
	}

.entry{ 
        border-top: 0px solid #ddd;
        	}

.narrowcolumn .postmetadata {

	padding-top: 5px;
	}

.postmetadata {
	clear: left;
font-family: CAC Pinafore, serif;  
       }
 
#footer {
        color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 0;
        font-size: 1.2em;
	margin: 20px auto 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 12px 0;
	text-align: center;
	}

#footer a {
	color: #339999;
        text-decoration: none;
        	
        }

#footer a:hover {
	color: #ff9933;
         text-decoration:underline;
	} 


/*	Begin Headers
------------------------------------- */
#content h1   {
	margin: 20px 0 0; 
         
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle, h2.pagetitle {
	margin-top: 30px;
	text-align: center;
        }

#sidebar h2 {
	margin: 10px 0px 0px;
	padding: 0px;
        color:#9999cc;
        font-size:14px;
	}

#sidebar h4 {
	font-family: Arial, sans-serif;  
	margin: 5px 0px 0px 0px;
	padding: 0px;
        text-align:left;
        color:#9999cc;
        font-weight: bold;
        
        	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	} 


/* Begin Images
------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
	}
 
.entry img {
        padding:5px; 
        }
.entry img a{
        border-bottom:0px;
        }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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
	} 


/* Begin Lists 
------------------------------------- */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px; 
        list-style: none;
	padding-left: 10px; 
        text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 5px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
          }

#sidebar ul li a{color:#000000;
border-bottom:0px dotted #cccccc;
}
#sidebar ul li a:hover{background:#fee7fe;
text-decoration:none;
}

#sidebar ul p, #sidebar ul select {
	margin: 10px 0 5px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: circle inside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0px 0;
	padding: 0;
        border-bottom: 0px dotted #cccccc;
	} 
#sidebar ul ul li a, #sidebar ul ol li a{
	color:#e6c9da;
         text-decoration:none;
	} 
#sidebar ul ul li a:hover, #sidebar ul ol li a:hover{
	color:#339999;
         text-decoration:none;
         background-color:#fee7fe;
	} 


/* Begin Form Elements
------------------------------------- */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
         background:#ffffff;
	}

.entry form {  
	text-align:center;
	}

select {
	width: 130px;
	}

.formbutton{
   cursor:hand; 
   background:#ddd;
   color:#333; 
   padding: 1px 2px;
}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        border: 1px dotted #999;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        border: 1px dotted #999;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 auto 5px 0;
	float: left;
	} 



/* Begin Comments
------------------------------------- */
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
        margin: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
       font-size: 0.9em;
	display: block;
	}

img.avatar {
        float:left; 
        margin: 0;
        padding: 0 4px 0 0; 
        vertical-align:middle;
        }
 
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#999 !important; }
ol.commentlist li div.comment-meta a:hover { color:#06c !important;  text-decoration:underline; }
ol.commentlist li p { font-size:1em; margin:0 0 1em; }
ol.commentlist li ul { font-size:1em; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:1em; } 
ol.commentlist li div.reply a { text-decoration:none; background: #f3f3f3; padding: 5px;} 
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li.comment { border:1px solid #d5d5d5; padding:1em; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #999; margin:0 0 .25em .25em; }


/* Begin Sidebar 
------------------------------------- */
#sidebar {
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 0px 0 10px 0;
        margin-left: 565px;
	width: 360px;
        background: #ffffff;
	font-size: 1.1em; 
	line-height: 1.6em;
        }

#bloco {padding: 5px;
        margin: 0 0 0px 0;
        text-align: center;
        background: #ffffff;
        }
#adsquares{
        text-align: left;
        padding: 5px;
        margin: 0 0 5px 0;
        border: 1px dotted #ddd;
        }
#adsquares img{
       padding:8px;
       border:1px solid #cccccc;
       background: #ffffff;
        }

#adbox { 
        text-align: center;
        padding: 5px;
        margin: 0 0 5px 0;
        background: #ffffff;
        border: 1px dotted #ddd;
        }

#sidebar_low {
	clear:both;
	}

#l_sidebar {
	width:170px;
	float: left; 
        margin: 5px 0;
        padding: 0px;
        background: #fff;
        }

#r_sidebar {
	width:170px;
	float: right; 
        padding: 0px;
        background: #fff;
        text-align:left;
        margin-left:-40px;
margin-right:33px;
        }
#r_sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
          }
#r_sidebar h4 {
	font-family: Arial, sans-serif;  
	margin: 5px 0px 0px 0px;
	padding: 0px;
        text-align:left;
        color:#9999cc;
        font-weight: bold;
        font-size:14px;
        
        	}
#sidebar form {
	margin: 0;
	} 


/* Begin Tags & Classes 
------------------------------------- */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #85B8E3;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	} 
.navigation a{color:#ff99cc;
              text-decoration:none;
              padding:5px;
}

/* 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;
}
img#wpstats{width:0px;height:0px;overflow:hidden}
