/*----------------------------------------------------------------------
# CONSUETUDO v1.0 - 08 Aug 2007 @ 03:05 PM +0100 ZulloP
# ----------------------------------------------------------------------
# Copyright © 2007 Web Revolution. All Rights Reserved.
# Author: Web Revolution - Creative Concepts & Advertising Innovation
# License: Copyrighted Commercial Software
# Website: http://www.webrevolution.org
#                _                           _       _   _             
#  __      _____| |__    _ __ _____   _____ | |_   _| |_(_) ___  _ __  
#  \ \ /\ / / _ \ '_ \  | '__/ _ \ \ / / _ \| | | | | __| |/ _ \| '_ \ 
#   \ V  V /  __/ |_) | | | |  __/\ V / (_) | | |_| | |_| | (_) | | | |
#    \_/\_/ \___|_.__/  |_|  \___| \_/ \___/|_|\__,_|\__|_|\___/|_| |_|
------------------------------------------------------------------------*/


/* IE PNG FIX
--------------------------------------------------------- */


div.layout_middle_bg {
	background: #FFF;	
	/*background: url(../images/layout_middle_bg.jpg) 0 0 no-repeat;*/
	min-height: 60px;
 	height: auto !important;
  	height: 60px;
	margin: 0 11px;
}



span#logo {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/wr_consuetudo/images/logo.png',sizingMethod='scale');
}
div#layout_top {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/wr_consuetudo/images/layout_top.png',sizingMethod='scale');
}
div#layout_top_small {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/wr_consuetudo/images/layout_top_small.png',sizingMethod='scale');
}
div#layout_middle {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/wr_consuetudo/images/layout_middle.png', sizingMethod='scale');
	height: 1%;
}
div#layout_middle_small {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/wr_consuetudo/images/layout_middle_small.png',sizingMethod='scale');
	height: 1%;
}
div#layout_bottom {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/wr_consuetudo/images/layout_bottom.png',sizingMethod='scale');
}
div#layout_bottom_small {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/wr_consuetudo/images/layout_bottom_small.png',sizingMethod='scale');
}
div#sidebar_layout_top {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/wr_consuetudo/images/sidebar_top.png',sizingMethod='scale');
}
div#sidebar_layout_middle {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/wr_consuetudo/images/sidebar_middle.png',sizingMethod='scale');
}
div#sidebar_layout_bottom {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/wr_consuetudo/images/sidebar_bottom.png',sizingMethod='scale');
}


/* JOOMLA DEFAULT STYLE
--------------------------------------------------------- */
table.contentpaneopen, table.blog {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
}
table.contenttoc td a:link, table.contenttoc td a:visited {
	width: 100%;	
}


/* CUSTOM STYLING
--------------------------------------------------------- */
div#inner {
	display: inline-block;
}

/* ---- sidebar --- */
div#sidebar {
	position: relative;
}

/* CONTENT
--------------------------------------------------------- */
div#content_padding {
	position: relative;
}

/* ---- header module --- */
div#header_wrap {
	margin-right: -3px;
}

/* ---- user1 module --- */
div#user1 {
	height: 185px;
	width: 225px;
}