﻿* {
  padding:0;
  margin:0;
}

BLOCKQUOTE,UL,OL,LI
{
	margin:auto;
}

body
{
	background-color:#999999;
	font-family:'Lucida Grande', Geneva,Arial, Helvetica, sans-serif;
	font-size:12px;
}

.container
{
	margin:25px auto 0px;
	width:768px;
	padding-top:8px;
}

.header {
  width:768px;
  height:100px;
  position:relative;
  background-color:#233F75;
}

/* Blog Title */
h1 {
  font:3.0em 'Trebuchet MS', Arial, Helvetica;
}

h1 a 
{
	position:absolute;
	/*width:380px;*/
	height:30px;
	left:40px;
	top:15px;
	font-weight:bold;
	text-decoration:none;
	color:#ff7e00;
}

/* Tagline */
.header p {
	position: relative;
	margin: 0;
	top: 62px;
	left: 60px;
	color:#CC66FF;
}

/* Pages Navigation */
.menu {
  float:right;
  margin-right:22px;
  position:relative;
  z-index:2;
  top:40px;
}

.menu li {
  float:left;
  height:20px;
list-style-type:none;
}

.menu li a {
  color:white;
  text-decoration:none;
  display:block;
  padding:1px 8px 1px 8px;
}

.menu li a:hover,
.menu li.current_page_item a {
	color:#ff7e00;
}

.account
 {
  float:right;
  margin-right:22px;
  position:relative;
  z-index:2;
  top:10px;
}

.footer {
  height:12px;
  width:768px;
  margin:0 auto;
  background-color:#233F75;
  text-align:center;
  font-size:10px;
  color:#686868;
  padding:4px 0;
}

.content
{
	width:764px;
	background-color:White;
	padding-bottom:30px;
	padding-left:4px;
}

.contentheader {
  color:#ff7e00;
  font-size:24px;
  padding:10px 0 0;
  margin:0 0 5px;
  position:relative;
}

.contentheader a {
  color:#ff7e00;
  text-decoration:none;
}

.contentheader span {
  position:relative;
  background:#FFF;
  padding-right:10px;
}

.fieldName
{
	color:Green;
	padding-left:10px;
	padding-right:10px;
}

.button
{}
 
.button a
{
	border:solid 1px #bbb;
	display:inline-block;
	color:#464646;
	background-color:#f2f2f2;
	padding:5px 10px 5px 10px;
 
	text-decoration:none;
}
.button a:hover
{
	background-color:#CCFF99;
}

.code 
{
	margin:2px;
	display:block;
	padding:4px;
	border:1px dashed #CCC;
}

tr
{
	height:20px;
}

.developmentmenu
{
	float:left;
	margin-left:8px;
	margin-top:8px;
	margin-right:32px;
	margin-bottom:32px;
}

.developmentcontent
{
	padding-left:16px; padding-right:16px;
	line-height:200%;
}

.developmentcontent li
{
	margin:16px;
}
