/* Basic tags */
body {
	margin: 0px;
	background-color: white;
	font-family: sans-serif;
	color: black;
}

#body {
	margin: 90px 230px 0px 10px;
	padding: 0px;
}

a img {
	border: 0px;
}

/* Anchors */
a {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:active {
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

/* Basic classes */

.none { /* to add paragraph spacing to various elements for ttys */
	margin: 0px;
	padding: 0px;
}

.invisible { /* stuff that should appear when this css isn't used */
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}

.left {
	margin: 10px;
	padding: 0px;
	float: left;
}

.right {
	margin: 10px;
	padding: 0px;
	float: right;
}

.center {
	text-align: center;
}

hr {
    height: 1px;
    color: #aaaaaa;
    background-color: #aaaaaa;
    border: 0;
    margin: 0.2em 0 0.2em 0;
}

/* Common page elements: Header, footer, etc. */

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px;
	z-index: 10;

	background: url("http://www.gnome.org/img/logo/text-64") no-repeat;
	width: 64px;
	height: 64px;
}

#logo a img {
	width: 64px;
	height: 64px;
}

#hdr {
	position: absolute;
	z-index: 5;

	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 48px;

	text-align: right;

	//background: url("/~gicmo/bg.jpg") no-repeat;
	background-color: #738ad5; //#002bb8; 738ad5
	border-bottom: 1px solid #807d74;
}

#banner {
	position: absolute;
	z-index: 10;

	top: 0px;
	right: 0px;
	border: 0px;

	width: 300px;
	height: 48px;

	background: url("/img/spacer") no-repeat;
}

#banner a img {
	width: 300px;
	height: 48px;
}


#hdrTitle {
	height: 48px;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
}


/* Sidebar */

#sidebar {
	position: absolute;
	top: 90px;
	right: 0px;
	width: 210px;

	/*margin-right: 10px;*/
	padding-right: 10px;
	padding-bottom: 0px;
	border-left: 1px dashed #dddddd;
	background-color: #ffffff;
}

#sidebar p {
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar p.section {
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #999999;
	background-color: #eeeeee;
}

#sidebar ul {
  margin: 0em;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
}

#sidebar ul ul {
  padding-left: 2em;
  padding-right: 0em;
  list-style-type: square;
}


/* Copyright footer */

#copyright {
	text-align: center;
	font-size: small;
	clear: both;

	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	color: #aaaaaa;
}

#copyright a {
	color: #aaaaff;
}

#copyright a:visited {
	color: #ffaaaa;
}


/* Generic Classes */

div.code {
	background-color: #e0e0e0;
	color: #000000;
	white-space: pre;
	font-family: monospace;
}


/* Blog */
.blog {
	background-color: white;
	color: black;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 280px;
	
}
.blog_entry {

  margin-top: 5px;

}

.blog_body {
	background-color: white;
	font-family: arial;
	color: black;
	font-size: small;
	margin-top: 3px;
	margin-left: 10px;
}

.blog_date {
	font-size: large; 
	font-family: arial;
	font-weight:bold;
	color: black;
	text-align: right;
	background:transparent;
}

// stolen from jimmac

div.smallbutton {
	width: 320px;
	height: 15px;
	margin: 20px 5px;
	padding: 0px;
	border: 0px;
	//text-align: center;
	//display: inline-block;
}

div.smallbutton a {
	padding: 0px;
	text-decoration: none;
	width: 80px;
	height: 15px;
	margin: 2px;
}

a#Ubuntu {
        width: 80px;
	padding: 0px;
	opacity: 0.5;
	background: url('../images/get_ubuntu_80x15.png') no-repeat;
}

a#Ubuntu:hover {
	opacity: 1;
}

a#GIMP {
	padding: 0px;
	opacity: 0.5;
	background: url('../images/get_gimp_80x15.png') no-repeat;
}

a#GIMP:hover {
	opacity: 1;
}

a#GNOME {
	padding: 0px;
	opacity: 0.5;
	background: url('../images/get_gnome_80x15.png') no-repeat;
}

a#GNOME:hover {
	opacity: 1;
}


a#Firefox {
	padding: 0px;
	opacity: 0.5;
	background: url('../images/get_firefox_80x15.png') no-repeat;
}

a#Firefox:hover {
	opacity: 1;
}

a#Zielgruppe {
	padding: 0px;
	opacity: 0.5;
	background: url('http://www.shesaiddestroy.org/keine-zielgruppe/keinezielgruppe.gif') no-repeat;
}

a#Zielgruppe:hover {
	opacity: 1;
}


