/* 'Standalone' CSS: All the rules required for max-width: 660px */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic&subset=latin,latin-ext);

* { margin: 0; padding: 0; }

body {
margin: 10px;
background: #fff;
font-size: 100%;
}

#wrap {
width: 100%;
color: #000;
text-align: left;
font-family: "Open Sans";
font-size: 1.2em;
line-height: 1.6em;
}

#getnav {
display: block;
margin-bottom: 1.0em;
padding: 0.9em 0 1.0em 0;
background: #333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 1.3em;
text-align: center;
}

#getnav a {
color: #fff;
border-bottom: 1px dotted #fff;
text-transform: capitalize;
}

#getnav a:before {
content: "";
}

#getnav a:after {
content: "";
}

#content {
min-height: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans";
}

h1 {
margin: 0.5em 0 0 0;
line-height: 1.2em;
letter-spacing: -1px;
font-weight: 600;
}

h1 i {
color: #777;
font-style: normal;
}

h2, h3, h4, h5, h6 {
margin: 1.0em 0 0 0;
font-size: 1.3em;
line-height: 1.2em;
color: #777;
}

p strong, p b, ul strong, ul b {
font-weight: 600;
}

p {
margin: 1.0em 0 0 0;
}

p.caption {
padding: 0.5em;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-align: center;
color: #777;
}

#content p.meta {
font-size: 0.9em;
color: #999;
}

ul {
margin-top: 0.75em;
list-style-position: inside;
}

ol {
margin-top: 0.75em;
}

li {
margin-left: 0.25em;
}

.listing {
margin-top: 0.75em;
list-style-type: none;
list-style-position: none;
border-top: 1px dotted #ddd;
}

.listing li {
margin-left: 0;
padding: 0.2em 0;
border-bottom: 1px dotted #ddd;
}

div.box,
div.bg {
display: block;
margin: 1.0em 0 1.0em 0;
padding: 0.1em 1.0em 1.0em 1.0em;
color: #666;
background: #ebeff8;
border: none;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

#search {
margin: 1.5em 0 1.5em 0;
}

#menu {
display: block;
margin-top: 1.0em;
border-top: 5px dotted #ddd;
}

#menu ul {
list-style-type: none;
font-size: 1.1em;
line-height: 1.2em;
text-transform: capitalize;
}

#menu li {
margin: 0 0 0.2em 0;
}

#menu strong {
font-weight: normal;
}

#extra {
display: block;
font-size: 1.1em;
/* style as required */
}

#footer {
display: block;
margin: 1.0em 0;
padding-bottom: 0.5em;
font-size: 1.0em;
border-top: 5px dotted #ddd;
}

#search form input[type=text] {
margin: 0;
padding: 0.5em;
width: 93%;
color: #999;
font-size: 1.0em;
}

span, .response {
color: #80ae1d;
}

input[type=text],
input[type=password] {
margin: 0.25em 0.5em 0.1em 0;
padding: 0.35em;
background: #fafafa;
border: 1px solid #ddd;
font-size: 1.0em;
}

input[type=text] {
width: 200px;
}

input[type=password] {
width: 200px;
}

textarea {
width: 99%;
margin: 0.3em 0 0 0; padding: 0;
font-size: 1.0em;
background: #fafafa;
border: 1px solid #ddd;
}

.submit {
margin: 0.5em 0 0 0;
padding: 0.5em 2.0em;
color: #ff0099;
background-color: #ffffff;
border: 1px solid #bbbbbb;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 1.0em;
}

#search-submit {
display: none;
}

#comments {
color: #777;
}

img {
display: block;
float: none;
max-width: 100%; height: auto;
margin: 1.0em auto;
padding: 0;
vertical-align: bottom;
border: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

pre {
margin: 1.0em 0 1.0em 0;
padding: 1.0em 0;
font: 0.8em 'Courier New', Courier, Fixed;
color: #606;
background: #fff;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
line-height: 1.6em;
width: auto;
word-break: break-all;
white-space: pre-wrap;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}

a {
color: #d30a7b;
text-decoration: none;
}

a img {
border: none;
}

object {
display: block;
}

iframe {
display: none;
}

hr {
margin: 1.0em auto 0 auto;
padding-bottom: 1px;
height: 0;
width: 100%;
background: #fff;
border: none;
border-top: 5px dotted #ddd;
}

.zap {
display: none;
}
