/*

    	Fourmilog iPhone Edition Style Sheet
	
	Derived from the style developed by:
	    Chris Coyier
	    http://css-tricks.com
*/

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 62.5%;
    font-family: Georgia, serif;
}

.clear {
    clear: both;
}

h1 {
    font-size: 2.14em;
    text-align: center;
    padding: 10px 0;
}

h1 a {
    text-decoration: none;
    color: #212575;
}

h1#home {
    text-align: center;
}

h2 {
    font-size: 1.71em;
    font-weight: normal;
}

h2 a {
    text-decoration: none;
    color: #212575;
}

h3 {
    font-size: 1.286em;
    margin-bottom: 8px;
}

blockquote {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 7px;
    margin-bottom: 8px;
}

dd {
    margin-top: 7px;
}

p {
    margin-top: 7px;
    margin-bottom: 8px;
    font-size: 1em;
}

img {
    border: none;
    vertical-align: middle;
}

ul {
    list-style: disc inside;
    margin-left: 10px;
    margin-bottom: 15px;
}

ul li {
    font-size: 1em;
}

div#page-wrap {
    width: 310px;
    padding: 0 5px;
    margin: 0px auto;
}

#slider {
    width: 320px;
    overflow: hidden;
    position: relative;
}

#mask {
    width: 1920px;  	    /* Set to (Number_of_stories + 1) * 320 */
    position: relative;
    left: 0px;
}

#mainMenu {
    width: 320px;
    float: left;
}

.article-text {
    width: 320px;
    float: left;
    overflow: hidden;
    font-size: 1.4em;
}

.headline {
    background: url(images/headline.png) top center no-repeat;
    padding: 3px 68px 0px 13px;
    min-height: 60px;
    font-size: 1.4em;
}
					  
pre {
    width: 300px;
    overflow: auto;
    font-size: 1.07em;
}
