/*
Theme Name: Blank B
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme B, 2 Columns, 1 Right Sidebar
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, #content50 etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
/*	font-size: 85%;*/
        font-size: 90%;
	margin: 0px;
	padding: 0px;
	color: #333333;
        font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	width: 800px;
	margin: 12px auto 20px auto;
	padding: 0px;
}
#header {
	height:110px;
	width: 800px;
        clear: left;
        margin: auto;
}
#main {
	width: 800px;
        min-height: 500px;
        clear: left;
        margin: auto;
}
#content {
	/*width: 515px;*/
	padding: 10px;
	float: left;
	line-height: 1.3em;
        clear: left;
}
#content50 {
	float: left;
        width: 380px;
        display: block;
}
#sidebar {
	width: 250px;
	float: right;
	margin: 10px 5px 0 0;
        clear: right;
}
#footer {
	height: 120px;
        width: 100%;
	clear: left;
        float: left;
	text-align: center;
	font-size: 0.8em;
        color: #FFFFFF;
	padding: 13px 0 0 0;
        background-color: #000000;
        border-top: 2px solid #666666;
}


/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
        color: #666666;
}
#content a:hover {
	text-decoration: none;
}
#content ul {
        padding-bottom: 20px;
}
#content li {
        border-bottom: thin #666666 dashed;
        padding: 25px 0 25px 0;
}

#footer a:link, #footer a:visited {
	color: #CCCCCC;
        text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	white-space: nowrap;
	width: 100%;
        color: #FFFFFF;
        background-color: #000000;
        clear: left;
        border-top: 2px solid #CCCCCC;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
        padding-right: 10px;
/*
        padding-top:15px;
        padding-bottom:15px;
*/
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 15px;               
        color: #FFFFFF;
}
#menu li a:hover {
        color: #000000;
        background-color: #FFFFFF;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;


	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
        border-bottom: dashed #CCCCCC 1px;
        margin-bottom: .1em;
	padding: 25px 0 25px 0;
        color: #666666;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}

#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;

}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#content h3 {
        font-size: 1.5em;
        padding-bottom:15px;
}
#sidebar h1 {
	font-size: 1.5em;
}
#sidebar h2 {
	font-size: 1.5em;
}
#sidebar h3 {
        font-size: 1.3em;
}
.post h2 {
	font-size: 1.5em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 65px;
	width: 50px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 1px dashed #666666;
	color: #333333;
        background: #666666;
        background-image: url("http://www.modelodenuvem.com.br/site/wp-content/uploads/chuvinha2.jpg");
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 12px;
	width: 45px;
	text-align: center;
	margin: 7px 0 0 0;
	font-weight: bold;
}
.entry-day {
	font-size: 18px;
	text-align: center;
	height: 15px;
	width: 45px;
	font-weight: bold;
	line-height: 15px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
#divisor {
   padding-bottom:10px;
   border-bottom: dashed thin #CCCCCC;
   width: 100%;
}
#logo {
        width: 230px;
        height: 100px;
        float: left;
        padding: 15px;
}
#search_box {
    width: 350px;
    float: right;
    clear: right;
    padding-top: 35px;
}
.botao_compra {
    text-decoration: none;
    margin:5px;
    background: #999999;
    color: #333333;
    display: inline;
    border: thin #333333 dashed;  
}
input {
    border: 1px;
    border-style: dashed;
    border-color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 5px;
}
textarea {
    border: 1px;
    border-style: dashed;
    border-color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
}
#banner {
    width: 100%;
    height: 300px;
    clear: left;
    background-color: #000000;
    background-image: url("http://www.modelodenuvem.com.br/site/wp-content/uploads/banner1.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.menu_rodape {
    padding: 0px 10px 0 10px;
}
.widgettitle h2{
    font-size: 18px;
}
/*===END SECTION 11===*/

.clear {
    height: 50px;
    width: 100%
    clear: both;
}

