* {
margin : 0;
padding : 0;
}
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object {
border : 0;
}
body {
padding : 0 0;
background : #192d40 url('../img/bg.png') repeat-x;
font-family : serif;
line-height : 1.5em;
color : #e8eaeb;
text-align : center;
}
a {
color : #fff;
}
a:link {
color : #fff;
}
a:hover {
color : #fff;
text-decoration : none;
}
h1, h2, h3, h4, h5, h6 {
color : #515f6a;
margin : 15px 0 10px 0;
}
h1 {
font-size : 2em;
}
h2 {
font-size : 1.6em;
font-family : sans-serif;
font-weight : normal;
}
h3 {
font-size : 1.2em;
margin-top : 25px;
font-family : sans-serif;
}
h4 {
font-size : 1.2em;
}
h5 {
font-size : 1em;
}
#layout {
width : 790px;
margin : 0 auto;
text-align : left;
}
#container {
padding-top : 12px;
}
#header {
position : relative;
padding-left : 7px;
}
#logo {
font-family : sans-serif;
font-weight : normal;
color : #fff;
position : relative;
overflow : hidden;
height : 110px;
font-size : 2.5em;
margin : 0;
line-height : 130px;
}
#logo a {
color : #fff;
text-decoration : none;
}
#logo .light {
color : #3f576e;
}
#nav {
position : relative;
z-index : 2;
border : 1px solid #1a2735;
border-right : none;
border-left : none;
padding : 7px 0;
}
#nav ul {
margin : 0;
padding : 0;
list-style : none;
}
#nav ul li {
float : left;
display : inline;
margin : 0;
padding : 0;
text-align : center;
}
#nav ul li a {
font-weight : bold;
display : block;
color : #fff;
text-decoration : none;
float : left;
float : none;
padding : 7px 25px 7px 7px;
line-height : 18px;
}
#nav ul li a span {
font-weight : normal;
color : #67707a;
}
#nav ul li a:hover {
background : #0a151f;
}
.content {
float : right;
padding : 0 0 0 0;
width : 570px;
z-index : 10;
}
#panel-left {
float : left;
width : 200px;
}
.panel .in {
padding : 10px;
}
#panel-left li{
list-style-type:none;
}
#panel-left span.date {
color : #515f6a;
}
#panel-left p {
margin-top : 5px;
}
#footer {
clear : both;
height : 77px;
margin-top : 20px;
border-top : 1px solid #324455;
padding : 10px 3px;
color : #a0a9b0;
font-size : 90%;
}
#footer a {
color : #a0a9b0;
}
#footer p {
margin : 0;
padding-top : 10px;
}
p {
margin : 15px 0;
}
ul, ol {
display : block;
margin : 15px 0 15px 40px;
}
ul ul, ul ul ul, ol ol, ol ol ol {
margin : 0;
margin-left : 20px;
}
li {
display : list-item;
}
ul li a {
text-decoration : underline;
}
strong, .strong {
font-weight : bold;
}
cite, em, q, var {
font-style : italic;
}
code, kbd, samp {
font-family : monospace;
font-size : 110%;
}
hr {
display : block;
height : 1px;
margin : 10px 0;
padding : 0;
border : 0 solid #ccc;
background : #ccc;
color : #ccc;
}
.f-right {
float : right;
}
.a-left, tr.a-left td {
text-align : left;
}
.a-center, tr.a-center td {
text-align : center;
}
.a-right, tr.a-right td {
text-align : right;
}
.a-justify {
text-align : justify;
}
.va-top {
vertical-align : top;
}
.va-middle {
vertical-align : middle;
}
.va-bottom {
vertical-align : bottom;
}
.clear {
clear : both;
}
.box {
min-height : 1px;
}
.box:after {
display : block;
visibility : hidden;
clear : both;
line-height : 0;
font-size : 0;
content : ".";
}

.screenshot {
border: 1px solid #1a2735;

padding: 10px;
background-color:white;
clear:both;
}
pre {
padding-left: 40px;
}