﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

body
{
	font-family: Calibri, 'Trebuchet MS', Tahoma, Arial, Sans-Serif;
	background: #eee;
}

#page
{
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

h4
{
    margin: 5px 0 5px 20px;
    font-size: 1.2em;
    color: #c16212;
}

#header
{
	height: 70px;
	width: 100%;
	padding-top: 15px;
}

	#logo
	{
		margin-left: 20px;
		float: left;
	}
	
	#certs
	{
		float: right;
		margin: 15px 20px 0 0;
		color: #1378ca;
		font-size: 20px;
	}
	
	#certs a
	{
	    color: #1378ca;
	    text-decoration: none;
	}
	
#menu
{
	width: 100%;
	height: 40px;
	background: url("/Content/Images/back-menu.gif") repeat-x;
	font-size: 20px;
}

	#menu ul
	{
		list-style: none;
		padding: 10px 0 0 20px;
	}
	
	#menu li
	{
		display: inline;
		color: #fff;
		padding: 0 10px 2px;
	}
	
	#menu li:hover, #menu li.selected
	{
	    background: url("/Content/Images/hover-menu.gif");
	    padding: 8px 10px 8px;
	}
	
	#menu li a
	{
		color: #fff;
		text-decoration: none;
	}
	
#subheader
{
	width: 100%;
	height: 130px;
	background: url("/Content/Images/back-subheader.png") repeat-x;
	font-size: 24px;
	color: #fff;
	line-height: 1.2em;
	margin-bottom: 20px;
	padding: 0;
}

	#subheader h2
	{
		margin: 12px 0 5px 0;
		font-size: 28px;
	}

	#wwdev
	{
		float: left;
		margin-left: 20px;
		padding: 0;
	}
	
	#contact
	{
		float: right;
		margin-right: 20px;
		text-align: right;
	}	
	
	#contact a
	{
		color: #fff;
	}
	
#content
{
	background: #fff;
	width: 100%;
	padding-bottom: 20px;
}

	.contentbox
	{
		background: #f2f2f2;
		border: 1px solid #c0c0c0;
		width: 218px;
		padding: 20px;
		height: 300px;
	    margin: 10px 20px 0 20px;
	    float: left;
	}
	
	.contentbox h3
    {
	    font-size: 22px;
	    text-align: center;
	    margin-bottom: 20px;
	    color: #1378ca;
    }
	
	.contentbox p, .contentbox li
	{
	    margin-bottom: 10px;
	}
	
#entry
{
	width: 560px;
	padding: 0 20px;
	float: left;
	line-height: 1.2em;
}

	#entry h3, h3.brown
	{
		text-align: center;
        margin-bottom: 10px;
        font-size: 1.4em;
        color: #c16212;
	}
	
#sidebar
{
	width: 280px;
	float: right;
}

	#sidebar .contentbox
	{
		margin: 0 0 10px 0;
		height: auto;
		float: none;
	}

#footer
{
	width: 100%;
	height: 40px;
	background: #fff;
	border-top: 1px solid #c0c0c0;
	color: #1378ca;
}

	#footer p
	{
		margin: 10px 0 0 20px;
	}
		
 
.clearfix {
	display: inline-block;
}

	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	 
	html[xmlns] .clearfix {
		display: block;
	}
	 
	* html .clearfix {
		height: 1%;
	}
	
.center
{
    text-align: center;
}

.created_at
{
    display: block;
    font-size: small;
}

.bullets
{
	list-style-type: disc;
	margin-left: 20px;
}

.margin5
{
    margin-top: 5px;
}

.labels
{
    width: 90px; 
    float: left;
    text-align: right;
    margin-right: 10px;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

         ul.events {
             list-style-type: none;
             margin: 0;
             padding: 0 0 20px 0;
         }

         ul.events>li {
             -webkit-border-radius: 11px;
             -moz-border-radius: 11px;
             border-radius: 11px;
             background: #eee;
             border: 1px solid #ddd;
             color: #707070;
             font-size: 1.2em;
             font-weight: bold;
             margin-bottom: 6px;
             padding: 3px 0;
             position: relative;
             text-align: center;
             cursor: pointer;
         }

         ul.events li em {
             color: #aaa;
             font-weight: normal;
             font-size: 0.9em;
         }


         ul.intervals {
             list-style-type: none;
             padding: 0;
             display: block;
         }

         /* The width depends on the number of intervals. For example 100 / 7 = 14.29% -- then subtract a little bit for room for the borders */
         ul.intervals li {
             background: #fff url('/Content/Images/1x1_eee.gif') repeat-x left 10%;
             border-right: 1px solid #ccc;
             color: #999;
             float: left;
             font-size: 1.2em;
             margin: 0;
             padding: 15px 0;
             text-align: center;
             width: 16.53%;
         }

         ul.intervals li.first {
             border-left: 1px solid #ccc;
         }

li#newage {
    width: 14%; left: 4%;
}

li#newageContent {
    width: 500px;
    left: 4%;
    font-weight: normal;
    font-size: 1em;
    text-align: left;
    padding: 5px 10px;
    display: none;
}

li#acl {
    width: 56%; left: 19%;
}

li#aclContent {
    width: 500px;
    left: 19%;
    font-weight: normal;
    font-size: 1em;
    text-align: left;
    padding: 5px 10px;
    display: none;
}

li#shps {
    width: 10%; left: 76%;
}

li#shpsContent {
    width: 500px;
    left: 28.5%;
    font-weight: normal;
    font-size: 1em;
    text-align: left;
    padding: 5px 10px;
    display: none;
}

.expandContent {
    width: 500px;
    margin: 0 auto;
}

.experienceSubHeader {
    font-size: 1em;
    color: #1378ca;
    text-align: center;    
}

.contentbox > a > img {
    padding-bottom: 10px;
}

legend {
    display: none;
}

#content input {
    width: 260px;
}  

.contactButtonWrapper {
    width: 260px;
    text-align: center;
}  

.sendEmail {
    width: 120px !important;
    height: 30px !important;
    border: 0;
    cursor: pointer;
    background: url('/Content/Images/sendemail.gif') no-repeat;
}

.menu-right {
    float: right;
    margin: 5px 20px 0 0;
}

.portfolioItem {
    margin: 30px 10px 0;
    padding: 20px 0;
	background-color: #f2f2f2;
	border: 1px solid #c0c0c0;
}

.portfolioContent h4 {
    display: inline;
    color: #1378ca;
}

.portfolioContent a {
    color: #1378ca;
}

h5 {
    color: #c16212;
    margin: 10px 0 0 30px;
}

.portfolioImage {
    float: left;
    width: 210px;
    margin: 0 20px;
}

.portfolioImage img {
    border: 5px solid #1378ca;
}

.portfolioContent {
    float: left;
    width: 600px;
}