/* ----------------------------------------------------------
BlueStawberry
Design by: Ryan Downie [ryan@carrotmedialet.co.uk]
Version: 1.0
-----------------------------------------------------------

Table Of Contents

	General Styles
		Building Blocks


---------------------------------------------------------- 
1.0 General Styles
---------------------------------------------------------- */
div#wrapper {margin: 100px auto 0; width:670px ; position:relative;}
div#masthead, div#content { float: left; width: 100%; }

h1#logo {background: url(../images/logo.png); float: left; text-indent: -9999px; width: 299px; height: 71px;}
h1#logo a { width: 299px; height: 71px;} 
img.bag-home { float: right; margin: -57px 0 0; }

div#content { margin: -41px 0 0;}
h3 { float:left; font-size:158%; font-weight:normal; text-transform:uppercase; width: 100% ;color: #76a4cf; margin:13px 0 6px;}
h3 span {color:#d3d7ab;}

input[type="text"] {color:#C5C5C5; margin:0 13px 0 0; padding:5px; width:260px;  }
button {background: url(../images/gradient.png) repeat-x; -moz-border-radius: 10px; -webkit-border-radius:10px; text-shadow: 1px 1px #000; border: none; padding: 8px; color: #fff;}
button:hover {
	text-shadow: -1px -1px 1px #000;
}

form + p { font-size: 83%; color: #c5c5c5; margin: 10px 0 0;}