/* seljaojanne.com v1.0 */

/* Eric Meyer reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Force scroll bars to eliminate "shift" on non-scrolling pages */

html {
	overflow-y: scroll;
}

/* Begin Set */

body {
	font-size: 16px;
	font-size: 100%; /* 16px */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	/*background: #ebebeb url(/img/bg.jpg) scroll repeat center;*/
	/*text-shadow: 0px 1px 0 #f0f0f0;*/
}

body {
  background: #f9d023;
}

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

a:hover {
	color: #f9445d;
}

p, ul, ol, blockquote, pre, cite, code, label, legend, th, td, dt, dd {
	font-size: 87.5%
}

p, ul, ol {
	line-height: 1.5;
	margin-bottom: 1.3125em;
}

ul p {
	font-size: 100%;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, Georgia, serif;
}

h1 {
	font-size: 225%; /* 36px */
	margin-bottom: .5em;
}

h2 {
	font-size: 187.5%; /* 30px */
	margin-bottom: .6em;
}

h3 {
	font-size: 150%; /* 24px */
	margin-bottom: .75em;
}

h4 {
	font-size: 112.5%; /* 18px */
	margin-bottom: 1em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.error {
	background: #ffbbbb;
	color: #cc0000;
	text-shadow: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: center;
	font-size: smaller;
}

.container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 200px; /* change */
}

/* Forms */

label {
	display: block;
	font-size: smaller;
	margin-bottom: 6px;
}

input[type=text] {
	margin-bottom: 18px;
	width: 50%;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	padding-left: .5em;
	font-size: 13px;
}

textarea {
	width: 100%;
	padding: 0;
}

input[type=text], textarea {
	border: 1px solid #c94c9e;
}

.contact-form {
	width: 400px;
	margin-left: 10px;
	margin-top: 60px;
	float: left;
}

.contact-info {
	float: left;
	width: 260px;
	margin-top: 60px;
}

/* Navigation */

.nav {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	height: 125px;
	padding-bottom: 50px;
}

.nav ul {
	float: right;
	background: transparent url(/img/nav.png) scroll repeat 0 0;
	margin-right: 10px;
}

.nav li {
	float: left;
}

.nav a {
	float: left;
	padding: 18px;
	text-shadow: none;
}

.nav a.current {
	background: transparent url(/img/nav.png) scroll repeat 0 0;
}

.logo {
	float: left;
	margin-left: 20px;
}

/* Portfolio */

.portfolio {
	margin-top: 20px;
}

/* About */

.about img {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-top: 0px;
	padding: 10px;
	background: #fff;
	border: 1px solid #aaa;
	max-width: 200px;
	
}

.about .statement {
	width: 542px;
	float: left;
}

.footer {
	min-height: 50px;
	position: relative;
	z-index: 1100;
}