﻿* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	background: #778eaf url(bg.gif) repeat-x;
	color: #466;
	font: normal 62.5% Tahoma,Verdana,sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.4em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h3 {
	color: gray;
	font-size: 1.3em;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(topleft.gif) no-repeat;
}

.header {
	height: 92px;
}

.top
{
	float: left;
	height: 92px;
	width: 450px;
}

.supertitle
{
    height: 24px;
    font-size: 1.2em;
    color: lavender;
    min-width:300px;
    text-align:center;
}

.company-logo
{
    float: right;
	width:18%;
	padding-top: 10px;
	height:72px;
}

/* title */
.title {
	float: left;
	padding: 18px 0 0 76px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Tahoma,Verdana,sans-serif;
}
/* navigation */
.navigation {
	margin-left: 24px;
	height:68px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em Tahoma,Verdana,sans-serif;
	margin-top: 35px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #949dba;
	color: #FFF;
}

/* main */
.main 
{
	background: #FFF url(bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

.sidenav {
	float: left;
	width: 16%;
	margin-bottom: 30px;
}
.sidenav h1 {
	color: #C60;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
	border-bottom: 1px dotted #c60;
}
.sidelinks
{
}
.sidelinks ul {
	margin: 0;
	padding: 0;
}
.sidelinks li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
	margin-right:10px;
	display: inline;
}
.sidelinks li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidelinks li a:hover {
	color: #111;
	background: url(nav_li.gif) no-repeat;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 77%;
	margin-bottom:20px;
}
.content .descr {
	margin-bottom: 6px;
	font-size: 1.3em;
	color: Black;
}
.content .descr p {
	margin-bottom: 0px;
	font-size: 1em;
	color: Black;
}
.content ul
{
    font-size:1.3em;
}
.content li {
	list-style: url(li.gif);
	margin-left: 18px;
	color:Black;
}
.content h1 {
	color: #000;
	font-size: 2em;
	height: 20px;
	margin-top: 1.2em;
	margin-bottom: 10px;
}
.content h2 {
	color: slategray;
	font-size: 1.6em;
	height: 20px;
	font-weight: bold;
}
.content p {
	font-size: 1.3em;
	color:Black;
}
.content a
{
    color: lightslategray;
}
.content a:hover
{
    color: darkslategray;
}
.content .post
{
    margin-top: 15px;
}
.content .posted
{
	font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 4px;
}
.content .tags
{
	font-size: 1.1em;
	color: lightslategray;
}

.listnav
{
	font-size: 1.2em;
	margin-top:30px;
}
.listnav a
{
    color: #F70;
    margin-right: 10px;
}
.listnav a:hover
{
    color: #C60;
}

.taglist
{
}
.taglist .weight1
{
    font-size: 1.4em;
    font-weight:900;
    display:inline;
}
.taglist .weight2
{
    font-size: 1.2em;
    font-weight:600;
    display:inline;
}
.taglist .weight3
{
    font-size: 0.9em;
    font-weight:300;
    display:inline;
}
.taglist a
{
    color: lightslategray;
    margin-right: 10px;
    text-decoration: none;
}
.taglist a:hover
{
    color: darkslategray;
    text-decoration: none;
}
.taglist ul
{
    list-style-type: none;
}
.taglist li
{
    display:inline;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #778eaf url(bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: left;
	padding-left: 10px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}