@import "social.css";
@import "career.css";
@import "case-studies.css";
@import "navigation.css";

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(../image/cv-bg.png) repeat-x top center;
	color: #3e4138;
	font-family: arial, sans-serif;
	font-size: 15px;
	min-width: 940px;
}

a
{
	color: #e4365b;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

p
{
	line-height: 1.25;
}

article,
header,
section,
footer
{
	display: block;
	position: relative;
}

.container
{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

header
{
	background: #333 url(../image/cv-border.gif) repeat-x bottom left;
	color: #fff;
	margin-bottom: 30px;
	margin-top: 161px;
}

header a
{
	color: #fca2ad;
	text-decoration: none;
}

header a:hover
{
	text-decoration: underline;
}

header h1
{
	color: #fff;
	margin-top: 15px;
	font-size: 28px;
	font-family: "Lucida Grande", helvetica, sans-serif;
	font-weight: normal;
	line-height: 1;
	text-shadow: 1px 1px 1px #000;
}

li
{
	list-style-type: none;
}

img.example
{
	-moz-box-shadow: 1px 1px 3px #555;
	-webkit-box-shadow: 1px 1px 3px #555;
	box-shadow: 1px 1px 3px #555;
	margin: 1px 3px 3px 1px;
}

footer
{
	background: #eb4f6d url(../image/cv-bg.png) repeat-x top center;
	color: #333;
	padding-top: 200px;
	padding-bottom: 20px;
	text-align: center;
}