
/* - ploneCustom.css - */
@media all {
/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 */
 
/*  (do not remove this :) */
/*  (not this either :) */


/* DELETE THIS LINE AND PUT YOUR CUSTOM STUFF HERE */




/*  */ 

/* DOCUMENTATION ON PRE-DEFINED PROPERTIES FROM PLONE */

 /* You can insert colors and other variables from Plone's 
    base_properties by doing:
    
    & dtml-variableName ; (without the spaces, excluded here to not make it render)
    
    Example:
    
    myLink {
        color: & dtml-fontColor ;   (again, without the spaces)
    }
 
   This means you can generate your own elements that use Plone's defaults,
   and respect any customizations people have done. See base_properties for
   the default values.
 
   These are the available properties:
   
   logoName - the file name of the portal logo
   
   fontFamily - the font family used for all text that is not headers
   
   fontBaseSize - the base font size that everything is calculated from
   
   fontColor - the main font color
   
   fontSmallSize - used for various elements like buttons and discreet text
   
   discreetColor - the font color of discreet text

   backgroundColor - the background color 
   
   linkColor - the color used on normal links

   linkActiveColor - color used on active links

   linkVisitedColor - color used on visited links
   
   borderWidth - the width of most borders in Plone
   
   borderStyle - the style of the border lines, normally solid
   
   borderStyleAnnotations - style of border lines on comments etc
   
   globalBorderColor - the border color used on the main tabs, the portlets etc
   
   globalBackgroundColor - background color for the selected tabs, portlet headings etc
   
   globalFontColor - the color of the font in the tabs and in portlet headings
   
   headingFontFamily - font family for h1/h2/h3/h4/h5/h6 headlines
   
   contentViewBorderColor - the content view tabs border color
   
   contentViewBackgroundColor - the content view tabs background color
   
   contentViewFontColor - the font color used in the content view tabs
   
   inputFontColor - the font color used for input elements
   
   textTransform - whether to lowercase text in portlets, tabs etc.
   
   evenRowBackgroundColor - the background color of even rows in listings
   
   oddRowBackgroundColor - the background color of even rows in listings
   
   notifyBorderColor - border color of notification elements like the status message, the calendar focus
   
   notifyBackgroundColor - background color of notification elements like the status message, the calendar focus
   
   helpBackgroundColor - background color of information pop-ups (currently not used)
          
 */


.inputLabel {
    height: 20px;
    vertical-align: middle;
}

#menuBanner {
    background: transparent url(http://www.artsci.utoronto.ca/main/image0.jpg) 0px 22px no-repeat;
    height: 175px;
    //width: 863px;
    position: relative;
    margin-left: 0;
}

h1.menuBannerTitle {
    width: auto;
    margin: 0;
    padding: 6px 10px;
    color: white;
    position: absolute;
      bottom: 0px;
      left: 22px;
    font-size: 18px;
    font-weight: bold;
    background-color: #002a5c;
    border: none;
}

#tagline {
    width: 100%;
    height: 43px;
    background: #002a5c; /* url(http://www.artsci.utoronto.ca/main/400px_tagline.gif) top center no-repeat; */
}

.footer_copyright {
    color: #7b786a;
}


.supportingnews {
    float: right;
    width: 200px;
    border: 1px solid #002a5c;
}

.supportingnews ul {
    margin-left; 10px;
    margin-right: 10px;
    padding-left:  10px;
    padding-right: 10px;
    list-style-type: none;
}

.supportingnews ul li {
    margin-left: 0;
    list-style-image: url(http://www.artsci.utoronto.ca/i/bullet.gif);
}

.more {
  background-image: url(http://www.artsci.utoronto.ca/i/bullet.gif);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 10px;
  font-weight: normal;
  color: #7b786a;
  text-decoration: none;
  font-size: 12px;
  float: right;
  margin-right: 10px;
}

.list dl {
  margin-left: 0;
  margin-right: 0;
}

.list dl dt {
  margin-left: 0;
  margin-right: 0;
}

.list dl dd {
  margin-left: 0;
  margin-right: 0;
}

#personprofile {
   width: 100%;
   height: auto;
}

#personprofile .picture {
   float: left;

   margin: 0.5em 1em 0.5em 0;
   border: 1px solid Black;
}

#personprofile .details {
  overflow: auto;
}
#personprofile .details dl { margin-top: 0;  margin-left: 0; }personprofile dl dt { margin-left: 0; }
#personprofile .details dl dd { margin-left: 0; margin-bottom: 0; }

.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}


.twitter-share-button {
  margin-bottom: -3px;
}

.imgTop  {
   padding: 0;
   margin: 0;
   padding-left: 0.5em;
   padding-right: 0.5em;
   vertical-align: top;
   position: relative;
     top: 0;
}


dd.portletItem .navTreeItem .navTreeCurrentNode {
    background-color:#a2a5a4;
    color: white;
}


.phone {
   background-color: red;
   width: 85px;
}

.personBox {
	clear: both; padding-top: 20px;
}

.personBox .personImage {
	height: 132px;
	width: 104px;
	
   float: left;
	border: 1px solid #666;
}

.personBox .personImage img {
	height: 128px;
	width: 100px;

        position: relative;
        margin-left: 2px;
        margin-top: 2px;
}
   
.personBox dl {
   margin-top: 0px;
   margin-left: 15px;
   float: left;
}   

.personBox dl dt.personName {
   font-size: 14px;
}
   
.personBox dl .personTitle {
   margin-top: 3px;
}
   
.personBox dl dd {
   margin-left: 0px;
   margin-bottom: 0px;
}

.end {
   clear: both;
}

.imagetextview {
  // border: 1px solid #ccc;
   width: 640px;


}

.imagetextview dl {

  height: 191px;


   width: 632px;
   margin: 0px;
  // border-bottom: 1px solid #ccc;
}

.imagetextview dd {
   border: none;
  margin-left: 324px;
   margin-right: 8px;
  width: 300px;
  height: 183px;
 padding-top: 4px;
   padding-bottom: 4px;

}
   
.imagetextview dl dd:first-child {

   float: left;
     margin-left: 8px;
   padding-right: 8px;
  width: 300px;
  height: 183px;

} 

.imagetextview dl dd img {
   border: 2px solid #ccc;
}


}

