@charset "UTF-8";
/* CSS Document */

    * Collapse All
    * Expand All

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

/* Styles */

body {
	background: #F5F4F4;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #33294a;
	color: rgba(51,41,74,0.85);
}

p, h2, h3 {
	text-shadow: 1px 1px rgba(255,255,255,0.5);
}

a:link, a:visited {
	color: #458695;
	font-weight: normal;
		 text-shadow: 1px 1px rgba(255,255,255,0.5);
	text-decoration: none;
font-family: Georgia, serif;
}

li a:link {color: #33294a;
font-family: Georgia, serif;
font-weight:normal;
	 line-height: 1.25;
	 text-shadow: 1px 1px rgba(255,255,255,0.5)}
	 


p a:link,
p a:visited,
a.morelink,
a.otherlink,
a.inline-button {
	background:rgb(51,41,74);
	color: #fff;
	padding: 0 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 1px;
	display:-moz-inline-stack;
    display:inline-block;
    font-size: 11px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

a.morelink,
a.otherlink {
	padding: 3px 10px;
	margin: 15px 5px 0 0;
	background: #819b8d;
}

a.otherlink {
	background: rgb(153,178,165);
}

p a:hover,
p a:active,
a.otherlink:hover,
a.otherlink:active,
a.morelink:hover,
a.morelink:active,
a.inline-button:hover,
a.inline-button:active {
	background: rgb(51,41,74);
	text-decoration: none;
}


#home h1 {
	width: 475px;
	height: 141px;
	background: url(../images/LalanovaLogo.png) top left no-repeat;
	white-space: nowrap;
	zoom: 1;
} * html #home h1 { background: url(/img/logo.gif); margin-left: -40px; }

h1 {
	text-shadow: 1px 1px rgba(255,255,255,0.5);
}

h1.title {
	font-size: 42px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

p, h2, h3 {
	line-height: 1.7;
}


p.intro {
	 font-size: 15px;
	 line-height: 1.6;
	 padding-bottom: 20px;
	border-bottom: 1px solid #e5efe7;
	border-bottom: 1px solid rgba(255,255,255,0.6);}

.section {
	border-top: 1px solid #e5efe7;
	border-top: 1px solid rgba(255,255,255,0.6);
	padding: 10px 20px 0 120px;
	margin: 20px -20px 0 -20px;
	position: relative;
	height: 100%;
	zoom: 1;}
	
.projects {margin-left:-130px; border: none
}


.section h3 {
	position: absolute;
	left: 20px;
	top: 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	color: #33294a;
	color: rgba(51,41,74,0.85);
}



#container {
	background: #F5F4F4;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 50px;
	width: 860px;
	margin: 30px auto 100px auto;
	border-top: 1px solid #e5efe7;
	border-top: 1px solid rgba(255,255,255,0.5);
	zoom: 1;
	position: relative;
	
} * html #container { background: #F5F4F4; }

#home #container {
}

h3.sub-title {
	width: 860px;
	height: 39px;
	background: url(/img/sub-title.gif);
	margin: -20px -50px 60px -56px;
	white-space: nowrap;
	text-indent: -2000em;
	zoom: 1;
	position: relative;
}

h3.sub-title a {
	display: block;
	height: 39px;
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
}


.back-home {
	position: absolute;
	top: 70px;
	left: 50px;
}

.back-home a {
	color: #0084a6;
	font-size: 11px;
	text-shadow: 1px 1px rgba(255,255,255,0.5);
}


.footer {
	position: absolute;
	bottom: -30px;
	right: 30px;
	font-size: 11px;
	text-shadow: 1px 1px rgba(255,255,255,0.5);
	font-family: Georgia, serif;
}

