/*
www.iznap.com
2008-12-21

Yours truly
Lasse Gejl @ www.gejl.net
*/

* {
	margin: 0;
	padding: 0;
}
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background: #000 url(../img/bg_body.jpg) no-repeat center top;
	color: #fff;
	font: 12px/18px Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 30px 0;
}
input, textarea, select {
	font: 12px/14px Helvetica, Arial, sans-serif;
}
hr {
	display: none;
}
fieldset {
	border: none;
}
p {
	margin-bottom: 20px;
}
a {
	color: #fff;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
fieldset {
	border: none;
}
.clearboth {
	clear: both;
}
.required {
	color: #ff0000;
}
acronym {
	cursor: help;
}
/* self clearing - start */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
	height: 1%;
}
.clear {
	display: inline-block;
}
.clear { 
	display: block;
}
/* self clearing - end */

#container {
	margin: 0 auto;
	position: relative;
	width: 940px;
}
#logo {
	float: right;
	margin-right: -7px;
	padding: 20px 0 0 0;
}
#logo h3 {
	margin: 0;
	overflow: hidden;
	text-indent: -100em; 
}
#logo #headline {
	background: url(../img/logo_iznap.png) no-repeat;
	font-size: 1px;
	height: 154px;
	width: 154px;
}
#logo #headline a {
	display: block;
	height: 154px;
}
#global {
	color: #3a798d;
	padding: 20px 0 0 0;
}
#global a {
	color: #3a798d;
}
#navi {
	font-size: 24px;
	letter-spacing: -0.8px;
	padding: 30px 0 30px 0;
}
#navi ul {
	margin-left: -10px;
	height: 18px;
	padding: 6px 0 5px 0;
}
#navi li {
	display: inline;
	list-style: none;
}
#navi li.current a {
	color: #92edf3;
}
#navi a {
	color: #fff;
	padding: 6px 12px 6px 10px;
	text-decoration: none;
}
#navi a:hover {
	text-decoration: underline;
}
#service {
	color: #666;
	font-size: 11px;
	padding: 0 0 15px 0;
}
#service a {
	color: #666;
	text-decoration: none;
}
#service a:hover {
	text-decoration: underline;
}
#service ul {
	float: right;
	padding-right: 15px;
}
#service li {
	display: inline;
	list-style: none;
	margin-left: 15px;
}
#service .send a {
	background: url(../img/icon_send.gif) no-repeat left 2px;
	padding-left: 19px;
}
#service .bookmark a {
	background: url(../img/icon_bookmark.gif) no-repeat left 0px;
	padding-left: 15px;
}
#content {
	padding: 0 0 40px 0;
	position: relative;
}
#content h1, #text h1 {
	border-bottom: 3px solid #1a1a1a;
	color: #ffc600;
	font-size: 18px;
	letter-spacing: -0.5px;
	margin-bottom: 40px;
	padding: 0 0 15px 0;
}
#content h2 {
	font-size: 14px;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content .date {
	color: #666;
	display: block;
	font-size: 11px;
	margin-bottom: 15px;
}
#content .date a {
	color: #666;
}
#loading {
	text-align: center;
	padding-top: 210px;
}
#text {
	padding: 0 0 20px 0;
}
#text h2 {
	color: #aaa;
	font-size: 16px;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}
#text em {
	background: #333;
	font-style: normal;
	padding: 2px 3px;
}
#text ul, #text ol {
	margin: 0 0 20px 30px;
}
#text ul.list li {
	margin-bottom: 15px;
}
#text p {
	padding-right: 300px;
}
#text .mail {
	color: #92edf3;
	font-size: 22px;
}
#text p span {
	line-height: 30px;
}
#text img.photo {
	float: left;
	margin: 0 15px 0 0;
}
.jcarousel-list li ul li {
	color: #666;
	font-size: 11px;
	height: auto;
	padding: 0 5px 0 0;
	width: auto;
}
.jcarousel-list .tags {
	margin-top: 10px;
}
.jcarousel-list .tags li {
	display: inline;
}
#overlay_left {
	background: url(../img/png_left.png) repeat-y center top;
	position: absolute;
	left: 0;
	top: 76px;
	height: 450px;
	width: 290px;
	z-index: 100;
}
#overlay_right {
	background: url(../img/png_right.png) repeat-y center top;
	position: absolute;
	right: 0;
	top: 76px;
	height: 450px;
	width: 290px;
	z-index: 100;
}
#footer {
	border-top: 3px solid #1a1a1a;
	clear: both;
	color: #606060;
	font-size: 11px;
	padding-top: 15px;
}
#footer a {
	color: #606060;
}
#footer li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
#footer li.right {
	margin-right: 0;
}
#footer li.rss a {
	background: url(../img/icon_rss.gif) no-repeat right center;
	padding-right: 20px;
}
#ie6 {
	display: none;
}