body {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(images/top.png) repeat-x;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
}

form {
    margin: 0;
    padding: 0;
}


fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, textarea, select {
    font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2,
h1 a, h2 a {
    color: #204a87;
    text-decoration: none;
}

a {
    color: #3465a4;
}

img {
    border: none;
}

p {
    margin-left: 22px;
    line-height: 1.2em;
}

pre {
    margin-left: 42px;
    border-left: 2px solid gray;
    padding-left: 1em;
}

#main-content li {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

/* Header */

#header {
    width: 920px;
    height: 130px;
    margin: 0 auto;
    position: relative;
}

#langs {
    position: absolute;
    right: 0;
    margin-top: 10px;
}

/* Logo */

#logo {
    float: left;
    text-align: center;
}

#logo h1, #logo h2 {
    margin: 0;
    /*text-transform: lowercase;*/
}

#logo h1 {
    padding-top: 40px;
    font-size: 4em;
    color: #554D49;
}

#logo h2 {
    margin-top: -6px;
    padding-left: 1px;
    font-size: 1.3em;
    color: #7F7772;
}

/* Menu */

#menu {
    float: right;
    background: transparent url(images/menu.png) no-repeat;
    background-position: 0px 58px;
    width: 650px;
}

#menu ul {
    margin: 0;
    padding: 52px 0 0 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu li.active  a {
    font-weight: bold;
    color: red;
}

#menu a:hover {
    color: red;
}

#menu a {
    display: block;
    float: left;
    width: 125px;
    height: 70px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    /*text-transform: lowercase;*/
    font-size: 1.3em;
    color: white;
}

/* Page */

#page {
    width: 920px;
    margin: 0 auto;
    padding-top: 20px;
}

#main-content {
    float: left;
    width: 480px;
}

#right-content {
    float: right;
    width: 380px;
    padding: 12px 0 0 30px;
    border-left: 1px dashed #ccc;
    margin-bottom: 25px;
}

#right-content .post {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

#right-content h2 {
    font-size: 1.2em;
}

#main-content .title {
    margin: 0;
}

#main-content h2 {
}

#main-content .entry {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#main-content .icon,
#right-content .icon {
   float: left;
   margin-right: 5px;
}

/* sections */

#sections {
    clear: both;
    width: 920px;
    margin-top: 20px;

    border-top: 1px dashed #ccc;
}

#sections ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sections li {
    display: block;
    float: left;
    width: 180px;
    padding-top: 10px;
    margin-bottom: 0;
}

#sections ul.first > li {
    height: 200px;
}

#sections ul.first > li div{
    height: 100%;
    padding-top: 10px;
}

#sections ul.first > li div.active {
    background: #FFFFFF url(images/section.png) no-repeat;
}

#sections li ul {
    line-height: 1.8em;
    margin-left: 30px;
}

#sections li li {
    display: list-item;
    float: none;
    width: auto;
    padding: 0;
}

#sections h2 {
    margin: 0 0 15px 0;
    color: #3465a4;
    font-size: 1.2em;
}

#sections h2 a {
    color: #3465a4;
}

#sections a {
    text-decoration: none;
    font-weight: bold;
    color: #729fcf;
}

#sections .icon {
   float: left;
   margin-right: 7px;
}

/* Footer */

#footer {
    width: 920px;
    height: 100px;
    margin: 0 auto;
}

#footer p {
    margin: 0;
    padding: 15px;
}

#legal {
    text-align: center;
}

.thumbs {
}

.smallthumbs .figure {
    float: left;
    text-align: center !important;
    display: block;
    width: 110px;
    height: 100px;
}

.smallthumbs a {
    display: block;
    margin: 0 0 0 0 !important;
    text-decoration: none;
}


.thumbs .figure {
    float: left;
    text-align: center !important;
    display: block;
    width: 300px;
    height: 250px;
}

.thumbs .figure:first-child {
    margin-right: 30px;
}

p { 
	margin : 0;
	padding : 0;
	}

pre.cmd {
 width:380px;
 font-size: 100%;
 background: #efefef;
 border: 1px solid #d7d7d7;
 margin: 1em  1.75em;
 padding: .25em;
 overflow: auto;
 color: #000000;
}

form{margin:0;}


#slideshow {
	/*border: 1px solid #000;*/
	overflow: hidden;
	margin: 10px auto 10px;
	position: relative;
	width: 260px;
	height: 146px;
}
#slideshow img {
	width: 260px;
	height: 146px;
}

#slideshow {cursor: pointer;}
#slideshow img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
