/* -------------------------------------------------------------- 
  
   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/forms.css';*/

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
/*@import 'plugins/clearfix/clearfix.css';*/
@import 'plugins/pngfix/pngfix.css';
/*@import 'plugins/dropshadow/dropshadow.css';*/

/* See the grid:
   Uncomment the lines below to see the grid and baseline.
   
   @import 'lib/grid.css'; 
   .container { background: url(lib/grid.png); } */

 /* -------------------------------------------------------------- 

    Extended Blueprint CSS Framework Screen Styles
    Everything above this block is part of the 
    base screen.css file from blueprint.
    * Version:   0.1 (23.10.2007)
    * Website:   http://framework.cabedge.com

 -------------------------------------------------------------- */


/* OVERRIDE DEFAULT BROWSER COLORS /
body {color: #646451; font-family: Georgia, georgia, "Times New Roman", Times, serif; background: #eee;}
a:link {color: #d27005; text-decoration: none;}
a:visited {color: #d27005; text-decoration: none;}
a:hover {color: #646451; text-decoration: underline;}
a:active {color: #d27005; text-decoration: none;}
p img{float: none;}


/* STRUCTURE /
/* DELETE THIS BLOCK BEFORE STARTING /
.container{ width: 1000px; margin: 0 auto; text-align: left;}
#header{ border: 1px solid #ccc; margin: 10px; }
#navigation{ border: 1px solid #ccc; margin: 10px;}
#subnav{ border: 1px solid #ccc; margin: 10px;}
#content{ border: 1px solid #ccc; background: #fff; margin: 10px;}
#side{ border: 1px solid #ccc; margin: 10px;}
#main{ border: 1px solid #ccc; margin: 10px;}
#footer{ border: 1px solid #ccc; margin: 10px;}


/* LOGO with Rollover/
#logo{
  text-indent: -9999px;
  display: block;
  background: #ccc;
  width: 200px; height: 100px;
}
#logo a{
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("/images/logo-shoneys-stripped.png") no-repeat 0 0;
}

#logo a:hover{
  background-position: 0 -100px;
}


/* NAVIGATION /
/* example of css highlighting of navigation /
#section.page #sectionabout{
  background: #f00;
  color: #fff;
}
#section.page #pagehistory{
  background: #f00;
  color: #fff;
}*/


