/**
 * Created for: USC Communities
 * Created on: 03.27.2008
 * Author: Tim Wright - timw@usc.edu
 ----------------------------------*/

/*
 * Reset browser defaults
 ----------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,
h5,h6,pre,form,fieldset,p,blockquote,
th,td                                           { margin:0;padding:0; }
body                                            { line-height:1;color:#121212; }
h1,h2,h3,h4,h5,h6,p                             { font-size:100%;font-weight:400; }
ol,ul                                           { list-style:none; }
caption,cite,code,th                            { font-style:normal;font-weight:400; }
fieldset,img                                    { border:0; }
caption,th                                      { text-align:left; }
:focus                                          { outline:1px dotted #eee; }
table                                           { border-collapse:collapse;border-spacing:0; }
hr                                              { border:0;border-top:1px solid #555;margin:0;height:1px; }
body:after                                      { content: ".";display:block;height:0;clear:both;visibility:hidden; }
label,button                                    { cursor:pointer; }

/*
 * General XHTML Styles
 ----------------------------------*/
html                                            { text-align:center;height:100%; }
body                                            { text-align:left;color:#444;font: 62.5%/1.4em "Lucida Grande", Arial, Helvetica, sans-serif;
                                                  background:#cee5f3 url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/body_bg.gif) repeat-x 0 0; }
h1                                              { font-size:2.2em; }
h2                                              { font-size:2em; }
h3                                              { font-size:1.8em; }
h4                                              { font-size:1.6em; }
h5                                              { font-size:1.4em;font-weight:700; }
h6                                              { font-size:1.4em; }
p                                               { font-size:1.1em;padding:.5em; }

/*
 Links
*/
a                                               { text-decoration:none;color:#900; }

/*
 * Helpful Classes
 ----------------------------------*/
.clear                                          { clear:both; }
.right                                          { float:right; }
.left                                           { float:left; }
.highlight                                      { background:#ff9; }
.more                                           { text-align:right; }
.more a                                         { display:block;background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/bg-more_link.gif) no-repeat right center;padding:0 12px 0 0;line-height:1.3; }
.calendar-event a                               { display:block;font-weight:400; }
.maplink                                        { display:block;margin-bottom:10px; }
.viewall					{ text-transform:lowercase;margin: 0 -10px 0 0;padding:0;text-align:right;font-size:11px; }
.viewall a					{ background:none;color:#900;}
#content-main .viewall a			{ background:#c9ced1 url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/about_photo_bg.gif) repeat-x right top;display:block;float:right;padding:0 27px 0 8px;color:#fff;
                                                  line-height:26px; }

.accessibility                                  { position:absolute;top:-9999px;left:-9999px; }
p.rss                                           { position:absolute;top:163px;right:-10px; }
p.rss a                                         { background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/icon-rss.gif) no-repeat center center;display:block;text-indent:-9999px;height:30px;
                                                  width:30px; }

/*
 * Layout elements
 ----------------------------------*/

/*
 USC Branding
*/
#usc                                            { background:#900;height:50px;width:717px;margin:0 auto; }
#usc a                                          { display:block;background:#fff url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/usc-name-white-cardinal.gif) no-repeat 0 0;float:left;height:25px;
                                                  width:255px;text-indent:-9999px;overflow:hidden; }
#usc img                                        { float:right; }

/*
 Branding
*/
#branding                                       { background:none;height:50px;margin:0 0 -10px; }
#branding h1                                    { width:735px;margin:-20px auto 0 auto;font:40px Georgia, "Times New Roman", San-serif;font-weight:400; }
#branding h1 a                                  { display:block;height:58px;width:264px;float:left;color:#fff;background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/logo.gif) no-repeat 10px 0;
                                                  text-indent:-9999px;overflow:hidden; }
body.map #branding			        { background:#900 url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/losangeles.jpg) repeat-x center -144px;clear:both;padding:0;height:200px;
                                                  margin-bottom:-200px; }

/*
 Navigation
*/
#nav                                            { background:#900 url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/losangeles.jpg) repeat-x center bottom;clear:both;padding:0; }
#nav ul                                         { width:717px;margin:0 auto;padding:15px 0 8px; }
#nav ul li                                      { font-size:15px;line-height:1.3;padding:0 0 0 12px;background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/bg-nav_bullet.gif) no-repeat 0 5px; }
#nav ul li a                                    { color:#fff; }
#nav ul ul                                      { margin:0;display:none;padding:0; }
#nav ul ul li                                   { font-size:12px;padding:0 0 0 3px;background:none;line-height:1.4; }
#nav ul li li a                                 { color:#fc0; }
#nav ul ul ul li                                { font-size:11px;padding:0 0 0 6px; }

/* Active navigation */
body.programs #nav li.programs ul,
body.neighborhoods #nav li.neighborhoods ul,
body.neighbors #nav li.neighbors ul,
body.education #nav li.education ul,
body.health #nav li.health ul,
body.economic #nav li.economic ul,
body.office #nav li.office ul,
body.about #nav li.about ul                     { display:block; }
body.neighborhoods #nav li.neighborhoods,
body.education #nav li.education,
body.neighbors #nav li.neighbors,
body.health #nav li.health,
body.economic #nav li.economic,
body.about #nav li.about                        { background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/bg-nav_bullet_active.gif) no-repeat 0 5px; }

body.programs #nav li.programs                  { background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/bullet-active-nav.gif) no-repeat 0 5px; }

/*
 Search
*/
#search                                         { background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/bg-search.jpg) repeat-x 0 center;padding:8px 0 8px 46px;margin:0 0 15px; }
#search form                                    { width:760px;margin:0 auto;position:relative; }
#search form label                              { position:absolute;top:-9999px;left:-9999px; }
#search input                                   { color:#555;width:180px; }
#search button                                  { border:0;display:block;background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/btn-search.gif) no-repeat center center;height:21px;width:21px;
                                                  position:absolute;top:0;left:200px;text-indent:-9999px; }
#searchbox                                      { border:0;font-size:1.3em;padding:3px; }
.search                                         { margin-top: 3px; }

body.search-results #content-main li,
body.listing #content-main li                   { margin:10px 30px; }
body.search-results #content-main li p,
body.listing #content-main li p                 { padding:0;font-size:.9em; }

/*
 Content
*/
#content ul,
#content dl                                     { font-size:1.1em; }
#content h2,
#content-sub h3                                 { font-size:1.5em;font-weight:700;line-height:1.4;padding:0 0 0 10px; }
#content-sub h3 a                               { color:#000; }

/* Main content */
#content-main                                   { width:456px;border:1px solid #fff;border-top:0;background:#fff;padding:0 0 20px 0;position:absolute;top:60px;
                                                  left:50%;margin:0 0 0 -100px;z-index:99;min-height:600px; }  
#content-main h2                                { font-size:1.8em;color:#333;margin:0;background:#fdf3d8 url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/bg-content_h2.jpg) repeat-x 0 0;
                                                  font-weight:400;padding:18px 0 5px 10px; }
#content-main h2 a                              { color:#333; }
#content-main h3                                { background:none;color:#000;font-size:1.5em;letter-spacing:1px;padding:25px 0 0 15px; }
#content-main h3                                { background:none;color:#000;text-transform:auto;font-size:1.5em;letter-spacing:0;padding:12px 0 0 15px;margin-top:8px; }
#content-main h4                                { font-size:1.2em;font-weight:700; }
#content-main p                                 { padding:5px 15px;line-height:1.6;font-size:1.2em; }
#content-main a:hover,
#content-main a:focus		                    { color:#600; }
#content-main .viewall a:hover                  { color:#fff9e3; }
#content-main blockquote                        { color:#282828;border-top:1px solid #fff;background:#f7e7ac url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/bg-blockquote.jpg) repeat-x 0 0;
                                                  padding:15px; }
#content-main blockquote p                      { padding:0;line-height:1.6;font-size:1.6em; }
#content-main cite                              { font-size:1.3em;margin:10px 0;text-align:right;display:block;color:#888; }
#content-main ul,
#content-main ol                                { font-size:1.2em;line-height:1.6;margin:10px 0 15px;padding:0 15px 0 0; }
#content-main ul li,
#content-main ol li                             { margin:0 0 0 35px;padding:0;list-style:disc; }
#content-main ul ul li,
#content-main ol ol li                          { list-style:none; }
#content-main img                               { display:block;margin:0 auto; }
#content-main .banner-photo                     { border-top: 2px solid #fff; }
#content-main .captionexpander			{ height:14px;position:relative;right:1px;text-transform:lowercase;text-indent:328px;margin:0 0 -20px 0;
                                                  background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/captionexpander_bg.gif) no-repeat right 0;display:block;padding:3px 7px;font-size:11px;
                                                  color:#fff;border-top:1px solid #fff; }
#content-main .captionexpander.open		{ background-position:right -20px; }
#content-main .captionexpander:hover            { color:#fff; }
#content-main .imagetopcaption			{ padding:24px 16px 6px 16px;background:#fefaee; }

#content-main p.credit 			        { font-size:10px;background:#f3ebf8;color:#000;margin:2px 2px -18px 2px; }
.point_detail .categories		        { font-size:10px;color:#444; }

#content-main .entry-listing li h4              { line-height:1.1;padding:0 0 5px; }
#content-main .entry-listing li                 { padding:10px 0; }



/* Microformats */
#content-main ul.vcard li                       { list-style:none;margin-left:20px; }
#content-main ul.vcard .street-address          { display:block; }

/* Sub content */
#content-sub                                    { width:717px;margin:0 auto;position:relative; }
#content-sub h2                                 { font-size:12px;color:#000;background:none;text-transform:uppercase;font-weight:400;letter-spacing:1px;margin:0;
                                                  padding:0 0 5px 12px; }
#content-sub li                                 { background:#fff;width:233px;padding:15px 0 0 0;margin:0 0 20px 0;border:2px solid #fff; }
#content-sub li p                               { clear:both;color:#444;font-size:1em;line-height:1.4;padding:12px 10px 10px; }
#content-sub li p.more a                        { color:#000;font-weight:700; }
#content-sub li img                             { margin:0 auto;display:block;width:auto; }
#content-sub li form                            { padding:10px;position:relative; }
#content-sub li label                           { display:block;margin:10px 0 0; }
#content-sub li button                          { display:block;float:left;margin:10px 0 0; }
#content-sub li textarea,
#content-sub li input                           { width:95%;border:1px solid #ccc; }
#content-sub li textarea                        { font:1em/1.4 "Lucida Grande", Arial, Helvetica, sans-serif; }

#content-sub .featured-main                   { background:#f0edf4 url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/featured-institute.jpg) repeat-x 0 bottom;padding-bottom:1em; }
#content-sub .featured-sub                    { background:#e0d0ea url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/featured-program.jpg) repeat-x right 0;position:relative;padding-bottom:1em; }

body.neighbors #content-sub .neighbors.featured-sub,
body.neighbors #content-sub .service.featured-sub     { background:#e5f1fa url(/web/20100629214937oe_/http://communities.usc.edu/neighbors/jep_box.jpg) center bottom no-repeat;padding-bottom:255px; }
body.education #content-sub .education.featured-main      { background:#e8e2f1 url(/web/20100629214937oe_/http://communities.usc.edu/images/sece_box.jpg) center bottom no-repeat;padding-bottom:144px; }
body.education #content-sub .education.featured-sub      { background:url(/web/20100629214937oe_/http://communities.usc.edu/images/art_box.jpg) center bottom no-repeat;padding-bottom:136px; }
body.about #content-sub .about.featured-main, 
body.about #content-sub .contact.featured-main,
body.about #content-sub .advisory.featured-main     
{ background:#dcd4ea url(/web/20100629214937oe_/http://communities.usc.edu/about/chouse_box.jpg) center bottom no-repeat;padding-bottom:220px; }
body.neighborhoods #content-sub .neighborhoods.featured-main { }
body.home #content-sub .featured-main 	{ 
/* background:#e0d7ec url(/web/20100629214937oe_/http://communities.usc.edu/images/volcenter_box.jpg) center bottom no-repeat;padding-bottom:112px;
*/ }
body.photos #content-sub .photos.featured-main  { background:#e0d7ec url(/web/20100629214937oe_/http://communities.usc.edu/images/volcenter_box.jpg) center bottom no-repeat;padding-bottom:112px; }
body.home #content-sub .featured-sub,
body.photos #content-sub .photos.featured-sub   { background:#d9e4f5 /*url(/web/20100629214937oe_/http://communities.usc.edu/images/nmai_box.jpg) center bottom no-repeat;padding-bottom:170px;*/ }
body.health #content-sub .health.featured-sub   { background:#f0f4fb url(/web/20100629214937oe_/http://communities.usc.edu/health/hospital_box.jpg) center bottom no-repeat;padding-bottom:140px; }
body.economic #content-sub .economic.featured-main { background:#8dbafb url(/web/20100629214937oe_/http://communities.usc.edu/images/nhp_box.jpg) center bottom no-repeat;padding-bottom:106px; }
body.economic #content-sub .economic.featured-sub,
body.neighborhoods #content-sub .neighborhoods.featured-sub,
body.health #content-sub .health.featured-main       { padding-bottom:8px; }
body.neighborhoods #content-sub li.upc,    
body.neighborhoods #content-sub li.hsc          { padding-bottom:8px;background:#e0d0ea url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/featured-program.jpg) repeat-x right 0;position:relative; }
body.neighbors #content-sub .featured-main.service, 
body.neighbors #content-sub .featured-sub.gnc,    
body.neighbors #content-sub .featured-main.schools, 
body.neighbors #content-sub .featured-sub.schools { background-image:none;padding-bottom:1em; }

/*
 Home page
*/
body.home #content-main                         { padding-top:0;top:405px; }

/* Media */
#media                                          { width:456px;position:absolute;top:60px;left:50%;margin:0 0 0 -100px;z-index:99; }
#media #gallery					{ background:#fff;height:305px;border-bottom:1px solid #ccc; }
#media li img                                   { border:1px solid #ddd; }
#media .aboutphoto				{ border:none;width:456px;text-align:right;padding:0; }
#media .aboutphoto a.closed, #media .aboutphoto a.open, #media .ss-controls a
						{ text-indent:none;width:100px;float:right;background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/captionexpander_bg.gif) no-repeat right top;
						  font-size:11px;color:#fff;padding:3px 28px 3px 7px;margin:0 6px 0 0; }
#media .aboutphoto a.open, #media .ss-controls a.play { background-position:right -20px; }
#media #photo_more                              { width:456px;border:1px solid #fff;border-top:none;background:#fff;padding:0 0 20px 0;text-align:left; }
#media #photo_more h2                                { font-size:1.4em;color:#333;margin:0;background:#fdf3d8 url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/bg-content_h2.jpg) repeat-x 0 0;
                                                  font-weight:400;padding:12px 0 5px 14px; }
#media #photo_more h2 a                              { color:#333; }
#media #photo_more h3                                { background:none;color:#000;font-size:1.5em;letter-spacing:1px;padding:25px 0 0 15px; }
#media #photo_more h3                                { background:none;color:#000;text-transform:auto;font-size:1.5em;letter-spacing:0;padding:12px 0 0 15px;margin-top:8px; }
#media #photo_more h4                                { font-size:1.2em;font-weight:700; }
#media #photo_more p                                 { padding:5px 15px;line-height:1.6;font-size:1em; }
#media .image-wrapper				{ display:block;height:305px; }


/* Welcome statement */
#introtext                                      { border:2px solid #fff;background:#e6f2fa url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/introtext_bg.gif) repeat-x 0 bottom;font-size:1.2em;
                                                  margin:0 0 10px;padding:10px 0 0 10px; }
#introtext h2                                   { font-size:1.6em; background:none;border:0;margin:0;padding:0; }
#introtext p                                    { font-size:1em;line-height:1.3;padding:0 0 1em 0;margin:0; }
#introtext p strong                             { display:block; }

/* News */
#news                                           { padding:10px 0 0; }
#news ul ul                                     { padding:0 10px 25px 0;margin:0; }
#news ul li                                     { background:#fff;color:#777;font-size:.9em;line-height:1.5;position:relative;left:-5px; }
#news li li                                     { margin:0;border:0;position:static;width:100%;padding:0;margin:0; }
#news h4,
#news h4 a                                      { color:#333; }
#news img                                       { height:65px;border:1px solid #ddd;padding:2px;float:right;margin:0 0 0 5px; }

/* 
 Photo index
*/
body.photos #content-main blockquote,
body.photos #content-main h2                    { border-left:6px solid #fff;border-right:6px solid #fff; margin-top:6px; }
#content-main .photoindex                       { margin:10px 0 0 10px;padding:0; }
#content-main .photoindex li                    { clear:both;float:left;list-style:none;margin:0;width:95%;padding:10px 5px;border-bottom:1px solid #eee; }
#content-main .photoindex li img                { float:left;margin:0 5px;border:1px solid #aaa; }
#content-main .photoindex li:hover,
#content-main .photoindex li:focus              { background:#f7f7f7; }

/*
 Neighborhood Maps
*/
body.neighborhoods #content-main ul.maps        { list-style-type:none;margin:0;padding:0;text-align:center; }
body.neighborhoods #content-main ul.maps li     { list-style-type:none;float:left;width:228px;padding:0;margin:0; }
body.neighborhoods ul.maps li a                 { padding:2px;margin:0 2px 0 0;border:1px solid #ccc;display:block;font-size:17px; }

/*
 Programs listing page
*/
#programs_search                                { float:right;height:20px;margin-top:-34px;border:0;padding:4px 0 4px 12px;width:220px; }
#programs_search label                          { position:absolute;top:-9999px;left:-9999px; }
#programs_search input                          { color:#555;font-size:13px;padding:4px;width:180px;border:0; }
#programs_search button                         { height:30px;width:30px;background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/btn-submit-programs.gif) no-repeat center center;color:#5ca354;
                                                  float:right;margin-top:-1px;border:0;text-indent:-9999px; }
body.programs #content-main h2                  { padding-top:28px; }
body.programs ul#sortby                         { list-style:none;margin:0;padding:0;width:212px;background:#f7fcf5;float:left; }
body.programs ul#sortby li                      { list-style:none;margin:0;padding:0;font-size:12px;line-height:14px;width:212px;border-top:1px solid #fff; }
body.programs ul#sortby li a 			{ padding:6px 6px 6px 24px;display:block;background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/programs_bg.gif) 0 -39px no-repeat; }
body.programs ul#sortby li a:hover              { background-color:#d8f4c7; }
body.programs ul#sortby li.on a                 { background-color:#e1f6d3;background-position:0 0; } 
body.programs ul#sortby li#search               { background:#555;height:30px;padding:4px 0 4px 12px;width:214px; }
body.programs ul#sortby li ul			{ background:none;margin:0; }
body.programs ul#sortby li ul li		{ border:none;background:none;font-size:11px;padding:0 0 0 0;width:212px; }
body.programs ul#sortby li ul li a 		{ background-image:none; }
body.programs ul#sortby li ul li a:hover	{ background:#c7edb1; }
body.programs ul#sortby li a:active,
body.programs ul#sortby li.on a:active		{ background-color:#eefae7; }
body.programs ul#sortby li ul li.on a           { background:#b0e790; }
body.programs #programdata                      { float:right;width:220px;padding:10px 0 0 0;height:858px;overflow:auto; }
body.programs #programdata ul                   { margin:0;padding:0;font-size:10px; }
body.programs #programdata li                   { list-style:none;padding:2px 4px 5px 0;border-bottom:1px solid #eee;margin:0; }
body.programs #programdata li a:hover           { cursor:pointer; }
body.programs #programdata li strong            { float:right;padding-right:4px; }
body.programs #programdata h3                   { letter-spacing:0;text-transform:none;font-weight:bold;padding:9px 0 6px 0;margin:-9px 4px 6px 0;
                                                  border-bottom:1px solid #ccc; }
body.programs #programdata h3 strong            { display:none; }
body.programs a.program                         { background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/ext_link.gif) no-repeat;padding-left:14px;background-position:0 -12px;text-indent:-14px; }
body.programs span.program                      { color:#900;cursor:pointer;background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/desc_link.gif) no-repeat;padding-left:14px;
                                                  background-position:0 -12px;text-indent:-14px; }
body.programs a.program:hover,
body.programs a.program:focus,
body.programs span.program:hover,
body.programs span.program:focus                { background-position:0 0; }
body.programs #search_results                   { list-style:none;padding-left:0;margin-left:0; }
body.programs #search_results li                { list-style:none; }
body.programs #search_results .close            { float:right;background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/close.gif) left top no-repeat;padding-left:20px;margin-top:16px;width:8em;
                                                  font-size:.8em; }
/*
 Map
*/
body.map #branding                              { background-position:center -140px; } 
body.map #content-main			                { clear:left;width:700px;position:absolute;top:120px;left:50%;margin:0 0 0 -354px;padding:0; }
body.map #site-info                             { clear:left;position:absolute;top:750px;left:50%;margin:0 0 0 -354px; }
#map                                            { margin-left:165px; }
#map_menu                                       { width:160px;float:left; }
#map_menu .active                               { font-weight:700;color:#000; }
#map_menu ul, #map_menu ul li                   { list-style-type:none;margin:0;padding:0;font-size:12px;font-weight:bold; }
#map_menu ul li                                 { padding:4px;border-bottom:1px solid #ddd; }
#map_menu ul li ul                              { padding:3px 0; }
#map_menu ul li ul li                           { font-size:11px;font-weight:normal;line-height:13px;border:none;border-top:1px solid #f7f7f7;
                                                  padding:4px 4px 4px 0; }
#map_menu ul li ul li a                         { background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/expandable_closed.gif) left center no-repeat;padding:3px 0 3px 15px; }
#map_menu ul li ul li.open a                    { background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/expandable_open.gif) left center no-repeat; }
#map_menu ul li ul li.wait a                    { background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/wait.gif) left center no-repeat; }
#map_menu ul li ul li ul li                     { font-size:10px;background:none;padding:3px 0 2px 15px; }
#map_menu ul li ul li ul li a,
#map_menu ul li ul li.open ul li a              { background:none;padding-left:0; }
#showby #pagesearch                             { margin:0;width:156px;background:#fdcb0a url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/bg-search.jpg) 0 top repeat-x; }
#map_search                                     { padding:4px; }
#map_search label                               { text-indent:-9999px;display:none; }
#map_search button.search                       { float:right;text-indent:-9999px;border:none;background:none;height:21px;width:21px;
                                                  background:url(/web/20100629214937oe_/http://communities.usc.edu/assets/images/btn-search.gif) no-repeat center center; }
#map_search input                               { width:110px;border:none;font-size:13px;padding:4px; }
#category #search_results                       { margin:0;padding:0; }
#category #search_results h3                    { font-size:12px;margin:0;padding:0; }

/*
 Suggestion form
*/
form#suggest                                    { padding:15px; }
form#suggest label                              { display:block;font-size:1.2em;margin:10px 0 4px 0; }
form#suggest input                              { width:200px;padding:2px;border:1px solid #999; }
form#suggest select                             { width:200px; }
form#suggest textarea                           { width:198px;padding:3px;border:1px solid #999;font:1em/1.4 "Lucida Grande", Arial, Helvetica, sans-serif; }
form#suggest button                             { display:block;margin:10px 0;float:right; }
#content-main p.error,
#content-sub p.error,
#content-main p.success,
#content-sub p.success                          { width:90%;margin:.5em auto;text-align:center;padding:3px; }
#content-main p.error,
#content-sub p.error                            { background:#ff6f6f;color:#fff; }
#content-main p.success,
#content-sub p.success                          { background:#90ff8f;color:#444; }
form#suggest label.error                        { color:#f00; }
form#suggest input.error,
form#suggest textarea.error                     { color:#f00;border:1px solid #f00; }

/*
 Footer
*/
#site-info                                      { clear:right;text-align:left;width:717px;margin:0 auto 0; } 

/*
 Drop shadows
*/
#content-main,
#thumbnav a,
li.featured-sub,
li.featured-main                                { -moz-box-shadow:0 0 5px #999;-webkit-box-shadow:0 0 5px #999;box-shadow:0 0 5px #999; }

/*
 Thickbox
*/
#TB_overlay                                     { position: absolute;top:0;left:0;z-index:100;width:100%;height:100%;background-color:#000;filter:alpha(opacity=60);
                                                  -moz-opacity: 0.6;opacity: 0.6; }
#TB_window                                      { position: absolute;background: #fff;z-index:102;color:#000;display:none;border:4px solid #525252;font-size:1em; }
#TB_window img                                  { display:block;margin: 15px 0 0 15px;border: 1px solid #666; }
#TB_window h2                                   { font-size: 1.6em;line-height:1.2;font-weight:700;margin:16px 0 6px; }
#TB_window p                                    { font-size:1.1em;line-height:1.6;margin:0;padding:0; }
#TB_window dl                                   { margin-top:6px;border-top:1px solid #ddd; }
#TB_window dt,
#TB_window dd                                   { font-size:1.2em;padding:6px 0; }
#TB_window dt                                   { font-weight:700;float:left;clear:left;width:152px; }
#TB_window dd                                   { float:left;width:300px; }
#TB_window dd pre				{ font: 1em/1.4 "Lucida Grande", Arial, Helvetica, sans-serif; }
#TB_caption                                     { height:25px;padding:10px 30px 10px 25px;float:left; }
#TB_closeWindow                                 { height:25px;padding:0; }
#TB_closeAjaxWindow                             { padding:4px;height:25px;text-align:right;background-color:#e8e8e8; }
#TB_closeWindowButton img                       { border:0;margin:0;float:right; }
#TB_ajaxContent                                 { padding:2px 15px 15px;overflow:auto; }
#TB_load                                        { text-align:center;position:absolute;top:50%;left:0;width:100%;overflow:visible;visibility:visible;display:block;
                                                  z-index:101; }
#TB_loadContent                                 { margin-left:-125px;position: absolute;top:-50px;left:50%;width:250px;height:100px;visibility:visible; }
#TB_window .details                             { margin-bottom:15px; }
#TB_window .details ul                          { margin: 0 0 1em; }
