/*
Theme Name: Web Orange Ag&ecirc;ncia Digital
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/



* {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff url(images/topo.gif) center top no-repeat;
  font: 12px Arial;
}

#site {
  width: 1000px;
  margin: auto;
}

#topo {
  width: 1000px;
  height: 181px;
}


#meio {
  width: 1000px;
  display: table;
}

#meio:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
  overflow:hidden;
}

#menu {
  width: 1000px;
  height: 41px;
  display: table;
  margin-bottom: 20px;
}

#menu .ul {
  width: 1000px;
  display: table;
  list-style: none;
  text-align: center;
  height: 41px;
  margin: 0 auto 0 auto;
}

#menu .ul li {
  float: left;
  color: #ffffff;
  padding: 9px 10px 0 10px;
  font: normal 18px Arial Narrow;
}

#menu .ul li a {
  display: block;
  font: normal 18px Arial Narrow;
  color: #ffffff;
  text-decoration: none;
}

#menu .ul li a:hover {
  display: block;
  font: normal 18px Arial Narrow;
  color: #FF6600;
  text-decoration: none;
}

#menu:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
  overflow:hidden;
}

#menu ul:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
  overflow:hidden;
}

#sidebar {
  width: 200px;
  float: right;
  border-left: #d6d6d6 1px dotted;
  padding: 10px;
}

#sidebar ul {
  list-style: none;
  margin: 10px 0 10px 0;
}

#sidebar ul li ul li {
  border-bottom: #d6d6d6 1px dotted;
}

#sidebar ul li ul li a {
  color: #444444;
  text-decoration: none;
  display: block;
  padding: 3px;
  background: #ffffff;
}

#sidebar ul li ul li a:hover {
  color: #444444;
  text-decoration: none;
  display: block;
  padding: 3px;
  background: #efefef;
}

#sidebar h3 {
  background: #000;
  padding: 5px 10px;
  color: #ffffff;
  font: 23px Verdana;
  border-radius: 0 10px;
  -moz-border-radius: 0 10px;
  -webkit-border-radius: 0 10px;
}

#sidebar:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
  overflow:hidden;
}

#conteudo {
  width: 745px;
  float: left;
  margin: 0 10px 0 10px;
}

#conteudo h2 {
  font: bold 26px Arial Narrow;
  color: #666666;
  border-bottom: #666666 2px solid;
  margin-bottom: 5px;
}

#conteudo h2 a {
  color: #666666;
  text-decoration: none;
}

#conteudo .entry {
  margin-top: 10px;
  text-align: justify;
}

#conteudo .entry p {
  margin: 10px 0 10px 0;
}


#conteudo .postmetadata {
  margin: 0;
  padding: 5px;
  background: #efefef;
  border: #d6d6d6 1px dashed;
}

#conteudo .postmetadata a {
  color: #444444;
  text-decoration: none;
}

#conteudo .more-link {
  margin: 5px;
  padding: 5px;
  text-align: right;
  display: block;
  text-decoration: none;
  font: bold 12px Arial Narrow;
}

#conteudo:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
  overflow:hidden;
}

#rodape {
  width: 100%;
  height: 80px;
  padding: 10px 0 10px 0;
  background: #000;
  margin-top: 20px;
}

#footer {
  width: 1000px;
  margin: auto;
}

#rodape p {
  color: #ffffff;
  font: 11px Arial Narrow;
  padding-left: 20px;
  text-align: left;
}

#footer table {
  float: left;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 850px;
    background: #000;
    padding: 0; margin: 5px auto;
    overflow: hidden;
    width: 1000px;

  list-style: none;
  text-align: center;
  height: 41px;
  margin: 0 auto 0 auto;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
  color: #ffffff;
  margin: 6px 0 0 0;
  font: normal 18px Arial Narrow;
  padding: 0 10px 0 10px;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("images/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
            padding: 0;
        }
            .lavaLamp li.back .left {
                background: url("images/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
                padding: 0;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative;
            overflow: hidden;
            text-decoration: none;
            font: 18px arial Narrow;
            color: #fff;
            outline: none;
            text-align: center;
            height: 30px;
            top: 3px;
            z-index: 10;
            letter-spacing: 0;
            float: left;
            display: block;

            display: block;
  font: normal 18px Arial Narrow;
  color: #ffffff;
  text-decoration: none;
        }


