/*   
 *   Theme Name: Mikroblogg
 *   Theme URI: http://mikroblogg.se
 *   Description: Min mikrobloggmall
 *   Author: Jonas
 *   Author URI: http://mikroblogg.se
 *   Version: 1.0
 *   .
 *   General comments/License Statement if any.
 *   .
 *   */
*{padding:0;margin:0}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin-left: 20px;
    margin-top: 5px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
ul li a {
      padding-left: 17px; /* width of icon + whitespace */
}
body{
    background:#EEEEEE url(vered_textura29.jpg) repeat;
    font-size:12px;
    font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
    color:#333;
    text-align:center
    font-size 30px;
}
h1 {
    font-size: 90px;
    font-weight: bold;
}
h1 a {
    font-weight: bold;
}
h1 a:link { color: #333; }
h1 a:visited { color: #333; }
h1 a:hover { color: #999; text-decoration: none; }
img {border: 1px solid #333; }

a{color:#2A85BE;text-decoration:none;outline:none}
a:hover{text-decoration:underline}
/*a img{border:0;text-decoration:none} */
h2,h3,h4,h5,h6{font-size:1.4em}
h3 a{color:#333;text-decoration:underline}
h3 a:hover{text-decoration:none}
a:active,input:focus{outline:none;-moz-outline-style:none}
#wrapper{width:700px;margin:0 auto;text-align:left}
input:hover {
    border: 1px solid #000;
}
input,textarea{
    border: 1px solid #ddd;
    background: #FFFFFF url(backgroundInput.jpg) repeat-x scroll 0px 0px;
    font: 19px "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
    margin: 2px;
    padding: 2px;
    font-weight: bold;
    letter-spacing: -1px;
}
#email a{
    font-size: 23px; 
    letter-spacing: 0px; 
    text-align: right; 
    padding: 5px;
    font-color: #000;
    color: #000;
}
.post {
    padding: 7px;
    margin: 0px;
    font-size: 16px;
}
.postmetadata {
    margin-top: 10px;
    padding-left: 17px;
    background: url(tag_blue.png) no-repeat;
}
#nyheter {
    background-color: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 19px;
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}
#rss {
    float: right;
}
#twitlinks {
    font-size: 17px; 
    padding: 2px;
    text-align:
    center;
    background: #eee url(twitlinks.png) no-repeat 6px 6px;
    margin: 5px;
}
