/*
 * { border: 1px solid #666; }
 */


body {
    color: #7b7272;
    font: normal 13px "Bitstream Vera Sans", "Arial", sans-serif;
}

a, a:visited { color: #707070; }
a:hover { color: blue; }

img { border: none; }
.img-right { float: right; margin: 3px; border: 1px solid #666; }

div.container { width: 900px; }
div.header { height: 128px; }
div.header img { padding: 45px 0px 0px 29px; }
div.header span img { padding: 0 0 0 10px; }
div.header span.lang-buttons { padding-left: 495px; }

div.menu {
    float: left;
    width: 190px;
    text-align: right;
}
    div.menu ul { list-style: none; }
    div.menu li { padding-bottom: 15px; }
    div.menu a { text-decoration: none; color: #7b7272; }
    div.menu a:hover { color: #7b7272; }
    div.menu { color: #ccc; }
    div.menu a.selected { font-weight: bold;}

    div.menu.blog a { text-decoration: none; color: #007070; }
    div.menu.blog a:hover { color: #0090a0; }
    div.menu.blog a:visited { color: #004050; }

    div.menu.blog h1 {
	font-size: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
    }
    div.menu.blog h5 {
	color: #7b7272;
	font-size: 12px;
	padding-top: 8px;
	margin-bottom: -2px;
    }

    div.menu.blog li { padding-bottom: 5px; }

div.content {
    float: left;
    width: 60%;
    margin-left: 70px;
    padding-bottom: 75px;
}
div.content.blog h2 { font-size: 16px; padding-top: 6px; margin-bottom: 0px; }
div.content.blog hr { border: 1px solid #ccc; }
div.content.blog p { color: black; }
/* XXX */
div.content.blog a { text-decoration: none; color: #007070; }
div.content.blog a:hover { color: #0090a0; }
div.content.blog a:visited { color: #004050; }

.news-date { font-weight: bold; }
.news-date { text-decoration: none; font-weight: bold; }
.news { color: #707070; }

pre {
    margin: 0px;
    color: black;
    background: #eee;
    border: 1px #ccc solid;
}

.highlight {
    background-color: #ffa;
    border: 1px solid #ff7;
    padding: 6px;
}

h1 {
    font-size: 18px;
    color: #736a6a;
}

h2 {
    font-size: 14px;
    color: #736a6a;
}

h3 {
    font-size: 14px;
    color: #736a6a;
}

div.blog-entry { border-top: 1px solid #ccc; padding-bottom: 20px;}
div.blog-entry a {
    color: #990000;
    text-decoration: none;
    background-color: transparent;
    border-color: #736a6a;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: dotted;
}

div#blog-comment-header {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

div.footer {
    clear: both;
    padding-top: 8px;
    color: #ccc;
    text-align: right;
}

table.clients {
    width: 100%;
    margin-left: -20px;
}
table.clients td {
    padding-top: 10px;
    padding-left: 16px;
}
table.clients td.logo {
    vertical-align: top;
    text-align: right;
}

