/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */

body {
	background-attachment:scroll;
	background-image: url(http://www.dillpicklegear.com/wp-content/website-images-2/bg-texture.jpg);
	background-repeat:repeat;
	color: #000000;
}

body a:link
{
	color: #000000;
}

body a:visited {
	color: #474747;
}



#wrapper {
	display: block;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	}


}

#page {
	display: block;
	margin: 1em;
}
#primary {
	float: left;
	margin: 0 0px 0px 0px;
	width: 1000px;
	background-repeat: repeat-y;
	padding-bottom: 0px;
        padding-left: 0px;
        background-image: url(http://www.dillpicklegear.com/wp-content/website-images-2/center-fill-repeatable.jpg);
	

}

#sidebar-wrapper {
	width: 720px;
	height: auto;
        display: inline;
        
}

#secondary {
	margin-top: 0px;
	margin-right: 20px;
	height: auto;

}

#secondary a:link {
	#000000;
}
	

#content {

	margin-top: 0px;
	margin-left: 50px;
	margin-right: 20px;
	width: 700px;
	text-indent: 0px;
	color: #000000;
	font-size: 1.05em;
        float: left;
}



#main .widget-area {
	float: right;
	overflow: hidden;
	width: 200px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 50px;
	margin-bottom: 10px;
	width: 900px;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0 0em;
	align: center;

}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}

hgroup {
        display: block;
        float: left;
        height: 140px;
}


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

#access {
	display: inline;
	float: left;
	margin-top: 30px;
	width: 600px;
        height: 130px;
	font-size: 1.2em;
	}


#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	color: #f4e8db;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background-image: url(http://www.dillpicklegear.com/wp-content/website-images-2/bg-texture.jpg);
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
	text-align: left;
}
#access li:hover > a,
#access ul ul :hover > a {
color: #e8d0b5;
	
}
#access ul ul a:hover {
	background-image: url(http://www.dillpicklegear.com/wp-content/website-images-2/bg-texture.jpg);
	color: #e8d0b5;
}
#access ul li:hover > ul {
	display: block;
	color: #e8d0b5;
}


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

.entry-header {
	color:#000000;
}

.item-price {
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px;
	color: #000000;
	
}

#contact-form {
	float: left;
	margin: 20px;
}

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: left;
	width: 50%;
}
#content #nav-above {
	display: inline;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {

	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
	margin-top: 0px;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {

}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}

/* Cathy's Overrides */

.top_right_menu {
	position: absolute;
	right: 0px;
	top: 15px;
	padding-right: 10px;
}

.top_right_menu a:link {
	text-decoration: none;
	color: #A7BC91;
}

.top_right_menu li {
	display: block;
	float: left;
	padding-left: 7px;
}

.top_right_menu li + li {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}

#access {
	font-size: medium;
	position: absolute;
	right: 0px;
	top: 80px;
	width: auto;
}

#primary {
	position: relative;
	padding-bottom: 115px;
}

.footer_menu {
	background-color: #F8F8F8;
	color: black;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding-bottom: 20px;
}

.footer_menu a:active {
	text-decoration: underline;
}

.footer_menu > ul.menu > li.menu-item {
	display: block;
	float: left;
	width: 25%;
}

.footer_menu > ul.menu > li.menu-item > a {
	font-size: larger;
	font-weight: bold;
}

.footer_menu > ul.menu > li.menu-item > ul.sub-menu {
	list-style-type: disc;
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}

.footer_menu > ul.menu > li.menu-item > ul.sub-menu > a {
	text-decoration: none;
}

/* menu */

#access {

	height: 37px;

	margin-bottom: 15px;

	padding: 0px 5px;

}

#access ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

#access > div > ul > li {

	position: relative;

	float: left;

	z-index: 20;

	padding: 6px 5px 5px 0px;

}

#access > div > ul > li:hover {

}

#access > div > ul > li > a {

	

	color: #FFF;

	line-height: 14px;

	text-decoration: none;

	display: block;

	padding: 6px 10px 6px 10px;

	margin-bottom: 5px;

	z-index: 6;

	position: relative;

}

#access > div > ul > li:hover > a {

	background: #000000;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	border-radius: 5px;

}

#access > div > ul > li > ul {

	/*display: none;*/

	background: #FFFFFF;

	position: absolute;

	z-index: 5;

	padding: 5px;

	border: 1px solid #000000;

	-webkit-border-radius: 0px 0px 5px 5px;

	-moz-border-radius: 0px 0px 5px 5px;

	-khtml-border-radius: 0px 0px 5px 5px;

	border-radius: 0px 0px 5px 5px;

	background: url('/store/catalog/view/theme/dillpickle/image/menu.png');

}

#access > div > ul > li:hover > ul {

	display: table;

}

#access > div > ul > li > ul > li {

	display: table-cell;

}

#access > div > ul > li ul + ul {

	padding-left: 20px;

}

#access > div > ul > li ul > li > a, #access ul ul a {

	text-decoration: none;

	padding: 4px;

	color: #FFFFFF;

	display: block;

	white-space: nowrap;

	min-width: 120px;

}

#access > div > ul > li ul > li > a:hover, #access ul ul a:hover {

	background: #000000;

}

#access > div > ul > li > ul > li > a, #access ul ul a {

	color: #FFFFFF;
	background-image: none;

}

#sidebar-wrapper {
	position:relative;
	top: 30px;
}

#page {
	position:relative;
}

#page header {
	margin-bottom: 10px;
}