@charset "utf-8";
/*----------------------------------------------------------
website: http://www.petraoldengarm.nl
designer: Petra Oldengarm
----------------------------------------------------------*/


/* global settings
************************************************************/

* {
	margin: 0;
	padding: 0;
}

html {
  height: 100%;
  overflow: scroll;
}

body {
  width:1100px;
  text-align: center;
  background: white;
  margin: auto;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

html, body, form, fieldset, li, ol, ul, a, p, img, input, textarea {
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
  border: 0;
}


#frame {
  width:1100px;
  text-align: left;
}

a:link, a:visited {
  color : #18BCE0;
}

a:hover, a:active {
  color : #16D3FB;
}

h1 {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 146%;
  color: black;
  text-align: justify;
  margin-top:50px;
}

h2 {
  font-size: 1.3em;
  background: #18BCE0;
  color: #7f7f7f;
  display: -moz-inline-stack;
  display: inline-block;
  display: inline;
  padding: 3px 5px;
}

h2 span {
	color: white;
}

p {
  padding: 10px 0px;
}

img {
  margin: 3px;
  border: 0px;
}

ul li {
	list-style: none;
	line-height: 1.5em;
	color: #7f7f7f;
}

ul#arrow {
	margin: 15px 0;
	line-height: 145%;
}

ul#arrow li {
	padding: 0 0 0 15px;
	background: url(../images/list_arrow.gif) no-repeat 0 5px;
	line-height: 145%;
}

p.error {
  padding-top: 20px;
  color: red;
}

/* header bar
************************************************************/

#header {
  width:100%;
  border-top: 10px solid #18BCE0;
}

/* navigation bar
************************************************************/
		
#navigation { /* frame with the navigation buttons on top of the page */
  width:100%;
  text-align: right;
  height: 70px;
  float: right;
  margin-top:40px;
}

#navigation ul, #navigation li, #navigation a {
  letter-spacing: -0.03em;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#navigation li {
  display: inline;
  margin: 0px 15px 0px 0px;
  padding: 0px 0px 5px 0px;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:active { /* navigation buttons on top of the screen */
  margin: 0px;
  padding: 0px 5px 3px 5px;
  color: #7f7f7f;
  border: 1px solid white;
}

#navigation li a:hover { /* navigation buttons on top of the screen */
  margin: 3px 0px;
  padding: 0px 5px 3px 5px;
  height: 30px;
  color: #18BCE0;
  border: 1px solid white;
}

#navigation li a:link.selected, #navigation li a:visited.selected, #navigation li a:hover.selected, #navigation li a:active.selected { /* selected navigation button on top of the screen */
  background: #18BCE0;
  color: white;
  border: 1px solid #18BCE0;
}

/* layout
************************************************************/

a#logo {
  background: url(../images/petra.jpg) no-repeat;
  float: left;
  width: 230px;
  height: 63px;
  text-indent: -999em;
  font-size: 0pt;
  overflow: hidden;
  margin: -20px 0 0 20px;
  color: white;
}

#introduction {
  width: 300px;
  float: left;
  padding-left: 5px;
}

#portfoliothumbs {
  width: 300px;
  float: left;
  text-align: center;
  padding-bottom: 20px;
}

#clickaway {
  float: right;
  width: 790px;
  text-align: center;
  height: 450px;
}

#recentwork {
  float: left;
  width: 100%;
  border-top: 1px solid #18BCE0;
  padding: 30px 0 0 0;
}

#recentwork p {
  padding-left: 2px;
  text-align: justify;
}

#recentwork ul {
  margin-top: 30px;
  width: 1200px;
  text-decoration: none;
}

#recentwork li {
  padding: 0 35px 25px 0;
  float: left;
  display: inline;
}

#recentwork img {
  border: 1px solid #7f7f7f;
}

#photoframe {
  float: right;
  padding-bottom: 30px;
}

#contactframe {
  float: left;
  padding: 10px 0 0 0;
  color: #7f7f7f;
  width: 600px;
}

ul#contact li {
  float: left;
  margin: 0 26px 0 0;
  display: inline;
}

li.phone, li.mail {
	padding: 0 0 0 25px;
	line-height: 170%;
}

li.mail a {
	color: #a8a8a8;
}

li.phone { 
  background: url(../images/phone.gif) no-repeat scroll 0 0; 
}

li.mail { 
  background: url(../images/mail.gif) no-repeat; 
}

form {
	width: 70%;
	margin: 25px 0 50px 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 150%;
	color: #000000;
}

form input, form textarea {
	font-size: 12px;
	padding: 3px 0 7px 0;
	border-bottom: 1px solid #DEDEDE;
	width: 100%;
	color: #a8a8a8;
	font-weight: normal;
	outline: none;
}

form textarea {
	height: 75px;
}

form .input_wrapper {
	margin: 20px 0;
	clear: both;
}

form input[type=button] {
	text-indent: -999em;
	background: #18BCE0 url(../images/submit_btn.gif) no-repeat scroll center center;
	margin: 15px 0 0 0;
	cursor: pointer;
	height: 28px;
	float: left;
    color: #18BCE0;
    font-size: 0;
    text-align: left;
}


/* bottom part of each page
************************************************************/

#footer { 
  width: 100%;
  clear: both;
  padding-top:5px;
  border-top: 1px solid #18BCE0;
  padding: 20px 0;
  text-align: right;
  color: #7f7f7f;
}


