/* CSS Document */
/* ############### tales.be css framework v0.2 (by kvd) ###############  */




/* ############### BASIC BUILDING BLOCKS ADDONS ############### */

html{
	background-color: #777;
	margin: 0 auto;
	overflow:hidden;
	height:100%; width:100%;	/* Make the new body fill the screen */
}

body{
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%; width:100%;	/* Make the new body fill the screen */
	background-image: url(../gfx/overlays/02.png)/* this is just a fancy raster, you can remove it; I kinda like it though */
	}
#bgimg {
	position:absolute;
	z-index: -1;
}

#pagewrapper{
/*	width: 799px;*/
	width: 960px;
	/*margin-left: 0;*//* for lefthanded layout instead of centered*/
	/* margin-top: XXpx; */ /* offset from pagetop */
}
#accessability{
	display: none;
}
#header{ }
#content{
	background-color:#FFFFFF;
	background-image: url(../gfx/overlays/background-content.png);
	padding-bottom:50px;
	}
#footer{
	background-color:#FFFFFF;
	padding:5px 20px;
	background-image: url(../gfx/overlays/background-content.png);
	}

#topnav{
	background-color: #fff;
	/* relative positioning: pull #topnav up or down, to the left or right, it will layer itself above the header */
	/*position: relative;
	left: 257px;
	top: -38px;*/
	width: 960px;
	padding-bottom:10px;
	overflow: hidden;
}

#crumbpath{ margin-top:0px; margin-bottom:20px;}

/*.col1{	width: 200px;}
.col2{	width: 700px; }*//* = pagewrapper.width - col1.width */


/* ############### 3 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */
/*.threeCol#header .col1{
	color: #fff;
	height: 140px;
	width: 799px;
	border-bottom: 1px solid #fff;
	}
.oneCol#content .col1{
	background-color: #ffcc00;
	width: 900px;}*/

/* ############### 2 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */
.twoCols#header .col1{
	color: #fff;
	width: 391px;}
.twoCols#header .col2{
	color: #fff;
	width: 569px;}

.twoCols#content .col1{
	width: 200px;}
.twoCols#content .col2{
	width: 700px;
}*/

/* minimum height for sidenav and text-block */
/* remember: if working with backgroundcolors or borders, 
you'll need to set a repeating background on 
.twoCols#content, since col1 doesn't know how
long col2 becomes (and vice-versa)
 !!!!!
*/
/*.twoCols#content .col1 {min-height: 200px;}*/ /* mozilla + IE7 */
/**html* .twoCols#content .col1 {height: 200px;}*/ /* IE6 */

/*.twoCols#content .col2 {min-height: 200px;}*/ /* mozilla + IE7 */
/**html* .twoCols#content .col2 {height: 200px;}*/ /* IE6 */



/* ############### 3 COLUMN LAYOUT ADDONS: dimensions, colors, backgrounds ############### */
.threeCols#header .col1{
	color: #fff;
	height: 140px;
	width: 162px;}
.threeCols#header .col2{
	color: #fff;
	height: 140px;
	width: 475px;}
.threeCols#header .col3{
	color: #fff;
	height: 140px;
	width: 162px;
	}

.threeCols#content .col1{
	width: 185px;
	padding-top:20px;
	padding-right:15px;
	background-image:url(../gfx/basics/sideshadow_leftcol.png);
	background-repeat:no-repeat;
	background-position:right 0;
	}
.threeCols#content .col1 .leftshadowcloser{
	display:block;
	position:relative;
	top:40px;
	background-image:url(../gfx/basics/leftshadowcloser.png);
	background-repeat:no-repeat;
	background-position:right 0;
	width:200px;
	height:40px;
	outline:0px solid 
	}
	
.threeCols#content .col2{
	width: 518px;
	margin:20px;
	}
	
.threeCols#content .col3{
	width: 180px;
	padding-top:20px;
	padding-left:20px;
	background-image:url(../gfx/basics/sideshadow_rightcol.png);
	background-repeat:no-repeat;
	background-position:left 0;
	}
.threeCols#content .col3 .rightshadowcloser{
	display:block;
	position:relative;
	top:40px;
	left:-20px;
	background-image: url(../gfx/basics/rightshadowcloser.png);
	background-repeat:no-repeat;
	background-position:left 0;
	width:200px;
	height:40px;
	outline:0px solid 
	}

/* minimum height for sidenav and text-block */
/* remember: if working with backgroundcolors or borders, 
you'll need to set a repeating background on 
.twoCols#content, since col1 doesn't know how
long col2 becomes (and vice-versa)
 !!!!!
*/
.threeCols#content .col1 {min-height: 200px;} /* mozilla + IE7 */
*html* .threeCols#content .col1 {height: 200px;} /* IE6 */

.threeCols#content .col2 {min-height: 200px;} /* mozilla + IE7 */
*html* .threeCols#content .col2 {height: 200px;} /* IE6 */


.threeCols#content .col3 {min-height: 200px;} /* mozilla + IE7 */
*html* .threeCols#content .col3 {height: 200px;} /* IE6 */




/* ############### HEADER ADDONS ############### */
.twoCols#header .col1{ }
.twoCols#header .col2{ }
.twoCols#header .col1 a{
	display: block;
}

