/* Reset */
* {	
	vertical-align: baseline;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* Styles */

body {
    font-family: Verdana, "Courier New", monospace;
    font-size: 14px;
    background-color: #fffaf2;
}

h1 {
    position: absolute;
    left: 80px;
    top: 15px;
    font-family: "Courier New", monospace;
    font-size: 28px;
    font-weight: bold;
    color: #6484a2;
}

h2 {
    font-family: "Courier New", monospace;
    font-size: 20px;
    margin-top: 10px;
    color: #928266;
}

strong {
    color: #6484a2;
}

p {
    margin: 15px 0px;
    line-height: 22px;
    text-align: justify;
}

a {
    text-decoration: none;
    color: #928266;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #928266;
    font-weight: bold;
}

a.iphone {
    color: #6484a2;
}

a.write {
    color: orange;
}

ul {
    list-style-position: inside;
    margin: 10px 0px 10px 0px; 
}

#content {
    position: relative;
    width: 600px;
    margin: 20px auto;
    padding-top: 80px;
}

#logo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65px;
    height: 65px;
    background: transparent url(/images/mwn.png) no-repeat top left;
}

#topics {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 10px 15px 25px 6px;
    padding-top: 2px;    
    font-size: 12px; 
}

#features {
    margin-top: 20px;
}

#features li {
    line-height: 20px;
    margin-bottom: 5px;
}

#screenshots img {
    margin: 20px;
    border: solid 1px #6484a2;
}

#ssEditor img {
    margin:20px;
    margin-left: 170px;
    border: solid 1px #6484a2;
}

#androidMarketTop {
    margin-left: 255px;
}

#androidMarketBottom {
    margin: 20px;
    margin-left: 255px;
}

#footer {
    clear: both;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    font-family: Verdana;
    font-size: 12px;
    border: solid 1px #928266;
}

#navigation {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
    padding: 10px;
    border: solid 1px #928266;
    border-right: none;
}

#navlinks {
    text-align: center;
    border-top: solid 1px #928266;
    padding-top: 10px;
}

#navigation a {
    font-size: 12px;
    font-weight: normal;
}

.qsummary p {
    border-bottom: solid 1px #6484A2; 
}
.qsummary ul {
    list-style-type: circle;
}

.qsummary li {
    line-height: 22px;
    text-align: justify;
    margin-left: 20px;
    margin-bottom: 8px;
}

.question {
    padding: 10px;
    border: solid 1px #6484A2; 
}

.question li {
    line-height: 22px;
    text-align: justify;
}

.callout {
    background: transparent url(/images/orange.jpg) repeat;
    padding: 5px 0px 5px 10px;
    border: solid 1px #706044;
    text-align: center;
}

.callout a {
    text-decoration: none;
    color: #706044;
    font-weight: bold;
}

.callout a:hover {
    text-decoration: underline;
    color: #706044;
    font-weight: bold;
}


