/*----------------------------------------------------------------
MOBILE/HANDHELD DEVICES STYLESHEET

Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/
@media handheld{ /** @ selector prevents older browsers that may ignore the "handheld" attribute from applying styles to normal screens **/

*{
float: none;
}

html, body{
background:#fff;
padding:3px;
color:#000;
margin:0;
}

body{
font:12px/15px sans-serif;
background:#fff;
padding:3px;
color:#000;
margin:0;
}

h1, h2, h3, h4, h5, h6 {
font-weight:normal;
}

ul{
margin:.2em 0 .2em 1em;
padding-left:1em;
}

li{
list-style:none;
margin-left:0;
}

a:link, a:visited {
text-decoration:underline;
color:#0000CC;
}

a:hover, a:active {
text-decoration:underline;
color:#660066;
}

img{
display:block;
max-width:250px;
border:none;
}

#header_wrapper,
#flower{
display:none;
}

}


/** iphone specific **/
@media only screen and (max-device-width: 480px){ 
html {
-webkit-text-size-adjust: none;
}

.selector {
padding:0;
margin:0;
}

}