/**
 * rawb.net
 * by Rob Gabaree <rob@rawb.net>
 */

/* @group generic */

body {
	line-height: 1.5;
	color: #ffffff;
	background: #2a4731;
	font-size: 14px;
	text-shadow: #17321d 1px 1px 1px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a:link,
a:visited {
  color: #e5ee94;
}

a:hover {
  color: #ffffff;
}

h1,
h2,
p {
  margin-bottom: 20px;
}

.float-fix {
  width: 100%;
  height: 100%;
  clear: both;
}

/* @group structure */

#wrapper {
	width: 730px;
	margin: 0 auto 20px auto;
}

/* @group header */

#header {
	margin: 20px 0;
}

	#header h1 {
	  margin-left: auto;
	  margin-right: auto;
		width: 313px;
		height: 58px;
		text-indent: -9999px;
		background: url(../images/logo.png) no-repeat 0 0;
	}
	
		#header h1 a {
			width: 100%;
			height: 100%;
			display: block;
		}
		
		#header p {
		  padding: 3px 0;
		  font-size: 16px;
		  text-align: center;
  	  color: #b6ee94;
  	  font-family: Georgia, serif;
  	  font-style: italic;
		}
		
		#header p span#label {
	    margin: 0 7px 0 0;
	    padding: 3px 7px;
	    color: #000000;
	    font-style: normal;
	    background: #e5ee94;
	    text-shadow: none;
	    border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	  }
		
/* @group content */

#content h2 {
	font-size: 21px;
	font-weight: normal;
	color: #b6ee94;
	font-family: Georgia, serif;
}

#content .client {
  clear: both;
  float: left;
  margin: 0 0 15px 0;
}

  #content .client p {
    margin: 0;
    margin-left: 175px;
  }

  #content .client img {
    padding: 1px;
    border: 3px #e3ffd2 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  
    #content .client img.left {
      float: left;
      margin: 0 15px 0 0;
    }
  
    #content .client img.right {
      float: right;
      margin: 0 0 0 15px;
    }

