/* #################################################### THIS IS THE CASCADING STYLE SHEET (CSS) FOR PAGE 11 Coded by Mike Cherim, http://green-beast.com/ USE YOUR BACK BUTTON TO RETURN ##################################################### */ /* This would normally be the body element */ #demobody { padding : 0; margin : 0; font : 100.1% 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif; } /* This is the inner wrapper which contains the entire site */ #wrapper { width : 760px; background-color : #fff; border : 1px solid #000033; margin : 20px auto; } /* Global link styling except where specified otherwise */ a { color : #003366; } a:hover, a:focus, a:active { color : #000; text-decoration : none; } a:focus, a:active { color : #fff; background-color : #000033; } /* Jump link navigation styling */ ul#jumplinks { display : block; width : 760px; background-color : #eecc11; } /* The masthead and h1 styling */ #header { width : 760px; height : 130px; background-color : #000033; border-top : 1px solid #000033; } #header h1 { padding : 0; margin : 0; } /* Specify the h1 link styling */ #header h1 a { display : block; /* ADDED THIS */ width : 740px; /* ADDED THIS */ height : 110px; /* ADDED THIS */ padding : 10px; /* ADDED THIS */ color : #eecc11; /* ADDED THIS */ font-family : 'trebuchet ms', helvetica, arial, sans-serif; /* ADDED THIS */ text-decoration : none; /* ADDED THIS */ } #header h1 a:hover, #header h1 a:focus, #header h1 a:active { color : #fff; /* ADDED THIS */ background : transparent; /* ADDED THIS */ } #header h1 a:focus, #header h1 a:active { text-decoration : underline; /* ADDED THIS */ } /* Layout the content area */ #content { float : left; display : inline; width : 480px; margin : 7px 20px; } /* Layout the sidebar area and style its content */ #sidebar { float : right; display : inline; width : 200px; background-color : #000033; margin : 0 0 10px 10px; padding : 10px; } /* Layout the footer */ #footer { clear : both; width : 740px; height : auto; padding : 10px; background-color : #000033; text-align : center; font-size : 0.9em; }