/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

.photoset
{
width: 149px; height:130px; float: left; text-align: center; margin: 10px 10px 10px 10px;
}

.bordered
{
  background-color: lightgrey;
}

.topheader
{
  padding-top: 20px;
  height: 60px;
  margin-bottom: 30px;
}

.cutline, .comment
{
  color: grey;
}

.bottomspace
{
  margin-bottom: 4px; 
}

.comment
{
  border-bottom: 1px dotted black;
}

a {
 font-weight: bold;
 color: black;
 text-decoration: none;
}

a:hover {
 color: grey;
 text-decoration: none;
}

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.  
*/

 .containerxx { background: url(/css/blueprint-color/lib/grid.png); }

.container{ 
  background-color: white;
}

body { 
  background-color: white;
}


