/*
Theme Name: JKidding
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Automattic/Thibert
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.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready

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 {
	padding: 0;
	margin: 0;
	background-image: url(images/background.png);
	background-repeat: repeat;
	background-position: center top;
}
a:link, a:visited {
	text-decoration:none;
	color:#06C;
}
a:hover, a:active {
	color:#C00;
}
#page {
	background-color:#fff;
	display: block;
	padding: 1em;
	margin: 0 1em;
	margin-left: auto;
	margin-right: auto;
	max-width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#primary {
	float: left;
	width: 100%;
}
#content {
	font-size:1.1em;
	margin:.5em 3em;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#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: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  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;
}
.edit-link a {
	display: inline-block;
	font-family: 'Chewy', arial, sans-serif;
	text-decoration:none;
	width:auto;
	padding:6px;
	background-color:#06C;
	border-radius:8px;
	color:#fff;
	text-shadow: 1px 1px 1px #333;
}
.edit-link a:hover {
	background-color:#C00;
}

/* =Header
-------------------------------------------------------------- */
#branding {
	clear:both;
}
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	float:right;
	font-family: 'Indie Flower', arial, sans-serif;
	text-align:right;
}
#site-description h2 {
	font-family: 'Chewy', arial, sans-serif;
	font-size:28px;
	font-weight:normal;
	margin: 4px 0 6px 0;
}


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

#access {
	display: block;
	text-align:center;
}
#access ul {
	display:inline-block;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	text-align:center;
}
#access li.current_page_item a {
	background-image: url(images/menu/tab_selected.png) !important;
}
#access a {
	display: block;
	height: 46px;
	width: 120px;
	background-image: url(images/menu/tab.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size:24px;
	padding-top:18px;
	text-decoration: none;
	font-family: 'Chewy', arial, sans-serif;
	color:#000;
}
#access a:link, #access a:visited {
	color:#000;
}
#access a:hover, #access a:active {
	color:#C00;
}
#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: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover a{
	background-image: url(images/menu/tab_hover.png);
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


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

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

/* 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 {
	background: #eee;
	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;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

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

/* =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;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
#colophon a:link, #colophon a:visited {
	color:#333;
	text-decoration: none;
}
#colophon a:hover, #colophon a:active {
	text-decoration:underline;
}

.jk_product {
	float: left;
	width: 285px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #475EC5;
	background-color:#ECEEF9;
	margin:3px;
	padding:2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.jk_product select {
	display: inline;
	margin: 1px;
}
.jk_product td {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #475EC5;
}
.jk_product .jk_image {
	float: left;
}
.clear {
	clear: both;
}
.jk_apronitem {
	margin: 3px;
	float: left;
	width: 32%;
	text-align: center;
}
.jk_divide {
	clear: both;
	border-bottom: dashed 2px #333;
}
label {
	cursor:pointer;
}