@charset "UTF-8";
body,
html {
	background-color: #333;
}
body {
	font-size: 16px;
	color: #a1a1a1;
	font-weight: 600;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-align: center;
}
p {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
small {
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.1em;
}
a {
	color: #fc6800;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	color: #d1d1d1;
	font-size: 1.9em;
	letter-spacing: -0.03em;
	line-height: 0.8em;
	text-decoration:none;
	margin: 0 0 1em;
	text-shadow: -2px 2px 5px rgba(0,0,0,0.5);
	-moz-text-shadow: -2px 2px 5px rgba(0,0,0,0.5);
}
h2 {
	color: #d1d1d1;
	font-size: 2.8em;
	letter-spacing: -0.03em;
	line-height: 0.8em;
	text-decoration:none;
	margin: 0 0 1em;
	text-shadow: -2px 2px 5px rgba(0,0,0,0.5);
	-moz-text-shadow: -2px 2px 5px rgba(0,0,0,0.5);
}
h3 {
	color: #777;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 0.9em;
	letter-spacing: -0.04em;
	margin: 0 0 1em;
	text-shadow: -1px 1px 4px rgba(0,0,0,0.5);
	-moz-text-shadow: -1px 1px 4px rgba(0,0,0,0.5);
}
h3 a {
	color: #777;
}
h4 {
	color: #FC6800;
	font-size: 1.25em;
	line-height: 1em;
	margin: 10px 0;
} 
h5 {
	color: #777;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.25em;
	letter-spacing: -0.03em;
	margin: 0 0 1em;
}
h5 a {
	color: #777;
}
h5 a:hover {
	color: #fff;
	text-decoration: none;
}
h6 {
	color: #777;
	font-weight: 600;
	font-size: 1em;
	margin: 0;
}
h6 a {
	color: #a1a1a1;
}
h6 a:hover {
	color: #fff;
	text-decoration: none;
}
ul, ol {
	margin: 0;
	list-style-type: none;
}
img {
	border: none;
	vertical-align: top;
}
hr {
	margin: 0.5em 0 0.5em;
	padding: 0;
	border: none;
	height: 2px;
	background: url(images/line.png) 0 0 repeat-x;	
}
#logo {
	text-align: left;
	margin: 0 0 0 10px;
}
#logo a {
	display: block;
}
#logo img {
	width: 200px;
	height: 200px;
}
.black {
	color: #000;
	text-shadow: none;
	-moz-text-shadow: none;
}
.white {
	color: #eee;	
}
.orange {
	color: #fc6800;	
}
.grey {
	color: #a1a1a1;	
}
.darkgrey {
	color: #777;	
}
#headertitle {
	text-indent: -5000px;
	text-align: left;
} 
#headertitle h1 {
	font-size: 10pt;
	float: left;
}

/* =Structure */
/* *************************** */

html,
body {
	height: 100%;	
}
#loading {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	background: src(images/blackbg.png) 0 0 repeat;
	position: absolute;
	z-index: 5000;
}
#loading .icon {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	background: rgba(0,0,0,0.6);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(images/loading.gif);
}
#container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
} 
#mainContent {
	text-align: left;
	margin: 0 10px 0 250px;
	padding: 0 0 30px 0;
} 
#sidebarL {
	text-align: right;
	float: left;
	width: 230px;
	height: 100%;
	min-height: 800px;
	padding-top: 20px;
	margin: 0;
	border-right: solid #555 1px;
}
.home #mainContent {
	text-align: center;
}
.home h2 {
	font-size: 1.8em;
	margin-top: 0;
}
.home h4 {
	font-size: 1.5em;
	margin-bottom: 1em;
}
.checks {
	font-size: 1.1em;
	line-height: 1.25em;
	text-align: center;
	padding: 0;
}
.checks li {
	display: inline;
	padding-left: 23px;
	margin-right: 15px;
	background: transparent url(images/check.png) 0 1px no-repeat;
}
#mainContent h3 a {
	text-decoration: underline;
}
#mainContent h3 a:hover {
	color: #FC6800;
}
.outlinebox {
	padding: 1.5% 2%;
	margin: 1.5em 5.5%;
	border: 1px solid #282828;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background: #2a2a2a;
	box-shadow: inset -1px 1px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: inset -1px 1px 6px rgba(0,0,0,0.4);
	text-shadow: -1px 1px 5px rgba(0,0,0,0.5);
	-moz-text-shadow: -1px 1px 5px rgba(0,0,0,0.5);
}
.outlinebox h5 {
	margin: 0.75em 0 0.25em;
}
.outlinebox h6 {
	border-top: 0 solid #444;
	padding-top: 0.5em;
	margin: 0.75em 0 0.25em;
	background: transparent url(images/line.png) 0 0 repeat-x;
}
.screenshots {
	margin: 0 0 20px;	
}
.screenshots img {
	width: 120px;
	height: auto;
	margin: 0 12px;
}

/* =Boxes */
/* *************************** */

.bubblebox {
	width: 55%;
	margin: 2.5em auto;
	text-align: center;
}
.bubblebox a {
	display: block;
	text-decoration: none;
	color: #777;
}
.bubblebox a:hover {
	text-decoration: underline;
}
.bubblebox .avatar {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
}
.bubblebox .avatar img {
	margin: 3px 0;
	width: 50px;
	height: 50px;
	box-shadow: -2px 2px 5px rgba(0,0,0,0.5);
}
.bubble {
	padding: 7px 8px 6px;
	margin: 0 0 0 70px;
	background: #FFF;
	border-radius: 5px;
	box-shadow: -2px 2px 5px rgba(0,0,0,0.5);
	position: relative;
}
.bubbletip {
	display: block;
	position: absolute;
	top: 15px;
	left: -12px;
	width: 13px;
	height: 22px;
	background: transparent url(images/bubbletip.png) 0 0 no-repeat;
}
.bubble #scroller {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bubble #scroller {
	margin: 0 auto;
}
.bubble blockquote {
	padding: 0 0 0.25em;
}
blockquote {
	font-family: Georgia, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0;
	width: 100%;
}
blockquote p {
	font-size: 1.15em;
}
a blockquote,
a:hover blockquote p,
a blockquote p {
	color: #777;
}
.hide, .EN {
	display: none;	
}
.playerbox {
	margin-bottom: 12px;
	margin-left: 90px;
	width: 520px;
	height: 420px;
	background-color: #2a2a2a;
	text-align: center;
	vertical-align: top;
	box-shadow: -2px 2px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: -2px 2px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: -2px 2px 4px rgba(0,0,0,0.25);
}
.playerbox p {
	margin-bottom: 15px;
}
.ytbox {
	margin-bottom: 12px;
	margin-left: 90px;
	width: 520px;
	height: 412px;
	background-color: #2a2a2a;
	text-align: center;
	box-shadow: -2px 2px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: -2px 2px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: -2px 2px 4px rgba(0,0,0,0.25);
}
.source {
	font-size: 0.85em;
	font-weight: 400;
	font-style: italic;
}
.source a {
	color: #a1a1a1; 
}
.profile {
	margin: 35px 170px 0 30px;
}
.profile h2 {
	color: #eee;
	margin-bottom: 4px;
}
.profile h3 {
	margin-bottom: 15px;
}
.profile h4 {
	text-transform: lowercase;
	margin: 22px 0 8px;
	padding-left: 11px;
	background: transparent no-repeat 0 6px;
}
.profile p {
	margin: 9px 0;
}
.profile #imagebox {
	margin: 0;
	text-align: left;
}
.smallimg {
	float: left;
	width: 80px;
	height: 80px;
	margin: 1px 15px 10px 0;
	box-shadow: -2px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: -2px 2px 4px rgba(0,0,0,0.3);
}
#cv-fr,
#cv-en {
	margin: 1.25em 0 0.35em;
}
#cv-fr a:hover,
#cv-en a:hover {
	cursor: pointer;
}
#cv-fr img,
#cv-en img {
	width: 110px;
	height: auto;
}
.cvlink a {
	color: #777;
}
.cvlink a:hover {
	color: #fff;
	text-decoration: none;
}
.cvlink img {
	width: 19px;
	height: 19px;
	margin-right: 5px;
	vertical-align: top;
}
.sidebox {
	margin: 0;
	padding: 0 12px 10px 0;
	text-align: right;
	border-top: none;
	min-height: 240px;
}
#blackbox {
	background-color: #222;
	padding: 8px 12px 15px;
	margin: 1.5em 0 1em 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}
#author .sharebox {
	float: none;
	margin: 0;
	text-align: left;
}
#author .fb-like {
	margin: 1em 0 1em 120px;
}
.sharebox {
	float: left;
	text-align: left;
	margin: 1.5em 1.5em 0;
}
.jobinfo {
	margin: 0;
	padding: 0;
	width: 100%;
}
.portfolio .jobinfo {
	display: none;
}
.portfolio h3 {
	padding-bottom: 5px;
	border-bottom: 1px #555 solid;
}
.jobinfo#firstbox {
	display: block;
}
.jobinfo h3 {
	font-size: 1.5em;
	margin-bottom: 0.25em;
}
.jobinfo h5 {
	margin-bottom: 0.2em;
}
.jobinfo p {
	line-height: 1.1em;
	margin: 0;
}
.jobinfo a {
	text-decoration: underline;
}
.jobinfo h5,
.jobinfo h5 a,
.jobinfo p,
.jobinfo p a {
	color: #a1a1a1;
}
.jobinfo a:hover {
	color: #fc6800;
	text-decoration: underline;
}
.author,
#author {
	margin: 20px 0 0 0;
	border-top: solid #555 1px;
	padding: 10px 12px;
	text-align: right;
	min-height: 80px;
}
#author h4 {
	margin: 0;
}
#author h5 a {
}
#linkbox {
	clear: both;
}
#linkbox ul {
	padding-right: 1px;
}
#linkbox li {
	float: right;
	margin-left: 9px;
}
#linkbox a {
	display: block;
}
#linkbox img {
	width: 26px;
	height: 26px;
}
.swlang,
.profile .swlang {
	margin: 12px 0 20px;
	display: none;
}
.swlang a {
	font-size: 0.8em;
	font-weight: 600;
	color: #CCC;
	background: #444 url(images/degbouton.jpg) repeat-x 0 0;
	border: solid #222 1px;
	margin-right: 8px;
	padding: 1px 8px 2px 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: -1px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 2px 3px rgba(0,0,0,0.3);
	text-shadow: rgba(0,0,0,1) 0 -1px 1px;
	-moz-text-shadow: rgba(0,0,0,1) 0 -1px 1px;
	cursor: auto;
	text-decoration: none;
}
.swlang a:focus,
.swlang a:active,
.swlang a:hover {
	background-position: 0 bottom;
	color: #fff;
	cursor: auto;
	text-decoration: none;
}

/* jCarousel
-------------------------------------------------------------- */

#imagebox {
	margin: 0 0 1.25em;
	position: relative;
}
#projectscroller {
    overflow: hidden;
    margin-bottom: 40px;
}
#projectscroller li {
	float: left;
	display: block;
    position: relative;
	margin: 0 10px 10px;
}
#projectscroller li a.tooltips {
	display: block;
}
#projectscroller li a img {
	vertical-align: top;
	width: 300px;
	height: 227px;
	margin: 0;
	box-shadow: -3px 3px 12px rgba(0,0,0,0.5);
	-moz-box-shadow: -3px 3px 12px rgba(0,0,0,0.5);
	-webkit-box-shadow: -3px 3px 12px rgba(0,0,0,0.5);
}
#selector {
	position: absolute;
	left: 47.4%;
	bottom: 4px;
	z-index: 1;
}
#selector a {
	display: block;
	margin: 0 auto;
	width: 39px;
	height: 20px;
    background: transparent url(images/controls.png) -70px 0 no-repeat;
}
#selector a:focus,
#selector a:active,
#selector a:hover {
    background-image: url(images/controls-lit.png);
}
.jcarousel-container {
    width: 640px;
    padding: 0 0 40px;
    margin: 0 auto;
}
.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-item {
    width: 300px;
}
.jcarousel-item-horizontal,
.nomargin.jcarousel-item-horizontal {
}
.jcarousel-item-placeholder {
    background: #333;
    color: #777;
}
.jcarousel-next-horizontal {
    position: absolute;
    bottom: 0;
    right: 40%;
    width: 24px;
    height: 28px;
    cursor: pointer;
    background: transparent url(images/controls.png) -35px 0 no-repeat;
}
.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus,
.jcarousel-next-horizontal:active {
    background: transparent url(images/controls-lit.png) -35px 0 no-repeat;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-image: url(images/controls-dim.png);
}
.jcarousel-prev-horizontal {
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 24px;
    height: 28px;
    cursor: pointer;
    background: transparent url(images/controls.png) 0 0 no-repeat;
}
.jcarousel-prev-horizontal:hover, 
.jcarousel-prev-horizontal:focus,
.jcarousel-prev-horizontal:active {
    background-image: url(images/controls-lit.png);
}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-image: url(images/controls-dim.png);
}
.portfolio nav {
	width: auto;
	height: auto;
	padding: 7px 9px;
	position: absolute;
	top: 12px;
	z-index: 1000;
}
.portfolio nav .arrow {
	display: block;
	width: 45px;
	height: 38px;
	background: transparent url(images/controls2.png) 0 0 no-repeat;
}
nav .arrow:focus,
nav .arrow:active,
nav .arrow:hover {
	background-image: url(images/controls2-lit.png);
}
.portfolio nav #prevbtn {
	margin-bottom: 0.75em;
}
nav #nextbtn {
	background-position: 0 -60px;
}
nav {
	display: block;
	font-size: 18px;
	line-height: 1em;
	margin: 1em 0;
	width: 52px;
	height: 22px;
	padding: 8px 6px;
	border: 1px solid #282828;
	background: transparent url(images/degblack.png) 0 0 repeat;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: -1px 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: -1px 1px 5px rgba(0,0,0,0.25);
}
nav .arrow {
	margin: 0;
	width: 16px;
}
nav img {
	vertical-align: top;
}

/* =jQuery Cycle Plugin */
/* *************************** */

#sscounter,
#elevator {
	border-bottom: 1px #555 solid;
	margin: -2px 0 8px 0;
	padding: 0 0 4px 0;
}
#upbtn, #downbtn {
	vertical-align: top;
	width: 20px;
	height: 20px;
}
#upbtn {
	margin-right: 2px;
}
#downbtn {
	margin-left: 6px;
}
#sscounter, 
#pausebtn, 
#slideshowbox {
	display: none;
}
#sscountertext {
	margin: 0;
	padding: 0;
}
#elevator p, #sscounter p {
	margin: 3px 0 2px 0;
}
#slideshowbox {
	text-align: right;
	margin: 16px 0 18px;
	min-height: 33px;
}
#slideshowbox a {
	display: inline;
}

/* =Rates table */
/* *************************** */

.rates #mainContent {
	margin-bottom: 50px;
}
.rates #mainContent table {
	width: 500px;
	color: #BBB;
	font-size: 0.9em;
	line-height: 1.7em;
	font-weight: 300;
	border-collapse: collapse;
	margin: 0 0 1em;
}
.rates table thead,
.showbtn {
	color: #fc6800;
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
h4 a.showbtn {
	color: #a1a1a1;
}
h4 a.showbtn:focus,
h4 a.showbtn:active,
h4 a.showbtn:hover {
	color: #fc6800;
}
.rates table thead tr {
	line-height: 1.7em;
	border-bottom: 1px solid #fc6800;
}
.rates table tbody {
}
.rates table tbody tr {
}
.rates table th {
	font-weight: 400;
	width: 56%;
}
.rates table th,
.rates table td {
	padding: 0 0 0 15px;
}
.rates table tbody td {
	width: 75px;
	background: none;
}
.rates table tbody tr {
	border-bottom: 1px solid #666;
}

/* =Right side column */
/* *************************** */

#topblock {
	width: 100%;
}
.home #topblock {
	height: 35px;
}
.video #topblock {
	height: 60px;
}
#lauchbox {
	position:absolute;
	top: 25px;
	z-index: 1000;
}
#imagebox,
#imageboxss {
	text-align: center;
}
#imageboxss {
	width: 700px;
}
#imageboxss img {
	display:none;
	width: 700px;
	height: 700px;
	vertical-align: baseline;
}
#imageboxss:hover {
	cursor:pointer;
}
#imageboxss img.firstimg {
	display:block;
}
ul#slider {
	margin: 0;
	padding: 0 2px 0 18px;
	height: 130px;
	overflow: hidden;
	text-align: right;
}
#slider li {
	float: left;
	margin: 0 0 6px 6px;
}
#slider li a {
	display: block;
	background: #2a2a2a;
	border: #333 solid 1px;
	padding: 0;
	box-shadow: -2px 2px 4px #222;
	-moz-box-shadow: -2px 2px 4px #222;
	border-radius: 1px;
	-moz-border-radius: 1px;
}
#slider li a:hover {
}
#slider li.activeSlide a {
	border: #FC6800 solid 1px;
}
#slider li.activeSlide a img,
#slider li a:focus img,
#slider li a:active img,
#slider li a:hover img {
	opacity: 1;
}
#slider li a img {
	width: 25px;
	height: 25px;
	opacity: 0.6;
	vertical-align: top;
}
#slider #prevbtn, #slider #nextbtn {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin: 0 0 5px 5px;
	padding: 4px 2px 0 2px;
}

/* =Menus */
/* *************************** */

#navmenu {
	margin-bottom: 15px;
	padding: 0;
}
ul#mainmenu {
	text-align: right;
	padding: 0;
	position: relative;
	left: 5px;
}
#mainmenu li {
	font-weight: 600;
	font-size: 2.5em;
	letter-spacing: -0.06em;
	line-height: 0.9em;
	padding: 0 7px 0 0;
	text-shadow: -1px 2px 5px rgba(0,0,0,0.5);
	-moz-text-shadow: -1px 2px 5px rgba(0,0,0,0.5);
}
#mainmenu li a {
	color: #c1c1c1;
	padding: 0 0 0 16px;
	text-decoration: none;
	background: transparent url(images/fleche-menu.png) 0 18px no-repeat;
}
.jcarousel-prev,
.jcarousel-next,
a {
	-webkit-transition-duration: 250ms;
	-webkit-transition-property: color, background;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-duration: 250ms;
	-moz-transition-property: color, background;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-duration: 250ms;
	-o-transition-property: color, background;
	-o-transition-timing-function: ease-in-out;
}
#mainmenu li.current,
#secondmenu li.current {
	color: #eee;
	cursor: default;
}
#mainmenu li.current a,
#mainmenu li a:focus,
#mainmenu li a:active,
#mainmenu li a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(images/fleche-menu-lit.png);
}
#mainmenu .submenu,
#secondmenu .submenu {
	text-align: left;
	padding: 8px 15px 12px;
	background: transparent url(images/degblack.png) 0 0 repeat-x;
	position: absolute;
	min-width: 160px;
	top: 1px;
	left: 100%;
	z-index: 5000;
	display: none;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	box-shadow: -3px 3px 6px rgba(0,0,0,0.25);
	-moz-box-shadow: -3px 3px 6px rgba(0,0,0,0.25);
	-webkit-box-shadow: -3px 3px 6px rgba(0,0,0,0.25);
}
#mainmenu li:hover ul.submenu {
}
#mainmenu .submenu li,
#secondmenu .submenu li {
	font-size: 16pt;
	line-height: 1.15em;
	letter-spacing: -0.045em;
	width: 100%;
	padding: 0;
}
#mainmenu .submenu li a,
#secondmenu .submenu li a {
	color: #a1a1a1;
	background: transparent;
	padding: 0;
	text-shadow: 0 -1px 2px #000;
	-moz-text-shadow: 0 -1px 2px #000;
}
#mainmenu .submenu li.current {
	color: #fff;
	padding: 0;
}
#mainmenu .submenu li:hover > a {
	color: #fff;
	text-decoration: none;
	background: none;
}
#secondmenu {
	margin: 0.75em 0;
}
#secondmenu li.current a,
#secondmenu li a:focus,
#secondmenu li a:active,
#secondmenu li a:hover {
	color: #fff;
	text-decoration: none;
}
#secondmenu li {
	font-size: 1.3em;
}
#secondmenu li a {
	color: #c1c1c1;
	padding: 0 0 0 12px;
	background: transparent 0 8px no-repeat;
}
#secondmenu .submenu {
}
#secondmenu .submenu li {
}
#secondmenu .submenu li,
#secondmenu .submenu li a {
	font-size: 14pt;
}

/* =Tooltip */

.tooltips {
}
.tooltip {
	color: #ccc;
	font-size: 1.33em;
	line-height: 1em;
	display: none;
	margin: 0;
	padding: 90px 15px 0;
	width: 270px;
	height: 140px;
	background: transparent url(images/blackbg.png) 0 0 repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15000;
}
.tooltip:hover {
	color: #fff;
}
#projectscroller li a.portfolio {
	display: block;
	width: 300px;
	height: 227px;
	background: #2a2a2a url(images/portfolio.png) 50% 70px no-repeat;
	background-size: 90px 76px;
	box-shadow: -3px 3px 12px rgba(0,0,0,0.5);
	-moz-box-shadow: -3px 3px 12px rgba(0,0,0,0.5);
	-webkit-box-shadow: -3px 3px 12px rgba(0,0,0,0.5);
}
#projectscroller li .tooltip a {
	color: #fc6800;
	float: none;
	margin: 0.25em 0;
}
#projectscroller li .tooltip a:hover {
	text-decoration: underline;
}

/* =Tipsy */

.tipsy {
	padding: 5px;
	font-size: 0.85em;
	line-height: 1em;
	position: absolute;
	z-index: 100000;
}
.tipsy-inner {
	color: #fff;
	padding: 7px 12px 8px 12px;
	background-color: #000;
	max-width: 200px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: -2px 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: -2px 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: -2px 2px 5px rgba(0,0,0,0.4);
}
.tipsy a {
	text-decoration: underline;
}
.tipsy a:hover {
}
.tipsy-arrow {
	position: absolute;
	background: url('images/tipsy.gif') no-repeat top left;
	width: 9px;
	height: 5px;
}
.tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
}
.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 14px;
}
.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 14px;
}
.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 14px;
	background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 14px;
	background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
	top: 50%;
	margin-top: -5px;
	right: 0; width: 5px;
	height: 9px;
	background-position: top right;
}
.tipsy-w .tipsy-arrow {
	top: 50%;
	margin-top: -5px;
	left: 0;
	width: 5px;
	height: 9px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch ) */

p, h5, ul, li,
.outlinebox {
	-webkit-text-size-adjust: none;
}
.clearfloat {
	border: none;
	clear: both;
	height: 0;
}
