/*-----------------------------------------------
GeorgePribul.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:#FF6600 url(Images/background1.jpg) repeat-x top;
	}
	
a {
	text-decoration:none;
	}

img {
	border:none;
	}

#page{
	padding-bottom:20px;
	margin:50px auto 10px auto;
	width:760px;
	}

#main {
	background-color:#FFFFFF;
	width:100%;
	box-shadow:#733 0px 0px 6px;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
	}


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

#maintext a, #maintext a:link, #maintext a:visited {
	color:#006699;
	}

#maintext a:hover {
	border-bottom:1px solid #006699;
	}


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

#titlebox {
	background-color:#373C5F;
	padding-top:10px;
	width:auto;
	height:70px;
	}
	
h1 {
	color:white;
	float:left;
	padding-left:20px;
	font-size:240%;
	font-weight:normal;
	text-shadow:black 1px 1px 2px;
	}

h2 {
	display:none;
	color:#8489BB;
	float:right;
	padding-right:20px;
	font-size:140%;
	font-weight:normal;
	}
	
#nav {
	background-color:#64699B;
	width:auto;
	height:34px;
	font-weight:bold;
	font-size:12px;
	text-shadow:black 1px 1px 1px;
	}

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

a.nav:hover {
	background-color:#373C5F;
	}

a.nav-active, a.nav-active:visited {
	background-color:#373C5F;
	}

#maintext {
	color:#333333;
	padding:20px;
	}
	
h3 {
	display:block;
	font-size:140%;
	font-weight:bold;
	}
	
.bar {
	background:#333;
	background:-moz-linear-gradient(left, #333, #FFF);
	background:-webkit-linear-gradient(left, #333, #FFF);
	background:-o-linear-gradient(left, #333, #FFF);
	background:-ms-linear-gradient(left, #333, #FFF);
	background:linear-gradient(left, #333, #FFF);
	height:2px;
	width:720px;
	margin:23px 0 25px 0;
	font-size:0;
	}
	
h4 {
	color:#D03000;
	margin:20px 0 20px 0;
	font-size:110%;
	font-weight:normal;
	}
	
h5 {
	color:#D03000;
	margin-top:1em;
	font-size:90%;
	font-weight:normal;
	}
	
.maintext-text {
	color:#444444;
	margin-bottom:30px;
	font-size:75%;
	line-height:200%;
	}

p {
    margin-top:0.7em;
    }
	
.footer {
	color:#555;
	width:760px;
	margin-top:30px;
	font-size:60%;
	font-weight:bold;
	text-align:center;
	}
	
.footer-date {
	color:#666;
	}
	

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

.logo {
	display:block;
	text-align:center;
	}
	
.image {
	float:right;
	margin:10px 10px 10px 20px;
	font-size:0px;
	}
	
.image-shadow {
	box-shadow:#666 2px 2px 2px;
	}
	
.image-shadow :hover{
	box-shadow:#555 2px 2px 2px;
	}
	
#maintext .image a, #maintext .logo a {
	border-bottom:0px;
	}

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

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