/*-----------------------------------------------
GeorgePribul.eu Main Stylesheet

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


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

* {
	padding:0px;
	margin:0px;
	}
	
html {
	min-height: 100%;
	margin-bottom: 1px;
	}

body{
	background:#FF6600 url(Images/background.jpg) repeat-x top fixed;
	}
	
a {
	text-decoration:none;
	}

img {
	border:none;
	}

#page{
	font-family:"Segoe UI", Trebuchet MS, Arial, sans-serif;
	color:#FFFFFF;
	padding-bottom:20px;
	margin:50px auto 20px auto;
	width:760px;
	}

#main {
	background:#FFFFFF;
	border:2px solid #333336;
	padding:0px;
	width:760px;
	height:auto;
	}


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

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

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


/* Main Body Styles
-----------------------------------------------*/

#titlebox {
	background:#799EEC;
	background-image:url(Images/titlebg.gif);
	padding-top:10px;
	width:auto;
	height:60px;
	}

h1 {
	float:left;
	display:none;
	padding-left:20px;
	font-weight:bold;
	font-size:200%;
	}

h2 {
	float:right;
	padding-right:20px;
	font-size:200%;
	font-weight:normal;
	}
	
#nav {
	width:auto;
	height:34px;
	background-color:#44497B;
	font-weight:bold;
	font-size:12px;
	background-image:url(Images/navnormal.gif);
	}

a.nav, a.nav:visited {
	display:block;
	float:left;
	color:#FFFFFF;
	height:34px;
	line-height:32px;
	padding:0 16px 0 16px;
	}

a.nav:hover {
	background-color:#000066;
	background-image:url(Images/navactive.gif);
	}
			
a.nav-active, a.nav-active:visited {
	display:block;
	float:left;
	color:#FFFFFF;
	height:34px;
	padding:0 16px 0 16px;
	background-color:#333366;
	background-image:url(Images/navactive.gif);
	line-height:32px;
	}

a.nav-active:hover {
	}

#maintext {
	color: #333333;
	padding:20px 0 0 20px;
	}
	
h3 {
	font-size:120%;
	font-weight:bold;
	display:block;
	margin:0 0 10px 0;
	}
	
h4 {
	background:url(Images/Bullet.jpg) no-repeat left center;
	color:#444444;
	font-weight:bold;
	margin:0 0 5px 0;
	padding-left:16px;
	}
	
h5 {
	margin-top:1em;
	}
	
.maintext-text {
	color:#444444;
	font-size:75%;
	display:block;
	line-height:200%;
	margin-bottom:30px;
	}

.footer {
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:70%;
	width:760px;
	height:auto;
	margin-top:10px;
	}
	

/* Details
-----------------------------------------------*/

.bar {
	background:#444444;
	background:url(Images/bar.gif);
	height:2px;
	width:720px;
	font-size:1px;
	margin:0 0 20px 0;
	}

.logo {
	display:block;
	text-align:center;
	padding:0 20px 25px 0;
	}
	

/* Special Links
-----------------------------------------------*/

.external {
	background:url(Images/ExternalLink.gif) no-repeat right top;
	padding-right:11px;
	}
	
.file {
	background:url(Images/FileLink.gif) no-repeat right top;
	padding-right:11px;
	}
