@import url('colophon.css');
@import url('portfolio.css');
@import url('stumblelog.css');

@font-face 
{
  font-family: "rsansxl";
  src: url('http://www.kapowaz.net/assets/files/rsansxl.ttf') format("truetype");
}

@font-face 
{
  font-family: "rsansxm";
  src: url('http://www.kapowaz.net/assets/files/rsansxm.ttf') format("truetype");
}

body
{
	font-family:Lucida Grande, Calibri, Tahoma, sans-serif;
	margin:0 0 20px 0;
	font-size:0.75em;
	background-color:rgb(57,54,49);
	background-position:center 60px;
	background-repeat:no-repeat;
}

code, pre
{
	font-family:Andale Mono, Lucida Console, Consolas, monospace;
	font-size:1.1em;
}

h1#logo
{
	margin:0;
	background-image:url(../images/k.png);
	background-repeat:no-repeat;
	height:61px;
	width:60px;
}

div#logotype
{
	margin:0;
	background-image:url(../images/kapowaz.png);
	background-repeat:no-repeat;
	height:22px;
	width:92px;
	text-indent:-999px;
	overflow:hidden;
	position:absolute;
	right:20px;
	top:20px;
}

h1#logo a
{
	display:block;
	background-image:url(../images/kglow.png);
	background-repeat:no-repeat;
	height:61px;
	width:60px;
	text-indent:-9999px;
	overflow:hidden;
	opacity:0;
	-webkit-transition-duration:1s;
	-webkit-transition-property:opacity;
}
h1#logo a:hover
{
	opacity:1;
	-webkit-transition-duration:0.3s;
}

div#header
{
	background-color:rgb(135,127,115);
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	height:60px;
}

ul#navigation
{
	list-style:none;
	margin:-60px 0 0 0;
	padding-left:60px;
	height:70px;
	background-image:url(../images/navigation_bottom.png);
	background-repeat:repeat-x;
	background-position:0 55px;
	_background-repeat:no-repeat;
	_background-position:center 55px;
}

ul#navigation li 
{ 
	display:block;
	float:left;
	margin-right:16px;
	height:70px;
}
ul#navigation li a 
{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	text-align:center;
	float:left;
	margin:17px 0 0 0;
	padding:5px 7px;
	line-height:15px;
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:rgb(198,191,180);
	text-shadow:rgba(0,0,0,0.8) 0px 1px 1px;
	-webkit-transition-duration:0.3s;
	-webkit-transition-property:color, background, border;
}
ul#navigation li.selected
{
	background-image:url(../images/navigation_selected.png);
	background-repeat:no-repeat;
	background-position:center 55px;
	height:75px;
}
ul#navigation li.selected a
{
	color:rgb(255,185,84);
}
ul#navigation li a:hover
{
	background-color:rgb(81,76,69);
	background-color:rgba(0,0,0,0.4);
	_background-color:rgb(81,76,69);
	color:white;
}
ul#navigation li.selected a:hover
{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	background-color:transparent;
	color:rgb(255,220,171);
}

div#content
{
	width:760px;
	margin:0 auto;
	padding:100px 10px 0 10px;
	color:rgb(219,214,208);
	text-shadow:rgb(0,0,0) 0 1px 1px;
}

div#content h2
{
	font-family:rsansxm, Lucida Grande, Tahoma, sans-serif;
	font-size:34px;
	font-weight:normal;
	letter-spacing:-1px;
	text-shadow:rgb(0,0,0) 0 1px 1px;
	line-height:1.2em;
	margin:0 0 30px 0;
}

div#content a
{
	font-weight:bold;
	color:rgb(228,213,192);
	text-decoration:none;
	-webkit-transition-duration:0.3s;
}


div#content a:hover
{
	color:white;
	text-shadow:rgba(0,0,0,0.8) 0px 1px 1px;
}

body.forbidden div#content img,
body.fourohfour div#content img
{
	border:5px solid rgb(91,86,78);
	border:5px solid rgba(228,213,192,0.2);
	*border:5px solid rgb(91,86,78);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}