/*
Theme Name: Pickups Plus
Theme URI: 
Description: 
Author: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/

@import "fonts/stylesheet.css";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Layout
-------------------------------------------------------------- */

body {
	background: #fff url(images/site-bg.jpg) center top repeat-x;
	margin: 0;
	font-family: 'exoregular';
	font-size: 14px;
	height: 100%;
	line-height: 1.3;
}

* html {
	height: 100%;
}

.container {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#header {
	background: #000 url(images/header-bg.jpg) repeat-x;
	height: 182px;
	text-align: center;
	box-shadow: 0 0 10px #000;
}

#header .container {
	background: #000 url(images/header.jpg) no-repeat;
	height: 182px;
}

#logo {
	margin: 25px 0 0 52px;
	float: left;
}

#headerRight {
	float: right;
}

#social {
	float: right;
	width: 145px;
	height: 37px;
	padding: 35px 0;
}

#phone {
	float: right;
	width: 265px;
	height: 41px;
	font-size: 32px;
	color: #fff;
	font-family: 'exodemibold';
	padding: 20px 0;
	line-height: 1em;
}

span.topAddress {
	font-size: 12px;
}

#findus {
	float: right;
	width: 165px;
	height: 67px;
	padding: 20px 0;
	color: #fff;
	font-size: 20px;
}

#findus img {
	position: relative;
	top: 12px;
}

/* =Menu
-------------------------------------------------------------- */

#navigation {
	background: url(https://pickupsplus.net/wp-content/themes/pickupsplus/images/menu-bg.png) top repeat-x;
	height: 65px;
	float: right;
	margin-top: 10px;
	font-family: 'exodemibold';
}

#access {
	display: block;
	margin: 0 auto;
	width: 630px;
	text-align: left;
}
#access .menu-header,
div.menu {
	font-size: 15px;
	width: 630px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 65px;
	padding: 0 18px;
	text-decoration: none;
	margin-right: 1px;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 65px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #000;
	line-height: 1em;
	color: #fff;
	padding: 10px;
	width: 180px;
	height: auto;
}
#access li:hover > a {
	background: #cc0000 url(images/menu-corner.jpg) left top no-repeat;
	color: #000;
}
#access ul ul :hover > a {
	background: #cc0000;
	color: #000;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #cc0000 url(images/menu-corner.jpg) left top no-repeat;
	color: #000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background: #cc0000 url(images/menu-corner.jpg) left top no-repeat;
	color: #000;
}
#access ul ul li.current_page_item > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	background: #cc0000;
	color: #000;
}
* html #access ul ul li.current_page_item a,
* html #access ul ul li.current-menu-ancestor a,
* html #access ul ul li.current-menu-item a,
* html #access ul ul li.current-menu-parent a,
* html #access ul ul li a:hover {
	background: #cc0000;
	color: #000;
}

#teaser {
	width: 980px;
	margin: 25px auto 15px auto;
	padding: 0;
	text-align: left;
}

#teaser ul {
	margin: 0;
}

#content {
	background: url(images/content-bg.png) top center no-repeat;
	text-align: center;
	margin: 25px 0;
}

#content h1 {
	background: url(images/h1-bg.png) no-repeat;
	font-size: 30px;
	line-height: 48px;
	color: #fff;
	padding: 0 30px;
	margin: 20px;
}

#content h2 {
	background: url(images/h2-bg.png) no-repeat;
	font-size: 20px;
	line-height: 41px;
	color: #fff;
	padding: 0 30px;
	margin: 20px;
}

#content h2.entry-title,
#author-description h2 {
	background: url(images/h1-bg.png) no-repeat;
}

#content h2 a {
	color: #fff;
}

#content p {
	margin: 10px 20px;
}

#content a {
	color: #cc0000;
}

#content a:hover {
	color: #000;
}

#content a.button {
	background: url(images/button.png) left no-repeat;
	color: #fff;
	padding: 5px 20px 5px 0;
	text-decoration: none;
}

#content a.button span {
	background: url(images/button2.png) right no-repeat;
	color: #fff;
	padding: 5px 20px 5px 20px;
}

#content a.button:hover {
	background: url(images/buttonh.png) left no-repeat;
	color: #fff;
}

#content a.button:hover span {
	background: url(images/buttonh2.png) right no-repeat;
	color: #fff;
}

#content ul {
	margin: 10px 20px 10px 50px;
	list-style: disc;
}

#content ol {
	margin: 10px 20px 10px 50px;
	list-style: decimal;
}

.home #content .container {
	background: #fff url(images/content-inner-bg.jpg) top no-repeat;
	border-top: #cc0000 solid 5px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.page #content .container {
	background: #fff url(images/content-inner-bg2.jpg) top no-repeat;
	border-top: #cc0000 solid 5px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#topCat a {
	text-decoration: none;
}

a .title {
	background: #000;
	padding: 1px;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
}

a:hover .title {
	background: #fff;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	color: #000;
	text-decoration: none;
}

#category1 {
	width: 245px;
	height: 200px;
	background: #000 url(images/cat-jeep.jpg) no-repeat;
	text-decoration: none;
	float: left;
}

#category2 {
	width: 245px;
	height: 200px;
	background: #000 url(images/cat-body.jpg) no-repeat;
	text-decoration: none;
	float: left;
}

#category3 {
	width: 245px;
	height: 200px;
	background: #000 url(images/cat-bed.jpg) no-repeat;
	text-decoration: none;
	float: left;
}

#category4 {
	width: 245px;
	height: 200px;
	background: #000 url(images/cat-hitches.jpg) no-repeat;
	text-decoration: none;
	float: left;
}

#homeCol {
}

#content .container {
	background: #fff;
	border-top: #cc0000 solid 5px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#featured {
	background: #ebebeb;
	border-top: #cc0000 solid 5px;
	margin-top: 40px;
}

#featured img {
	float: right;
	margin: 10px;
}

.featcont {
	position: relative;
	bottom: 40px;
}

#feat1 {
	float: left;
	width: 485px;
}

#feat2 {
	float: right;
	width: 485px;
}

#botGal {
	height: 175px;
}

#botGal img {
	float: left;
}

#footer {
	background: #000;
	border-top: #cc0000 solid 6px;
	text-align: center;
	color: #fff;
	height: 320px;
}

#footer p {
	margin: 10px 20px;
}

#footer a {
	color: #fff;
	text-decoration: underline;	
}

#footer a:hover {
	color: #fff;
}

#footer .container {
	background: #000 url(images/footer-bg.jpg) center top no-repeat;
}

#footer-widget-area ul {
	list-style: none;
	margin: 0;
}

#footer-widget-area #first {
	float: left;
	width: 600px;
}

#footer-widget-area #second {
	float: right;
	width: 350px
}

#footer-widget-area h3  {
	color: #fff;
	margin: 10px;
	font-size: 18px;
}

#footer-widget-area .textwidget ul {
	float: left;
	margin: 0 0 0 20px;
}

.copyright {
	margin: 10px 0;
}

/* =Content
-------------------------------------------------------------- */


#maincol {
	float: left;
	width: 670px;
}

#maincol li {
	margin-bottom: 3px;
}

#sidebar {
	float: right;
	width: 290px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
}

#sidebar ul ul {
	list-style: none;
	margin: 10px;
}

#sidebar li {
	list-style: none;
	margin: 0;
}

#sidebar li li {
	list-style: none;
	margin: 0;
}

#sidebar p {
	margin: 10px 0;
}

#sidebar form {
	margin: 10px 0;
}

#sidebar h3 {
	color: #fff;
	background: #000;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 10px;
}

#sidebar .textwidget {
	background: #ebebeb;
	padding: 20px;
}

.widget-container {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* =Default Syles
-------------------------------------------------------------- */

.ngg-galleryoverview {
	margin: 20px;
}

#form1 input {
	width: 230px;
	padding: 2px;
}

#form1 input#button {
	width: 100px;
}

#form1 textarea {
	width: 230px;
	height: 70px;
	padding: 2px;
}

dl {
	margin: 10px;
}

form {
	margin: 10px 20px;
}

strong {
	font-weight: bold;
}

hr {
	background: url(https://pickupsplus.net/wp-content/themes/pickupsplus/images/hrule.png) repeat-x;
	height: 3px;
	border: none;
	margin: 20px;
}

img.alignleft {
	float: right;
	margin: 10px;
	border: #000 solid 3px;
}

img.alignright {
	float: right;
	margin: 10px;
	border: #000 solid 3px;
}

#nav-above, #nav-below, .entry-meta, .entry-utility {
	margin: 10px;
}

#nav-above, #nav-below, .entry-meta, .entry-utility {
	margin: 10px 20px;
}

.post {
	border-bottom: #0c45a9 solid 1px;
}

.clear {
	clear: both;
}

ul#socialbar {
	list-style: none;
	padding: 0;
	margin: 20px;
}

ul#socialbar li {
	float: left;
	display: block;
	margin: 10px;
}

table#productlines {
	width: 640px;
	margin: 20px;
	border-left: #f1f1f1 solid 1px;
	border-top: #f1f1f1 solid 1px;
}

table#productlines td {
	border-right: #f1f1f1 solid 1px;
	border-bottom: #f1f1f1 solid 1px;
	padding: 5px;
	vertical-align: top;
	text-align: center;
}