/*
Copyright (c) 2009, Nicole Sullivan. All rights reserved.
Code licensed under the BSD License:
version: 0.2
*/
/* **************** BLOCK STRUCTURES ***************** */
/* mod */
.mod{margin:10px 0;}
.hd,.bd,.ft{overflow:hidden;_overflow:visible; _zoom:1;}
.inner{position:relative;}
/* ----- jquery animation ----- */
.hd img {opacity: 0;margin-left: -60px;}
/* ----- jquery hover ----- */
.inner{position: relative;}
.inner .hd{position: relative; z-index: 2000;}
.inner .hd:hover{color: #444;}
.ahover{position: absolute;}
.inner .ahover{margin-top: 230px; height: 15px !important; background: #fffa4f; border: 0; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
html>body .inner .ahover {margin-top: 210px;}
/* ====== Block headers and footers ====== */
.hd h1, .hd h2, .hd h3, .hd h4, .hd h5, .hd h6{padding: 5px 10px 0 10px;}
