/* iphone stylesheet tweaks */

body {
    min-width: 320px;
}

h1 {
    font-size: 16px;
}
h2 {
    font-size: 14px;
}
h3 {
    font-size: 12px;
}
h4 {
    font-size: 10px;
}

#container {
    width: 320px;
}

#banner {
    width: 320px;
    height: 80px;
}

#banner h1 {
    display: block;
    position: absolute;
    margin-left: 10px;
}

#banner-inner {
    width: 280px;
    height: 70px;
    background-position: 50% 100%;
}

#banner-nav {
    margin-top: 40px;
}

#banner-search {
    width: 90px;
    margin-top: 10px;
    text-align: right;
}

#banner-search input {
    width: 80px;
}

#alpha {
    margin: 10px;
    width: 300px;
}

#z_beta {
    display: none;
    width: 120px;
}

.adsense {
    display: none;
}

#comments textarea {
    width: 300px;
}

/* iphone stylesheet jl */

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 16px;
   font-weight: bold;
   line-height: 1.0;
   text-shadow: none;   
 }

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 10px;
   font-weight: bold;
   line-height: 1.0;
   text-shadow: none;
}


#container
{
	position: relative;
	margin: 0 auto 0 auto;
	/* center on everything else */
	width: 320px;
	text-align: left;
}

.tspace
{
	margin: 0px 30px 0px 30px;
	display: inline;
}

.toptiny
{
	font-size: 20px;
	margin: 5px 0px 5px 0px;
}

.iphnav {
   /* position: relative;  */
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0px 8px 10px;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}

