/*
Theme Name: Lyramion
Theme URI: http://lyramion.pro-lamer.de
Description: Lyramion - Theme
Version: 1
Author: tar - http://www.pro-lamer.net
*/

/* -- GLOBAL SETTINGS -- */

html, body {
	height: 100%;
}

* {
	font-family: verdana, arial, georgia, "MS sans serif";
	padding: 0;
	margin: 0;
}

body {
	background: #888866 url() repeat;
	color: #000000;
	text-align: center;
	font-size: 10px;
}

img {
	border: 0px solid #000000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 46px;
}

hr.clear {
	clear: both;
	height: 2px;
	visibility: hidden;
}

.html {
	color: #777777;
	text-align: left;
	padding: 1px;
}

.title {
	position: relative;
	float: left;
	width: 450px;
	background: #ddddbb url(http://www.pro-lamer.net/gfx/lyr/title.png) repeat;
}

.author {
	position: relative;
	float: right;
	top: 4px;
	width: 150px;
	font-size: 11px;
	text-align: right;
}

.content {
	clear: both;
	position: relative;
	width: 610px;
}

.content p {
	padding: 6px;
	font-size: 12px;
	text-align: justify;
}

.content_picture {
	position: relative;
	float: right;
	border: 1px solid #000000;
	padding: 4px;
	margin: 8px;
}

.song {
	position: relative;
	left: 30px;
	float: left;
	width: 250px;
	background: #bbbb99 url() repeat;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.songtyp {
	position: relative;
	float: left;
	width: 150px;
	background: #bbbb99 url() repeat;
	font-size: 11px;
	font-style: italic;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


.songdown {
	position: relative;
	float: left;
	width: 150px;
	background: #bbbb99 url() repeat;
	font-size: 11px;
	text-align: right;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.songtext {
	position: relative;
	clear: both;
	left: 44px;
	width: 480px;
	color: #444422;
	font-size: 10px;
	padding: 4px;
}

#top {
	position: absolute;
	left: 84px;
	bottom: 24px;
	width: 50px;
}


.tiny {
	padding: 1px;
}

.small {
	padding: 4px;
}

.medium {
	padding: 6px;
	text-align: justify;
}

.large {
	padding: 10px;
}

/* -- LINK SETTINGS -- */

a:link, a:visited {
	color: #444422;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #eeeecc;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.nav:link, a.nav:visited {
	background-color: #bbbb99;
	color: #444422;
	display: block;
	overflow: hidden;
	font-size: 11px;
	border-left: 1px ridge #000000;
	border-right: 1px ridge #000000;
	border-top: 1px ridge #000000;
}

a.nav:hover, a.nav:active {
	background-color: #eeeecc;
	color: #000000;
	text-decoration: none;
	display: block;
	overflow: hidden;
	border-left: 1px ridge #000000;
	border-right: 1px ridge #000000;
	border-top: 1px ridge #000000;
}

a.menu:link, a.menu:visited {
	background-color: #bbbb99;
	color: #444422;
	display: block;
	overflow: hidden;
	border-left: 1px ridge #000000;
	border-right: 1px ridge #000000;
	border-top: 1px ridge #000000;
	padding: 6px;
	margin: 0px;
}

a.menu:hover, a.menu:active {
	background-color: #eeeecc;
	color: #000000;
	text-decoration: underline;
	display: block;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

a.menulast:link, a.menulast:visited {
	background-color: #bbbb99;
	color: #444422;
	display: block;
	overflow: hidden;
	border: 1px ridge #000000;
	padding: 6px;
	margin: 0px;
}

a.menulast:hover, a.menulast:active {
	background-color: #eeeecc;
	color: #000000;
	text-decoration: underline;
	display: block;
	overflow: hidden;
	border: 1px solid #000000;
}

a.menuactive:link, a.menuactive:visited {
	background-color: #ffffcc;
	color: #444422;
	display: block;
	overflow: hidden;
	border-left: 1px ridge #000000;
	border-right: 1px ridge #000000;
	border-top: 1px ridge #000000;
	padding: 6px;
	margin: 0px;
}

a.menuactive:hover, a.menuactive:active {
	background-color: #eeeecc;
	color: #000000;
	text-decoration: underline;
	display: block;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

a.menuactivelast:link, a.menuactivelast:visited {
	background-color: #ffffcc;
	color: #444422;
	display: block;
	overflow: hidden;
	border: 1px ridge #000000;
	padding: 6px;
	margin: 0px;
}

a.menuactivelast:hover, a.menuactivelast:active {
	background-color: #eeeecc;
	color: #000000;
	text-decoration: underline;
	display: block;
	overflow: hidden;
	border: 1px solid #000000;
}

a.top:link, a.top:visited {
	color: #444422;
	text-align: right;
	display: block;
	overflow: hidden;
}

a.top:hover, a.top:active {
	background: #ccccaa url(http://www.pro-lamer.net/gfx/lyr/container.png) repeat;
	color: #222200;
	text-decoration: none;
	display: block;
	overflow: hidden;
}

a.footer:link, a.footer:visited {
	color: #ccccaa;
	font-weight: bold;
	text-decoration: none;
}

a.footer:hover, a.footer:active {
	background-color: #444422;
	color: #ffffcc;
	text-decoration: underline;
}

/* -- DIV SETTINGS -- */

#lyr_container {
	position: relative;
	top: 0px;
	width: 780px;
	text-align: left;
	margin: 0 auto;
	border: 0px solid #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	background: #ccccaa url(http://www.pro-lamer.net/gfx/lyr/container.png) repeat;
	z-index: 1;
}

#lyr_header {
	width: 780px;
	height: 100px;
	text-align: left;
	background: #444422 url(http://www.pro-lamer.net/gfx/bg_header_beige.png) repeat;
	color: #ccccaa;
}

#lyr_menu {
	width: 780px;
	height: 16px;
	background: #444422 url(http://www.pro-lamer.net/gfx/bg_header_beige.png) repeat;
}

#lyr_menu_nav {
	position: relative;
	left: 90px;
	width: 596px;
	height: 14px;
	background: #444422 url(http://www.pro-lamer.net/gfx/bg_header_beige.png) repeat;
	z-index: 2;
}

#lyr_container_wrapper {
	width: 780px;
	text-align: left;
}

#lyr_left {
	float: left;
	width: 140px;
	text-align: left;
}

#lyr_left p {
	padding: 8px;
}

#lyr_right {
	float: right;
	width: 640px;
	text-align: left;
}

#lyr_content {
	float: left;
	padding: 10px;
	border-left: 1px solid #000000;
}

#lyr_footer {
	clear: both;
	text-align: right;
	background: #444422 url(http://www.pro-lamer.net/gfx/bg_header_beige.png) repeat;
	color: #ffffff;
	position: relative;
	bottom: 0px;
	width: 780px;
}


/* -- LIST SETTINGS -- */

ul {
	margin-left: 24px;
	font-weight: bold;
}

ul.left {
	position: relative;
	left: 70px;
	width: 200px;
	float: left;
}

ul.right {
	position: relative;
	right: 70px;
	width: 200px;
	float: right;
}

ul.menu {
	width: 600px;
	background: #444422 url() repeat;
	list-style: none;
	margin: 0px;
}

ul.menu_sub {
	width: 147px;
	background: #444422 url() repeat;
	list-style: none;
	margin: 0px;
	text-align: left;
}

li.menu {
	position: relative;
	width: 148px;
	float: left;
	color: #ccccaa;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 0px solid #000000;
	border-left-width: 1px;
}

li.menu:hover {
	background-color: #ccccaa;
	color: #000000;
}

li.menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 10px 0 6px 0;
	border: 0px solid #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

li.menu>ul {
	top: auto;
	left: auto;
}

li.menu li {
	display: block;
	width: 118px;
	float: none;
	margin-left: 15px;
	margin-right: 15px;
	color: #ffffff;
	font-size: 10px;
}

li.menu:hover ul, li.over ul {
	display: block;
}

li.menu#last {
	border-right-width: 1px;
}
