/*

Project:	dotjay.co.uk
Title:		Screen Style Sheet for IE7
Created:	24 Mar 2007
Modified:	08 Mar 2008

Notes:
No IE5/Mac hacks needed as conditional comments only work for IE/Win

*/



/* --- holly hack ---
*/

*:first-child+html #content h1,
*:first-child+html #content address.vcard{
height:1%;
}

*:first-child+html #content * a{
position:relative;
}

*:first-child+html #content-wrapper p a{
position:static;
}

*:first-child+html #content ul.entry-list{
position:relative;/* fix IE bug when hovering over links */
}

*:first-child+html #content ul.entry-list li{
min-height:100px;
}




/* --- navigation (main menu) ---
*/

*:first-child+html #main-menu li a{
background:#EAEAEA;
}

*:first-child+html #main-menu li a:hover{
background:#F3F3F3;
}
