@charset "utf-8";
/*
 * Main CSS file for Ioannis - Vasileios Theodoridis website
 * Copyright 2009 Yiannos Theodoridis with some help from http://www.freecsstemplates.org/
 *
 */


#wrapper {
	width: 999px;
	margin: 0 auto;
}



body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #811305;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 20px;
	margin-top: 20px;
}

h3 {
	margin-bottom: 2px;
}

h4 {
	font-size: 15px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #3B0700;
}

a:hover, a:active {
	text-decoration: none;
	color: #3B0700;
}

a:visited {
	color: #3B0700;
}

img {
	border: none;
}

img.left {
	float: left;
}

img.right {
	float: right;
}




/* Header */



#pre-header1 {
	height: 10px;
	background-color: #FFF;
}

#pre-header2 {
	float: left;
	width: 980px;
	height: 3px;
	margin-left: 10px;
	margin-right: 10px;
	background: #FFF;
}

#header {
	float: left;
	width: 980px;
	height: 225px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(images/Logo5.jpg) no-repeat left top;
}

#language_select {
	float: right;
}

#language_select a {
	display: block;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 60px;
	text-decoration: none;
	text-transform: capitalize;
	font: 12px Tahoma, Arial, Helvetica, sans-serif, strong;
	color: #C0C0C0;
}

#language_select a:hover { 
	text-decoration: underline; 
	color: #FFFFFF;
}




/* LOGO */




#logo {
}


#logo h1, #logo h2 {
	margin: 135px 0 0 460px;
	line-height: normal;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#logo h1 { 
	font-size: 40px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	margin-top: 0;
	font-size: 16px;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }





/* Page */




#page {
	width: 979px;
}




/* Content */




#content {
	float: left;
	width: 960px;
}

#social_networking {
	float: left;
	width: 310px;
	padding-left: 20px;
	padding-right: 20px;
	overflow-x: hidden;
}

#archive {
	float: left;
	width: 540px;
}

.buttonshadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}




/* Outside Links */




button {
	width: 300px;
	height: 120px;
	margin-left: -5px;
}

.image_shine {
	width:  400px;
	height: 150px;
	position: relative;
}

#linkedin .hover_shine {
    width:100%; height: 100%; 
    background-image: url(images/shine.png);
    position: absolute;
    /*initial position*/
    background-position: -270px 0; 
    left:0px; top:0px; 
    background-repeat:no-repeat;
    /*css transition*/
    -webkit-transition: background-position 0s linear;
       -moz-transition: background-position 0s linear;
	    -ms-transition: background-position 0s linear;
         -o-transition: background-position 0s linear;
            transition: background-position 0s linear;
}

#linkedin .hover_shine:hover{
    /*Final position*/
    background-position: 150px 0;
    /*css transition*/ 
    -webkit-transition: background-position .3s linear;
       -moz-transition: background-position .3s linear;
	    -ms-transition: background-position .3s linear;
         -o-transition: background-position .3s linear;
            transition: background-position .3s linear;
}

#facebook .hover_shine {
    width:100%; height: 100%; 
    background-image: url(images/shine.png);
    position: absolute;
    /*initial position*/
    background-position: -270px 0; 
    left:0px; top:0px; 
    background-repeat:no-repeat;
    /*css transition*/
    -webkit-transition: background-position 0s linear;
       -moz-transition: background-position 0s linear;
	    -ms-transition: background-position 0s linear;
         -o-transition: background-position 0s linear;
            transition: background-position 0s linear;
}

#facebook .hover_shine:hover{
    /*Final position*/
    background-position: 150px 0;
    /*css transition*/
    -webkit-transition: background-position .3s linear;
       -moz-transition: background-position .3s linear;
	    -ms-transition: background-position .3s linear;
         -o-transition: background-position .3s linear;
            transition: background-position .3s linear;
}

#google .hover_shine {
    width:100%; height: 100%; 
    background-image: url(images/shine.png);
    position: absolute;
    /*initial position*/
    background-position: -270px 0; 
    left:0px; top:0px; 
    background-repeat:no-repeat;
    /*css transition*/
    -webkit-transition: background-position 0s linear;
       -moz-transition: background-position 0s linear;
	    -ms-transition: background-position 0s linear;
         -o-transition: background-position 0s linear;
            transition: background-position 0s linear;
}

#google .hover_shine:hover{
    /*Final position*/
    background-position: 150px 0;
    /*css transition*/
    -webkit-transition: background-position .3s ease;
       -moz-transition: background-position .3s ease;
	    -ms-transition: background-position .3s ease;
         -o-transition: background-position .3s ease;
            transition: background-position .3s ease;
}




/* Footer */




#footer {
	width: 999px;
	margin: 0 auto;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#legal {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #000000;
}
