   /*  
      Theme Name: Inked Print
      Theme URI: http://www.inkedprint.com
      Description: Make a Lasting Impression
      Author: Inked Print & Graphics
      Author URI: http://www.inkedprint.com
      Version: 1.0
      Tags: graphic design, print, web, branding, logo
	  .
      Your theme can be your copyrighted work.
      Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
      http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
      .
      */

      /* Reset default browser styles */
      @import url('styles/reset.css');

      /* Rebuild default browser styles */
      @import url('styles/rebuild.css');

      /* Basic WordPress Styles */
      @import url('styles/wp.css');

      /* Import a basic layout */
      @import url('styles/3c-b.css');

body {
	background: #939598;
}
#wrapper {
	font: 12px helvetica;
	color: #FFFFFF;	
}	
#content {
	margin-top: 1em;
}
h1 {
	font-size: 18px;
	color: #ffffff;
}
h2 {
	font-size: 16px;
	color: #ffffff;
}
h3 {
	font-size: 14px;
	color: #ffffff;
}
/* Header */
#header {
	background: url(images/INKED_Web_BG.png) repeat-x;
}
#branding{
	height: 133px;
}
#blog-title{
	background: url(images/Header_Logo.png) no-repeat top left;
	display: block;
	text-indent:-9000px;
	width: 271px;
	height: 110px;
	margin-bottom: 1.5em;
}
#blog-description{
	background: url(images/INKED_Web_HeaderBar.png) repeat-x;
	text-indent: -9000px;
	overflow: auto;
}

/* Menu */
#access {
       margin: 0.7em 0 1.5em 0;
      }
.skip-link {
       position:absolute;
       left:-9000px;
      }
.menu ul {
	   background: url(images/menu-button.jpg) repeat-y;
       list-style: none;
       margin: 0;
      }
.menu ul ul {
	   background: url(images/menu-button.jpg) repeat-y;
       display: none;
      }
.menu li {
	   background: url(images/menu-button.jpg) repeat-y;
       display: inline;
      }
.menu a {
	   background: url(images/menu-button.jpg) repeat-y;
       display: block;
       float: left;
       padding: 10px 20px 10px 20px;
       color: #000000;
       font-size: 14px;
       text-transform: lowercase;
       text-decoration: none;
      }
.menu a:hover {
	   background: url(images/menu-button.jpg) repeat-y;
       display: block;
       float: left;
       padding: 10px 20px 10px 20px;
       color: #ffffff;
       text-transform: lowercase;
      }

/* Footer */
#footer {
	text-align: center;
	color: #FFFFFF;
}
#footer a {
	display: block;
	padding 5px;
	color: #FFFFFF;
}