/*   
Theme Name: Ingredients, Inc. Custom Theme
Description: Custom theme only licensed to Ingredients, Inc.
Author: Shane Jordan - shane@shanejordan.net
Author URI: www.shanejordan.net
Version: 1.0
.
General comments/License Statement if any.
.
*/

@charset "utf-8";

body  {
	font: 100% "Times New Roman", Times, serif;
	background-color: #DAD5CC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #41332a;
}

img{border:none;}

h3{
	font-size:1.1em;
	color: #FFA6FF;
	margin-bottom:6px;
	margin-top:6px;
	text-decoration:underline;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	margin: 0 auto;
	width:780px; 
} 

#centerheader {
	background: #FFF;
	width:780px;
	height:250px;
	margin:0 auto;
	clear:left;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#cookiecrumbs {
	width:auto;
	margin:0 auto;
	left:0;
	text-align:left;
}

.logo {
	margin-top:10px;
	margin-left:126px;
}



#sidebar1, #sidebar-media {
	background: #f4f2f0;
	color:#cc6695;
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:0;
	padding:50px 10px;
	margin-right:0;
	right:0;
}

#sidebar1 h3, #sidebar-media h3{
	color:#41332a;
	font-size:1.3em;
	font-style:italic;
	text-decoration:none;
	text-align:center;
}

#sidebar1, #sidebar-media p{
	margin-bottom:6px;
	margin-top:0;
}

#sidebar1 .gloryshot{
	margin-left:30px;
	margin-top:0;
}

#sidebar1 ul, #sidebar-media ul{
	list-style:none;
	padding:0;
	margin:0;
	color:#7FB6FF;
	font-size:1em;
}

#sidebar1 li, #sidebar-media li{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:200;
	margin-left:0;
	padding:5px 0;
	left:0;
}

#sidebar1 a{
	color:#cc6695;	
	font-weight:bold;
	text-decoration:none;
}

#sidebar-media a{
	color:#cc6695;	
	font-weight:bold;
	text-decoration:none;
}

#mainContent { 
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:30px 80px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

#mainContent h2{
	color:#41332a;
	font-size:24px;
	margin-bottom:0;
}

#mainContent h2 a{
	color:#41332a;	
	font-size:24px;
	margin-bottom:0;
}

#mainContent a {color:#cc6695;}

#mainContent h3{
	color:#41332a;
	text-decoration:none;
}

#mainContent p{
	color:#41332a;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#mainContent .date{
	color:#333;
	font-size:.85em;
	margin-top:0;
	padding-top:0;
	font-family:"Times New Roman", Times, serif;
}

#mainContent .recipe{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#mainContent .postmetadata{
	font-weight:normal;
	font-size:12px;
	margin-top:0;
	margin-bottom:0;
	bottom:0;
	padding-top:5px;
}

#mainContent .postmetadata a{
	color:#41332a;
}

#post{
	margin-bottom:50px;	
	font-family:Arial, Helvetica, sans-serif;
}

#shopContent{
	margin-left:-30px;
	padding:0;
	height:800px;
}

.newprod{float:left; width:200px; margin-top:20px;}
.newprod h3 {width:150px;color:#41332a;}
#newshop {}
#newshop p{font-weight:lighter;margin-top:-15px;}
#newshop {}

#thumbrow{margin-top:0;width:400px;}

#prodinfo{margin-right:50px;float:right;}
#prodinfo h3{font-family:Arial, Helvetica, sans-serif;font-weight:lighter;color:#41332a;font-size:1.4em;width:175px;}

#wrap{margin-top:-25px;}

#footer { 
	margin:0 auto;
	padding: 0 auto; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:780px;
} 

#footer p {
	margin: 0;
	padding: 10px 50px;
	font-size:.75em;
	width:auto;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}

#grid{width:480px;padding:10px;}
#gridrow img{padding:5px 10px;}


/*comment formatting*/
.c_title{color:#41332a; font-size:20px; margin-bottom:0;font-family:"Times New Roman", Times, serif;}
.c_title a{color:#cc6695; font-size:20px;	margin-bottom:0; text-decoration:none}
.contant_c{font-weight:bold; font-size:14px;font-family:Arial, Helvetica, sans-serif;}	
.main_contant_c{font-size:1em;top:0;margin-top:0;font-family:Arial, Helvetica, sans-serif;}
.main_contant_c h3, #post h3{font-weight:normal;}
.content_header{font-family:Arial, Helvetica, sans-serif; font-size:18px; margin-top:15px; margin-bottom:10px}
.odd{background:#ffffe5; border:1px solid #e5e5e5; width:500px; min-height:90px; margin:10px 0px 5px 0px; padding:15px}
.even{background:#fdfdf8; border:1px solid #e5e5e5; width:500px; min-height:90px; margin:10px 0px 5px 0px; padding:15px}
.comment_c{font-size:12px; color:#41332a; width:400px; height:30px; font-style:italic}

/*media page*/
.media{margin:0;padding:0;border-top:}
.media ul,li{list-style-type:none;line-height:16px;padding:5px 0;}
.firstmedia{font-size:1.1em;padding-top:15px;}
#media{margin:0;padding:0;border-top:}
#media ul,li{list-style-type:none;line-height:16px;padding:5px 0;}
.arrows {color:#41332a;font-size:24px;}
.arrows a{text-decoration:none;}
#media a {color:#41332a;}
#firstmedia{font-size:1.1em;padding-top:15px;}
/*end media*/

/*about page*/
.about{font-family:Verdana;}
#about{margin-bottom:50px;font-family:Verdana, Georgia, sans-serif;}
#about ul,li{list-style-type:none;line-height:12px;padding:5px 0;font-size:1em;margin:0;font-size:12px;}
#about h2, h3{font-family:Verdana, Georgia, sans-serif;}
#about p {font-weight:lighter;}

/*end about*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { background:url('img/bg.gif') repeat; top:0; margin-top:0;}
}