@charset "utf-8";

/* import 
----------------------------------*/

@import url(base.css);

/* header
------------------------*/
#header{
width: 798px;
background:url(../images/header-bg.gif) left top repeat-x #fff;
border: 1px solid #ccc;
border-top: none;
}

#header #header-inner{
width: 796px;
border: 1px solid #fff;
border-top: 1px solid #dedede;
}

#header #sitetitle{
margin: 1em 1.667em;
}

#header #sitetitle #sitename{
font-size: 1.5em;
font-weight: bold;
}

/* site-description
------------------------*/

#site-description{padding: 1em 1.667em 1.364em;}
#site-description .description{
font-size: 1.167em;
font-weight: bold;
margin-bottom: .6em;
}

/* content
------------------------*/

#content{background: url(../images/separator.gif) 219px 0 repeat-y;}

.section{
padding-bottom: 1em;
margin-bottom: 1.25em;
background: url(../images/pixel-line.gif) left bottom repeat-x;
}

/* maincontent
-------------------*/

#maincontent .section{
clear:both;
}

#maincontent .section .section-content{
background: url(../images/title-shadow.gif) left top repeat-x;
padding: 1.5em 0;
}

#maincontent .section .section-content pre{
display: block;
font-size: 110%;
}

#maincontent .section .section-title{
width: 558px;
border: 1px solid #ccc;
clear: both;
}

#maincontent .section .section-title span{
width: 552px;
display: block;
border: 1px solid #fff;
padding: 8px 12px;
background:url(../images/title-bg.gif) left top repeat-x;
font-weight:bold;
font-size:1.167em;
}

#maincontent .section .section-image a img{
border: 1px solid #ccc;
padding: 1px;
background-color: #fff;
margin-bottom:5px;
}

#maincontent .section .section-image.left{
float: left;
padding-right:1em;
}

#maincontent .section .section-image.right{
float: right;
padding-left:1em;
}

#maincontent .section .section-title span{
width: 532px;
display: block;
border: 1px solid #fff;
padding: 8px 12px;
background:url(../images/title-bg.gif) left top repeat-x;
font-weight:bold;
font-size:1.167em;
}

#maincontent .section .paragraph-title{font-weight: bold;margin-bottom: 1em;}

#maincontent .section p,#maincontent .section ul,
#maincontent .section ol,#maincontent .section table,
#maincontent .section h5,#maincontent .section h6,
#maincontent .section pre,#maincontent .section blockquote,
#maincontent .section dl{
margin-bottom: 1em;
line-height: 1.4;
}

#maincontent .section table{
width: 560px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}

#maincontent .section table caption{
margin-bottom: 1em;
}

#maincontent .section td,
#maincontent .section th{
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px;
}

#maincontent .section th,
#maincontent .section thead td{
background: url(../images/title-bg.gif) left 1px repeat-x;
text-align: center;
font-weight: bold;
}

#maincontent .section td.numbers{text-align: right;}
#maincontent .section table tfoot{font-size: .834em;}

/* sidebar
-------------------*/

#sidebar .section .section-title{
width: 198px;
border: 1px solid #ccc;
margin-bottom: 1em;
}

#sidebar .section .section-title span{
width: 172px;
display: block;
border: 1px solid #fff;
padding: 8px 12px;
background:url(../images/title-bg.gif) left top repeat-x;
font-weight:bold;
font-size:1.167em;
}

/* nav
-------------------*/

#sidebar .nav{
background: none;
padding-bottom: 0;
}

#sidebar .nav #main-nav{
list-style: none;
background: url(../images/title-shadow.gif) left bottom repeat-x;
padding-bottom: 13px;
}

#sidebar .nav #main-nav li{
width: 198px;
border: 1px solid #ccc;
border-bottom: none;
background: url(../images/menubg-static.gif) left top repeat-x;
}

#sidebar .nav #main-nav li a{
font-weight: bold;
color: #666;
width: 172px;
border: 1px solid #fff;
display: block;
text-decoration: none;
background: url(../images/menubg-static.gif) left top repeat-x #fff;
padding: 12px;
}

#sidebar .nav #main-nav li a:hover,
#sidebar .nav #main-nav li.current a{
color:#fff;
background: url(../images/menubg-active.gif) left bottom repeat-x #7f7f7f;
}

#sidebar .nav #main-nav li a span{
background: url(../images/menu-arrow-static.gif) left 2px no-repeat;
padding-left: 10px;
}

#sidebar .nav #main-nav li a:hover span,
#sidebar .nav #main-nav li.current a span{
background: url(../images/menu-arrow-active.gif) left 2px no-repeat;
padding-left: 10px;
}

#sidebar .nav #main-nav li.end{border-bottom: 1px solid #ccc;}

/* profile
-------------------*/

#sidebar .authorimage{
text-align: center;
margin-bottom: 1em;
}

#sidebar .authorimage img{
border: 1px solid #ccc;
padding: 1px;
background-color: #fff;
}

#sidebar .authorname{
font-weight: bold;
margin-bottom: .5em;
}

#sidebar .aboutauthor p{
margin-bottom: .7em;
}

/* news
-------------------*/

#sidebar .news{
background: none;
padding-bottom: 0;
}

#sidebar .news .section-content{
width: 200px;
height: 250px;
overflow: scroll;
}

#sidebar .news-content{
padding-bottom: 1em;
margin-bottom: 1.25em;
background: url(../images/pixel-line.gif) left bottom repeat-x;
}

#sidebar .news-content dt{
font-weight: bold;
}

#sidebar .news-content dd{
line-height: 1.4;
}

/* footer
------------------------*/

#footer{background: url(../images/footer-bg.gif) left 20px repeat-x;}

#footer-inner{
width: 800px;
margin: auto;
padding-bottom: 30px;
}

#pagetop{
display: block;
width: 107px;
margin-left: auto;
}

#footer-inner address{margin-top: 15px;}
