/*
 Author: Marc Hammerton
 Author URI: hammerton.de
 
 */
/* Begin Typography & Colors */
body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background: #ffffff;
    color: #000000;
    text-align: center;
}

.container {
    font-size: 1.2em;
}

#header {
    background-color: #ffffff;
    font-family: Candara;
}

#content {
    font-size: 1.2em;
}

#footer {
}

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

h1 {
    font-size: 4em;
    text-align: center;
}

h2 {
    font-size: 1.6em;
}

h2.pagetitle {
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
}

a, h2 a:hover, h3 a:hover {
    color: #06c;
    text-decoration: none;
}

a, a:link, a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #214478;
}

a:hover {
    text-decoration: underline;
    color: #214478;
}

/* End Typography & Colors */
/* Begin Structure */
body {
    margin: 0 0 20px 0;
    padding: 0;
}

.container {
    /* width: 920px; */
    width: 800px;
    margin: 0px auto;
    text-align: left;
}

.page {
	width: 500px;
	margin: 0px 20px;
	padding: 0px 0px 20px 0px;
	line-height: 1.5em;
}

#header {
    height: 75px;
}

#header h1 {
	display: none;
}

#header #logo {
    float: left;
    margin-top: 15px;
}

#header #nav_second {
	float: right;
	padding: 10px;
}

#header ul {
    margin: 25px 0px 0px 0px;
    float: right;
    height: 30px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#header ul li {
    display: inline;
    float: left;
    margin: 0px 20px 0px 20px;
    height: 50px;
}

#header ul li a, #header ul li a:link, #header ul li a:visited {
    color: #3c3c3c;
    font-weight: normal;
    font-size: 1.9em;
    display: block;
    height: 50px;
    line-height: 2em;
}

#header ul li a:active, #header ul li a:focus, #header ul li a:hover {
    color: #214478;
    font-weight: normal;
    text-decoration: none;
    background: transparent url(images/topNavBgHover.png) center bottom no-repeat;
}

#header a.active {
    color: #214478;
    background: transparent url(images/topNavBgHover.png) center bottom no-repeat;
	
}

#contactBar {
    border-top: 10px solid #3c3c3c;
    background: #808080;
    color: #ffffff;
    line-height: 22px;
}

#contactBar div.container {
    text-align: right;
}

#contactBar a, #contactBar a:link, #contactBar a:visited, #contactBar a:active, #contactBar a:focus, #contactBar a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#banner {
    margin: 20px 0px;
    background: #808080;
    padding: 40px;
}

#banner div.bannerContent {
	margin: 0px 20px 0px 30px;
}

#banner p {
    color: #ffffff;
    font-size: 1.8em;
	line-height: 1.8em;
    font-weight: normal;
	font-style: italic;
    padding: 0px;
	margin: 0px;
}

#blurbs {
    margin: 30px 0px 40px 0px;
}

#blurbs .blurb {
    float: left;
    width: 380px;
    margin-right: 40px;
}

#blurbs .last {
    margin-right: 0px;
}

#blurbs h2 {
    margin: 0px;
}

#blurbs p {
    line-height: 2em;
	text-align: justify;
}

#blurbs .icon {
    float: left;
    padding: 5px 10px 5px 5px;
    width: 40px;
}

#footer {
    border-top: 10px solid #808080;
    background: #3c3c3c;
	color: #ffffff;
}

#footer p {
    margin: 0;
    padding: 10px 0;
    text-align: center;
	line-height: 2em;
}

#footer p a, #footer p a:hover{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}


.clear {
    clear: both;
}

/* End Structure */
/*	Begin Headers */
h1 {
    padding-top: 70px;
    margin: 0;
}

h2 {
    margin: 30px 0 0;
}

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

h3 {
    padding: 0;
    margin: 30px 0 0;
}


/* End Headers */
/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* End Images */

.center {
    text-align: center;
}

.hidden {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}

/* End Various Tags & Classes*/
/* Captions */
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* End captions */

