<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:widget="http://www.netvibes.com/ns/" >
  <head>
 
    <meta name="author" content="Harry Roberts" />
    <meta name="description" content="Search CSS Wizardry through Netvibes" />
    <meta name="website" content="http://csswizardry.com/" />
    <meta name="keywords" content="Search, CSS, CSS Wizardry" />
 
 
    <widget:preferences />
	
	<style type="text/css">
		#csswizardry{
			font-family:Georgia, "Times New Roman", Times, serif;
			margin:0;
			padding:60px 10px 10px 10px;
			height:500px;
			overflow:visible;
		}
		#logo{
			font-family:Helvetica, Arial, Verdana, sans-serif;
			font-size:1.25em;
			font-weight:bold;
			margin:0 0 10px -10px;
			float:left;
			font-style:normal;
		}
		#logo a{
			display:block;
			padding:5px 10px 5px 50px;
			text-transform:uppercase;
			color:#fff;
			background:#f43059;
			text-decoration:none;

			text-shadow:1px 1px 1px rgba(0,0,0,0.4);
			-moz-border-radius-topright:3px;
			-moz-border-radius-bottomright:3px;
			-webkit-border-top-right-radius:3px;
			-webkit-border-bottom-right-radius:3px;
			border-radius-topright:3px;
			border-radius-bottomright:3px;
			-webkit-transition:padding 0.1s ease-in;
		}
		#logo a:hover{
			padding:5px 10px 5px 55px;
			-webkit-transition:padding 0.1s ease-out;
		}

		#footer a { color:#f43059; }
		#footer a:hover{ text-decoration:none; color:#f43059; }
		#search{
			clear:both;
			margin-bottom:5px;
		}
		#search fieldset{
			padding:10px;
			
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			border-radius:2px;
		}
		#search label{
			position:absolute;
			left:-99999px;
		}
		#s{
			padding:5px;
			border:1px solid #ccc;
			
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			border-radius:2px;
		}
		#s:focus,#s:active{
			border:1px solid #aaa;
			background:#ffc;
		}
		#submit{
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#f43059;
			border:none;
			background:none;
			padding:0;
			font-size:1em;
			margin:0;
			cursor:pointer;
		}
	</style>
 
    <title>CSS Wizardry Search</title>
    <link rel="icon" type="image/png" href="http://csswizardry.com/favicon.ico" />
 
  </head>
  <body id="csswizardry">
	<div id="header">
		<h1 id="logo"><a href="http://csswizardry.com/" title="CSS Wizardry" target="_top">CSS Wizardry</a></h1>
	</div>
	<div id="wrapper">
		<form id="search" action="http://csswizardry.com/" target="_top" method="get">
			<fieldset>
				<legend>Search CSS Wizardry:</legend>
				<p>
					<label for="s">Search terms:</label>
					<input name="s" id="s" size="15" type="text" />
					<input type="submit" id="submit" value="Search" class="hide" />
				</p>
			</fieldset>
		</form>
	</div>
	<div id="footer">
		<p><a href="http://csswizardry.com/" title="Personal website of Harry Roberts" target="_top">CSS Wizardry</a> and the CSS <?php echo "Wizardry"; ?> Netvibes Widget are Copyright <a href="http://csswizardry.com/about/" title="About Harry Roberts" target="_top">Harry Roberts</a> 2010</p>
	</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1856861-4";
urchinTracker();
</script>
</body>
</html>