/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	background: #0094D6 url(images/bg.gif) repeat-x;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	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.4em;
	margin-bottom: 4px;
}
code {
	background: url(images/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(images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
h1 a {
	color: #06C;
	text-decoration: none;
}
/* misc */
.clearer {
	clear: both;
}

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

.header {
	height: 92px;
}

/* title */
.logo {
	float: left;
	padding: 28px 0 0 76px;
}
.logo h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}
.navigation li {
	display: inline;
}
/* main */
.main {
	background: #FFF url(images/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;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li .li_sub {
	margin-left:5px;
	}
.sidenav li a.li_sub {
	font-size: 0.8em;
	display:inline;
	}
.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(images/nav_li.gif) no-repeat;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
.content .search {
	border: 1px solid #777;
	background-color: lime;
}
.content .login_form {
	width:200px;
	position: relative;
	display:table;
	margin-left:50%;
}
.content .login_button {
	border: 1px solid #AAA;
	padding: 2px 3px;
	margin: 5px ;
	float:right;
}

.content .cont_comment {
	text-decoration: none;
	display:block;
	margin:5px 0 10px 0;
	
	}
.content p {
	padding-bottom:5px;
}
.content .descr {
	color: #777;
	margin-bottom:7px;
    padding-bottom:2px;
	text-indent:20px;
	background: url(images/time.png) no-repeat;
}
.content .comment {
	color: #C60;
	margin-bottom: 6px;
	text-indent:20px;
	background: url(images/comment.png) no-repeat;
}
.content .button {
	border: 1px solid #AAA;
	margin-left: 485px;
	padding: 2px 3px;
}

.content .comment_block {
	margin:15px 0 10px 0;
}

.content .comment_lbl {
	font-size: 2.1em;
}

.content .comment_submit {
	width:450px;
	height:25px;
	display:table;
	text-align: right;
}
.content .comment_submit .button {
	border: 1px solid #AAA;
	margin-left: 4px;
	padding: 2px 3px;
}

.content a.comment {
	padding-left:20px;
}
.content .comment_block input[type=checkbox] {
	margin-top:10px;
	padding-top:5px;
	}
.content .comment_block input[type=text], .comment_block textarea {
	font: 1.2em 'Courier New', Courier, Monospace;
	padding: 3px;
	color: #777;
	}
	
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
/* blog post form */
.content .post_title {
	border: 3px double #E5E5E5;
	width: 475px;
	}
/* pagination links */
.content .page_next {
	padding-left:5px;
}
.content .page_link {
	border:1px solid #AAA;
	padding:0 4px 0 4px;
	margin-right:3px;
}
.content .page_active {
	border:1px solid #AAA;
	padding:0 4px 0 4px;
	margin-right:6px;
	}
.content .page_prev {
	padding-right:5px;
}

/* comments */
.content .pub_comment {
	border-left: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
	margin-bottom: 6px;
	text-indent:20px;
	background: url(images/time.png) no-repeat;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
/* footer */
.footer {
	background: #0094D6 url(images/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
	padding-top:12px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
