/*
	iphone.css
	general
*/


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

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


/* --------------------------------------------------------------------------------------
 * 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;
	}
	.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;
	}

	/* columns */

	.col-full {
		width: 702px;
		float: left;
	}
	.col-side {
		width: 237px;
		margin-left: 10px;
	}
	.col-main {
		width: 642px;
	}

	/* inner columns */

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


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

	/* content: navigation */

	.navigation li a span,
	.navigation li strong {
		padding: 10px 5px;
	}

  .content, .footer { width: 973px; }
  .header .spotlight { font-size:85%; }
