1 /**************************************************************
2 AUTHOR: Pat Heard (fullahead.org)
4 PURPOSE: Controls the layout of the site and styles
6 **************************************************************/
10 /**************************************************************
11 #content: Sets the width of the site. Make changes here
12 to convert to a fixed width site.
13 **************************************************************/
24 /* max-width hack for IE since it doesn't understand the valid css property */
25 width: expression
(document
.body
.clientWidth
> 1000 ?
"1000px" : "94%");
39 /**************************************************************
40 #header: Holds the site title and header images
41 **************************************************************/
48 /* Holds the site title and subtitle */
63 font: 700 4em "trebuchet ms", serif
;
65 text-transform: lowercase
;
77 font: 700 1em "trebuchet ms", serif
;
78 text-transform: lowercase
;
83 /* Sets where the header images will go */
100 #header img
.balloons
{
110 /**************************************************************
111 #mainMenu: The top level site menu
112 **************************************************************/
137 font: 400 1.6em "trebuchet ms", serif
;
138 text-decoration: none
;
139 text-transform: lowercase
;
143 #mainMenu li
a:hover
,
144 #mainMenu li a
.here
{
146 border-top: 5px solid
#000;
149 #mainMenu li a
.last
{
156 /**************************************************************
157 .sideMenu: The side bar menu
158 **************************************************************/
168 /* Needed since IE fails when you give it list-style: none; */
169 list-style-image: url
(foo.gif);
170 font: 400 1.3em "trebuchet ms", serif
;
178 text-decoration: none
;
182 .sideMenu li a:hover {
187 /* Active menu item */
195 /* Submenu of active menu item */
196 .sideMenu li.here ul {
201 .sideMenu li.here ul li a {
203 font: 400 0.55em verdana
, arial
, sans-serif
;
205 background: url
(../images/bg/bullet.gif) no-repeat
10px 0px;
208 .sideMenu li.here ul li a:hover {
210 background: #5F5F5F url
(../images/bg/bullet.gif) no-repeat
10px 0px;
215 /**************************************************************
216 #page: Holds the main page content.
217 **************************************************************/
230 /**************************************************************
231 #footer: The page footer - will stick to the bottom if not
233 **************************************************************/
241 background: #000 url
(../images/bg/footer.jpg) repeat-x top left
;
244 /* Sets the width of the footer content */
254 /**************************************************************
255 Width classes used by the site columns
256 **************************************************************/
280 /**************************************************************
282 **************************************************************/
302 /**************************************************************
303 Generic display classes
304 **************************************************************/
340 background: #555 url
(../images/bg/gradient.jpg) repeat-x bottom left
;