/*
Theme Name: Craftygeek 2013 Wordpress Template
Theme URI: http://www.design.tomgirling.co.uk
Description: Design template for Craftgeek - 2013 Bootstrapped version
Author: Tom Girling
Version: 1.1
License: Private
License URI: license.txt
Tags: fixed-width, bespoke
*/
body {
	color: #404040;
	background: url(images/body_bg.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px 0px 15px;
}
p.quote {
	font-size: 1.4em;
	line-height: 1.3em;
	color: #5a716f;
	width:auto;
	text-align: center;
	margin: 0 auto 15px;
	padding: 5px 0px;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}
p.quote.narrow {
	width:60%;
	line-height:1.7em;
}
p.quote.narrow em {
	text-align:right;
	display:block;
	line-height:2em;
}
h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px 0px 15px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	line-height: 1.3em;
	padding: 0px;
	margin: 0px 0px 15px;
	font-weight:bold;
}
h3 {
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	line-height:1.3em;
	margin-top:0;
}
h5 {
	/*font-size: 1.4em;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px 0px 10px;*/
}
h6 {
	/*font-size: 1.4em;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px 0px 10px;*/
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}
a.more-link {
	float:right;
}

/* Lists */
ul {
	margin: 0px 0px 15px 25px;
	padding: 0px;
}
li {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0px 0px 5px;
	padding: 0px;
}
td li {
	font-size: 1em;
	line-height: 1em;
}
.float_left {
	display: inline;
	float: left;
}
.float_right {
	display: inline;
	float: right;
}
.clear {
	float:none;
	clear:both;
}
.cat_intro {
	margin: 0px 10px 10px;
}
.post {
	margin: 0px 0px 20px;
	padding:15px;
	border: 1px solid #CCC;
}
.rounded {
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
#header {
	height: 60px;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}
#logo {
	width:156px;
	height:48px;
	background: url(images/crafty_logo.jpg) no-repeat left top;
	display:block;
}

/* ------------------------------- MENU START --------------------- */
#menu {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	/*float: left;*/
	margin: 0;
}
#menu ul {
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#menu li {
	float: left;
	position: relative;
	font-size: 16px;
	margin:0;
}
#menu a {
	color: #eee;
	display: block;
	line-height: 1.4em;
	padding: 6px 20px;
	text-decoration: none;
}
#menu ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2em;
	left: 0;
	/*width: 188px;*/
	z-index: 99999;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
#menu ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 5px 10px;
	width: 168px;
}
#menu li:hover > a,
#menu ul ul :hover > a,
#menu a:focus {
	background: #efefef;
}
#menu li:hover > a,
#menu a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#menu ul li:hover > ul {
	display: block;
}
#menu .current-menu-item > a,
#menu .current-menu-ancestor > a,
#menu .current_page_item > a,
#menu .current_page_ancestor > a {
	font-weight: bold;
}
/* ----------------- END MENU */

#page {
	margin:20px 0px 0px;
	padding:0;
}
#content {
	background: #FFF;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	margin-top:30px;
	padding:20px;
}

/* ---------- COLUMN */
#column {
	margin-top:25px;
}
#column h2 {
	color:#fbad00;
	font: normal 1.4em/1.2em Verdana, Geneva, sans-serif;
	text-decoration: none;
}
#column ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#column li {
	color:#FFF;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px 0px 7px;
	padding: 0px;
	list-style-type: none;
}
#column li a {
	color:#FFF;
}
#column li a:hover {
	color: #76cbd5;
	text-decoration: none;
}
.tagcloud {
	line-height:2em;
}
.tagcloud a {
	color:#FFF;
}
.tagcloud a:hover {
	color: #76cbd5;
	text-decoration: none;
}
/* --------- END COLUMN */

#copy {
	text-align: center;
	margin: 20px 0px 20px;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	color: #707c67;
	text-decoration: none;
}
#copy a {
	font-size: 1em;
	color: #707c67;
	text-decoration: underline;
}
#copy a:hover {
	color: #76cbd5;
}

/* Forms */
label {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin:0 0 3px;
}
#cart label {
	margin:0 0 4px;
	padding:0;
	line-height:1.2em;
	display:block;
}
fieldset {
	border:none;
	margin: 0 0 10px;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=radio] {
	margin:0 5px 5px 0;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
form h4 {
	margin: 20px 0px 0px;
	padding: 0px;
}
/*input[type=submit] {
	background: url(images/button_submit.jpg) no-repeat left top;
	display: block;
	margin: 10px 0px 15px;
	padding: 0px;
	height: 30px;
	width: 101px;
	text-indent: -2500em;
	text-decoration: none;
	z-index: 1000;/* /* IE Fix*/
	/*cursor:pointer;
}*/
input[type=submit].book_now {
	background: url(images/button_book_now.jpg) no-repeat left top;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 10px;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	/*font-family: Georgia, serif;*/
	font-size: 12px;
	padding: 4px 0;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border: 1px solid #ddd;*/
	padding: 0px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

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

/* COMMENTS */
#comments {
	width:	100%;
	margin:	20px auto 10px;
	clear:	both;
}

#comments small {
	font-weight:	normal;
}

#comments ol {
	padding-left:		0;
}

.comment-list {
	padding-left:	0;
}

.thread-even, .thread-odd {
	background:		#f7f7f7;
	padding:		10px;
}
.thread-odd {
	background:		#fcfcfc;
}

#comments li {
	margin-bottom:			10px;
	list-style:				none;
	border:					1px solid #ebebeb;
	border-radius: 			5px; 
	-moz-border-radius: 	5px; 
	-webkit-border-radius: 	5px;
}

.children {
	margin-top:		15px;
	margin-left:	10px;
	background:		rgba(255,255,255,0.75);
	padding:		10px;
	border:			1px solid #ebebeb;
	border-radius: 			5px; 
	-moz-border-radius: 	5px; 
	-webkit-border-radius: 	5px;
}

#comments .children li {
	border:		none;
}

#comments .comment-author {
	font-size:		16px;
}

#comments .comment-author span {
	font-size:		13px;
}

#comments .comment-meta {
	font-size:		12px;
}

#comments p {
	font-size:		14px;
}

#comments .reply {
	font-size:		14px;
}

#respond {
	border-top:		2px dashed #f5f5f5;
	padding-top:	15px;
	margin-top:		20px;
}

#respond label {
	margin-left:		10px;
	color:				#bbb;
}

#respond label[for="author"], #respond label[for="email"] {
}

#respond input[type="text"] {
	border-radius: 			5px; 
	-moz-border-radius: 	5px; 
	-webkit-border-radius: 	5px;
}

#respond textarea {
	border-radius: 			5px; 
	-moz-border-radius: 	5px; 
	-webkit-border-radius: 	5px;
	width:					100%;
}

#respond input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 			5px; 
	-moz-border-radius: 	5px; 
	-webkit-border-radius: 	5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

#respond input[type="submit"] {
  color: #FFFFFF;
  background-color: #789822;
  border:			none;
}
#respond input[type="submit"]:hover,
#respond input[type="submit"]:focus {
  color:				#FFFFFF;
  text-decoration:		underline;
  background-color:		#627c1c;
}


/* HOME PAGE SPECIFIC */
.home_post_intro {
	padding:10px 10px 0px;
	border: 1px solid #CCC;
	margin:	0 0 20px;
}

.home_post_intro h4 {
	min-height:	40px;
}

.home_post_thumb {
	width:100%;
	height:165px;
	overflow:hidden;
	vertical-align:central;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
	.home_post_intro h4 {
		min-height:	36px;
		font-size:	1em;
	}
}
@media only screen and (max-width: 991px) {
	.home_post_intro h4 {
		min-height:	inherit;
		font-size:	1.2em;
	}
}
@media only screen and (max-width: 767px) {
	.home_post_intro h4 {
	}
}

/* ADVERTS */
.ad_footer {
	width: 728px;
	margin: 30px auto 20px;
}

/* IMAGES */
.img_thumb {
	float:left;
	display:inline-block;
	margin: 0px 20px 0px 0px;
}

/* ADDTHIS */
.addthis_toolbox {
	display: block;
	float: right;
	height: 16px;
	margin: 4px 0px;
	padding-left: 65px;
	background: url(images/share.gif) no-repeat left center;
	min-width:150px;
}
/* PAYPAL DONATIONS */
.donate {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 2px solid #cdd4d8;
	padding: 10px;
	margin: 10px auto;
	clear: both;
	float: none;
}
.donate p {
	font-size: 1.2em;
	margin-bottom: 0;
}
.donate form {
	margin:0 15px 0 0;
	float: left;
	display: inline-block;
}
a.pdf, a.info {
	display: inline-block;
	height:30px;
	padding: 6px 0 0 35px;
	margin-bottom:5px;
}
a.pdf {
	background: url(images/pdf_icon.png) no-repeat left top;
}
a.info {
	background: url(images/info_icon.png) no-repeat left top;
}

/* AIRGUN DOWNLOAD SECTION */
.airgun_downloads {
	background: url(images/try_these.jpg) no-repeat 270px 240px;
}
.airgun_downloads.airgun_targets {
	background-position: 250px 200px;
}
.airgun_downloads.airpistol_targets {
	background-position: 310px 190px;
}
.airgun_downloads.airrifle_targets {
	background-position: 270px 245px;
}
/* PRODUCT LINKS */
.air_prod_link {
	line-height: 2em;
}
/* PAGING - PAGINATION */
.paging {
	margin: 10px;
	font-size:1.4em;
}
.paging a {
}
.paging a:hover {
}

.at-recommended-label {
	color:#FFF; !important
}

/* ------------------- youtube video */
.flex {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-top:10px;
	margin-bottom: 25px;
	overflow: hidden;
}
.flex.widescreen { padding-bottom: 57.25%; }
.flex.vimeo { padding-top: 0; }
.flex iframe,
.flex object,
.flex embed,
.flex.ad iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flex.ad {
	clear:both;
	float:none;
	height:auto;
	padding-bottom:0;
	padding-top:0;
	display:block;
	width:auto;
	margin: 20px auto;
	text-align:center;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
	.flex { padding-top: 0; }
}

/* ------------------- end youtube video */
/* banner */
#banner {
	height:90px;
}
#banner div {
}
@media only screen and (max-width: 1199px) {
	#banner {
		height:73px;
	}
}
@media only screen and (max-width: 991px) {
	#banner {
		height:55px;
	}
}
@media only screen and (max-width: 767px) {
	#banner {
		display:none;
	}
}