body {
    font-family:  'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    background-color: #8f8f9d;
}

div, form, img {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 64px;
    margin-bottom: 0.05em;
    margin-top: 0;
    padding-top: 0.1em;
    padding-left: 2.2em;
    font-weight: normal;
    text-shadow: 0 0 .1em white;
    background-image: url(../images/howl-128.png);
    background-repeat: no-repeat;
    height: 2em;
}
h1 .subtitle {
    margin: 0;
    font-size: 24px;
    text-shadow: 0 0 0.1em white;
}

h2 {
    font-size: 26px;
    margin-bottom: 0.2em;
    margin-top: 0;
    font-weight: normal;
}
h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0.2em;
}
h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0.2em;
}
p {
    margin-top: 0.2em;
    margin-bottom: 1.5em;
}

a {
    color: blue;
    text-decoration: underline;
}

a:hover {
    color: #8dc9eF;
    text-shadow: 0 0 2px blue;
}

script, noscript, form, img {
    border: 0;
    padding: 0;
    margin: 0;
}

noscript {
    display: inline-block;
}

blockquote {
    margin-left: 1.5em;
}

#main ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	color: red;
}

#main ul li:before {
	content: "\00BB \0020";
	color: white;
	text-shadow: 0 0 4px blue;
}

#main ul li {
    color: black;
    margin-left: 0.4em;
    margin-bottom: 0.75em;
}

#wrap {
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 55em;

    background-color: #fff;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-box-shadow: black 0 .3em 1em;
    -moz-box-shadow: black 0 .3em 1em;
    background-color: #2f2f34;

}

#header {
    padding: 1em;
    padding-bottom: 0em;
    color: white;
}
#header-bottom {
    clear: both;
}

#navigation {
    margin: 0;
    padding: 0;
    color: black;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation ul li:before {
    content: '';
}

#navigation li {
    position: relative;
    float: left;
    z-index: 0;
    margin: 0;
}
#navigation li:hover {
    z-index: 0;
}

#navigation li a {
    text-decoration: none;
    margin: 0 1px 0 0;
    padding: 0.4em 0.8em;
    background-color: #ccc;
    -webkit-border-top-left-radius: 0.4em;
    -webkit-border-top-right-radius: 0.4em;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc), color-stop(0.5, #fff), color-stop(1.0, #ccc));
    color: black;
    display: block;
}
#navigation li a:hover {
    text-shadow: none;
    text-shadow: #fff 0 0 .3em;
    -webkit-box-shadow: #fff 0 0 .3em;
    -moz-box-shadow: #fff 0 0 .3em;
}

#main {	        
    background-color: white;
    color: black;
    padding: 1.5em 1.5em;
    clear: both;
    -webkit-border-top-left-radius: 0.4em;
    -webkit-border-top-right-radius: 0.4em;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
}

#main-footer {
    clear: both;
}

#footer {
    clear: both;
    background-color: white;
    color: black;
    font-size: 8pt;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc), color-stop(0.5, #fff), color-stop(1.0, #ccc));
    padding: 0.7em;
    -webkit-border-bottom-left-radius: 0.4em;
    -webkit-border-bottom-right-radius: 0.4em;
    -moz-border-radius-bottomleft: 0.4em;
    -moz-border-radius-bottomright: 0.4em;
}

#footer #app-store {
    padding: 0.4em;
    margin-left: auto;
    margin-right: auto;
}


/* index.html */
#screenshots {
    position: relative;
    width: 195px;
    height: 410px;
    float: right;
    background-image: url(../images/iphone-50.png);
    background-repeat: no-repeat;
    margin-left: 1em;
}

#screenshot {
    width: 160px;
    height: 240px;
    background-image: url(../images/ss-all-50.png);
    left: 18px;
    top: 62px;
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer;
}

#screenshot-pages {
    margin-top: 375px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    cursor: pointer;
}

#screenshot-pages span {
    padding: 0.2em;
}

#screenshot-itunes {
    position: absolute;
    bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
}

#index-main {
    width: 34em;
}

div.quote {
	margin-bottom: 24px;
}

div.quote blockquote {
    margin: 0px;
    padding: 0px;
    border: 1px solid #c9c2c1;
    background-color: #f3f5f9;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
}

div.quote blockquote p {
    margin: 10px;
	padding: 0px;
}

div.quote cite {
	position: relative;
	margin: 0;
	padding: 7px 0px 0px 2.0em;
	top: -1px;
	background: transparent url(../images/tip.gif) no-repeat 1.95em 0;
	font-style: normal;
	text-align: left;
	display: block;
}


blockquote .author {
    margin-top: -1em;
    padding-left: 10em;
    font-style: italic;
}

