/* 
    Document   : style.css
    Created on : 08.10.2009, 00:03:41
    Author     : Inferno Koblenz 2003
*/


/* -- RESETTING STYLES -- */
* { margin: 0; padding: 0; }

p, ul { margin-bottom: 1em; }
li { margin-left: 1em; }

/* -- GENERAL STYLES -- */
html { height: 101%; }

body {
  color: black;
  background-color: #f2f2f2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

h1 {
  font-size: 2em;
  color: white;
  letter-spacing: 2px;
}

h2 {
  font-size: 1.1em;
  margin-bottom: 10px;
}

h3 { 
  font-size: 1em;
  margin: 10px 0;
}

img { border: none; }
acronym { border: none; }

/* general hyperlinks */
a {
  text-decoration: none;
  outline: none;
}

a:link { color: #1e388c; }
a:visited { color: navy; }

a:hover,
a:focus {
  border-bottom: 1px solid #1e388c;
}

a:active {
  color: white;
  background-color: #1e388c;
}

h1 a, h1 a:hover, h1 a:active, h1 a:focus {
  text-decoration: none;
  border: none;
  background-color: inherit;
}

/* general ids and classes */

#skiplink {
  position: absolute;
  top: -2000px;
  left: -3000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}


.teaser { margin-bottom: 40px; }

  .teaser a.image {
	text-align: center;
	display: block;
	width: 152px;
	background-color: #eee;
	padding: 2px;
	border: 2px solid #aaa;
	margin: 3px;

  }
  .teaser a.image:hover,
  .teaser a.image:focus { border: 2px solid black; }
  .teaser a.image:active {
	padding: 2px;
	border: 2px solid black;
  }


.boldfont { font-weight: bold; }


/* -- LAYOUT STYLES -- */

#header {
  text-align: center;
  height: 90px;
  background-image: url('/wp-content/themes/ik_007/img/header_bg.jpg');
  background-repeat: repeat-x;
}

#wrapper {
  position: relative;
  width: 700px;
  margin: 10px auto;
}

#content {
  height: 120%;
  padding: 20px;
  border-right: 2px solid black;
  margin-right: 230px;
}

  .entry {
	line-height: 1.55em;
	padding-bottom: 20px;
	border-bottom: 2px solid black;
	margin: 0 0 30px 0;
  }
  .entry a, #breadcrumb a {
	color: #1e388c;
	padding: 2px;
	border-bottom: 1px solid #1e388c;
  }
  .entry a:hover, #breadcrumb a:hover,
  .entry a:focus, #breadcrumb a:focus {
	color: white;
	background-color: black;
	border-bottom: 1px solid black;
  }
  .entry a:active, #breadcrumb a:active {
	color: white;
	background-color: #1e388c;
	border-bottom: 1px solid #1e388c;
  }
	.entry ul { margin: 20px 10px 30px 10px; }
	.entry li { margin: 10px; }

	.gallery {
	  overflow: hidden;
	  padding: 15px;
	}
	  .gallery a {
		float: left;
		width: 100px;
		background-color: #eee;
		padding: 3px;
		border: 3px solid #aaa;
		margin: 3px;
	  }
	  .gallery a:hover,
	  .gallery a:focus,
	  .gallery a:active {
		background-color: #eee;
		border: 3px solid black;
	  }

  ul.archive {
	list-style-type: none;
  }

#sidebar {
  position: absolute;
  top: 20px;
  right: 0;
  width: 200px;
  padding: 10px;
  padding-top: 0;
  margin: 10px;
  margin-top: 0;
}

  #sidebar a { font-size: 0.8em; }
  #sidebar ul {
	list-style-type: square;
	margin: 10px 0 10px 10px;
  }
	#sidebar li {
	  line-height: 1.2em;
	  letter-spacing: 0.05em;
	}
	  #sidebar li a { font-size: 1em; }

  #sidebar .main {
	list-style-type: square;
	margin: 10px 0 20px 10px;
  }
	#sidebar .main a { font-size: 1.2em; }


/* MISC STYLES */

#breadcrumb {
  font-size: 0.9em;
}

blockquote {
  margin: 5px;
  padding: 5px;
}