/*
Theme Name: Davide.tv
Theme URI: http://davide.tv/
Description: Wordpress theme for Davide.tv
Version: 1.0
Author: Michele Rosa
Author URI: http://keepitsimpl.it/
*/



/* Begin Typography & Colors */
body {
background: #DADADA url(images/bkg.png) center 61px no-repeat;
}

div.menu-header {
background: transparent url(images/rgba_0_0_0_0.2.png);
background: rgba(0, 0, 0, 0.2) none;
color: rgb(255,255,255);
}

div.menu-header ul li a,
div.menu-header ul li a:link,
div.menu-header ul li a:visited,
div.menu-header ul li a:focus,
div.menu-header ul li a:active,
div.menu-header ul li a:hover {
background-color: inherit;
color: rgb(255,255,255);
border-color: rgb(255,255,255);
}

div#header-shado {
margin-top: 141px;
}

div#header-shado ul li a,
div#header-shado ul li a:link,
div#header-shado ul li a:visited,
div#header-shado ul li a:focus,
div#header-shado ul li a:active,
div#header-shado ul li a:hover {
border-left-color: #959595;
border-left-color: rgba(47,47,47,0.4);
color: #959595;
color: rgba(47,47,47,0.4);
}

div#header-shado ul li.current_page_item a,
div#header-shado ul li.current-cat a {
color: rgb(47,47,47);
}

#page {
background-color: white;
color: inherit;
margin: 0 auto;
padding:10px 10px 25px 10px;
width: 980px;
-moz-box-shadow:0 2px 5px #999;
-webkit-box-shadow:0 2px 5px #999;
box-shadow:0 2px 5px #999;
}

#sidebar {
width: 370px;
}

#twitter_div h2 {
padding-left: 55px;
width: auto;
background: url(images/ico.side.twitter.png) left top no-repeat;
line-height: 45px;
}

ul#twitter_update_list,
ul#twitter_update_list li a {
font-size: 14px!important;
}

div.widget_archive select {
margin: 20px 0;
float: left;
}

div.widget_search input#s {
float: left;
margin: 20px 0;
width: 200px!important;
}

div.widget_search #searchsubmit {
float: left;
margin: 23px 0 20px 5px;
}