/* 
	Theme Name: Tina's Burritos
	Theme URL: http://www.lamplightmedia.net
	Description: This elegant and clean theme was developed by <a href="http://www.lamplightmedia.net" >Lamplight Media</a>.
	Author: Lamplight Media
	Author URI: http://www.lamplightmedia.net
	Version: 1.0	
*/

body {
	background: #000 url('images/tinas_background.jpg') top center no-repeat;
	color: #0000;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px;
	}
	
#featuredHome {
	width:760px;
	text-align:center;
}

#featuredHome img {
	background: url('images/tinas_home_featurebox.png') center center no-repeat;
	padding:10px;
}

#boxContainer {
	min-height: 200px;
	margin-bottom:25px;
}

#terms {
	font-style: italic;
	color:#999;
	font-size: 10px;
}

#homeText {
	background: url('images/tinas_home_transfat.jpg') top left no-repeat;
	padding-left:165px;
	min-height:109px;
	margin-top:10px;
	text-align:left;
	padding-top:20px;
	font-size:13px;
}

#homeLeftBox {
	background: url('images/tinas_home_products.jpg') top center no-repeat;
	float:left;
	width:33%;
	padding-top: 50px;
	min-height:150px;
	border:0px;
}

#homeLeftBox #productCycle {
	width:206px;
	height:156px;
	margin:auto;
	border:0px;
	z-index:100;
}

#productCycle img {
	background: url('images/home_bottombox.jpg') center center;
	padding:7px;
	overflow:visible;
}

#homeMiddleBox  img, #homeRightBox  img {
	background: url('images/home_bottombox.jpg') center center;
	padding:7px;
	overflow:visible;
}

#homeMiddleBox {
	background: url('images/tinas_home_recipes.jpg') top center no-repeat;
	float:left;
	width:33%;
	padding-top: 50px;
}

#homeRightBox {
	background: url('images/tinas_home_storefinder.jpg') top center no-repeat;
	float:left;
	width:33%;
	padding-top: 50px;
}
	
#container {
	width: 850px;
	background: url('images/tinas_body_middle.png') center top repeat-y;
	margin:auto;
	min-height: 600px;
	position:relative;
	top:120px;
	padding: 0px;
	padding-top: 25px;
	padding-bottom: 15px;
}

#container a, #container a:visited {
	color: #d81000;
	text-decoration: underline;
	font-weight: bold;
	}
	
#container a:hover {
	color: #d81000;
	text-decoration: none;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	margin:auto;
	width:850px;
	padding:0;
}

#logo {
	float:left;
	background: url('images/tinas_logo.png') top center no-repeat;	
	width:220px;
	height:175px;
	position:absolute;
	z-index:5;
}

/************************************************
*	Navigation      							*
************************************************/

#nav {
	position:relative;
	top:37px;
	/*left:-3px;*/
	padding:0;
	margin:0;
	float:right;
}
#nav ul {
	display: block;
	height: 40px;
	width: 610px;
}

#nav ul li {display: inline;}
#nav ul li a {float:left; height:40px; padding-left:0; overflow:hidden;}

/* unselected links */
#nav ul #link_home a {width:80px; background: url(images/tinas_menu.png) 0px 0px;}
#nav ul #link_products a {width:100px; background: url(images/tinas_menu.png) -80px 0px;}
#nav ul #link_recipes a {width:89px; background: url(images/tinas_menu.png) -180px 0px;}
#nav ul #link_storeFinder a {width:123px; background:url(images/tinas_menu.png) -269px 0px; }
#nav ul #link_contact a {width:114px; background:url(images/tinas_menu.png) -392px 0px;}
#nav ul #link_about a {width:104px; background:url(images/tinas_menu.png) -506px 0px;}

/* selected links */
#nav ul #link_home a:hover, #nav ul #link_home a.active {width:80px; background-position: 0px -40px;}
#nav ul #link_products a:hover, #nav ul #link_products a.active {width:100px; background-position: -80px -40px;}
#nav ul #link_recipes a:hover, #nav ul #link_recipes a.active {width:89px; background-position: -180px -40px;}
#nav ul #link_storeFinder a:hover, #nav ul #link_storeFinder a.active {width:123px; background-position: -269px -40px;}
#nav ul #link_contact a:hover, #nav ul #link_contact a.active {width:114px; background-position: -392px -40px;}
#nav ul #link_about a:hover, #nav ul #link_about a.active  {width:104px; background-position: -506px -40px;}

/************************************************
*	Content 					     		    * 
************************************************/
#contentPage h1 {
	font-size: 32px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:5px;
	border-bottom:2px solid #ceb38c;
	color:#d81000;
}

#contentPage h2 {
	font-size: 26px;
	margin-top:0px;
	border-bottom:1px solid #d81000;
	color:green;
}

#contentPage h2.products {
	font-size: 26px;
	margin-top:0px;
	color:green;
	border:0px;
	margin-bottom:5px;
}
	
blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
#contentTop {
	background: url('images/tinas_body_topedge.png') top center no-repeat;
	margin: auto;
	width: 850px;
	height: 16px;
	position:relative;
	top:120px;
}

#contentBottom {
	background: url('images/tinas_body_bottomedge.png') bottom center no-repeat;
	margin: auto;
	width: 850px;
	height: 16px;
	position:relative;
	top:120px;
	clear:both;
}

#contentPage {
	width: 545px;
	min-height: 580px;
	background: #FFF;
	margin: 20px 0px -10px 240px;
	padding:0px 10px 10px 10px;
	border:3px solid #483121;	
	position:relative;
	top:-20px;
}

#contentHome {
	padding:0px 50px 20px 47px;
	text-align:center;
	position:relative;
	top:-15px;
}

#contentPage ul {
	list-style-image: url('images/bullet.jpg'); 
}

#productPhoto {
	width:540px;
	height:175px;
	border:0px;
	margin:auto;
	text-align:center;
}
	
/************************************************
*	Images  					     		    * 
************************************************/
img.productThumb {
	display:block;
	float:left;
	margin:0px;
	border:0px;
}

img.recipeImg {
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}

img.nutrition {
	margin:0;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}

img.recipeSubmitImg {
	margin-bottom:10px;
	margin:auto;
}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #E6E6E6;
	text-align: center;
	background-color: #F7F7F7;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/

#sidebar {
	color: #483121;
	font-weight: bold;
	font-size:15px;
	float:left;
	width:225px;
	text-align:right;
	padding-right:5px;
}

#sidebar a, #sidebar a:visited {
	color: #483121;
	font-weight: bold;
	text-decoration:none;
}

#sidebar ul li a:hover {
	color: #C11100;
	font-weight: bold;
	text-decoration:none;
}

#sidebar ul li {
	list-style-type: none;
	padding-bottom:10px;
	padding-right:5px;
	background: url('images/tinas_sidemenu_divider.jpg') bottom right no-repeat;
}

#sidebar ul li.current_page_item {
	list-style-image: url('images/tinas_sidemenu_arrow.jpg');
	color:#C11100;
	text-decoration:none;
}

#sidebar ul li.current_page_item a {
	font-weight: bold;
	color:#C11100;
}

#sidebar .recipeHeader {
	float:right;
	margin-bottom:15px;
}

#sidebar .recipeHeader2 {
	float:right;
	margin-bottom:10px;
	margin-top: 15px;
}

#sidebar a.sideLink {
	font-size: 15px;
	font-style: italic;
	color: #483121;
	font-weight:bold;
	text-decoration: underline;
	margin-right:5px;
	clear:both;
}

#sidebar a.sideLink:hover {
	color: #483121;
	font-weight:bold;
	text-decoration: none;
}

	
/************************************************
*	Footer  									*
************************************************/

#footer {
	color: #FFD200;
	font-weight:bold;
	clear:both;
	margin:auto;
	width:100%;
	text-align:center;
	position:relative;
	top:130px;
}

#footer a {
	color: #FFF;
	text-decoration:none;
}

#footer a:hover {
	color: #FFF;
	text-decoration:underline;
}
	
/************************************************
*	Copyright  									*
************************************************/
	
#copyright {
	color: #9E8D74;
	width:100%;
	text-align:center;
	position:relative;
	top:130px;
	margin-top: 10px;
	padding-bottom:25px;
}

#copyright img {
	border: 0;
	margin-top:10px;
	clear:both;
}

/*************************************************
Map
*************************************************/

#mapcontainer img {border: none;}
#mapcontainer a {outline: none;}

#mapcontainer {
width: 540px; height: 350px;
display: block;
position: relative;
background-image:url(images/usmap.jpg);
}

#mapcontainer a {
display: block;
border: 0px;
text-decoration: none;
position: absolute;
top:0px;
}

#mapcontainer a em {display: block; position: absolute; cursor:pointer; margin: 0px; border: 0px; padding: 0px;}

#mapcontainer a.alaskahawaii {width: 153px; height: 94px; left: 0px; top: 256px;}
#mapcontainer a.alaskahawaii:hover {background-image: url(images/alaskahawaii.jpg);}

/*#mapcontainer a.westcoast {z-index:3;}*/
#mapcontainer a.westcoast em.one {width: 48px; height: 218px; left: 0px; top:0px;}
#mapcontainer a.westcoast:hover em.one {background-image: url(images/westcoast1.jpg);}
#mapcontainer a.westcoast em.two {width: 52px; height: 106px; left: 48px; top:0px;}
#mapcontainer a.westcoast:hover em.two {background-image: url(images/westcoast2.jpg);}
#mapcontainer a.westcoast em.three {width: 38px; height: 83px; left: 48px; top:149px;}
#mapcontainer a.westcoast:hover em.three {background-image: url(images/westcoast3.jpg);}

/*#mapcontainer a.west {z-index:2;}*/
#mapcontainer a.west em.one {width: 130px; height: 82px; left: 79px; top: 16px;}
#mapcontainer a.west:hover em.one {background-image: url(images/west1.jpg);}
#mapcontainer a.west em.two {width: 180px; height: 103px; left: 40px; top: 98px;}
#mapcontainer a.west:hover em.two {background-image: url(images/west2.jpg);}
#mapcontainer a.west em.three {width: 136px; height: 63px; left: 73px; top: 201px;}
#mapcontainer a.west:hover em.three {background-image: url(images/west3.jpg);}

#mapcontainer a.midwest {width: 229px; height: 176px; left: 200px; top:33px;}
#mapcontainer a.midwest:hover {background-image: url(images/midwest.jpg);}

/*#mapcontainer a.south {z-index:1;}*/
#mapcontainer a.south em.one {width: 325px; height: 156px; left: 161px; top: 194px;}
#mapcontainer a.south:hover em.one {background-image: url(images/south1.jpg);}
#mapcontainer a.south em.two {width: 139px; height: 34px; left: 347px; top: 160px;}
#mapcontainer a.south:hover em.two {background-image: url(images/south2.jpg);}
#mapcontainer a.south em.three {width: 67px; height: 21px; left: 419px; top: 139px;}
#mapcontainer a.south:hover em.three {background-image: url(images/south3.jpg);}

/*#mapcontainer a.northeast {z-index:2;}*/
#mapcontainer a.northeast {width: 114px; height: 148px; left: 426px; top: 0px;}
#mapcontainer a.northeast:hover {background-image: url(images/northeast.jpg);}

#accordion .retailers, #accordion .retailers a{font-weight:normal; font-size:12px;}

#accordion .retailers {
   padding-left:55px;
}

.city-state input[type=text] {
   width:250px;
}

/****************** TOOLTIPS **************************/

#tt {position:absolute; display:block; background:url(include/tooltip/images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(include/tooltip/images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#ceb38c; color:#d81000; font-weight:bold;}
#ttbot {display:block; height:5px; margin-left:5px; background:url(include/tooltip/images/tt_bottom.gif) top right no-repeat; overflow:hidden}

/*******************************************************/

#contactForm input[type=text], #contactForm textarea{
	width:350px;
}

#contactForm p.contact {
	width:350px; margin-left:auto; margin-right:auto;
}


