/* 
File Name: "master-ie.css"
Description: The Internet Explorer-only stylesheet for the PCPL.org redesign project. It exists to help with IE/Win browser bugs.
Version: 11/30/05
*/

body {
text-align:center; /* this helps with older versions of IE/Win to center the wrapper div */
}

#wrapper {
text-align: left; /* undo center-align rule for the body element */
}

#header{
height:92px;
min-height:99px;
}

#header h2{
padding: 0 0 1px 0px;
}

ul#admin_nav {
margin-left:157px;
width:auto;
padding: 5px 0px 2px 0;
list-style: none; 
}
ul#admin_nav #login a{
padding-bottom:1px;
padding-top:4px;
}
ul#special_nav {
height:18px;
}

ul#library_nav { 
 /* this has to be there for IE/Win */
}



#main_content{ background: #fff url(../images/sideback.gif) -2px 0 repeat-y; /*fill the sidebar with color*/
position: relative;
text-align:left;
height: 1%;
}

#content_wrap {

}
#inside_content {
margin:0;
padding: 1em 175px 0 180px;
border-left: 0;
background:0;
}
#features_home {
}
#sidebar { 

}
#sidebar ul#menu li {
width:auto;
margin:0;
padding:0;
}
/*
#sidebar ul#menu li a {
position:relative;
width:auto;
padding-right:0px;
margin:0;
}
#sidebar ul#quicklinks {
}

#sidebar ul#quicklinks li{
padding-bottom:.7em;
}
#sidebar ul#quicklinks li a {	
display:block;
width:130px;
}
#sidebar ul#menu li#return {
border-bottom: 0;
margin: 0;
}

#sidebar ul#menu li#return a {
background: #EEE9D2 url(../images/return_arrow.gif) 6px 50% no-repeat; 
padding: 9px 0 9px 27px;  
}

#sidebar ul#menu li#return a:hover {
background: #7B453E url(../images/return_arrow.gif) 6px 50% no-repeat; 
padding: 9px 0 9px 27px;  
}
*/

/*give the buttons a clickable area*/
#sidebar ul#menu li#open_menu ul li a {
width: 135px;
padding-right: 5px;
}


body.interior_page #inside_content { 
border-left: 0;
}
#inside_content #columns #col_one, #inside_content #columns #col_two{
}
#inside_content #columns #col_two{
}
body.interior_page #inside_content #event_wrap dl dd h1, body.interior_page #inside_content #event_wrap dl dd p {
width:50%;
}

#features_guides {
padding:0;
margin:0;
}
#features_guides h1, h2, h3, h4{
padding:0;
margin:0;
}
div#news_module div.news_item {
background:#F3EFE0;
margin:.5em 15px .5em 15px;
padding-bottom:1em;
}
ul#signup li#rss{
margin-left:150px;
}

/*Holly Hack for IEWin*/
/* Hides from IE5-mac \*/
#inside_content {height: 1%;}
#inside_content h1 {height: 1%;}
#inside_content h2 {height: 1%;}
div#event_module div.event_item{height: 1%;}
* html div#news_module {height: 1%;}
* html div#news_module div.news_item{height: 1%;}
* html div#news_module div.news_item h1{height: 1%;}
* html #inside_content #columns{height:1%;}
#inside_content #columns h2 a{height:1%;}
/* End hide from IE5-mac */ 

