/*
Theme Name: Tasty Magic
Theme URI: http://wordpress.org/
Description: 
Version: 1.6
Author: Alex Gray
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

body {margin:0;padding:0;background:black;font-size:12px;font-family:Arial, Helvetica, san-serif;}
p {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:1.3em;
}

a {

color:#D2B48C;
}

h1 {font-size:18px;font-family:Arial, Helvetica, sans-serif;color:#ffffff;}
h2 {font-size:20px;font-family:Arial, Helvetica, sans-serif;color:#ffffff;}
h3 {font-size:15px;font-family:Arial, Helvetica, sans-serif;color:#fff;margin-top:0;}
ul {font-size:11px;font-family:Arial, Helvetica, sans-serif;color:#333333;}
ol {font-size:15px;font-family:Arial, Helvetica, sans-serif;color:#ffffff;}
fieldset {border:0;}
p.fb-like {margin:0;padding:0;}
.sidebarleft img {margin-top:20px;}
div.datetop {margin-top:-6px;}
div.datetop p {margin:0;padding:0;font-size:11px;}
div.post h1 a {color:white;}
label {color:white;}
div.wpsc_product_price {color:white;}

div.sidebarleft {margin-left:16px;}
div.productdisplay {width:400px;}
#shoppingcart {}
#shoppingcartcontents {padding:5px;background:white;color:#333;}
.shopping-cart-wrapper {background:white;color:#333;padding:5px;}
#sliding_cart {background:white;color:#333;padding:5px;}
.wpsc_variation_forms {margin-left:0;padding-left:0;}

#container {width:950px;margin:0 auto;}
#header {height:154px;width:950px;float:left;background:url(header.jpg);}

#title {float:right;margin-top:90;height:auto;width:700px;}
#title h1 {margin-right:120px;}
.pack {float:right;margin-top:0;height:200px;width:350px;}
.right {float:right;margin-left:6px;}
.left {float:left;margin-right:6px;}
.nocomments {display:none;}
.pricedisplay {color:white;}

.visitshop a {color:#642c1b;}

.clear {clear:both;visibility:hidden;}

#content {width:932px;height:auto;float:left;background:url(body-nobox.jpg) no-repeat black;padding-right:18px;}
#contentfade {width:932px;height:auto;float:left;background:url(body-fade.jpg) no-repeat black;padding-right:18px;}
#contentleft {width:400px;float:left;}
#contentright {width:200px;float:right;}
#content-prod {width:932px;height:411px;float:left;background:url(body.jpg) black;padding-right:18px;}
#content-black {width:932px;float:left;background:url(body-black.jpg) no-repeat;padding-right:18px;}
#leftflash {float:left;width:267px;height:400px;}
#leftflash ul {list-style:none;margin:0;padding:0;}
#rightcontent {float:right;width:633px;}
#rightcontent-prod {float:right;margin-top:0;width:633px;}
#rightcontent-prod p {margin-top:0;}
#rightcontent-prod table {padding:0;margin:0;}
#rightcontent-prod table td {padding:0;margin:0;}

#rightcontent-about {float:right;margin-top:18px;width:633px;height:380px;overflow:scroll;}
#rightcontent-about p {margin-top:0;}
#rightcontent-about table {padding:0;margin:0;}
#rightcontent-about table td {padding:0;margin:0;}

#footer {clear:both;background:url(footer.jpg) black;width:950px;height:59px;}
#footer p {padding:0;}
#footer-about {clear:both;background:url(footer_about.jpg);width:950px;height:237px;}
#footer-black {clear:both;background:url(footer-black.jpg);width:950px;height:237px;}
#footer-grad {clear:both;background:url(footer-grad.jpg);width:950px;height:237px;}
#footer a {color:yellow;}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.5em;
	color:white;
	}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px 0;
	padding: 5px 0;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

input#searchsubmit {
	padding: 1px;
	background:#612e1b;color:white;
	padding:4px;border:none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}




/* Starts Menu CSS */

.nav {
	float:right;
	margin-top:0;
	height:154px;
	width:650px;
}

.menu-header-menu-container{
	 margin-top: 35px;
   	 height: 40px;
        width: 650px;
}

.menu {
	color: #fff;
   	font-family: Arial,Helvetica,sans-serif;
    	font-size: 14px;
}


.menu-item {
    background-color: #8E6531;
    border: 1px solid #000000;
    display: block;
    float: left;
  line-height: 40px;
    list-style: none outside none;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 98px;
    z-index: 4;
}

.menu-item a {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.menu-item a:hover {
    	color: #000;
	
}
.sub-menu {
	display: none;
	color: #fff;
   	font-family: Arial,Helvetica,sans-serif;
    	font-size: 14px;
	padding-left: 0;
}

.sub-menu li {
	float:none;
	padding-right:0px;
        line-height: 26px;
        width: 150px;
        text-align: left;
	padding-left: 5px;
}

/* End Menu CSS */




/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

