/* detroit-specific styling! */

/* ================================================= */
/*   TURBOGEARS STATUS MSG                           */
div.flash { 
    margin: 1em 0em;
    padding: 1em;
    font-size: 13px; 
    font-weight: bold;
    border: 1px solid #C03;
    background-color: #FFFFD2;
    color: #C03;
}

/* ================================================= */
/*   SOME BASIC ELEMENTS                             */
a, a:visited {color: #039; text-decoration: underline;}
a:hover {text-decoration: none;}
p {font-size: 11px; line-height: 144%;}

/* ================================================= */
/*   NEWS PHOTOS WITH CAPTIONS                       */

div.photobox img { margin: 15px 15px 0px 15px; }
div.photobox { background-color: #F7F1F1; border: 1px solid #eee; float: left; margin: 10px 20px 20px 0px; text-align: center;}
div.photobox div.caption { color: #333; font-size: 84%; text-align: center;}


/* ================================================= */
/*   MAIN LAYOUT ITEMS                               */

#portalVisualWrapper {border: 1px solid #C03;}
#portalFooter {height: 96px; padding-left: 15px; color: #C03;
               background: transparent url(/static/detroit/images/layout/footerBackground.gif) repeat-x;}
#portalFooter A {color: #C03; text-decoration: none;}

/* ================================================= */
/*   SECRET CSS TO DISPLAY LOGO IN AN H1 TAG         */

#portalLogoMinimal {border: 0; background: url(/static/detroit/images/layout/logoMinimal.gif) no-repeat;}
#portalLogoMinimal a {
  padding-top: 70px;
  height: 0px !important;
  height /**/: 70px;
  width: 780px;
}

#portalLogoFull {border: 0; background: url(/static/detroit/images/layout/logo.gif) no-repeat;}
#portalLogoFull a {
  padding-top: 195px;
  height: 0px !important;
  height /**/: 195px;
  width: 780px;
}



/* ================================================= */
/*   NAV BAR                                         */

#portalNavBar, #portalNavBar LI {border-bottom: 1px solid #C03;}
#portalNavBar A, #portalNavBar A:visited {color: #C03;}

#portalNavBarSpecials {background: #C03;}

#portalNavBar li ul li {border: 1px solid #c03; border-top: 0;}
#portalNavBar LI:hover {background-color: #FFCEB5;}


/* ================================================= */
/*   PORTLETS                                        */

#portalNewsBox .oddRow {}
#portalNewsBox .evenRow {background-color: #FFE9E9;}
