/*Theme Name: bassnerNET
Theme URI: http://bassner.net/
Description: bassner net theme
Version: 1.0
Author: Martin Bassner
Author URI: http://bassner.net/
Tags: homepage
*/

/*
body {
    font-family: arial, helvetica, verdana;
    font-size: 0.8em;
    width: 100%;
    height: 100%;
}

.header {
    background-color: #1be;
    margin-left: 14%;
    top: 0;
    border-width: 0.1em;
    border-color: #999;
    border-style: solid;
    width: 72%;
    height: 250px;
}

.content {
    background-color: #999;
    margin-left: 14%;
    margin-top: 5px;
    float: left;
    width: 46%;
    border-width: 0.1em;
    border-color: #999;
    border-style: solid;
}

.sidebar {
    background-color: #1d5;
    margin-right: 14%;
    margin-top: 5px;
    float: right;
    border-width: 0.1em;
    border-color: #999;
    border-style: solid;
    top: 180px;
    width: 23%;
}

.footer {
    background-color: red;
    margin-left: 14%;
    float: left;
    margin-top: 5px;
    width: 72%;
    height: 50px;
    border-width: 0.1em;
    border-color: #999;
    border-style: solid;
}
*/

@font-face {
	font-family: Osaka;
	src: url('fonts/osaka-re.ttf');
}

@font-face {
	font-family: Lobster;
	src: url('fonts/Lobster_1.3.otf');
}


body {
	margin: 0px;
	background-image: url('images/gplaypattern.png');
}
div {
	font-family: Calibri;
	font-size: 11pt;
}
#links a {
	text-decoration: none;
	color: #77B2FF;
}
#links a:hover {
	color: #77B2FF;

	font-weight: bold;
	text-decoration: none;
}
#links a:visited {
	color: #77B2FF;

	font-weight: bold;
}

ul{
padding-left: 0px;
list-style: none;
}

li{
margin-left: 0px;
}