/* 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: #b9dac0 url(/img/back.png) 50% -150px fixed no-repeat;
	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: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-shadow: none;
}

p a:link,
p a:visited,
a.morelink,
a.otherlink,
a.inline-button {
	background: #7e6190;
	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);
}

#home h1 {
	width: 351px;
	height: 77px;
	background: url(/img/logo.png);
	margin: -27px 0 5px -82px;
	white-space: nowrap;
	text-indent: -2000em;
	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;
}

.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;
	zoom: 1;
}

.section h3 {
	position: absolute;
	left: 20px;
	top: 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	color: #0083a5;
}

.feature {
	float: right;
	margin: -70px -65px 15px 15px;
	z-index: 1000;
	position: relative;
	width: 290px;
	height: 290px;
	white-space: nowrap;
	text-indent: -2000em;
	overflow: hidden;
	background: url(/img/glitch.png) no-repeat;
} * html .feature { background: url(/img/glitch.gif) no-repeat; }

#container {
	background: url(/img/container.png);
	background: rgba(255,255,255,0.2);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 50px;
	width: 600px;
	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: #c3dfc9; }

#home #container {
	margin-top: 50px;
}

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;
}

#jobs li {
	font-size:  14px;
	text-shadow: 1px 1px rgba(255,255,255,0.5);
}

#jobs li div.details {
	padding: 15px;
	margin: 15px 0;
	background: rgba(255,255,255,0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#jobs li div ul {
	margin: 0;
}

#jobs li div li {
	list-style: disc;
	margin: 0.6em 0 0.6em 20px;
}

.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);
}

.follow {
	position: absolute;
	left: -60px;
	top: 50px;
} * html .follow { display: none; }

.follow-twitter,
.follow-facebook {
	display: block;
	position: absolute;
	left: -45px;
	top: 90px;
	width: 50px;
	height: 70px;
	text-indent: -2000em;
	background-image: url(/img/blank.gif);
}

.follow-facebook {
	left: 5px;
}

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