html {
  margin: 0;
  font-size: 75%;
  font-family: 'Lucida Grande', Verdana, sans-serif;
  color: #333;
}

body {
  margin: 0;
  padding: 0;
  background: url('/img/background.png') top center repeat-y #ddd;
}

a {
  color: #00c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

p, h1, h2, h3 {
  margin-top: 0;
}

p { font-size: 1em; }
h1 { font-size: 1.6em; color: #222; }
h2 { font-size: 1.4em; color: #222; }
h3 { font-size: 1.2em; color: #222; }

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

ul li {
  margin: 0;
  padding: 2px 0 2px 0;
}

#main {
  position: relative;
  width: 976px;
  margin: 0 auto 0 auto;
}

#header {
  position: relative;
  height: 140px;
  background: url('/img/blue.png') top left repeat-x #00a;
}

#header #headerimage {
  position: absolute;
  bottom: 0px;
  left: 20px;
}

#header #headertext {
  color: white;
  float: right;
  padding: 47px 52px 0 0;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: normal;
  text-align: center;
}

#posts {
  float: left;
  padding: 10px 0 0 10px;
}

.post {
  width: 450px;
  background: #fff;
  border: solid 1px #bbb;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.meta {
  background: #fafcff;
  padding: 5px;
  font-size: 0.8em;
  border: dashed 1px #ccc;
}

#sidebars {
  float: right;
  padding: 10px 10px 10px 0px;
  font-size: 0.8em;
}


#sidebars p, 
#sidebars h1, 
#sidebars h2, 
#sidebars h3 {
  margin-bottom: 0;
}

#sidebars .link {
  padding: 10px 10px 0 10px;
  overflow: hidden;
}

#sidebar_thin {
  float: left;
  width: 140px;
  margin-right: 10px;
  background: #fff;
  border: solid 1px #bbb;
  overflow: hidden;
  padding-bottom: 10px;
}

#sidebar_fat {
  float: left;
  width: 320px;
  background: #fff;
  border: solid 1px #bbb;
  overflow: hidden;
  padding-bottom: 10px;
}

#sidebar_fat .link .topstories  a {
                        color: #FF0000;
                        font-weight: bold;
                        text-decoration: none;
}

#sidebar_fat .link .topstories a:hover {
  text-decoration: underline;
}




#footer {
  background: #007;
  color: white;
  padding: 6px;
  text-align: center;
  font-size: 0.8em;
}

#footer a {
  color: #cdf;
}

.continuereading {
                          background-image: url(http://techdigest.tv/images/crbuttonhov.gif);
                          background-color: #FFFFFF;
                          background-repeat: no-repeat;
                          height: 30px;
                          width: 150px;
                          clear: both;
                          margin-top: 10px;
                          
}


a .continuereading {
                             padding-left: 0.8em;
                             padding-top: 0.4em;
}

a .continuereading {
                            color: #CCCCCC;
                            font-weight: normal;
                            text-decoration: none;
}

a:hover .continuereading {
                                     background-image: url(http://techdigest.tv/images/crbutton.gif);
                                     background-color: #FFFFFF;
                                     background-repeat: no-repeat;
                                     height: 30px;
}

/* TOP NAV */

#topnav {
             position: relative;
             clear: both;
             width: 973px;
             height: 30px;
             margin: 0px;
             padding: 0px;
             border: 1px solid #000088;
             background: url(http://techdigest.tv/images/topnavbg.gif) 0 0 repeat;  
             margin-top: 0.7em;
             margin-bottom: 0em;
}

#topnav li {
                display: inline;
                padding: 0px;
                margin: 0px;
}

#topnav a:link, 
#topnav a:visited {
                     color: #FFF;
                     padding: 9px 30px 14px 10px;
                     float: left;
                     width: auto;
                     border-right:1px solid #000088; 
                     font:bold 0.8em/0.8em Arial, Helvetica, sans-serif; 
                     text-decoration: none;                        
}  

#leftpic li { 
            z-index: 2;
            background: url(http://techdigest.tv/images/topnavbgleft.gif) 0 0 no-repeat;    

}

#topnav li: first-child a {
                                 border-left: 1px solid #000088;
}


#topnav a:hover {
                    color:#fff;
                    background: url(http://techdigest.tv/images/topnavbghov.gif) 0 0 repeat-x;
}

#topnav form {
                    padding-top: 0.4em;
                    float: right;
                    padding-right: 10px;
}

.smalltxt {
               color: #999999;
               font-size: 0.8em;
}

#leader {
             position: relative;
             width: 852px;
             height: 90px;
             clear: both;
             margin-top: 10px;
             margin-bottom: 10px;
             padding-left: 120px;
             z-index: 5;
}



