 /* css for pixel apropos by pixel apropos 2009 */
 
 /* remove defaults */
  
  *
  {
  	margin: 0;
  	padding: 0;
  	border: 0;
  }
  
  /* body and general properties */
  
  body 
  {
    font: 62.5%/1.5 "Georgia", serif;
    color: #333333;
    background-color: white;
  }
  
  a:link
  {
  	color: #e1813a;
  	text-decoration: none;
  }

  a:visited
  {
   	color: #e1813a;
   	text-decoration: none;
  }

  a:hover,
  a:focus
  {
    color: #075291;
    outline:none;
  }

  a:active
  {
    color: black;
  }
  
  p
  {
  	font-size: 1.6em;
  }
  
  h1
  {
    position: relative;  	
  	z-index: -1;
  }
  
  h2, h3
  {
  	font-size: 1.7em;
   	font-weight: bold;
   	color: #e1813a;
  	margin: 10px 0 0 0;
  }
  
  h2
  {
  	color: #075291;
  	font-size: 2.2em;
  }
  
  /* common elements */
  
  
  #backer
  {
  	margin: 30px auto;
    background: transparent url('images/background.jpg') repeat-x;
    width: 850px;
    height: 580px;
    border: black solid;
  }

  #header
  {
  	position: relative;
  	top: -25px;
  	height: 50px;
  }
  
  #top_menu
  {
	float: right;
	margin-top: 5px;
  }
  
  #top_menu li
  {
  	float: left;
  	font-size: 1.5em;
  	font-weight: bold;
  	margin-left: 20px;
  	list-style-type: none;
  	color: #e1813a;
  }
  
  #pixel
  {
  	position: relative;
  	top: -4px;
  	height: 28px;
  	width: 134px;
  	background: transparent url('images/pixel.png') no-repeat;
  	display: block;
  }
  
  #apropos
  {
  	position: relative;
  	top: -10px;
  	left: 25px;
  	height: 48px;
  	width: 172px;
  	background: transparent url('images/apropos.png') no-repeat;
  	display: block;
  	margin-bottom: -60px;
  }
  	
  #content
  {
  	height: 525px;
  }
  
  .box
  {
    border: solid black;
  	height: 220px;  
  }
  
  #footer
  {
  	position: relative;
  	top: -210px;
  	left: 50px;
  	float: right;
  	width: 400px;
  	height: 250px;
	background: transparent url('images/pxlogo.jpg') no-repeat bottom right;
  }
  
  /* individual pages */
  
  /* front page */
  
  #news
  {
  	background: white url('images/top_corner.png') no-repeat right top;
  	width: 370px;
  	margin-left: 420px;
  	padding: 0 10px;
  	height: 280px;
  }
  
  #news p
  {
  	margin: 20px 10px 0 10px;
  }
  
  #portfolio
  {
	background: url('images/line_corner.png') no-repeat right top;
  	width: 390px;
  	margin: -170px 0 0 -53px;
  }
  
  #portfolio h3
  {
    color: #075291;
   	margin-left: 60px;
  }
  
  #portfolio p
  {
  	margin: 10px 40px 0 60px;;
  }
  
  #px_description h2
  {
	padding: 10px 230px 0 20px;
  }
  
  #px_description p
  {
  	clear: both;
  	padding: 10px 230px 0 60px;
  }
  
  .pinkienail
  {
  	float: right;
  	border: medium solid black;
  	margin-top: -20px;
  	margin-left: 10px;
  }
  
  .badge
  {
  	position: absolute;
  	width: 144px;
  	height: 115px;
  	left: -35px;
  	top: 390px;
  }

  
  /* notfront pages */
  
  
  .offset
  {
  	width: 50px;
  	height: 450px;
  	position: relative;
  	left: -56px;
  	top: 10px;
  	float: left;
  	margin-right: -80px;
  }
  
  .main
  {
	position: relative;
  	height: 450px;
  	width: 800px;
  	left: -3px;
  	top: 10px;
  }
  
  .main h3, .main .inner
  {
  	margin-left: 350px;
  	margin-bottom: 10px;
  	width: 450px;
  }
  
  .main h3
  {
  	line-height: 1.1em;
  }
  
  .main .inner
  {
  	background: white;
  	border: solid black;
  	padding: 10px;
  }
  
  .main .left
  {
  	margin-left: 50px;
  }
  
  h3.left
  {
  	color: #075291;
  }

	

  
  
 /*  portfolio/expertise  */

.inner.first
{
	margin-left: -30px;
	float: left;
}

h3.first
{
	margin-left: 10px;
}

.inner.second
{
	margin-left: 460px;
	width: 420px;
}

h3.second
{
	width: 300px;
	margin-left: 480px;
	margin-top: 50px;
}

.inner.third
{
	float: left;
	margin-left: 10px;
}

h3.third
{
	float: left;
	margin-top: -30px;
	margin-left: 20px;
	width: 400px;
}

.inner.fourth, h3.fourth
{
	float: left;
	margin-left: 150px;
}


.subtitle
{
	font-size: 1.2em;
	float: right;
	padding-right: 50px;
	padding-left: 50px;
}

.attribution
{
	font-size: 1.2em;
}

.thumbnail
{
	height: 200px;
	width: auto;
	width: 250px;
	height: auto;
	float: right;
	margin-left: 15px;
}

.hidden
{
	display: none;
}

  
 /*  contact  */
 
 .inline
 {
 	margin-bottom: -5px;
 }
 
 .inline2
 {
 	margin-bottom: -6px;
 	margin-left: -2px;
 }
