@charset "utf-8";
/*
Theme Name: Hutek Webzine
Theme URI: http://webzine.hutek.info
Description: This is version 2 of the Webzine with many improvements and modifications in the interface and features to deliver the most convenient for the Blogmaster. We hope the Blogmaster support and suggestions to Webzine. All contact information, please send feedback on  vunamhung@gmail.com or blog http://hutek.info
Version: 0.2 (Offical version)
Author: Vu Nam Hung
Author URI: http://hutek.info
*/

/* Imports */
@import url("core/css/core.css");
@import url("core/css/contentslider.css");
@import url("style1/style1.css");
@import url("core/css/ajax.tabs.css");
/* /Imports */


div.entry {
  position: relative;
  display: block;
}

div.partner { 
    width: 176px; 
    height: 220px; 
    float: left; 
    margin: 0 5px 10px; 
    text-align: center;
    position: relative;
    display: block;
}

div.frame {
    border: 1px solid #000; 
    border-radius: 6px; 
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div.partner img {
     border: 2px solid #eee; 
     border-radius: 6px; 
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px 
}

div.clear { float: none; clear: both; position: relative; display: block; }
