/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-color: #FFF;
	font-family:'TeleVoiceBookRegular', sans-serif;
	background-color: white;
	color: black;
	line-height: 150%;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: black;}
a:active { text-decoration: none; color: gray;}
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: none; color: silver; }

a img { border: none; }

#menubox {
	top: 126px;
	position: absolute;
	left: 1116px;
	border-left: 1px solid #323232;
}


#lang_us, #lang_fr, #lang_de {
	float: right;
	display: inline-block;
	border-right: 1px solid #323232;
	top: 4px;
	margin-left: 5px;
	height: 10px;
	width: 20px;
}

#logo {
    border-top: 5px solid #323232;
    border-bottom: 1px solid #323232;
    left:40px;
    position: absolute;
    top:0;
    width:1129px;
    height: 135px;
	background: url(../logo.gif) no-repeat 920px 75px;
}

/*hide icons hover text*/
div#footer a span { 
    position: absolute;
	visibility: hidden;
	left: 0;
}	


div#footer a:hover span {
   display: block;
   position: absolute; left: 700px; width: 225px;
   top: 95px;
   visibility: visible;
   text-align: right;
	font-size: 12px;
}


#footer {
left: 230px;
background: none no-repeat 0;
visibility: visible;
display: block;
position: relative;
float: left;
width: 940px;
height: 100px;
	border-top: 1px solid #323232;
	padding-top: 20px;
}

#footer a:hover img {
	opacity: 0.5;
	}
	
#footer img {
	width: 70px;
	height: 70px;
}

#footer ul {
	list-style:none;
	text-align:center;
}

#footer ul li {
	float: right;
	height:70px;
	width: 70px;
	padding: 2px;
}


#footer ul span {
	float: none;
	width: 250px;
}


/* SOCIAL MEDIA ICONS */
#footer .twitter a img, #header .facebook a img, #header .linkedin a img, #footer .blog a img, #header .home a img {
	-webkit-transition: opacity 0.3s linear;
}
#footer a:hover img {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}
#footer a img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}

.twitter span, .tumbler span, .home span, .facebook span {
	color: black;
}



#menu {
	font-size: 14px;
    width: 190px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
	margin-top: 140px;
	margin-left: 40px;
	padding-top: 12px;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px;
}


#menu li {
	text-indent: 10px;
	list-style-type: none;
	list-style-image: none;
	margin-top: 0;
}


#menu ul li.section-title {
	font-family:'TeleVoiceBookBold', sans-serif;
	letter-spacing: 1px;
	border-top: 1px solid #323232;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 0;
	text-indent: 0px;
	margin-right: 30px;
	margin-top: 0;
	margin-left: 0;
}

#content {
    height: 100%;
    top: 0;
	width: 940px;
	margin: 140px 0px 0px 230px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#content a:hover img {
	opacity: 0.5;
	}

.container1 {
    padding: 0px 0px 0px 0px;
	background-color: #333;
}

.container ul {
	margin-top: 25px;
}

.container li {
	margin-top: 10px;
}

.container ul li {
	list-style-position: inside;
	text-indent: 10px;
	list-style-image: url(../list.gif);
}

.container2 {
    padding: 10px 10px 25px 10px;
	width: 500px;
}

#content p { margin-bottom: 9px;
	width: 620px;
}

.p1 { font-size: 12px; font-weight: bold; line-height: 200%; color: #CCFFCC;
	border-top-style: solid;
}
.p2 { padding-left: 7px; }
.p3 { color: #CCFFCC; }

p {
    margin: 0 0 9px 0;
}

em {
    font-family:'TeleVoiceBookBold', sans-serif;
}

.lg {
	width: 700px;
	text-align: justify;
}

h1 {
	font-size: 25px;
	margin-bottom: 20px;
}
h2 {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h3 { font-size: 11px;
}

#img-container	{
	padding: 0;
	margin: 0;
}
#img-container p	{ width: 500px; margin: 0;
	font-size: 12px;
	padding: 11px 0 0;
}

#once { clear: left; }

#contprojects {
	width: 935px;
	height: 25px;
	display: block;
	position: absolute;
	z-index: 50;
	margin-top: -43px;
}

#projects {
	font-size: 12px;
	float: left;
	padding-top: 0;
}

#projects p {
	padding-top: 0;
	margin-top: 0;
}

.pics {
	height: 650px;
	width: 940px;
}

#nav {
	font-size: 12px;
	float: right;
}

.post_nav {
	border-top: 1px solid #323232;
	padding-top: 7px;
	margin-right: 30px;
}

.post_nav img {
	margin-left: 6px;
	vertical-align: -2px;
}



