/**

 * @author ( Angie Radtke )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

/* not ready */

*{
    margin: 0;
    padding: 0;
}
body{
    font-size: 100.01%;
    padding: 0px;
    text-align: center;
    position:relative;
}

/* ###################### general ###################### */
#all{
    margin: 0 auto;
    padding: 0px;
    text-align: left;
}
#contentarea,
#contentarea2{
    position:relative;
    overflow:hidden;
    padding:0px 20px !important;
    margin:0;
}
#wrapper{
        /*float:left;
        position:relative;*/
}
#wrapper2{
    /*float:left;*/
    position:relative;
    padding-bottom:20px
}
#wrapper2 .item-page{
    max-width:660px
}
#main{
	/*margin-left: 270px;*/
}
.contentpane #main{
	margin-left: 0;
}
.box-gradient-right{
	background:url(../images/shadow-right.png) #1d1d1d top right no-repeat;
	padding-bottom:62px;
	/*float:left;*/
}
.unseen,
.hidelabeltxt{
    display: inline;
    height: 0px;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0px;
}
/* ++++++++++++++  position  ++++++++++++++ */
.blog-featured{
    padding: 0;
}
.items-leading{
    padding:0px 5px 10px 5px;
    overflow:hidden;
    margin-bottom:10px
}
.row-separator{
    display: block;
    clear: both;
    margin: 0;
    border: 0px;
    height:1px
}
.item-separator{
    display: none;
    margin: 0px;
}
.shownocolumns{
    width:98% !important;
}
#top{}
/* ++++++++++++++  blog  ++++++++++++++ */
.cols-1{}
.cols-2 .column-1{}
.cols-2 .column-2{}
.item-bt {
    float:left;
    width:320px;
}
.item-bt  .item_blog {
	margin: 13px 10px;
	background: #231f1c;
	padding-bottom: 10px;
	border-radius: 3px;
	min-height: 190px;
}
.item-bt  .item_blog .catItemContentImage {display:block;text-align:center;margin:0 0 0 0;position: relative;background:#231f1c;border-radius:3px;}
.item-bt .item_blog .catItemContentImage img {
	width:100%;
	border-radius:3px;
}
.item-bt  .item_blog:hover .catItemContentImage img {
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.item-bt  .item_blog:hover .icon-img-hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.items-row{
    overflow:hidden;
}
.column-1,
.column-2,
.column-3{}
.column-2{}
.column-3{}
.blog-more{}
img { border: 0 none; max-width: 100%; }
.itemViewInner{
	/*display: inline-block;*/
}
.main-inner{
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1000;
}