/* 
Theme Name: v3.edno.it
Theme URL: http://www.edno.it
Description: A blank theme for you to draw on.
Author: Stefano Lampis
Author URI: http://www.edno.it
Version: 3.0

Based on Whiteboard by http://brianpurkiss.com
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p,
blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym,
address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol,
ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th,
td {
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    margin:0;padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
}

caption, th, td {
    text-align:left;
    font-weight:normal;
}

table {
    border-collapse:separate;
    border-spacing:0;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
* { margin: 0; padding: 0; }


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}



#header {
    border-bottom: solid thick #D15600;
}

#footer {
    padding: 10px;
    background: #474747 url('images/bg.png');
    font: Helvetica, Arial, Sans-Serif;
    /*letter-spacing: -5px;*/
    text-align: center;
    color: #999;
    text-shadow: 0px 3px 8px #2a2a2a;
    border-top: solid thick #D15600;
    border-bottom: solid thick #D15600;
}

#footer a {
    text-decoration: none;
    text-shadow: 0px 3px 8px #888;


}
#footer ul { list-style-type: none; }
#footer h2 { margin: 0; }


#content { padding: 10px 40px; }

#content h2 { margin: 50px 0 15px 0; font-size: 2.5em; }

h2, h2 a {
    text-shadow: 0px 2px 3px #555;
    text-decoration: none;
    font-family: Helvetica, Arial, Sans-Serif;
    color: #36393D;
    text-shadow: 0px 3px 8px #2a2a2a;
    
}


h2 a:hover {
    color: #36393f;
    text-shadow: 0px 5px 8px #2a2a2a;
}



ul.menu li {
    float: left;
    padding: 60px 20px 4px 20px;
    list-style-type: none;
}
ul.menu a {
    /*color: #a0a0a0;*/
    color: #36393D;
    text-shadow: 0px 5px 8px #2a2a2a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
}
ul.menu a:hover {
    color: #d45500; text-shadow: 0px 5px 8px #2a2a2a;
}

div.clear { clear: both; height: 1px; }

.postmeta, #postmeta, .small { font-size: 0.8em; }

#content p { margin: 16px 8px; }
#content .postmeta p, #postmeta p { margin: 4px 8px; }

body {font:1em/1.625em "lucida grande","lucida sans unicode", sans-serif;}
#search { margin: 8px 20px; }

#search input#s { border: solid thin #36393D; font-size: 1.2em; padding: 4px;}
#search input {
    font-size: 1.2em;
border: none;
}
#search input#searchsubmit, input#submit, a.more-link {
    border: none;
    font-size: 1.2em;
    /*width: 120px;*/
    background: #D15600 url(images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}

input#submit:hover, #search input#searchsubmit:hover, a.more-link { background: #d45500; }

a { color: #d45500; }

div.box {
    border: solid black thin;
    background: #eee;
    padding: 12px 8px;
    margin: 8px;
    font-family: monospace;
}

div.code {
    font-family: monospace;
    padding: 12px 8px;
    margin: 8px;
    border-left: thick solid #ff8;
    max-width: 500px;
}

div.listing {
    background: #FFFFDD;
}

div.shell {
    color: #eee;
    background: #000;
    border: lime thin solid;
}

#footer h2 { color: #eee; }
#footer ul { margin: 0 auto; }
li.widget { float: left; padding: 20px; max-width: 300px; }

#content ul { list-style-type: square; margin: 8px 26px; }

a.more-link { margin: 16px 8px 8px 8px; }

#comments {
  max-width: 500px;
  font-size: 0.9em;
  margin: 16px;
}

#comments li {
  border-bottom: #FF1A00 solid thick;
  padding: 8px;
  background: #F9F7ED;
}

#comments li p { margin: 4px; }
#comments ol { list-style: none; }

