/*   
Theme Name: Walled City Kowloon
Theme URI: http://trychydts.hu/
Description: A theme based on the feeling of the razed Walled City of Kowloon
Author: Trychydts
Author URI: http://trychydts.hu
Version: 1
.
All rights reserved.
.
*/


/* Alapbeállítások */
body
{
background-color: rgb(185, 176, 167);
background-image: url(img/body_hatter.jpg);
background-position: center top;
background-repeat: repeat-y;
background-attachment: fixed;
font-family:Georgia, serif;
text-align:center; /* IE k�z�pre igaz�t� hack */
}

.all
{
margin-left:auto;
margin-right:auto;
position:relative;
width:700px;
}


/* Fejléc */
.fejlec
{
height:200px;
width:100%;
background-image:url(img/fejlec_hatter.jpg);
position:relative;
}
   
   /* Blog címe */
   .blogtitle:link, .blogtitle:visited, .blogtitle:hover, .blogtitle:active
   {
   font-size:x-large;
   color:white;
   font-weight:bold;
   text-decoration:none;
   text-align:left;
   position:absolute;
   bottom:1em;
   left:2ex;
   padding:5px;
   border:2px ridge white;
   }
   
   
   /*Menu*/
   .menu
   {
   width:100%;
   height:70px;
   background-color:white;
   margin:0px;
   position:relative;
   }
      
   #gomb1:link, #gomb1:visited
   {
   background-image:url(img/gomb1.jpg);
   }
   
   #gomb1:hover, #gomb1:active
   {
   background-image:url(img/gomb1_aktiv.jpg);
   }   

   #gomb2:link, #gomb2:visited
   {
   background-image:url(img/gomb2.jpg);
   }
   
   #gomb2:hover, #gomb2:active
   {
   background-image:url(img/gomb2_aktiv.jpg);
   }   

   #gomb3:link, #gomb3:visited
   {
   background-image:url(img/gomb3.jpg);
   }
   
   #gomb3:hover, #gomb3:active
   {
   background-image:url(img/gomb3_aktiv.jpg);
   }   

   #gomb4:link, #gomb4:visited
   {
   background-image:url(img/gomb4.jpg);
   }
   
   #gomb4:hover, #gomb4:active
   {
   background-image:url(img/gomb4_aktiv.jpg);
   }   
   
/* Tartalom */   
.tartalom
{
background-color:white;
color:#796e61;
font-family:Verdana;
font-size:small;
width:100%;
padding-top:25px;
padding-bottom:20px;
}

   /* Tartalmon belüli formázások */

   .tartalom h2, .tartalom h3, .tartalom h4, .tartalom h5, .tartalom h6,
   .tartalom p, .tartalom .comments
   {
   margin-left:25px;
   margin-right:25px;
   }
   
   .bejegyzes_fejlec /* Szerző, dátum a cím alatt. */
   {
   margin-bottom:3ex;
   margin-top:1ex;
   color:#554128;
   }
   
   .tartalom blockquote
   {
   font-style:italic;
   margin-top:2em;
   margin-bottom:2em;
   }
   
   .tartalom h2 /* Bejegyzések címe */
   {
   border-bottom: 2px solid #ad948a;
   color:#774d3c;
   font-family:Georgia, serif;
   margin-bottom:0px;
   margin-top:24pt;
   font-size:large;
   text-transform: uppercase;
   font-weight:normal;
   text-align:left;
   }
   
  .tartalom h3
   {
   font-family:Verdana, sans-serif;
   margin-bottom:1em;
   margin-top:1ex;
   font-size:small;
   font-weight:bold;
   text-align:left;
   }
   
   .tartalom img /* Bejegyzésekben megjelenő képek */
   {
   background-color:white;
   border:2px solid #AAA196;
   padding:8px;
   }
   
   .tartalom img.kerettelen /* A kis elválasztó grafika */
   {
   border:none;
   padding:0px;
   }
   
   .tartalom p
   {
   text-align:justify;
   }
   
   .tartalom a:link, .tartalom a:visited, .tartalom a:hover, .tartalom a:active
   {
   color:#774d3c;
   text-decoration:underline;
   }
   
   .tartalom a:hover, .tartalom a:active
   {
   text-decoration:none;
   }

   .bejegyzes_fejlec a:link, .bejegyzes_fejlec a:visited
   {
   text-decoration:none;
   }

    .bejegyzes_fejlec a:hover, .bejegyzes_fejlec a:active
    {
    text-decoration:underline;
    }
  
   .tartalom li
   {
   text-align:left;
   }
   
   .tartalom ol
   {
   margin-left:5ex;
   }

   .tartalom table
   {
   margin-left:15%;
   margin-right:15%;
   }

   .tartalom td
   {
   text-align:left;
   padding:5px;
   }
   
   .archive
   {
   display:inline-block;
   width:20%;
   text-align:left;
   padding:2px;
   }

   /* Bejegyzésekhez tartozó kommentek */ 
   
   .comments .comment_text
   {
   font-size:smaller;
   }

   .comments
   {
   margin-top:3em;
   padding-top:1em;
   padding-bottom:1em;
   border-top: 1px solid #774d3c;
   border-bottom:1px solid #774d3c;
   
   }

   .comments h3
   {
   text-align:left;
   font-size:medium;
   font-weight:bold;
   margin-top:0px;
   }

   .comments h4

   {
   text-align:left;
   font-size:small;
   font-weight:bold;
   margin-top:4ex;
   text-decoration:underline;
   }

   #trackback_url
   {
   margin-top:2em;
   font-size:smaller;
   }
   

   
/* Lábléc */   
.lablec
{
background-color:#938b82;
color:white;
font-size:x-small;
margin-bottom:25px;
padding:2px;
padding-right:15px;
text-align:right;
width:1005;
}

.lablec a
{
color:black;
text-decoration:none;
}

.lablec a:hover, .lablec a:active
{
text-decoration:underline;
}
