/*  
Theme Name: Blueprint Theme
Theme URI: http://www.fireandknowledge.org/
Description: A simple Wordpress theme based on the <a href="http://code.google.com/p/blueprintcss/">Blueprint CSS Framework</a>.
Version: 1.0
Author: Joshua Sowin
Author URI: http://www.fireandknowledge.org/

Credits:

Based on the Blueprint CSS Framework:
http://code.google.com/p/blueprintcss/

Uses Fam Fam Fam Silk Icons: 
http://www.famfamfam.com/lab/icons/silk/

*/

/* aligncenter, alignright, alignleft and centered required by WordPress. */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

/* Damien Carbery changes for food4thought.ie */
body {
  font-family: Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif
}
a { color: #000; }  /* Change from default blue. */

#header {
  text-align: center;
}
#header-right  .logo {
  padding-top: 15px; /* Push content down toward bottom of #header box. */
}
#header-right #address {
  margin: 1.5em 0 1.5em 0;
  font-style: normal;
  font-size: 1.5em;
}
#maincontent {
  margin-top: 10px;
}

h2.post-title {
  text-align: center;
}
.post h2 {
  margin-bottom: 0.25em;
}
.post p {
  margin: 0 0 1em;
}
/* Override the indenting in fancy-type/screen.css. */
p + p { text-indent:inherit; margin-top:inherit; }

#footer {
  text-align: center;
}
/*-----------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------*/
#search        { /*float: right;*/ position:absolute; top: 0; right: 30px; }
#search #s       { background: transparent url('images/icons/search_grey.gif') 0px center no-repeat;
               padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px;}
#search #s:hover   { color: #000; }


/*-----------------------------------------------------------------------------
  Horizontal menu
-----------------------------------------------------------------------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* http://www.dynamicdrive.com/style/csslibrary/item/corp_blue_css_menu/ */

ul#foodmenu {
line-height:2;
margin: 0 auto;
display: inline-block;
  overflow:hidden;
  padding: 10px 0px 0 0px;
  list-style:none;
}

#foodmenu li {
  display:inline;
  font-size: 1.5em; /* Was 2em */
}

#foodmenu a {
  float:left;
  background:url("images/foodmenu-left.png") no-repeat left top;
  padding:0 0 0 6px;
  text-decoration:none;
}

#foodmenu a span {
  float:left;
  display:block;
  background:url("images/foodmenu-right.png") no-repeat right top;
  padding:6px 15px 4px 6px;
  margin-right:2px;
  color: #ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#foodmenu a span {float:none;}

/* End IE5-Mac hack */
#foodmenu a:hover span {
}
#foodmenu a:hover {
  /*background-position:0% -120px;*//* -42px*/
}
#foodmenu a:hover span {
  /*background-position:100% -120px;*/
}

/*-----------------------------------------------------------------------------
  Vertical menu
-----------------------------------------------------------------------------*/
ul#servicesmenu {
 list-style: none;
 margin: 10px 0;
 padding: 0;
}
#servicesmenu li {
  background-color: #000;
  text-align: center;
  border-bottom: 5px solid #fff;
  font-size: 1.5em;
}
#servicesmenu li a {
  color: #fff;
  display: block;
  width: 100%;
  /*margin: 5px 0;*/
  padding: 5px 0;
  text-decoration: none;
}
#servicesmenu li a:hover {
  background-color: #333;
}
