/* I don't like google blogger bar */
#navbar-iframe {
   display: none !important;
}
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}

.linktitle {
	color: #06C;
}
body {
	background: #0094D6 url(img/bg.gif) repeat-x;
	/*color: #566;*/
	/*font: normal 66% "Lucida Sans Unicode",sans-serif;*/
	/*font: normal 67.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font: 68% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #444;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
	text-shadow: 1px 1px 1px #a5a5a5;
	color: #06C;
	padding-top: 6px;
	font: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;

}

h2,h3 {
	color: #06c;
	padding-top: 6px;
	font: 2.4em "Trebuchet MS", sans-serif;
	text-indent: 10px;
}

pre,code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.0em "Courier New", sans-serif;
	margin-bottom: 3px;
	padding: 3px 5px;
	width:740px;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

file {
	color: #555;
	font: italic 1.0em "Console", sans-serif;
}

codei {
	color: #555;
	font: normal 1.0em "Courier New", sans-serif;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/topleft.gif) no-repeat;
}

.header {
	height: 92px;
}
/* white text for header */
.headerwhite {
	color: #FFF;
	font-size: 1.1em;
	text-align:right;
}

/* title */
.title {
	float: left;
	padding: 28px 0 0 76px;
}
.title h1 {
	color: #FFF;
	font: normal 2.2em "Trebuchet MS",sans-serif;
}
/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
	text-shadow: 1px 1px 1px #000000
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.3em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}


/* main */
.main {
	background: #FFF url(img/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	float: left;
	width: 24%;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
	text-shadow: 1px 1px 0px #277;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat; /* No more ugly arrow imo */
	text-shadow: 1px 1px 1px #ccc;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}

.content .post-info {
	color: #777;
	margin-bottom: 6px;
	text-indent: 10px;

}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content h4 {
    font-size: 1.4em;
}

.content h2 {
    font-size: 1.4em;
    border-bottom: 1px dashed #EEE;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0094D6 url(img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* Tables styles */

#tablet {
    display: table;
}

#row {
    display: table-row;
}

#left, #right, #middle {
    display: table-cell;
    padding: 4px 4px;
}
