/*-----------------------------------------------
Kirkburn.eu Main Stylesheet

Version: 2.0
Author:  George Pribul
E-mail:  kirkburn@gmail.com
Website: www.georgepribul.eu
-----------------------------------------------*/


/* Global Styles
-----------------------------------------------*/

* {
	padding:0px;
	margin:0px;
	}
	
html {
    overflow-y:scroll;
	font-family:"Segoe UI", "Trebuchet MS", Arial, sans-serif;
	}

body {
	background:#588AE7 url(background.jpg) repeat-x 0px -10px;
	color:#FFFFFF;
	text-align:center;
	}
	
a {
	text-decoration:none;
	}

#page {
	margin:0 auto;
	}
	
h1 {
	margin-top:100px;
	font-size:300%;
	font-weight:normal;
	text-shadow:black 1px 1px 2px;
	}

.info {
	display:block;
	margin:70px 0 0 0;
	}
	
p {
    margin-top:2em;
    }
	
.logo {
	display:block;
	text-align:center;
	}
	
.logo-shadow {
	box-shadow:#111 2px 2px 5px;
	}

.infotext {
	padding:10px;
	line-height:160%;
	font-size:80%;
	text-shadow:#222 1px 1px 1px;
	}


/* Link Styles
-----------------------------------------------*/

#page a, #page a:link, #page a:visited {
	color:#FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	}

#page a:hover {
	border-bottom-style:solid;
	}