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


/* Everybody */


html {
}

body {
background-image: url(images/whiteBg.png);
background-repeat: repeat;
padding: 0;
margin: 0;
color: #2b2b2b;
font: 62.5%/1.6em;
font-family: arial, helvetica, sans-serif;
}

a {
margin-top: 0;
color: #2b2b2b;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

a.none {border-bottom: none;}

.clearer {clear: both; height: 2px;}

.white {
color: #f4f4f4;
}

.grey {
color: #ccc;
}

.line {
width: 100%;
height: 1px;
background-color: #ccc;
clear: both;
}

p {
font-size: 0.9em;
}

#content {
width: 642px;
height: 500px;
margin: 30px auto 0 auto;
background-image: url(images/logo.png); background-position: top; background-repeat: no-repeat;
}

#intro {
padding-top: 275px;
}

#intro h1 {
line-height: 150%;
font-size: 1.4em;
}

#facebook, #flickr, #linkedin {
width: 100%;
margin-top: 15px;
margin-bottom: 15px;
}

.flickrlogo, .fblogo, .lkedin  {border: 1px solid #ccc; margin-bottom: 8px;}



p.pure {
color: #CCC;
text-align: center;
}


/* Input Boxes etc */

form {
font-size: 0.8em; 
font-family: inherit;
color: #2b2b2b;
}

input {
background-color: #f4f4f4;
width: 150px;
height: 20px;
text-align: left;
border: 1px solid #2b2b2b;
margin-top: 5px;
}


textarea {
margin: 5px 0;
background-color: #f4f4f4;
font-family: arial, helvetica, sans-serif;
font-size: 0.9em; 
color: inherit;
border: 1px solid #2b2b2b;
}

textarea.contact {
width: 700px;
}

