/* -------------------------------------------------------------- 
  
   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';
@import 'lib/site-wide-other.css';
@import 'lib/intermediaries.css';

/* 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.
   .container { background: url(lib/grid.png); } */

/* Homepages - inc Generic - needs sorting */
#home-bar { background-image:url(../images/generic/logo-fade.png); background-repeat:repeat-x; width:638px; height:54px; }
#home-bar-content { color:#FFFFFF; position:relative; top:18px; left:18px; width:605px; text-align:right; }
#address-graphic { float:left; }
#logo { background-image:url(../images/generic/logo-fade.png); background-repeat:repeat-x; text-align:center; height: 166px; }
#logo img { position:relative; top:25px; }
#graphic-window { border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; }



#rss { list-style:none;}
#rss-sub { font-size:0.6em; margin-left:1em;}
#my-westfield { width:317px; height:27.7em; border-left:3px solid #fff;}
#my-links { list-style-type: none; margin:0em 0em 0em 18px; }
#my-links img { float: left; margin: 0em 1em 0.5em 0em; padding: 0; }
#my-links li { clear:left; }






