body {
/*    background-color:rgb(34,7,2);*/
    background-color:#120203;
    margin:0;
    text-align:center;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
#topbar {
    text-align:left;
    height:17px;
    background-color:#321918;
    margin:0;
    padding:14px;
    color:#A56B6B;
    border-bottom:1px solid #3E1F1D;
    
}
#topbar a {
    color:#5D8D9C;
}
#topbar .home a {
    color: #A56B6B;
}
#topbar ul {
    display:inline;
    margin:0;
    padding:0;
}
#topbar ul li {
    margin-left:20px;
    display: inline;
}
#wrapper {
    width:800px;
    margin:auto;
    position:relative;
}
#iconstuff h1 {
    margin:0;
}
#iconstuff h2 {
    display:inline;
    font-weight:normal;
    font-size:110%;
}
#content {
    text-align:left;
    margin:auto;
    padding:20px;
    color:#89A4B0;
    width:700px;
}
#innards {
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    background-color: #321F19;
    background-color: #341E1B;
    margin-top:20px;
    color: #99796F;
    padding:5px 20px;
}
#content a {
    color:#CCB3B0;
}
#iphone {
    float:left;
    margin-top:35px;
    margin-left:20px;
}
#iconstuff {
    float:right;
    position:relative;
    text-align:center;
    width:480px;
    color:#89A4B0;
    text-shadow: #121212 0px 0px 10px;
}
#iconstuff h1 {
    font-size:40px;
    font-weight:bold;
    line-height:140%;
    margin-top:20px;
}
#logo {
    position:absolute;
    top:100px;
    left:40px;
    z-index:-1;
}
#highlight {
    position:absolute;
    top:110px;
    left:-20px;
    height: 500px;
    opacity:0.25;
}
#copy {
    position:absolute;
    top:500px;
    left:62px;
    text-align:center;
    width:370px;
    font-family: Verdana, sans-serif;
    font-weight:normal;
    font-size:13px;
    text-shadow:none;
    color:#D17565;
}
#copy p {
    color:#915146;
/*            color:#D1887B;*/
}
#copy h2 {
    font-size:150%;
    font-weight:normal;
    margin-bottom:20px;
}
#copy h3, #copy h4 {
    font-weight:normal;
}
#copy a {
    color:#D99B8C;
    text-decoration:none;
}
#copy a:hover {
    text-decoration:underline;
}
#appstore {
    position:absolute;
    height:66px;
    width:191px;
    background: url('/appstore.jpg');
}
#appstore:hover {
    background: url('/appstore_hover.jpg');
}
#buynow_top, #buynow_bottom {
    height:30px;
    width:114px;
    position:absolute;
    background: url('/buynow_blue.jpg');
}
#buynow_top:hover, #buynow_bottom:hover {
    background: url('/buynow_blue_hover.jpg');
}
#buynow_top {
    top: 9px;
    right: 10px;
    margin-left:20px;
}

div.post-content {
    width: 500px;
	margin-left:30px;
	margin-bottom:40px;
}
p.post-header {
    margin-left:30px;
}
div.comments {
    margin-left:30px;
    width:500px;
    font-size:70%;
}