/*  

Theme Name: Limau Orange

Theme URI: http://www.blogohblog.com/

Description: Limau Orange is a 3 columns Wordpress theme. I love to hear of my work being used :). This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. This means you may use it for any purpose, and make any changes you like. Just leave my Bob link under your footer :)

Version: 0.2

Author: Bob 

Author URI: http://www.blogohblog.com/



This theme was designed and built by Bob of <a href="http://www.blogohblog.com/">Blog Oh Blog</a> based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.

*/



body { font-family:'Verdana'; font-size:10px; behavior:url/http://www.cafe-test.smartshoppingsiteseb.com/wp-content/themes/limanorange/csshover.htc};}



/* CSS Document */

body {font-family: verdana, arial, sans-serif; font-size:100% behavior:url(css/csshover.htc);}

* {margin:0; padding:0;} 



/* the horizontal menu starts here */

div#listmenu {

	z-index:99;

	width:100%; 	/* makes the div full width */

	float:left; /*makes the div enclose the list */

	border-top:1px solid #069;	/* draws line on top edge of div */

	border-bottom:1px solid #069;	 /* draws line on bottom edge of div */

	font-size:1.3em;	/* SET FONT-SIZE HERE */

	background-color:#CCF; /* colors the div */

	margin-top:20px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/

	}

div#listmenu ul {margin:0 0 0 30px;/* indents ul from edge of container */

	}

div#listmenu li {

	z-index:299; /* This should make the dropdowns over shadow the content */

	float:left;	/* causes the list to align horizontally instead of stack */

	position:relative; /* positioning context for the absolutely positioned drop-down */

	list-style-type:none;	/* removes the bullet off each list item */

	background-color:#FFF; /*sets the background of the menu items */

	border-right:1px solid #069; /* creates dividing lines between the li elements */

	}

div#listmenu li:first-child {

	z-index:299;

	border-left:1px solid #069; /*the first vertical line on the menu */

	}

div#listmenu li:hover { 

	z-index:299;

	background-color:#FFF; /*sets the background of the menu items */

	}

div#listmenu a {

	z-index:299;

	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */

	padding:0 6px; /*creates space each side of menu item's text */

	text-decoration:none;	 /* removes the underlining of the link */

	color:#069;	/* sets the type color */

	}

div#listmenu a:hover {

	z-index:299;

	color:#F33;

	}

/* the horizontal menu ends here */



/* the drop-down starts here */

div#listmenu ul li ul {

	z-inedex:299;

	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */

	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */

	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/

	left:-1px; /*aligns the drop exactly under the menu */

	}

div#listmenu ul li ul li {

	width:100%; /* makes the list items fill the list container (ul) */

	border-left:1px solid #069; /*  three sides of each drop-down item */

	border-bottom:1px solid #069;

	border-right:1px solid #069;

	padding:0 0 1px;

	z-index:99;

	}

div#listmenu ul li ul li:first-child {

	border-top:1px solid #069; /*the top edge of the dropdown */

	z-index:99;

	}

/* make the drop-down display as the menu is rolled over */

div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */

div#listmenu ul li:hover ul {

	display:block;

	z-index:99;

	} /* shows the drop-down when the menu is hovered */



/* pop-out starts here */

body div#listmenu ul li ul li ul  {

	z-index:299;

	visibility:hidden; /* same effect as display:none in this situation */

	top:-1px;

	left:10em;

	}

div#listmenu ul li ul li:hover ul {visibility:visible;

	z-index:299;

	} /* same effect as display:block in this situation */



/* second level popouts start here*/

div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}

div#listmenu ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */



/* third level popouts start here*/

div#listmenu ul li ul li ul li:hover ul li ul {visibility:hidden;}

div#listmenu ul li ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */



/* THE HACK ZONE - */

/* hack for IE (all flavors) so the menu has a vertical line on the left */

* html div#listmenu ul {

	float:left; /* makes the ul wrap the li's */

	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */

	margin-left:15px; /* IE doubles the given value above - why? */

	}

/* add a top line to drops and pops in IE browsers - can't read :first-child */

* html  div#listmenu ul li ul {

	border-top:1px solid #069;

	border-left:0px; /* stops the drop inheriting the ul border */

	}

/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */

* html  div#listmenu ul li ul li ul { 

  left:9.85em; 

  voice-family: "\"}\""; 

  voice-family:inherit;

  left:10em;

  }

/* and the "be nice to Opera" rule */

html>body div#listmenu ul li ul li ul {

  left:10em;

  }



/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */

/* the first-level drop stays open for 100px below the bottom but at least it works */

/* this can be reduced to as little as 22px if you don't have pop-outs */

/* the pop-out menu stays open for 22px below the bottom but at least it works */

	@media all and (min-width: 0px){

   body div#listmenu ul li ul {padding-bottom:200px;}

   body div#listmenu ul li ul li ul {padding-bottom:22px;}

   body div#listmenu ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */



   }

/*end Opera hack */

/* end of hack zone */

/* END OF LIST-BASED MENU */



/* finally after feeding values to all others, we deal with MAc5 IE */

/* IE5 Mac can't do drop-downs so we need to present the info in a different way*/

/* we present the drop down choices in a row and never show any second-level drops */

 /* this stylesheet is read by IE5 Mac only - hack omits 'url' and leave no space between @import and ("   */

@import("ie51_menu_hack.css"); 

/* END OF DROP DOWN MENUS */



#wrap { width:980px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#666; margin:0 auto; }

#header { height:56px; width:710px; position:relative; color:#000; margin-bottom:3px; float:left; padding:0; }

#header h1 { text-indent:-10000px; margin:0; padding:0; }

#header h1 a { display:block; background:url(images/logo.gif) no-repeat left top; height:56px; }

#search { margin-top:30px; float:right; padding:0; }

input#searchsubmit { background:#fc6; border:2px solid #f93; color:#333; font-size:13px; }

a:hover { text-decoration:none; color:#555353; border:none;}





.left { float:left; top:200px; width:165px; margin:5px 0; padding:5px; z-index:0;}

.right { float:right; top: 200px; width:165px;  margin:5px 0; padding:5px; } 

.right img { border:0; display:block; margin-left:auto; margin-right:auto; }

.middle { top: 200px; margin-top:10px; line-height:16px; margin-left:5px; float:left; width:400px;  overflow:hidden; padding:10px; font-size:11px; }

.middle h2 { font-size:16px; border-bottom:dashed 1px #ccc; margin:0 7px 3px 0; padding:3px 0; }

.middle img { border:4px #eee solid; }

.ads { margin-top:10px; line-height:16px; margin-left:10px; float:left; width:510px; border:3px solid #f3f3f3; text-align:center; padding:10px; }

.ads img { border:0; text-align:center; }

img.wp-smiley { border:0; padding:0; }

#footer { width:980px; margin-top:20px; text-align:center; clear:both; padding:10px; }

div.hr { height:3px; background:#fff url(images/hr.gif) repeat-x scroll center; clear:both; }

div.br { height:10px; background:#fff url(images/br.gif) repeat-x scroll center; clear:both; }

.alignright { float:right; } 

.alignleft { float:left; } 

.gcomment { border-left:none; vertical-align:middle; border-right:none; margin-bottom:3px; border-bottom:1px solid #f3f3f3; background-color:#F7F7F7; padding:3px; }

.ucomment { border-left:none; border-right:none; margin-bottom:3px; border-bottom:1px solid #f3f3f3; background-color:#fbfbf1; padding:3px; } 

input#submit { background:#fc6; border:2px solid #f93; color:#fff; font-size:13px; }

ol.commentlist { margin:0 0 1px; padding:0; }

ol.commentlist li { list-style:none; margin:0; padding:13px 13px 1px; }

ol.commentlist li.commenthead { list-style:none; margin:0; } 

ol.commentlist li.commenthead h2 { margin:0; }

span {}

.addthis { float:right; clear:both; }

a:link,a:active,a:visited { text-decoration:none; color:#416e90; border:none; }

.left h2,.comments h3 { font-size:14px; border-bottom:dashed 1px #ccc; margin:0 7px 3px; padding:3px 0; }

.left ul,.right ul { list-style-type:none; margin:0; padding:0; line-height:150%; font-size:11px; }

.left ul li,.right ul li { list-style-type:none; margin:0 0 20px; padding:0; }

.left ul li ul,.right ul li ul { list-style-type:square; margin:0; padding:0 3px; }

.left ul li ul li,.right ul li ul li { list-style-type:none; background:transparent url(images/bullet.gif) no-repeat 0 4px; border:0; margin:0; padding:0 0 2px 14px; }

.left ul li ul li :hover { border-bottom:#ccc 1px solid;}

.right h2,.comments h3 { font-size:14px; border-bottom:dashed 1px #ccc; margin:0 7px 3px; padding:3px 0; }

.right ul,.right ul { list-style-type:none; margin:0; padding:0; line-height:150%; font-size:11px; }

.right ul li,.right ul li { list-style-type:none; margin:0 0 20px; padding:0; }

.right ul li ul,.right ul li ul { list-style-type:square; margin:0; padding:0 3px; }

.right ul li ul li,.right ul li ul li { list-style-type:none; background:transparent url(images/bullet.gif) no-repeat 0 4px; border:0; margin:0; padding:0 0 2px 14px; }

.right ul li ul li :hover { border-bottom:#ccc 1px solid;}

div.hr hr,div.br br { display:none; }

.middle2,.middle3 { margin-top:10px; line-height:16px; margin-left:10px; float:left; width:237px; border:3px solid #f3f3f3; overflow:hidden; padding:10px; }

.middle2 h2,.middle3 h2 { font-size:14px; border-bottom:dashed 1px #ccc; margin:0 7px 3px 0; padding:3px 0; } 

.middle2 :hover,.middle3 :hover { background:#fafafa; }

.ucomment img,.addthis img { border:0; }