/*
MPlayer OSX Extended
*/

body {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: .95em;
    margin: 0; padding: 0;
    background-color: #5E83A6;
    background-image: url(images/background.png);
    text-shadow: #C1DDF6 1px 1px 1px;
}

::-moz-selection {
    background: black;
    color: white;
    text-shadow: none;
}
::-webkit-selection {
    background: black;
    color: white;
    text-shadow: none;
}
::selection {
    background: black;
    color: white;
    text-shadow: none;
}

a {
    color: black;
    padding: 3px;
}

a:hover {
    text-decoration: none;
    color: white;
    text-shadow: none;
    background-color: #B84735;
}

a.title:hover {
	background-color: transparent;
}

ul {
    margin: .1em 0;
    padding-left: 1.3em;
    list-style-type: circle;
}

#header {
	position: absolute;
	top: 75px;
	width: 100%;
	height: 153px;
	background-image: url(images/shadow_headerbg.png);
	text-align: center;
}

#header img {
	position: relative;
	z-index: 1;
	margin-right: 620px;
	margin-top: -60px;
}

#titlebackground {
	position: absolute;
	top: 153px;
	width: 100%;
	height: 2.6em;
	background-color: #B84735;
}

#mainbackground {
	margin: auto;
	width: 640px;
	background-image: url(images/shadow_mainbg.png);
}

#main {
	position: relative;
	top: 0;
	margin-top: 155px;
	padding: 0 45px 100px 35px;
}

#main h1 {
	color: white;
	text-shadow: #E37462 0 0 5px;
	margin-bottom: .2em;
	line-height: 1.2em;
}

#main h2 {
	font-weight: normal;
	border-bottom: .3em solid #B84735;
	margin: 3em -39px .5em -32px;
	padding: .3em 45px .21em 35px;
}

#main h2:before {
	margin-left: -.75em;
	content: "»";
}

#main h2.first {
	margin-top: -0.5em;
}

#menu {
	padding: 0;
	display: block;
	margin-bottom: 4em;
}

#menu li {
	position: relative;
	display: inline;
	margin-bottom: 4em;
	padding: .3em;
	padding-bottom: .53em;
	padding-top: .5em;
}

#menu a span {
	font-size: .9em;
	padding-right: .1em;
	vertical-align: .2em;
	color: #999;
}

#menu a:link {
	text-decoration: none;
}

#menu a:hover {
	color: white;
	background-color: #B84735;
}

#menu li:hover {
	background-color: #B84735;
}

#menu a:hover span {
	color: white;
}

#screenshots img {
	margin: 8px 0;
	border: 3px solid black;
}

#screenshots a:hover {
	background-color: transparent;
}

#screenshots a:hover img {
	//margin: 6px -2px;
	border: 3px solid #B84735;
}

.changes ul {
	padding-bottom: 1em;
}

.changes ul ul {
	padding-bottom: 0;
}

.adspace {
	margin: auto;
	text-align: center;
}