/* ------ NOTES ---------------------------------------------------------------

Master Screen Style for WaitListr, http://www.waitlistr.com/index.php.

--------- UPDATE INFO ---------------------------------------------------------

Last updated: 16 August 2008
Last update made by: JK

--------- CONTENTS ------------------------------------------------------------border: 1px solid #000;*/

@import url(master.css);


#content {
 padding-top: 55px;
}
#index h2 {
 margin-top: 0px;
 font-size: 30px;
 line-height: normal;
 width: 500px;
}
#homeIntro h3 {
 font-size: 16px;
 font-weight: normal;
}
#homeIntro p {

}
#homeIntro, #search {
 width: 500px;
 position: relative;
}

#popular {
 background: #ffefc3;
 padding: 0;
 width: 292px;
 float: right;
 position: absolute;
 top: 40px;
 right: 30px;
}
#popular h2 {
 font-size: 12px;
 text-transform: uppercase;
 padding: 20px 20px 0 30px;
 margin: 0; width: auto; 
}
#popular p {
 font-size: 11px;
 padding: 0 20px 10px 30px;
 margin: 0;
 border-bottom: 1px solid #cfd5b1;
}
#popular ol {
 padding: 0px;
 margin: 0 0  40px 0;
 border-bottom: 1px solid #cfd5b1;
}
#popular li {
 padding: 3px 20px 3px 30px;
 margin: 0;
 border-top: 1px solid #cfd5b1;
 list-style-position: inside;
}
#search {
 padding-bottom: 120px;
}