/*   
Theme Name: Pfeil Hardware
Theme URI: 
Description: Pfeil Hardware Quicksite Theme
Author: Interactive Media Consulting, LLC
Author URI: http://www.imediaconsult.com/
Template: thematic
Version: 1.0
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/*Positioning*/
#header, #footer{
	text-align: center;
	margin: 0px auto;
	width: 960px;
}
	
#branding {
margin-top: 5px;
background:transparent url(images/header.jpg) no-repeat scroll center top;
height:50px;
position:relative;
z-index:10;
}

div#branding div#blog-title span a {
	display: none;
}
div#branding h1#blog-description {
	display: none;	
}

/*Colors*/
html, body {
background-color: #888;
background: url(images/bg_888.gif) repeat;
}

#header, #main {
	background-color: #FFF;
}
#footer {
	background-color: #CCC;	
}

#header, #main, #footer {
	border: 2px solid #aaa;
	border-width: 0 2px;
}


#access {
	margin-top: -33px;
	
}

.menu {
	
}
.menu ul {
		
}

div.menu ul li {
	
}


div.menu ul li a, div.menu ul li a:visited {
	
	
}

div.menu ul li a:hover {
	background-color: #fff;
	background: url(images/nav_fade.png) bottom repeat-x;
	
	
}


div#main {
	
}

div.post {
	padding-left: 10px;
}

h2.entry-title a, h2.entry-title a:visited {
	color:#8a231e;
}

h2.entry-title a:hover {
	color:#b63933;
}

h2.entry-title {
	
}
	

.entry-meta, .entry-content, .entry-utility {
	padding-left: 10px;
	color: #a49673;
}
div.entry-meta {
	
}

div.entry-content {
	color: #332d1f;
}

.entry-meta a, .entry-meta a:visited, .entry-utility a, .entry-utility a:visited {
	color: #a49673;
}

.entry-meta a:hover, .entry-utility a:hover {
	color: #994545;
}

div#primary {
	border: none;
	border-left: 1px solid #CCC;	
}

li.widget_text h3 {
	display: none;
}

li#text-3 div {
	text-align: center;
	
}

li#text-3 div img {
	margin: 5px 0px;
}

div#footer {
	background: #CCC url(images/footer_top.png) top left repeat-x;
}

#subsidiary .textwidget {
	vertical-align: middle;
	/*border-top: 1px solid red;*/
}

div#siteinfo {
	text-align: center;
	color: #aaa;
}

div#siteinfo a, div#siteinfo a:visited {
	color: #aaa;
}
div#siteinfo a:hover {
	color: #888;
}

.storeadress {
   padding-left: 20px;
   font-weight: bold;
}
.storebullet {
   font-size: 14px;
   color: #d22129;
   padding-left: 6px;
   padding-right: 6px;
}
.hourshead {
  font-size: 14px;
  font-weight: bold;
  color: #d22129;
  text-align: left;
}
.cantfindit {
  font-size: 24px;
  font-weight: bold;
  color: #d22129;
  text-align: left;
  padding-bottom: 4px;
}
.cantfindtext {
  font-size: 16px;
  color: #d22129;
  text-align: left;
}
#container {
  border-right: 2px solid #ccc;
}