/* -------------------------------------------------------------- 
  
   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/personal.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; }

/* personal window shizzle */
#g4y-graphic-window { border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; height:242px; width:640px; }
#window-header { position:relative; top:28px; left:18px; }
#window-menu-box { width:600px; height:220px; position:relative; top:60px; left:18px; }
#window-menu-box span { margin-right:8px; }

#offer-img { margin-bottom:1em; margin-left:18px; }
#news { list-style-type: none; margin:0em; }
#news img { float: left; margin: 0em 1em 0.5em 0em; padding: 0; border: 1px solid #959595; }
#news li { clear:left; }
#news h6 { color:#003669; }

#looking-pers { margin:10px; background-color:#f4f4f4; border: 1px solid #e2e2e2; text-align:left; }
.home-box { background-color:#fff; border: 1px solid #e2e2e2; height:84px; width:84px; float:left; margin-left:1em; margin-right:1em; }
#looking-corp { margin:10px; background-color:#f4f4f4; border: 1px solid #e2e2e2; text-align:left;}
#looking-int { margin:10px; background-color:#f4f4f4; border: 1px solid #e2e2e2; text-align:left;}

#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; }




