/* 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 {
    font-family: "Courier New", monospace;
    font-size: 32px;
    font-weight: bold;
    color: #6484a2;
}

h2 {
    font-family: "Courier New", monospace;
    font-size: 20px;
    margin-top: 8px;
    color: #928266;
}

strong {
    font-weight: bold;
    color: #6484a2;
}

p {
    margin: 15px 0px;
    line-height: 22px;
    text-align: justify;
}

ul {
    list-style-position: inside;
    margin: 10px 0px 10px 50px; 
}

a {
    text-decoration: none;
    color: #928266;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #928266;
    font-weight: bold;
}

a.ipad, a.iphone, a.android {
    color: #6484a2;
}

a.write {
    color: orange;
}

#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;
}

#header {
    position: absolute;
    left: 90px;
    top: 0px;
    width: 305px;
}

#startNowTop {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
    height: 60px;
    background: transparent url(/images/startwritingnow.png) no-repeat top left;
}

#appStore {
    float: right;
    margin-top: 0px;
}

#androidMarket {
    clear: right;
    float: right;
    margin-top: 0px;
    margin-right: 40px;
}

#bookmarks {
    position: absolute;
    right: 0px;
    top: 165px;
    width: 100px;
    font-size: 12px;
    text-align: center;
    margin-top: 85px;
    padding: 10px;
    border: solid 1px #928266;
    border-right: none;
}

#bmlinks {
    text-align: left;
    border-top: solid 1px #928266;
    padding-top: 10px;
}

#bookmarks a {
    font-size: 12px;
    font-weight: normal;
}

#suggestion {
    position: relative;
    margin-top: 20px;
    padding-left: 23px;
    text-align: left;
}

#suggestion img {
    position: absolute;
    top: 0px;
    left: -3px;
}

#bloglink {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 10px;
    text-align: center;
}

#bloglink a {
    color: #6484a2;
}

#mainscreen {
    width: 150px;
    height: 97px;
    float: right;
    margin-top: -10px;
    border: solid 1px #928266;
}

#mainscreen em {
    font-style: italic;
    font-size: 10px;
    margin-left:30px;
}

#CompanionWriteup {
    background: transparent url(/images/orange.jpg) repeat;
    border: solid 1px #706044;
    height: 270px;
    padding: 0px 0px 10px 10px;
    text-align: center;
}

.companionTitle {
    font-size: 16px;
}

.companionApp {
    float: left;
    margin: 10px 15px 0px;
    text-align: center;
    width: 160px;
}

.companionApp a {
    color: #000;
}

.companionApp img {
    border: 1px solid #000;
    cursor: pointer;
    margin-top: 5px;
}

#startNowBottom {
    width: 200px;
    height: 60px;
    background: transparent url(/images/startwritingnow.png) no-repeat top left;
    margin: 10px auto;
}

#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: 20px;
    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;
}

#ads {
    text-align: center;
}

/* Overlay stuff */

/* the overlayed element */
div.overlay {
	/* dimensions after the growing animation finishes  */
	width:630px;
	height:440px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:15px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/images/close.png);
	position:absolute;
	right:20px;
	top:-10px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#ss_overlay img {
    border: solid 2px #426280; 
}


