/**
 * Template Cirque du Morgon Automne (c) 2011 écrin d'images.
 * Based on beez2 template
 * Artwork: A. OCAÑA - Coding: G. ALEXANDRE
 *
 * position.css: div and boxes related css code
 */


*
{
        margin: 0;
        padding: 0;
}

html, body
{
		height: 100%;
		width: 100%;
		min-width: 980px;
}

html			
{
		font-family: Arial, Helvetica, sans-serif ; font-size : 12pt ; color:black ; 
		font-size: 100%;
}

body
{
	    margin: 0px;
	    padding: 0px;
		font-size: 0.9em;
	    position:relative;
		background: url(../images/background.jpg) fixed no-repeat 50% 0;
		background-color: #e8d2ba;
}

/* ###################### general ###################### */
#all
{
	    margin: auto auto;
		width:100%;
	    max-width: 1920px;
	    padding: 0px;
		min-height: 100%;
	    height: 100%;
	    voice-family: "\"}\"";
	    voice-family: inherit;
	    height: auto;
}

#all p
{
		text-align: justify;
		text-indent: 1em;
}

html>body #all
{
		height: auto;
}

#back
{
		position:relative;
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		padding:0px;
}

#contentarea
{
	    clear: both;
	    width: 100%;
	    margin-top: 20px;
		overflow: hidden;
}

#contentarea_left
{
		float: left;
		width: 695px;
		background: url(../images/fond.png) repeat;
		height: 100%;
		padding: 0px 20px 9010px;
		margin-bottom: -9000px;
}

/*		padding:0px 20px !important;*/
/*		background: white;
		opacity: 0.8;
		filter: alpha(opacity=80); */

#contentarea_right
{
		float: right;
		margin-left: 10px;
		width: 195px;
/*		padding:0px 20px !important;*/
		background: white;
		font-size: 0.9em;
		
		padding: 0px 20px 9010px;
		margin-bottom: -9000px;

}

#contentarea_left .item-page
{
	    max-width:660px;
}

#main
{
	    position: relative;
	    min-height: 500px;
}
/*	padding: 10px 0px 20px 0px;*/

#right
{
	    float: right;
		width: 195px;
		margin:10px 0px 10px 2%; 
	    padding:0px 0px 5px 0px;
}

.unseen,
.hidelabeltxt
{
	    display: inline;
	    height: 0px;
	    left: -3000px;
	    position: absolute;
	    top: -2000px;
	    width: 0px;
}

/* ++++++++++++++  nav after content  ++++++++++++++ */
.left
{
        padding-top:0px;
        float:right;
        margin:10px 0px 10px 0%;
        width: 22%;
        position:relative;

}

/* ++++++++++++++  nav before content  ++++++++++++++ */
.left1
{
	    padding:0px 0 0 0px;
	    float: left;
	    margin:10px 3% 10px 0px;
	    width: 21%;
	    position:relative
}

.leftbigger
{
	     width:25%
}


/* ###################### header ###################### */

#header
{
	    display:block !important;
	    position:relative;
	    padding:0px 0 0 0;
	    overflow:hidden;
}

#header_whitebox
{
		width: 980px;
		height: 186px;

		background-color: #FFFFFF;
		opacity: 0.6;
		filter: alpha(opacity=60);
}

.wrap
{
	    border: 0;
	    clear: both;
	    float: none;
	    font-size: 1px;
	    height: 0;
	    line-height: 1px;
	    margin: 0;
	    padding: 0;
	    visibility: hidden;
}

#header_logo
{
        position: absolute;
		top: 0;
		margin: 20px;
		display: block;
		float: left;
}

#header_logo img
{
        display: block;
}

#line
{       padding:5px 0px 2px 2px;
        position:absolute;
        right :20px;
        top:5em;
        max-width:38em;

}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */

#close
{
        margin-right:0px;
        font-size:0.85em;
        text-transform:uppercase;
}

#close span
{
    position:absolute;
    right: 20px;
    z-index:10000;
    top:5px;
    width:7em;
    font-weight:bold;
    text-align:right;
    line-height:1.5em;
    padding:5px 2px 5px 5px
}

/* ###################### main ###################### */

/* ++++++++++++++  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
{
        margin:0 0 20px 0;
        overflow:hidden
}

/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1
{
        display: block;
        float: none !important;
        margin: 0 !important;
}

.cols-2 .column-1
{
        width:46%;
        float:left;
}

.cols-2 .column-2
{
        width:46%;
        float:right;
        margin:0
}

.cols-3 .column-1
{
        float:left;
        width:29%;
        padding:0px 5px;
        margin-right:4%

}
.cols-3 .column-2
{
        float:left;
        width:29%;
        margin-left:0;
        padding:0px 5px
}
.cols-3 .column-3
{
        float:right;
        width:29%;
        padding:0px 5px
}

.items-row
{
        overflow:hidden;
        margin-bottom:10px !important;
}

.column-1,
.column-2,
.column-3
{
        padding:10px 5px
}

.column-2
{
        width:55%;
        margin-left:40%;
}

.column-3
{
        width:30%
}

.blog-more
{
        padding:10px 5px
}

/* #################### footer ############################ */
#footer-sub
{
    padding:0px;
}

#footer
{
 		padding: 10px 10px 5px 10px;
        text-align:center;
        display:block;
        overflow:hidden;
}
/*        line-height:1.7em;*/


#footer div
{
		text-align: left;
		display: block;
		overflow: hidden;
		float: left;
}

#footer-outer
{
		width:100%;
		min-width: 980px;
		background-color: #FDC400;
		position: relative;
		opacity: 0.6;
		filter: alpha(opacity=60);
		padding-top: 5px;
		font-size: 0.8em;
}

.box
{
        text-align:left
}

.box ul
{
        list-style-type:none
}

#bottom .newsfeed-item
{
        padding:0;
        margin-bottom:10px
}

.box .moduletable_menu,
.box .moduletable
{
        margin:10px
}

.box3
{
        padding-left:10px
}

.box h3
{
        font-size:1.3em
}

#bottom ul.latestnews
{
        padding-left:0
}

p.syndicate
{
        float:left;
        display:block;
        text-align:left;
}

#bottom
{
	
}

#ecrindimfooter
{
        text-align: center;
		width:100%;
		overflow:hidden;
}

.box
{
        width:27%;
        float:left;
        margin-right:10px;
        /* min-height:100px */
}


#footer-inner
{
        width: 980px;
        margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
}