/*
Theme Name: Xocoatl
Theme URI: http://www.emrl.com
Description: Theme designed for Ginger Elizabeth Chocolates.
Version: 0.6
Author: EMRL
Author URI: http://themes.emrl.com
Tags: custom
*/
/*
:focus doesn't validate like this but oh well :(
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.6; background: #fff; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; text-decoration: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.25em; }
h2 { font-size: 1.7em; margin-bottom: 0.375em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: .5em; }
h4 { font-size: 1.3em; line-height: 1.25; margin-bottom: .625em; }
h5 { font-size: 1.1em; margin-bottom: .75em; }
h6 { font-size: 1em; }

/* Text Elements
------------------------------------*/

p { margin-bottom: 1.2em; }

/* site */

body, html {
	height:100%;
	min-height: 100%;
}

body {
	font-size:80%;
	margin:0;
	padding:0;
	width:100%;
	background-image:url('images/ginger_01.gif');
	background-repeat:no-repeat;
	background-color:#5A3D1B;
	background-attachment: scroll;
	background-position:100% 400px;
	display:block;
	position: relative;
}

/* home page */

body.home {
	background-image:none;
	background-color: #5A3D1B;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
}
* {	margin:0px auto; padding:0;}

.home #mainmain {
	min-height:600px;
	height:100%;
	display:block;
	position:relative;

}

.home img#logo {
	position:absolute;
	width:300px;
	height:90px;
	top:-100px;
	left:50%;
	margin-left:-150px;
}
.home #main { 
	width: 100%;
	height: 400px;
	background-color:#85786d;
	position: absolute;
	top: 50%;
	left:0;
	margin-top:-200px;
	display: block;
	border-top: #FFF 3px solid;
	border-bottom: #FFF 3px solid;
	padding:0;
}

.home #main-container { 
	width: 900px;
	margin: 0 auto;
	display: block;
	border-right:#FFF 3px solid;
	border-left:#FFF 3px solid;
	height:100%;
}
.home #slide { width:597px; float:left; border-right:#FFF 3px solid; height: 100%; overflow:hidden; }
.home #promo { width: 300px; float:right; text-align: center; }
.home #promo h1 { color: #ab4751; font-size:2.5em; font-family:Times, Times New Roman; }
.home #promo-pic {
	width:100%;
	height:223px;
	border-bottom:#FFF 3px solid;
}

.home #promo-txt {
	width:100%;
	height: 177px;
	background-color:#f7ecd0;
}
.home #ieroot #promo-txt {
	height:171px!important;
}
.home a:link {	color: #AD9E8D;	text-decoration: none;}
.home a:visited {	text-decoration: none;	color: #AD9E8D;}
.home a:hover {	text-decoration: underline;	color: #F8ECCF;}
.home a:active {	text-decoration: none;	color: #AD9E8D;}

#home-footer {
	width:100%;
	height:100px;
	position:absolute;
	left:0;
	bottom:-120px;
}

	
/* Site */

#wrapper {
	position:relative;
	width:51%;
	min-height:100%;
	float:left;
	background:#F8ECCF;
	margin-left: -3px;
	margin-bottom: -20px;
	padding:0 0 20px 0;
	border-right:3px #FFF solid;
	display:block;
}
.blogtitle {
	margin-top:40px;
}
#sidebar {
	float:right;
	width:49%;
}
#sidebar #slide-container {
	background-color: #85786D;
	border-bottom: #FFF 3px solid;
	position: relative;
	height:400px;
	z-index:-1;
}
#imagecontainer {
	width:400px;
	height:400px;
	border-right:#FFF 3px solid;
	overflow:hidden;
}

#content {
	float:right;
	width:550px;
}

/* Hack! This is here to fix the spacing issue on the Products pages. */
.parent-pageid-279 .entry>p{
	display:none;
}
.post-355 .entry>p{
	display:block!important;
}
/* End hack */

.entry .product strong {
	font-family: Georgia;
	font-size:1.1em;
}
.entry .product img, .grid img {
	margin:0px 10px 5px 0px;
	padding:1px;
	border: #6b5132 1px solid;
}

.entry .product img.alignleft {
	/*margin:0px 10px 10px 0px;*/
}
.entry .product {
	margin-bottom:20px;
}
.hentry h2 {
	color: #26100e;
	font-size:1.2em;
}
#topmenu {
	width:150px;
	float:left;
	margin:0;
	padding:0 20px 0 0;
	text-align: right;
	list-style-type: none;
}
	#topmenu li {
		height:25px;
		font-size: .95em;
	}
	#topmenu a {
		text-decoration: none;
		display:block;
		padding-right:10px;
		font-family: Arial;
		color:#26100e;
		line-height: 1.2em;
		font-stretch: semi-expanded;
	}
	#topmenu a:hover, #topmenu li.current_page_item a, #topmenu li.current_page_ancestor a {
		color:#af4550;
	}
	#topmenu li.current_page_item, #topmenu li.current_page_parent {
		background-image: url(images/bullet.png);
		background-repeat: no-repeat;
		background-position: 100% 25%;
	}
	#topmenu li.current_page_item, #topmenu li.current_page_parent {
		background-image: url(images/bullet.png);
		background-repeat: no-repeat;
		background-position: 100% 25%;
	}
#entry {
	width:300px;
	float:left;
	padding-right:50px;
	padding-left:20px;
	border-left:#000 1px solid;
	min-height:200px;
  	height:auto !important;
  	height:200px;
  	font-family:Georgia
}
	#ieroot #entry {
		padding-right:0px!important;
	}
#home-footer {
	text-align: center;
	width:100%;
}
#home-footer>a{
	display:inline-block;
	height:15px;
	overflow:hidden;
}
#home-footer>a.fb{
	height:25px;
}

#home-footer>a {
	margin-right:10px;
}

#home-footer>a:hover img{
	margin-top:-15px;
}
#home-footer>a.fb:hover img{
	margin-top:0px;
}
#footer {
	width:100%;
	margin-top:40px;
	clear:both;
}
.body {
	font-family:georgia;
	color:#26100E;
	font-size:12px;
	margin:0;
	line-height:22px;
}
a.body:link {
	color:#26100E;
	text-decoration:none;
	border:0;
}
a.body:visited {
	color:#26100E;
	text-decoration:none;
}
a.body:hover {
	color:#26100E;
	text-decoration:underline;
}

#entry a:link {
	color:#AF4550;
	text-decoration:none;
}
#entry a:visited {
	color:#AF4550;
	text-decoration:none;
}
#entry a:hover {
	color:#AF4550;
	text-decoration:underline;
}
div.lnk a:link {
	color:#AF4550;
	text-decoration:none;
}
div.lnk a:visited {
	color:#AF4550;
	text-decoration:none;
}
span.lnk a:hover {
	color:#AF4550;
	text-decoration:underline;
}
.more {
	font-family:arial;
	color:#26100E;
	font-size:12px;
	margin:0;
	line-height:22px;
}
a.more:link {
	font-family:arial;
	color:#AF4550;
	text-decoration:none;
}
a.more:visited {
	font-family:arial;
	color:#AF4550;
	text-decoration:none;
}
a.more:hover {
	font-family:arial;
	color:#AF4550;
	text-decoration:underline;
}
.small {
	font-family:arial;
	color:#26100E;
	font-size:9px;
	margin:0;
	line-height:10px;
}
a.small:link {
	font-family:arial;
	color:#AF4550;
	text-decoration:none;
}
a.small:visited {
	font-family:arial;
	color:#AF4550;
	text-decoration:none;
}
a.small:hover {
	font-family:arial;
	color:#AF4550;
	text-decoration:underline;
}
.white {
	font-family:arial;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	margin:0;
}
a.white:link {
	font-family:arial;
	color:#FFF;
	text-decoration:none;
}
a.white:visited {
	font-family:arial;
	color:#FFF;
	text-decoration:none;
}
a.white:hover {
	font-family:arial;
	color:#AD9E8D;
	text-decoration:underline;
}
.pink {
	font-family:arial;
	color:#AF4550;
	font-size:12px;
	margin:0;
	line-height:22px;
}
.gray {
	font-family:arial;
	color:#837B77;
	font-size:12px;
	margin:0;
}
a.gray:link {
	color:#837B77;
	text-decoration:none;
}
a.gray:visited {
	color:#837B77;
	text-decoration:none;
}
a.gray:hover {
	color:#837B77;
	text-decoration:underline;
}
#slideshowContainer {
	width:400px;
}
#numberDiv a {
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
}
#backbutton {
	margin-top:6px;
	margin-left:5px;
	margin-right:5px;
}
#forwardbutton {
	margin-top:6px;
	margin-left:5px;
	margin-right:5px;
}
.narrowcolumn {
	width:319px;
}
.entry p {
	line-height:22px;
	margin-top:-.05em;
}
.entry {
	margin-bottom:1.5em;
}
td.border {
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:#FFF;
}
.thumb {
	float:left;
	margin-bottom:5px;
	margin-right:5px;
	margin-top:5px;
	border:none;
	text-decoration:none;
}

/*
/*preload classes
#imagecontainer {
	width:100%!important;
}
.svw {width: 50px; height: 20px; background: #fff;} 


.svw ul {position: relative; left: -999em;} 
/*core classes
.stripViewer { position: relative; overflow: hidden!important; border: none; margin: 0 0 1px 0; width:400px!important;} 
.stripViewer ul { /* this is your UL of images  margin: 0; padding: 0; position: relative; left: 0; top: 0; width: 1%; list-style-type: none; overflow:hidden; } 
.stripViewer ul li { float:left; border:none;} 


.stripTransmitter { overflow: auto; width: 1%; } 
.stripTransmitter ul { margin: 0; padding: 0; position: relative; list-style-type: none; } 
.stripTransmitter ul li { width: 20px; float:left; margin: 0 1px 1px 0; } 
.stripTransmitter a { font: bold 10px Verdana, Arial; text-align: center; line-height: 22px; background: transparent; color: #fff; text-decoration: none; display: block; } 
.stripTransmitter a:hover, a.current { background: #fff; color: #ff0000; } 
/*tooltips formatting
.tooltip { padding: 0.5em; background: #fff; color: #000; border: 5px solid #dedede; display: none; }
*/


/*preload classes*/ 

/*
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 

.stripViewer { position: relative; overflow: hidden; border: none; margin: 0; } 
.stripViewer ul { 

	margin: 0; 
	padding: 0; 
	position: relative; left: 0; top: 0; width: 1%; list-style-type: none; 
} 
.stripViewer ul li { float:left; } 
.stripTransmitter { overflow: auto; width: 1%; position: absolute; left:0; bottom:-26px; } 
.stripTransmitter ul { margin: 0; padding: 0; position: relative; list-style-type: none; } 
.stripTransmitter ul li { width: 20px; float:left; margin: 0 1px 1px 0; } 
.stripTransmitter a { font: bold 10px Verdana, Arial; text-align: center; line-height: 22px; background: transparent; color: #fff; text-decoration: none; display: block; } 
.stripTransmitter a:hover, a.current{ color: #fff; }
.tooltip { padding: 0.5em; background: #fff; color: #000; border: 5px solid #dedede; }
*/

/* WP Classes */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.grid {
	float:left;
	width:130px;
	height:180px;
	overflow:none;
	margin-right:20px;
	margin-bottom:5px;
	display:block;
	text-align: center;
	line-height: normal;
}

.grid img {
	width:130px;
	height:auto;
}

#overlay_column {
	min-height:660px;
	height:auto !important;
	height:660px;
	padding:20px;
	background: #f7ecd0;
	font-family:Georgia;
}
#overlay_column h2 {
	color: #5A3D1B;
}

.tooltip_box {
	width:100px;
	background: #f7ecd0!important;
	border: 1px solid #5A3D1B!important;
	font-family: Arial!important;
	line-height: normal!important;
	font-size: 10px!important;
	font-weight:bold;
}
/*
.Checkout {
	font-size:.9em;
}

.Checkout th,td {
	padding-right:10px;
	font-family: Arial
}

.Checkout th {
	font-weight: bold;
}

table.ProductInfo {
}

table.ProductInfo td{
	width:50px!important;
}

.colorbox-manual{
	padding:0px 10px 10px 0px;
}
*//* Shop Extras */

table.Checkout td {
	padding-right:15px;
}
table.Checkout input[type="text"] {
	width:100%;
}


table.ProductOptions td {padding:3px;}
