/* @override http://localhost/css/duke/index/index */

/* ERIC MEYER RESET */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	

/* STRUCTURE */

body, html {

		background:#F3F3F3;
	}
	
	#background {
	/* Passive background for use with any image overlays on the body e.g. Kean's logo*/
	   width: auto;
	   height: auto;
	}
	
	#wrap {
		width: 600px;
		margin: auto;
		background: #FFFFFF;
		border-right: 1px solid #8A8A8A;
		border-left: 1px solid #8A8A8A;
	}
	
	#header {
    	padding: 20px 0 10px; 
		text-align: center;
		border-bottom: 2px solid #CECECE;
		min-height: 100px;
	}
	
	#logoHeader
	{
		background-image:url('http://m.duke.edu.s3.amazonaws.com/dukeMobileLogo.jpg');
		background-repeat:no-repeat;
		background-position: center bottom;
		min-height: 100px;
	}
	
	#logoTag
	{
		margin: auto;
        width: 25em;
	}
	
	#appList {
		float: left;
		width: 280px;
		padding: 10px;
	}	
	
	#imageBar {
		float: right;
		width: 270px;
		padding: 10px;

	}
	
	#footer {
		clear: both;
		padding: 5px 10px;
		text-align: center;
		border-top: 1px solid #CECECE;
	}
	
	#footer p {
		margin:0;
    }
    
	* html #footer {
		height:1px;
	}

	.imageBox
	{
		min-height: 300px;
	}
	
	.appDescription
	{
		padding: 10px 20px;
	}
	
	.framedImageiPhone
	{
		padding: 10px;
		background-image:url('http://m.duke.edu.s3.amazonaws.com/dukeIPhoneVersion.jpg');
		background-repeat:no-repeat;
		background-position: center;
		min-height: 400px;
	}
	
	.framedImagexhtml
	{
		padding: 10px;
		background-image:url('http://m.duke.edu.s3.amazonaws.com/dukeMobileVersion.jpg');
		background-repeat:no-repeat;
		background-position: center;
		min-height: 400px;
	}
	
	.framedCaption
	{
	
		padding: 10px;
		text-align: center;
		
	}
	
	

/* TYPOGRAPHY */

	body {
		font: 11px/1.5em "Lucida Grande";
		background-image:url('http://m.duke.edu.s3.amazonaws.com/backGrad.jpg');
		background-repeat:repeat-x;
	}

	
	h1, h2, h3, h4, h5, h6 {
		font-family: helvetica, arial, verdana, sans-serif;
		font-weight: normal;
		
	}
	
	h1 {
		font-size: 218%;
		color: #001A57;
		line-height: 1.25em;
	}
	
	h2 {
		font-size: 164%;
		color: #7B4500;
	}
	
	h3 {
		font-size: 145%;
		color: #666666;
	}
	
	h4 {
		font-size: 118%;
		color: #7B4500;
	}
	
	p {
		color: #666666;
	}

	.subTitleVariant
	{
		color: #666666;
	}
