/*
	handheld.css
	general
*/


/* --------------------------------------------------------------------------------------
 * init
 * -------------------------------------------------------------------------------------- */

	.toggle-trigger,
	.toggle-trigger-all {
		display: none !important;
	}
	.toggle-hidden {
		display: block !important;
	}


/* --------------------------------------------------------------------------------------
 * html and body
 * -------------------------------------------------------------------------------------- */

	html {
		height: auto;
		padding-bottom: 0;
	}
	body {
		background: #fff !important;
		color: #000;
		font-size: 16px;
	}


/* --------------------------------------------------------------------------------------
 * generic classes
 * -------------------------------------------------------------------------------------- */

	.mb0 {
		margin-bottom: 0 !important;
	}
	.mb1 {
		margin-bottom: 0.8em !important;
	}
	.mb2 {
		margin-bottom: 1.2em !important;
	}
	.mb3 {
		margin-bottom: 1.6em !important;
	}
	.mb4 {
		margin-bottom: 2.0em !important;
	}
	.pt1 {
		padding-top: 0.8em !important;
	}


/* --------------------------------------------------------------------------------------
 * typo, images, lists, tables, forms,..
 * -------------------------------------------------------------------------------------- */

	p, li {
		line-height: 1.4em;
	}
	h4, h5, h6 {
		line-height: 1.4em;
		color: #555;
	}
	h2, h3 {
		line-height: 1.3em;
		color: #555;
	}
	h1 {
		font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		margin: 0 0 1em 0;
	}

	.big {
		font-size: 1em;
	}
	.small {
		font-size: 1em;
	}

/* --------------------------
 * links
 * -------------------------- */

	a {
		text-decoration: underline;
	}


/* --------------------------------------------------------------------------------------
 * tools
 * -------------------------------------------------------------------------------------- */

	/* DECAF branding */

	a#decafmedia {
		display: none;
  	}


/* --------------------------------------------------------------------------------------
 * layout
 * -------------------------------------------------------------------------------------- */

	/* wrappers */

	.wrp-1 {
    min-width: 0;
		background: none !important;
	}
	.wrp-2 {
		width: 100%;
		margin: 0;
	}
	.rc-t {
		height: auto;
		background: none !important;
	}
	.rc-b {
		height: auto;
		background: none !important;
	}
	.rc-m {
		background: none !important;
		padding: 0;
	}
	.wrp-3 {
		margin: 0 5px;
	}

	/* sections */

	.content {
		padding: 5px 0 !important;
		min-height: auto;
	}
	.footer {
		clear: both;
		font-size: 90%;
		color: #eee;
	}
	.footer p {
		line-height: 1.4em;
	}
	.footer-inner {
		min-height: auto;
		padding: 5px;
		background: #515151;
	}
	.footer .col-side p {
		margin-left: 0;
	}

	/* columns */

	.col-full {
		width: auto;
		float: none;
	}
	.col-side {
		float: left;
		width: auto;
		margin: 0 10px 0 0;
	}
	.col-main {
		float: left;
		width: auto;
	}

	/* inner columns */

	.col-main .col-1,
	.col-main .col-2 {
		width: 310px;
	}


/* --------------------------------------------------------------------------------------
 * content
 * -------------------------------------------------------------------------------------- */

	/* header: title */

	.header .title {
		display: block;
		background: #000;
		padding: 5px 10px;
	}
	.header .title p {
		margin: 0;
		color: #fff;
	}

	/* header: toolbar */

	.header .toolbar {
		padding: 5px 0;
	}

	/* corporate */

	.header .corporate {
		display: none;
	}

	/* content: navigation */

	.navigation {
		margin-bottom: 10px;
	}
	.navigation ul {
		width: 100%;
	}
	.navigation li {
		float: left;
		margin: 0;
		padding: 0;
		border: 0;
	}
	.navigation li div {
		float: left;
		margin: 0 2px 2px 0;
		padding: 1px;
		border: 1px solid #aaa;
	}
	.navigation li li {
		margin-left: 0;
	}
	.navigation .active a,
	.navigation .active strong {
		background: #666 !important;
		color: #fff !important;
	}

	/* content: feature */

	.feature {
		margin-right: 0;
	}
