/** 
 *	WordPress Theme 'Dylan'
 *	Handheld CSS
 *	
 *	pages: all
 *	media: handheld
 *	
 *	written by: Phil Thompson hello@philthompson.co.uk November 2007
 *	last edited: 29/11/07 by Phil Thompson
 *	
 *	
 *	Table of Contents
 *	
 *	Borders
 *	Background colours
 *	Block elements : everything must be linear
 */

body{
	width: 100%;
}

/* Shortcuts */

ul#shortcuts{
	left: 0;
	margin: 0 10px 10px;
	padding: 0;
	position: relative;
	top: 0;
}

	ul#shortcuts li{
		display: inline;
		list-style: none;
		margin-left: 0;
		padding: 0 1em 0 0;
	}


div#header{
	margin: 0 10px;
}
div#header ul{
	margin: 0;
	padding: 10px 0;
}

div#header ul li{
	border-bottom: 1px dotted #DDD;
	display: block;
	margin: 0;
	padding: 5px 0;
}



/* Borders */
ul#shortcuts,
div#header,
div#branding,
div#midholder,
div.column{
	border-bottom: 1px solid #DDD;
}

div#secondarycontent hr{
	display: none;
}

/* Background colours */
body,
div#header,
div#footer{
	background: #EEE;
	color: #000;
}

div#midholder{
	background: #FFF;
	color: #151515;
}

/* Block content */
div#holder,
div#header,
div#branding,
div#header ul,
div#midholder,
div#primarycontent,
div#secondarycontent,
div.column,
div#footer{
	clear: left;
	float: none;
	width: auto;
}