/* Style sheet for www.nalug.org/index.html */

body{
margin: 0;
padding: 0;
font: normal 80% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
background-color: white;
}

a{
color: navy;
}

a:hover{
color: red;
}


.maincontainer{
padding-left: 15px;
margin-left: 0;
margin-right: 0;
}

* html #.maincontainer{ /*IE only */
width: 865px; /*IE 5*/
width: 860px; /*IE 6*/
}

.header{
font-size: 120%;
font-weight: bold;
margin-bottom: 0.8em;
}

#contentblock{
width: 686px;
float: left;
margin-bottom: 1em;
}

#contentblock a:hover{
color: red;
}

h3{
font-size: 120%;
margin-top: 0;
margin-bottom: 0.8em;
background-color: white;
}

/* ######### Top Section ######### */

#topbar{  /* jck: area above top menu */
height: 6px;
}

/* ######### Top Menu ######### */

#topmenu{  /* jck: top navigation menu */
margin: 0;
padding: 0;
}

#topmenu ul{
margin: 0;
padding-left: 0px;  
float: center;
font: bold 90% Verdana;
position: relative;
border-left: 1px dashed gray;
top: -3px;
width: 100%;
}

#topmenu ul li{
display: inline;
}


#topmenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 5px 7px;
text-decoration: none;
border-right: 1px dashed gray;
}

#topmenu ul li a:hover{
color: red;
background-color: #e5e5e9;
border-bottom: 4px solid red;
padding-bottom: 1px;
}


/* ######### Middle column ######### */

#middlecolumn{
/*width: 450px;
float: left;*/          /* jck: omitted */
margin-left: 155px;     
voice-family: "\"}\"";  /* jck: some magic to make it work */
voice-family: inherit;
margin-left: 155px;     /* jck: end of magic */
padding-left: 10px;
padding-right: 20px;
}

/* ######### Left column ######### */

#leftcolumn{
width: 150px;
float: left;
margin-top: 12px;
}

#header{
color: #8AAA70;
}

/* ######### Left column menu ######### */

/* jck: --- events submenu title --- */
#leftcolumn .blocklook b{  /* jck: text must be bold to activate */
display: block;
background-color: lightsteelblue;
border-bottom: 1px solid black;
/*border-top: 1px solid black; */  /* jck: ommitted due to margin-top bug */
/*margin-top: -1px;*/              /* jck: does not work in IE6 */
padding-left: 10px;
padding-right: 10px;
}

/* jck: --- events menu title --- */
#leftcolumn .titlebar{
background-color: lightsteelblue;
color: black;
padding: 4px 0;
border-bottom: 1px solid black;
text-align: center;
font-weight: bold;
}

/* jck: --- configure the unordered list style --- */
#leftcolumn .blocklook ul{
margin: 0;
padding: 0;
list-style-type: none;
}


/* jck: --- events menu subitem color and text --- */
#leftcolumn .blocklook li a{
padding: 3px 0;         /* jck: vertical padding */
padding-left: 8px;      /* jck: left text padding */
padding-right: 6px;     /* jck: right text padding */
display: block;
width: auto;
text-decoration: none;
font-weight: bold;
color: #3c3c3c;   
border-bottom: 1px solid gray;
border-left: 6px solid lightsteelblue;
}

* html #leftcolumn .blocklook li a{ /*IE only */
width: 148px; /*IE 5*/
w\idth: 128px; /*IE 6*/
}

/* jck: --- set item hover properties --- */
#leftcolumn .blocklook li a:hover {
background-color: #e5e5e9;  /* jck:  was #f6f6fe; */
border-left-color: red;
color: red;
}

#eventsmenu{
border: 1px solid black;
border-bottom-width: 0;
margin-bottom: 18px;
}

#informationmenu{
border: 1px solid black;
border-bottom-width: 0;
margin-bottom: 18px;
}

#linksmenu{
border: 1px solid black;
border-bottom-width: 0;
margin-bottom: 18px;
}

/* jck: --- alternate theme for information menu items --- */
#leftcolumn .titlebar.altthemeinfo{
background-color: #51C785;       /* jck: mediumseagreen + #14*/
}

#leftcolumn .blocklook ul.altthemeinfo li a{ 
background-color: white;
border-left: 6px solid #51C785;  /* jck: meadiumseagreen + #14 */
}

#leftcolumn .blocklook ul.altthemeinfo li a:hover{ 
background-color: #e5e5e9;  
border-left-color: red;
}

/* jck: --- alternate theme for links menu items --- */
#leftcolumn .titlebar.altthemelinks{
background-color: sandybrown;       
}

#leftcolumn .blocklook ul.altthemelinks li a{ 
background-color: white;
border-left: 6px solid sandybrown;  
}

#leftcolumn .blocklook ul.altthemelinks li a:hover{ 
background-color: #e5e5e9;  
border-left-color: red;
}


/* ######### Style for Lists ######### */

.normallist{
margin-left: 0;
padding-left: 18px;
}

.normallist li{
border-bottom: 1px solid #DADADA;
margin-bottom: 2px;
}

.normallist a{
text-decoration: none;
}

.normallist a:hover{
color: red;
}


/* ######### Site Footer ######### */

#sitefooter{
clear: left;
text-align: center;
font-size: 95%;
margin-bottom: 5px;
}

#bottombar a{
text-decoration: none;
color: yellow;
}

#bottombar a:hover{
color: red;
}

#bottombar{ 
clear: left;
background: #384c6f top left repeat-x;
padding: 5px 0 7px 5px;
color: #E4E4E4;
text-align: center;
font-size: 9px;
}

