/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#page { max-width: 1200px; }

#navigation {
position: relative;
}
#main-nav {
clear: left;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
left: 50%;
text-align: center;
}
.nav li {
display: block;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
right: 50%;
}
.nav li:hover, .nav li.hover {
position: relative; text-decoration: underline;
}
.nav li a:hover {
text-decoration: underline;
}

.nav li ul li {
left: 0;
}

#logo { float: none; margin: 0 auto; width: 80%; text-align: center;}

#logo .site-title a:hover { text-decoration: none; color: #c20000; }

.site-description { text-align: right; margin-right: 25%; }

.widget_woo_blogauthorinfo p { line-height: 180%; letter-spacing: 1px; margin-right: 3%; }

.entry img, img.thumbnail { background: none; border: medium none; padding: 5px; }

#main { max-width: 720px; margin: 0 auto; }

.page-id-186 #main { max-width: 1200px; }

.page-id-5076 #main { max-width: 1200px; }

.page-id-5087 #main { max-width: 1200px; }

h2.entry-title { font-size: 165%; font-family: Arial Narrow; }

.pfpReadMore { font-size: 80%; float: right; }

.pfpItem entry-content { font-size: 90%; font-family: trebuchet; }

.homestyle { text-transform: uppercase; font-family: Arial Narrow; letter-spacing: 1px; text-shadow: 1px 1px 1px #ddd; }

.homestyle a { color: #999; }

.homestyle a:hover { color: #000; text-decoration: none; }

#footer-widgets { margin-top: -50px; padding-top: 0px; font-size: 90%; border-top: 1px solid #ddd; }
#footer-widgets h3 { text-transform: uppercase; font-family: Arial Narrow; letter-spacing: 1px; text-shadow: 1px 1px 1px #ddd; font-size: 120%; color: #999; border-bottom: 0px solid #e6e6e6; }


.widget h3 {
  margin: 0 0 0.8em 0;
  padding: 0 0 0.8em;
  font: normal bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  border-bottom: 1px solid #e6e6e6; }

.widget_pages li  {
list-style: none;
margin: 0;
padding: 4px 0 0 0;
position: relative;
text-transform: uppercase;
text-spacing: 1px;
}

#footer a { color: #fff; border: 0px; }
#footer a:hover { color: #c20000; }

.hoverhome figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hoverhome figure:hover img {
	opacity: .5;
}

ul.products li.product { max-width: 24%; padding-top: 50px; padding-right: 6%; }


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


	
}