div#main div#videoWrap { width: 100%; }

div#videoText { float: left; height: 260px; width: 120px; padding: 10px; margin-right: 10px; background: url('../img/bg-videotext-button.png') no-repeat; overflow: hidden; }
div#videoText a { display: block; width: 100%; height: 100%; color: #00529b; }
div#videoText span { display: block; font-size: 1.5em; }

div#videoPlayer { float: left; width: 420px; overflow: hidden; margin: 2px 0px 0px 10px; }

a#blogBanner img { border: 1px solid #08579E; }

div#main ul#items { clear: both; width: 100%; padding: 0px; margin: 10px 0px 0px 0px; list-style: none; }
div#main ul#items li { float: left; height: 105px; width: 282px; padding: 0px; margin: 0px 5px 10px 0px; overflow: hidden; }

/** TAG-SIZED SEARCHBOX **/
div#recipeSearchbox { width: 260px; overflow:hidden; padding: 10px; background: url('../img/bg-item-searchbox.gif') no-repeat; }
div#recipeSearchbox form { width: 100%; margin-top: 10px; }
div#recipeSearchbox div.input.text { float: left; }
div#recipeSearchbox div.input.submit { float: left; }

/** WIDE SEARCHBOX
div#recipeSearchbox { width: 540px; height: 85px; padding-left: 20px; background: url('../img/bg-searchbox-wide.png') no-repeat; } 
div#recipeSearchbox form { position: relative; top: 15px; }
div#recipeSearchbox div.text { width: 85%; }
div#recipeSearchbox div.text input { width: 98%; }
div#recipeSearchbox div.submit input { border: 1px solid #FDB40C !important; } 
**/

