/*
Theme Name:Reiny Júnior
Theme URI:http://www.reinyjunior.com/
Description:Criado escpecialmente para reinyjunior.com.
Version:0.1
Author:Reiny Júnior
Author URI:http://www.reinyjunior.com/
*/

body
{
    background-color: #EDEFF0;
    font-family: arial;
    font-size:14px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.7em;
}

a
{
    text-decoration:none;
    color: #0000FF;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 35px;
}

h2
{
    font-size: 20px;
}

h3
{
    font-size: 18px;
}

hr
{
    margin:20px 0 20px 0;
    border:0;
    border-top:1px solid #EAEAEA;
    clear:both;
}

#wrapper
{
    background-color: #FFFFFF;
    display: table;
    margin:0 auto;
    padding: 40px;
    width:940px;
}

/*-------------------------------------------*/

#menu
{
    display: table;
    background-color: #F9F9F9;
    border:1px solid #D8D8D8;
    margin: 20px 0 20px 0;
    padding: 10px;
    width: 100%;
}

#menu ul li
{
    display: inline-block;
}

#menu .left
{
    float: left;
}

#menu .right
{
    float: right;
}


/*-------------------------------------------*/

#content
{
    float:left;
    min-height:420px;
    padding: 0;
    width:660px;
}

/*-------------------------------------------*/

.post
{
    padding-bottom: 20px;
}

.post p
{
    margin:14px 0 14px 0;
}

.post em
{
    font-style:italic;
}

.post h2
{
    margin:25px 0 10px 0;
    font-weight:bold;
}
.post h1, .post h1 a
{
    color: #000;
    line-height:45px;
    margin:0px 0 10px 0;
    font-weight:bold;
}

.post h3, .post h4
{
    margin:15px 0 10px 0;
    font-weight:bold;
}

.post .indent
{
    padding-left:10px;
}

.post .indent p
{
    padding-left:10px;
}

.post small
{
    font-size:11px;
}

.post small a
{
    font-weight:normal;
}

.post .alignright
{
    float:right;
    margin-left:10px;
}

.post .alignleft
{
    float:left;
    margin-right:10px;
}

.post .aligncenter
{
    margin:0 auto;
    display:block;
}
.post abbr
{
    font-weight:normal;
}

.post ul
{
    list-style:circle;
    margin:0 0 0 25px;
}
.post ol
{
    list-style:decimal;
    margin:0 0 0 30px;
}

.post .wp-caption
{
    margin: 10px;
}

.post .wp-caption img
{
    border: 0 none;
    display: table;
    margin: 0;
    padding: 0;
}

.post .wp-caption-text
{
    background-color: #f3f3f3;
    font-size: 13px;
    line-height: 20px;
    padding: 10px;
    margin: 0 10px 0 0;
}

.post .wp-caption a, .post .wp-caption a:hover
{
    border-bottom:0;
}

.post blockquote
{
    color:#777;
    border-left:5px solid #ccc;
    margin:15px 30px 0 10px;
    padding-left:20px;
}

.post .message ul
{
    margin:12px 0 0;
}

.post p:first-child
{
    color: #666;
    font-size: 18px;
    font-weight:normal;
    line-height: 25px;
    margin: 0;
}

/*-------------------------------------------*/

#comments
{

}

#comments button
{
    padding: 10px;
}

#comments form
{
    padding: 0 0 20px 0;
}

#comments input
{
    width: 250px;
}

#comments input, textarea
{
    border: 1px solid #CCC;
    margin: 0 20px 15px 0;
    padding: 5px;
}

#comments ol li
{
    background-color: #F9F9F9;
    margin-bottom: 10px;
    padding: 20px;
}

#comments strong
{
    display: table;
    padding: 10px 0 15px 0;
}

#comments textarea
{
    font-family: arial;
}

/*-------------------------------------------*/

#sidebar
{
    float: right;
    width: 250px;
}

#sidebar img
{
    float: left;
    margin-right: 15px;
}

#sidebar h3
{
    padding: 0 0 3px 0;
}

#sidebar .block
{
    background-color: #F9F9F9;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    padding: 20px;
}

#sidebar .block .twitter-button
{
    display: table;
    *height: 28px;
    margin-bottom: 20px;
}

#sidebar .block .twitter-button a
{
    display: block;
}

#sidebar ul.twitter li
{
    border-top:1px solid #EAEAEA;
    padding: 10px 0 10px 0;
}

#sidebar .block li a
{
    border-bottom:none;
    font-weight:normal;
    padding:2px 0 2px 0;
}

#sidebar .menu li
{
    color: #0000FF;
    display: inline-block;
}

/*----------------------------*/

#footer
{
    border-top:1px solid #EAEAEA;
    float:left;
    padding:20px 0 100px 0;
    width:900px;
}

/*-- wp_syntax --------------------------*/



.wp_syntax
{
  color: #100;
  background-color: #f9f9f9;
  margin: 0;
  overflow: auto;
}

/* IE FIX */
.wp_syntax
{
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
}

.wp_syntax table
{
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td
{
  vertical-align: top;
  padding: 2px 4px;
}

.wp_syntax .line_numbers
{
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre
{
  margin: 0;
  padding: 10px;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.7;
  white-space: pre;
}

