/**
 *	WordPress Theme 'Dylan'
 *	Internet Explorer 6 Fixes CSS
 *	
 *	pages: all
 *	media: all
 *	
 *	written by: Phil Thompson hello@philthompson.co.uk December 2008
 *	last edited: 29/12/2008 by Phil Thompson
 */
 
div#primarycontent{
	
}

div#secondarycontent{
	
}

/* Home page navigation nonsense */
body.home div#primarycontent ul.navigation,
body.category div#primarycontent ul.navigation,
body.page div#primarycontent ul.navigation{
	margin-left: 5px;
}

body.page div#primarycontent form{
	width: 617px;
}

div#primarycontent form fieldset textarea#comment{width: 587px !important;}

/* Comments replies textarea width */
div.reply{
	clear: both;
}
div#primarycontent li.depth-1 form{width: 590px !important;}
div#primarycontent li.depth-2 form{width: 460px !important;}
div#primarycontent li.depth-3 form{width: 400px !important;}
div#primarycontent  ul.commentlist  li.depth-4 form{overflow: hidden; width: 360px !important;}

div#primarycontent li.depth-1 form fieldset textarea#comment{width: 570px !important;}
div#primarycontent li.depth-2 form fieldset textarea#comment{width: 435px !important;}
div#primarycontent li.depth-3 form fieldset textarea#comment{width: 375px !important;}
div#primarycontent li.depth-4 form fieldset textarea#comment{width: 335px !important;}