/* Designed and developed by; Odin Dutton, twe4ked studios
/*
/* http://odindutton.com 
/* http://twe4ked.com
/* http://evokethemes.com (this site)
/* 
/* Licence 
/* (c) Copyright 2009 Odin Dutton. All Rights Reserved. 
/*/

@import url(reset.css);/* = Reset styles */

body{font:normal 14px Helvetica,Arial,sans-serif;background:#ddd;color:#333;}
small{color:#666;}
h1, h2{text-indent:-9999px;}
a:link, a:active, a:visited{color:#333;}
a:hover{color:#111;}

#wrapper{min-height:500px;background: transparent url('../images/background.png') no-repeat top center;}

/* = Icons */
#icons{position:relative;top:140px;text-align:center;width:500px;margin:0 auto;height:50px;}
span.twitter, span.wordpress{position:relative;color:#666;display:block;font-size:12px;}
span.twitter{bottom:37px;right:110px;}
span.wordpress{bottom:25px;left:115px;}
img.twitter, img.wordpress{z-index:100;position:relative;}

/* = Bar and email form */
#bar{position:relative;top:140px;height:110px;padding-top:30px;text-align:center;background:transparent url('../images/bar.png') repeat-x;}
#form{width:301px;height:51px;margin:0 auto;padding-top:15px;}
#email, #subscribe{overflow:hidden;outline:none;border:0;height:51px;float:left;}
#email{padding:10px;width:230px;color:#bbb;font-size:30px;height:31px;background:transparent url('../images/form.png') no-repeat top left;}
#email:focus{color:#eee;background:transparent url('../images/form.png') no-repeat 0 -54px;}
#subscribe{width:51px;background:transparent url('../images/form.png') no-repeat top right;}
#subscribe:hover{background:transparent url('../images/form.png') no-repeat -250px -54px;}

/* = Footer */
#footer{margin:0 auto;width:700px;text-align:center;position:relative;top:150px;}
.twe4ked-logo{padding-top:20px;}