@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

body{
	margin:0;
	color:#413e2b;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	background:#5d87a1;
	min-width:1003px;
}

.logo {
    width: 155px;
    height: 95px;
    background: url(../images/lookout/logo.png) no-repeat;
    float: left;
}

#header {
    background: url(../images/lookout/bg-paper.jpg);
}

#w1 {

}

#nav {
    background: url(../images/lookout/bg-nav.gif) repeat-x;
}

#footer {
    background: #5d87a1 url(../images/lookout/bg-footer.gif) repeat-x;
}

#main.inner {
    min-height: 610px;
}

#main {
    background: none;
}

#main .frame {
    padding: 0;
    /* min-height: 474px; */
    background: none;
}

#main.zzz {
    background: none;
}

#main.zzz .holder {
    background: none;
    border: 0;
}

#main .frame.titlepage {
    background: none;
}


.series-box {
    width: 250px;
    background: url(../images/lookout/bg-paper.jpg);
    padding: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #00467f;
}

.description-box {
    width: 580px;
    background: url(../images/lookout/bg-paper.jpg);
    padding: 15px;
    margin-left: 20px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #00467f;
}

.login-form {
    padding: 24px 15px 38px 15px;
    overflow: hidden;
    width: 700px;
    margin: 0 auto;
    margin-top: 15px;
    background: url(../images/lookout/bg-paper.jpg);
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #00467f;
}

#nav ul {
    position: relative;
    left: -50px;
    font-size: 12px;
}

#nav a {

    font-weight: normal;
}

.first {
    color: #fff;
    font-weight: normal;
}

.third a {
    color: #fff;
}

#main .holder {
    background: url(../images/lookout/bg-paper.jpg);
    padding: 24px 15px 38px 15px;
    margin-top: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #537f9a;
}

.item-box {
    padding: 0 10px 0 30px;
}

ul.item a {
    text-decoration: none;
}

ul.item li {
    background: none;
    width: 125px;
    height: auto;
    margin: 0 20px 35px 0;
}

.item .img-holder {
    height: auto;
}

.item img {
    width: 125px;
    margin: 0;
}

.description {
    width: 100%;
    float: none;
    clear: both;
}

.series-box ul li a.seriestitle {
    font-weight: 600;
}

.series-box ul li a {
    color: #000;
    text-decoration: none;
}

.series-box ul li.current a {
    color: #000;
    background: none;
}

.titlenav {
    margin-bottom: 50px;
}

.titlenav a {
    color: #000;
    font-size: 16px;
}

.titlenav .titleleft {
    width: 180px;
    float: left;
}

.titlenav .titlecenter {
    width: 220px;
    float: left;
    text-align: center;
}

.titlenav .titleright {
    width: 180px;
    float: right;
    text-align: right;
}

a.detailactions {
    font-size: 14px;
    color: #000;
}

.description dl {
    font-size: 12px;
}

.description dt {
    margin-right: 6px;
}
