/*
Theme Name: Outdoor Purrformance
Theme URI: http://www.outdoorpurrformance.com/
Description: The custom WordPress theme for the Outdoor Purrformance website.
Version: 1.0
Author: Matthew Scott
Author URI: http://www.logicalchaostheory.com/
Tags: Outdoor Purrformance
*/
@charset "utf-8";
*{
	margin:0;
	padding:0;
}
a img{
	border:0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0E2C8E;
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a{
	color:#445577;
	text-decoration:none;
	font-size:0.8em;
}

a:hover{
	color:#ff0000;
}

.page #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.page #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:100px;
	background:url(/wp-content/themes/outdoorpurrformance/images/header.jpg) no-repeat left top #0E2C8E;
} 
.page #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.page #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.page #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
}

.page #sidebar1 h3,
.page #sidebar2 h3{
	background:#ffff00;
	border:1px solid #ff0000;
	border-left:0;
	border-right:0;
	width:130px;
	padding:5px;
	font-size:0.9em;
}

.page #sidebar2 p{
	padding:5px;
	font-size:0.7em;
}

.page #mainContent { 
	float:left;
	width:498px;
	border:1px solid #ff0000;
	border-bottom:0;
} 
.page #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/wp-content/themes/outdoorpurrformance/images/footer.jpg) no-repeat left top #0E2C8E;
	font-size:0.7em;
	border-top:1px solid #ff0000;
} 
.page #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


ul.hours{
	list-style:none;
	font-size:0.7em;
	padding:5px;
}


#sideNav{
	list-style:none;
}

#sideNav li a{
	padding:5px;
	height:20px;
	padding-top:10px;
	background:url(/wp-content/themes/outdoorpurrformance/images/sidenav/nav-item.jpg) no-repeat left top;
	font-size:0.7em;
	color:#000;
	display:block;
}

#sideNav li a:hover{
	background-position:bottom;
	color:#333;
}


#weather{
	padding:2px;
}

div.content h2{
	padding-left:10px;
}

div.content{
	padding:20px 20px 20px 24px;
	float:left;
}

div.content p{
	font-size:0.8em;
	padding:10px;
}

div.content img.left{
	float:left;
	clear:left;
	margin-top:20px;
	margin-left:30px;
}

div.content img.right{
	float:right;
	margin-top:20px;
	margin-right:30px;
}

.sale-title{text-align:center;font-size:24px;}
.sale-title span{color:#ff0000;}
.sale-subtitle{text-align:center;font-size:18px;font-weight:bold;}
.sale-body{text-align:center;font-size:10px;}

#saleFlash{margin:0px 0px 25px 0px;}

#shopImg{width:450px;}

/* Social Media */
.social-media a {float:left;margin:10px 10px 0px 10px;}