/*
Theme Name: DDB.hu
Theme URI: http://ddb.hu/
Description: Theme for ddb.hu website
Version: 1.0
Author: Zsolt Rozsnyai
Author URI: http://cyberhub.hu/
Tags: ddb

*/

/* Begin Typography & Colors */
body{
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.9em;
  background-color: #ffffff;
  height: 100%;
  margin:0;padding:0;
}

html{height:100%;margin:0;padding:0;}

#ns_header, #ns_footer, #ns_content {display:none;}

div, p, form, input, h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a img{
  border:none
}


/* header */
#headerimg {position: absolute; left:30px; top: 10px;}
#headerimg h1 a{
  display: block;
  width: 123px;
  height: 47px;
  background-image: url(images/ddb_logo.gif);
}

#headerimg h1 a span{display: none;}

div.description{display:none;}

ul.post-meta{display:none;}

/*content */

#content{width:500px;margin: 30px auto;}


/*footer */

#footer{clear:both;}

#footer ul{width:720px;margin:auto;font-size:0.8em;text-align: center;margin-bottom:10px;}

#footer ul li ul{display:none;}

#footer ul li{display: inline; padding: 0 10px; text-transform: uppercase;}

#footer ul li a {color: #666666; text-decoration: none;}
#footer ul li a:hover{text-decoration: underline;}

div.entry p {clear:both; margin-top:10px;}

div.entry p img {display:block;float:left;margin: 0 20px 10px 0;}
div.entry h4{font-weight: normal; font-size: 1em; font-style:italic; }
div.entry h3{font-weight: normal; font-size: 1.4em; margin-top: 20px;}
div.entry {margin-bottom: 50px;}
div.clear_both{clear:both;}
div.clear_footer{margin-bottom:50px;}


#flash_main{position:absolute;width:100%;height:100%;}

.indexcontent{margin:20px 200px;}
.indexcontent h3{margin-bottom:20px;}
.indexcontent p{margin-bottom:5px;}