@charset "UTF-8";

@font-face {
    font-family: 'butterbrotpapierRegular';
    src: url('fonts/butterbrotpapier-webfont.eot');
    src: url('fonts/butterbrotpapier-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/butterbrotpapier-webfont.woff') format('woff'),
         url('fonts/butterbrotpapier-webfont.ttf') format('truetype'),
         url('fonts/butterbrotpapier-webfont.svg#butterbrotpapierRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansSerifBookFLFMedium';
    src: url('fonts/sansserifbookflf-webfont.eot');
    src: url('fonts/sansserifbookflf-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansserifbookflf-webfont.woff') format('woff'),
         url('fonts/sansserifbookflf-webfont.ttf') format('truetype'),
         url('fonts/sansserifbookflf-webfont.svg#SansSerifBookFLFMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansationRegular';
    src: url('fonts/sansation_regular-webfont.eot');
    src: url('Fonts/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansation_regular-webfont.woff') format('woff'),
         url('fonts/sansation_regular-webfont.ttf') format('truetype'),
         url('fonts/sansation_regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* ******* STRUCTURE ******* */


body {
	font-family: 'SansSerifBookFLFMedium';
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

#container {
	display: table;
	margin: 0 auto;
	width: 1350px;
	background-image:url(images/splat.png);
	background-repeat: no-repeat;
}

#left, .content, #right {
	display: table-cell;
}

#left {
	width: 326px;
	background-image:url(images/totem.jpg);
	background-repeat:repeat-y;
}

.inner {
	position: relative;
	height:193px;
	width: 300px;
}

#icon {
	position: absolute;
	top: 436px;
	left: 180px;
}

.content {
}

#top, #nav, .txt, #footer {
	display: table-row;
}

#top {
	height: 268px;
	background-image:url(images/top.png);
	background-repeat: no-repeat;
}

#footer {
	height: 40px;
	text-align: center;
}

#right {
	width: 50px;
	position: relative;
}

#social {
	position:absolute;
	top: 270px;
	display: block;
	margin: 0 auto;
	width: 100px;
}

#nav {
	height:40px;
	margin: 0 auto;
}


/* ******* NAVIGATION ******* */



#splat { 
	z-index:100;
	font-family: 'SansSerifBookFLFMedium';
	font-size: 18px;
	text-align:center;
}

#splat a, #splat a:visited, .menu a, .menu a:visited {
	text-decoration:none; 
	color: #000;
}

#splat a:hover {
	background: #fdd4ec;
}

#blog {
	position:absolute;
	top: 100px;
	left: 210px;
}

#store {
	position:absolute;
	top: 191px;
	left: 275px;
}

#involved {
	position:absolute;
	top: 377px;
	left: 195px;
}

.menu {
	width:974px; 
	height:40px; 
	position:relative; 
	z-index:100;
	font-family: 'SansSerifBookFLFMedium';
	font-size: 18px;
	text-align:center;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

.menu ul ul {
	width:120px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:121px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block; 
	width:121px; 
	height:40px;
	line-height:29px;
}
*/

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#fff url(images/arrow.gif) no-repeat 100px center;}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#fdd4ec url(images/arrow.gif) no-repeat 100px center;
}
.menu ul ul :hover > a.drop {
	background:#fdd4ec url(images/arrow.gif) no-repeat 100px center;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#fff;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#fdd4ec;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden; 
	position:absolute;
	height:0;
	top:40px;
	left:0; 
	width:128px;
}


/* position the third level flyout menu */
.menu ul ul ul{
	left:121px; 
	top:0px; 
	width:130px;
}



/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#fff; 
	color:#000; 
	height:auto; 
	line-height:27px;
	font-size: 0.8em;
	padding:5px 0px; 
	width:121px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#000; 
	background:#fdd4ec;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000; 
	background:#fdd4ec;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}



/* ******* STYLE ******* */




ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1 {
	position: absolute;
	left: 0px;
	top: 510px;
	height: 184px;
	width: 304px;
	background-image:url(images/h1title.png);
	background-position: 0 -90;
	size: 26;
	text-align:center;
	font-family: 'butterbrotpapierRegular';
}

h1 img {
	margin-top: 70px;
	margin-left: -60px;
}
	

h2, h3, h4, h5, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	font-size: 1em;
	font-family: 'SansSerifBookFLFMedium';
}

a img {
	border: none;
}

a:link {
	color: #42413C;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}	



#top img {
	display:block;
	margin: 0 auto;
}

.txt {
	width: 800px;
	margin: 50px auto 0;
	font-size: 1em;	
	text-align:justify;
	padding-bottom: 40px;
}

#footer img {
	vertical-align: middle;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.fltrt {  
	ifloat: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.scroll {
	text-align: center;
	width: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 40px;
	overflow: auto;
	overflow-x: hidden;
    height: 700px;
}

blockquote, ol {
	text-align:justify;
}

blockquote {
	size: 1em;
}

.toggle ul {
	text-align:justify;
}


h2.trigger a {
	color: #000;
	text-decoration: none;
}

h2.trigger a:hover {
	background:#fdd4ec;
}

.togglebox {
	overflow: hidden;
}

