/* General Styles
=================================*/

body {
	text-align: center;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 20px;
	background-image: url(../images/bg.jpg);
}

.img_link A:link {text-decoration: none; border-bottom: 1px solid #ffffff;}
.img_link A:visited {text-decoration: none; border-bottom: 1px solid #ffffff;}
.img_link A:active {text-decoration: none; border-bottom: 1px solid #ffffff;}
.img_link A:hover {text-decoration: none; border-bottom: 1px solid #ffffff;}

.clear {
	clear:both;
}

.tekst a:link{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #6699CC;
}

.tekst a:visited{
	color: #6699CC;
	text-decoration: none;
	border-bottom: 1px dotted #6699CC;
}

.tekst a:hover{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #003366;
}


h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}

h1{
	font-size: 1.25em;
}

h2{
	font-size: 1.2em;
}

img {
	border: 0px none;
}

/* Layout
=================================*/


#wrapper{
	margin:0 auto 0 auto;
	width:664px;
	text-align: left;
}

#nav{
	background: #ECECEC;
	height: 19px;
	padding-left:5px;
	margin: 10px 0 10px 0;
}

#container {
	margin-top: 10px;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
}

#content{
	float: left;
	width: 405px;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #CCCCCC;
	line-height: 1.6em;
}


#links {
	float: right;
	width: 180px;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	line-height: 1.3em;
}

/* Main Content Styling
=================================*/


.title{
	color: #6699CC;
	padding: 3px 0 3px 10px;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}


.date{
	color: #666666;
	text-shadow: 0.2em 0.2em 0.1em #CCC;
}

.thumbnail{
	float: left;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #ECECEC;
}

.border{
	padding: 4px;
	border: 1px solid #ECECEC;
}


.shadow {
	padding: 0;
	position: relative;
}

.shadow img {
	background-color: #fff;
	border: 1px solid #666;
	margin: -4px 4px 4px -4px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}


.blogbody{
	padding-bottom: 20px;
}

.posted{
	margin-right: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

.comments-body, #commentPreview {
	margin: 1em 0;
	padding: 1em;
}

.comments-body:hover, #commentPreview {
	border : 1px solid #ccc;
	background: #f8f8f8;
}

.comments-body h2, #commentPreview h2 {
	margin-top:0;
}

.odd {
	border : 1px solid #eee;
	background: #fbfbfb;
}

.even {
	border : 1px solid #fff;
}


.example {
	font-family: monospace;
	padding: 1em;
	border: 1px dotted #CCCCCC;
	background-color: #ECECEC;
	overflow: auto;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0;
	margin: 0;
}

dl dd ol {
	list-style-type: lower-alpha;
}

code, pre {
	font-size: 1.1em;
}


/* Sidebar Styling
=================================*/

#links a:link, #nav a:link {
	border: 0px none;
}

#links a:visited, #nav a:visited {
	border: 0px none;
}

#links ul, #archive{
	list-style: none;
	margin: 0px;
}

#links li, #archive li{
	list-style: none;
	margin: 0 0 8px 0;
}

#links .subnav li {
	background: url(/images/arrow7.gif) no-repeat left top;
	padding: 2px 0 3px 20px;
	margin: 0;
}

#links #blogroll li {
	margin: 0 0 4px 0;
}

.syndicate{
	padding: 15px 0 15px 0;
}


#links img {
	padding: 5px 0 5px 0;
}