/* 
	Theme Name: BLue Kitchen
	Theme URL: http://www.bluekitchen.com.au
	Description: Blue Kitchen Gourmet Foods. 
	Author: Geoff Hill
	Author URI: http://www.webpub.com.au
	Version: 0.1
	Tags: two-columns, fixed-width, horizontal navigation bar, footer links
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v0.1 - 22 February 2011
		v0.1 - PRINT STYLE SHEET = 11 April 2011

*/


body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 595px;
	/* height: 712px; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

#header {width:100%px; height:150px;}

#logo {
	float:left;
	background-image:url(images/logo_lg.png);
	background-repeat: no-repeat;
	width: 443px;
	height: 123px;
	margin-left:  20px;
	margin-top: 19px;
}

#blue-kitchen-print{float:right; width:auto;}

#img_top { display:none;}

#img_top img{position:absolute; margin-top:0px; margin-left:0px;}

#arrow {display:none;}

#content {
	position:relative;
	width: 595px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	min-height:600px;
}

#col_left {display:none;}
}

/* used for custom fields in col_left */
#left_column{display:none;}




#col_left_home {display:none;}

#img_big_home img{margin-left:50px; margin-top:100px; border: none;}

#img_big img{	
	margin-left: 50px;
    margin-top: 45px;                   /*can be different on every page?  */
	border: none;                          
}

#col_right_home {
	width: 380px;
}

#col_right {	
	width: 550px;
}

#col_right_content{width:500px; margin: 15px 0px 20px 0px;}

#easyscroll{overflow:visible !important; height:auto !important;}

#text {height:auto;}

#text h1,
#text h2,
#text h3 {color: #026684;}
#text p{margin:0px 0px 10px 0px;}

#text form input,
#text form textarea{border:1px solid #726A50; color:#ddd; background:#726A50;}

#arrows {display:none;}

#text ul{font-weight:bold;}

#text ul a{color: #7b7d7d; text-decoration:none;}

#text ul a:hover{color:#026684;}


.move_right{margin:20px 0 0 27px;}


#footer {display:none;}

#foot_left {display:none;}



#foot_right{
	width: 500px;
	height: 123px;	
}
#earth {
	width: 420px;
	height: 87px;
	background-image: url(images/earth_sm.jpg);
	background-repeat: no-repeat;
	margin: 4px;
}
	
#address {
	float: left;
	width: 312px;
	margin-left: 120px;
	margin-top: 0;
	color: #7B7D7D;
	font-size: 12px;
	line-height: 4px;
	letter-spacing: 0.02em;
}

p.email {
	font-size: 10px;
	color: #333;
}

.email a:link,
.email a:visited {

	color: #333;
	text-decoration: none;
}

.email a:hover {
	color: #FFF;
	text-decoration: none;
}

p.copyright {
	font-size: 10px;
}

#search {
	width: 259px;
	height: 21px;
	float: left;
	margin-left: 59px;
	margin-top: 12px;
}

#search label{display:none;}

#search input{border:1px solid #726A50; color:#ddd; background:#726A50;}


.clearb {
	clear:both;
}

/**********************
SHOP
**********************/

/************************
N A V I G A T I O N
************************/
/*NAV_TOP*/

#nav_top {display:none;}

#menu-head-menu{display:none;}

#nav_top ul li{
	padding-right: 23px;
	display: inline;
	float: right;
	list-style-type: none;
	font-size:15px;
	font-weight: 600;
	line-height:20px;
}
#nav_top ul a, 
#nav_top ul a:link, 
#nav_top ul a:visited,
#text a, 
#left_column a{
	text-decoration:none;
	color: #726A50;
}


#nav_top ul a:hover,
#text a:hover,
#left_column a:hover{	
	color: #026684;

}

/*END NAV_TOP */

/*NAV_BOT */  /*INCLUDES CLASS MENU_MAIN + CLASS MENU_SEC */


#nav_bot {display:none;}

.m_1 {
	float: left;
	margin-top: 0;
}

.m_1 ul {
	
	margin-top: 0;
	
}

.m_1 ul li{

	margin-right: 23px;
	display: inline;
	float: left;
	list-style-type: none;
	font-size:15px;
	font-weight: 600;
	
}


.m_1 ul a, 
.m_1 ul a:link, 
.m_1 ul a:visited {


	text-decoration:none;
	color: #58523e;  /*#4b4635;    #726A50;*/
}


.m_1 ul a:hover {
	
	text-decoration: underline;  /*just for example that it works*/
	color: #026684;

}



/*MENU_SEC*/


.m_2 ul {
	
	margin-top: 2px;
}

.m_2 ul li{

	padding-right: 15px;
	display: inline;
	float: left;
	list-style-type: none;
	font-size:12px;
	font-weight: bold;
	line-height:10px;

}
.m_2 ul a, 
.m_2 ul a:link, 
.m_2 ul a:visited {


	text-decoration:none;
	color: #58523e;  /*#4b4635;    #726A50;*/
}


.m_2 ul a:hover {
	
	text-decoration: underline;  /*just for example that it works*/
	color: #026684;

	