/*
Theme Name: WP Blank
Theme URI: http://annalinnea.net/
Description: A blank theme for use in theme development
Version: 1.1
Author: That girl over http://annalinnea.net
Author URI: http://annalinnea.net/
Tags: empty, clean, development, design

	Based on Kubrick v1.5

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* decides which side the sidebar is on */

/* -- MAIN DIV'S -- */

#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:882px;}
#header {height:310px;margin:0 auto;text-align:center;padding:0; overflow:hidden;}
#header #mainheader { width:730px; height:300px; background:url(images/header.jpg) no-repeat; float:left; position:relative; overflow:hidden;}
#header #mainheader h1 a { display:block; position:absolute; top:3px; left: 40px; width:188px; height:65px; text-indent:-9999px;}
#menupages { width:142px; height:300px; float:right;}
#menupages ul { list-style:none; overflow:hidden;}
#menupages ul li { display:bock;  background:#006600;}
#menupages li.sobre a { margin-bottom:9px; display:block; width:142px; height:42px; background:url(images/sobre.jpg) no-repeat; text-indent:-9999px;}
#menupages li.dif a { margin-bottom:9px; display:block; width:142px; height:42px; background:url(images/diferenciais.jpg) no-repeat; text-indent:-9999px;}
#menupages li.midia a { margin-bottom:9px; display:block; width:142px; height:42px; background:url(images/midia.jpg) no-repeat; text-indent:-9999px;}
#menupages li.eueminha a { margin-bottom:9px; display:block; width:142px; height:42px; background:url(images/eueminha.jpg) no-repeat; text-indent:-9999px;}
#menupages li.colecoes a { margin-bottom:9px; display:block; width:142px; height:42px; background:url(images/colecoes.jpg) no-repeat; text-indent:-9999px;}
#menupages li.contato a { margin-bottom:0px; display:block; width:142px; height:42px; background:url(images/contato.jpg) no-repeat; text-indent:-9999px;}

#menupages li.sobre a:hover { margin-bottom:9px; display:block; width:142px; height:42px; background:url(images/sobreh.jpg) no-repeat; text-indent:-9999px;}
#menupages li.dif a:hover { margin-bottom:9px; display:block; width:142px; height:42px; background:url(images/diferenciaish.jpg) no-repeat; text-indent:-9999px;}
#menupages li.midia a:hover { margin-bottom:9px; display:block; width:142px; height:42px; background:url(images/midiah.jpg) no-repeat; text-indent:-9999px;}
#menupages li.eueminha a:hover { margin-bottom:9px; display:block; width:142px; height:42px; background:url(images/eueminhah.jpg) no-repeat; text-indent:-9999px;}
#menupages li.colecoes a:hover { margin-bottom:9px; display:block; width:142px; height:42px; background:url(images/colecoesh.jpg) no-repeat; text-indent:-9999px;}
#menupages li.contato a:hover { margin-bottom:0px; display:block; width:142px; height:42px; background:url(images/contatoh.jpg) no-repeat; text-indent:-9999px;}


#footer { width:100%; height:30px; background:url(images/footer-bg.png) repeat-x; overflow:hidden;margin:0;clear:both;float:none;text-align:center;padding: 20px 0;}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:left; clear:none;width:591px; background:url(images/postbg.png) repeat;}
.posts-wrap h2 a {color:#b30300;}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:right; clear:none;width:272px;}
.sidebar-wrap .loja { overflow:hidden;}
.sidebar-wrap .loja h3 a { width:272px; height:139px; background: url(images/loja.jpg) no-repeat; display:block; text-indent:-9999px;}
.sidebar-wrap .widgettitle { color:#000; border-bottom:dotted 1px #666666; padding-bottom:3px; padding-top:3px; border-top:dotted 1px #666666; }
.sidebar-wrap ul li a { color:#5b5b5b;}

/* -- just some ugly styling to make it easier to get started, can safely be removed */

.navigation a {color:#999999;}

/* - BASIC STUFF - */
body {background:url(images/pattern_04.jpg) repeat;font:9pt/11pt Verdana, Geneva, sans-serif;color:#000;margin:0 auto;padding:20px 0 0 0;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;} /* want dots in front of your lists...? change to list-style-type: disc */


/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
textarea#comment {overflow:auto}

/* -- NAVIGATION --*/
div.navigation {height:25px; overflow:auto;float:none;clear:both; margin:0 auto}
* +html div.navigation {overflow:visible} /* IE hack to prevent scrollbars on the .navigation div... */

.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}
.entry-meta { font-size:10px;}
.entry-meta a {color:#b30300; font-size:10px;}

a img { border:0;}
