
@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "flexible_grids"
 * (de) Variation des Screenlayouts (basemod.css) fr Layoutbeispiel "flexible_grids"
 *
 * @copyright       Copyright 2007, Sven Kausche
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 01 $
 * @lastmodified    $Date: 2007-07-06 21:44:55 +0200 (Fr, 06 Jul 2007) $
 */
/*@media screen
{*/
/**
* Featured News
*/
#blogpagecontent {
border-right: 1px solid #DADADA;
}
#latestblogposts {
border-right: 1px solid #DADADA;
min-height: 1500px;
}
#photo_featured {
    margin-bottom: 5px;
margin-top: 5px;
}
.blogheader {
background: url(/image/view/-/539638/data/57/-/hcqlpbz/-/bg_blogheader.png) repeat-x top left;
margin-top: 20px;
margin-bottom: 5px;
height: 32px;
}
.blogheader h2 {
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 180%;
float: left;
padding: 5px 10px 5px 5px;
}
.blogheader p {
border-left: 1px solid #666666;
float: left;
padding-left: 10px;
margin-top: 7px;
font-size: 90%;
}
.blogpost {
padding: 5px 0 0 0;
border-bottom: 1px solid #DADADA;
}
.blogpost_last {
border-bottom: none;
padding-bottom: 5px;
}
.postmeta {
    font-size: 80%;
    font-weight: bold;
    color: #999999;
    margin: 0;
}
.post_photo {
float: left;
margin: 5px 10px 5px 0;
border: 3px solid #000000;
}
.postread {
background: #00B0D8;
color: #FFFFFF;
padding: 2px 4px;
font-size: 90%;
}
.postread:hover {
color: #FFFFFF;
text-decoration: none;
background: #0091B9;
}
#latestblogposts .fullbannerad {
border-bottom: 1px solid #DADADA;
}
#jointeam {
margin-left: 1px;
}
/*}*/