@charset "UTF-8";
body {
	background-color: #000;
	font-size: 95%;
	margin: 0px;
	padding: 0px;
	text-align:left;
	top: 0px;
	/*prevents iPhone from making text too big*/
	-webkit-text-size-adjust: none;
}
/*margin collapse*/
div, p, h1, h2, h3, h4, h5, h6, img, ul, ol, pre, address, blockquote, span, li, dl, dd, dt, input, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
/*main styling controls*/
p  {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #666;
	margin-bottom: 1.4em;
}	
label  {
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: normal;
	color: #808080;
}
a {
	outline: none;
	color: #CC3399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.noLine:hover {
	text-decoration: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
ol ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}
blockquote {
}
strong {
	color: #FFF;
	font-weight: normal;
}
.green {
	color: #9bc13e;
}
.smallPrint {
	font-size: 0.7em;
	color: #666;
	text-align: right;
	padding-top: 5px;
	float: right;
}
h1 {
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.1em;
	font-style: normal;
	font-family: 'MolengoRegular', "Lucida Grande", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 0.1em;
	font-style: normal;
	font-family: 'MolengoRegular', "Lucida Grande", Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.05em;
	font-style: normal;
	font-family: 'MolengoRegular', "Lucida Grande", Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: bold;
	color: #08294c;
	font-style: normal;
	letter-spacing: 0.05em;
}
h5 {
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #666;
}
/*Thanks message*/
h6 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
	letter-spacing: 0.05em;
}
/*main menu*/
#menu {
	position: absolute;
	top: 33px;
	right: 47px;
}
#menu a {
	display: inline-block;
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 34px;
	margin-left: 10px;
	min-height: 34px;
	float: left;
}
#menu a.twitter {
	height: 36px;
	width: 36px;
	background-image: url(../images/general/twitterdown.png);
	background-repeat: no-repeat;
	background-position: center center;	
	margin-left: 45px;
}
#menu a.twitter:hover {
	background-image: url(../images/general/twitterover.png);
}
#menu a.contacttwitter {
	height: 36px;
	width: 36px;
	background-image: url(../images/general/twitterdown.png);
	background-repeat: no-repeat;
	background-position: center center;	
	margin-left: 15px;
}
#menu a.contacttwitter:hover {
	background-image: url(../images/general/twitterover.png);
}
#menu a.menu {
	margin-top: 1px;
	min-width: 98px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #666;
	border: 1px solid #333;
	-webkit-transition-property: background, border, color;
	-webkit-transition-duration: 0.25s, 0.25s, 0.25s;
	-webkit-transition-timing-function: linear, linear, linear;
}
#menu a.menu:hover {
	color: #FFF;
	border: 1px solid #666;
	/* fallback (Opera) */
    background: #333;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #666, #333);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#666), to(#333));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#666', EndColorStr='#333', GradientType=0);
	text-decoration: none;
}
#menu a.contactmenu {
	margin-top: 1px;
	min-width: 118px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #666;
	border: 1px solid #333;
	-webkit-transition-property: background, border, color;
	-webkit-transition-duration: 0.25s, 0.25s, 0.25s;
	-webkit-transition-timing-function: linear, linear, linear;
}
#menu a.contactmenu:hover {
	color: #FFF;
	border: 1px solid #666;
	/* fallback (Opera) */
    background: #333;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #666, #333);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#666), to(#333));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#666', EndColorStr='#333', GradientType=0);
	text-decoration: none;
}

/*main site layout and backgrounds*/
#header {
	height: 88px;
	background-image: url(../images/backgrounds/headerback.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#userpassion {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#work {
	min-height: 70px;
	background-image: url(../images/backgrounds/whitebackground.png);
	background-repeat: repeat;
	background-position: left top;
}
#experience {
	min-height: 70px;
	background-image: url(../images/backgrounds/greybackground.png);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#hireme {
	min-height: 70px;
	background-image: url(../images/backgrounds/blackbackground.png);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 40px;
}
#footer {
	min-height: 70px;
	background-image: url(../images/backgrounds/greybackground.png);
	background-repeat: repeat;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
/*content style*/
.content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	width: 937px;
	padding-bottom: 35px;
}
/*site area styles*/
#userpassionContent {
	background-image: url(../images/backgrounds/uptop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 450px;
	width: 938px;
	padding-left: 50px;
	padding-right: 50px;
}
.upbottom {
	background-image: url(../images/backgrounds/upbottom.png);
	background-repeat: no-repeat;
	background-position: 537px top;
	min-height: 80px;
	margin-left: -21px;
	margin-right: -22px;
	padding-left: 21px;
	padding-right: 22px;
	padding-top: 50px;
	margin-bottom: 24px;
}
.areaShadow {
	background-image: url(../images/backgrounds/greyshadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
}
#hireMeContainer {
	margin-bottom: 20px;
	padding-top: 10px;
}
#workArea {
	background-color: #CCC;
	clear: both;
	padding-top: 1px;
	margin-bottom: 30px;
}
.thumbnail {
	width: 209px;
	height: 226px;
	background-color: #FFF;
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	padding: 12px;
}
.thumbnail img {
	margin-bottom: 12px;
}

/*other styles*/
#logo {
	margin-top: 39px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 18px;
	margin-bottom: 24px;
}
.backToTop {
	float: right;
	margin-top: 10px;
}
.backToTopFooter {
	float: right;
	margin-left: 20px;
}
#upLabel {
	position: absolute;
	top: 409px;
	right: 422px;
	background-image: url(../images/general/arrow.png);
	background-repeat: no-repeat;
	background-position: right 9px;
	text-align: right;
	padding-right: 15px;
}
#upLabel h3 {
	color: #666;
}
#whyMe, #form {
	width: 468px;
	float: left;
	margin-right: 52px;
}
#skills, #contact {
	width: 417px;
	float: right;
}
ul.skills {
	float: left;
	width: 50%;
	margin-bottom: 1.4em;
}
ul.skills li {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #666;
	list-style-type: disc;
	list-style-position: inside;
}
ul.contacts li {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #666;
}
ul.contacts li.big {
	font-size: 2.3em;
	line-height: 1em;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 0.05em;
}
ul.contacts li a {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.05em;
}
ul.contacts li a:hover {
	text-decoration: underline;
}
#call, #email, #connect {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 5px;
}
#call {
	background-image: url(../images/general/mobileicon.png);
}
#email {
	background-image: url(../images/general/emailicon.png);
	margin-top: 30px;
}
#connect {
	background-image: url(../images/general/connecticon.png);
	background-position: left center;
	margin-top: 30px;
}
#connect img {
	margin-left: 15px;
	vertical-align: middle;
}

/*work experience chart*/
.chart {
	/*height: 141px;*/
	height: 100%;
	background-repeat: no-repeat;
	background-position: left 25px;
	display: inline-block;
	float: left;
	margin-bottom: 34px;
}
#bjl {
	background-image: url(../images/chart/masterchart_BJL.png);
	width: 353px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 77px;
	padding-right: 10px;
}
#sms {
	background-image: url(../images/chart/masterchart_SMS.png);
	background-image: url(../images/chart/masterchart_BJL.png);
	width: 214px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
#custx {
	background-image: url(../images/chart/masterchart_CUSTX.png);
	background-image: url(../images/chart/masterchart_BJL.png);
	width: 167px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	background-position: right 25px;
}
#skylab {
	background-image: url(../images/chart/masterchart_CUSTX.png);
	background-image: url(../images/chart/masterchart_BJL.png);
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	background-position: right 25px;
}
#custxLong {
	background-image: url(../images/chart/masterchart_CUSTXLONG.png);
	background-image: url(../images/chart/masterchart_BJL.png);
	width: 240px;
	border-right-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
	background-position: right 25px;
}
#now {
	background-image: url(../images/chart/masterchart_NOW.png);
	width: 52px;
	padding-left: 10px;
	padding-right: 10px;
}
#now.skylab {
	width: 115px;
	background-image: url(../images/chart/masterchart_SKYLAB.png);
	background-position: right 25px;
}
#custx.skylab {
	width: 150px;
}
#sms.skylab {
	width: 150px;
	background-position: right 25px;
}
#bjl.skylab {
	width: 200px;
}

/*form*/
#thanksMessage, #tempMessage {
	background-color: #333;
	width: 468px;
	height: 140px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 20px;
}
#thanksMessage {
	display: none;
}
#tempMessage {
	float: left;
}
fieldset {
	clear: both;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
}
fieldset label {
	display: block;
	float: left;
	width: 110px;
	text-align: right;
	line-height: 30px;
	font-size: 1em;
	padding-top: 2px;
}
fieldset input, fieldset textarea {
	float: right;
	width: 325px;
	background-color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #666;
	border: 1px solid #333;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
	padding-top: 2px;
}
.submitButton {
	display: inline-block;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	line-height: 20px;
	margin-left: 120px;
	min-height: 30px;
	margin-top: 1px;
	min-width: 98px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #bbb;
	border: 1px solid #333;
	/* fallback (Opera) */
    background: #666;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #333, #666);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#333), to(#666));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#333', EndColorStr='#666', GradientType=0);
	-webkit-transition-property: background, border, color;
	-webkit-transition-duration: 0.25s, 0.25s, 0.25s;
	-webkit-transition-timing-function: linear, linear, linear;
}
.submitButton:hover {
	color: #FFF;
	border: 1px solid #666;
	/* fallback (Opera) */
    background: #333;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #666, #333);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#666), to(#333));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#666', EndColorStr='#333', GradientType=0);
	text-decoration: none;
}
#errorMessage, #oopsMessage {
	float: right;
	padding-top: 5px;
	display: none;
}
#errorMessage p, #oopsMessage p {
	color: #CC3399;
	margin-bottom: 0px;
}
.bad {
	border-color: #CC3399;
}

/*Twitter feed*/
#twitterHolder {
	z-index: 100;
	width: 330px;
	position: absolute;
	display: none;
}
#twitterTop {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/general/twitterpanel.png);
	height: 35px;
}
#twitterBottom {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/general/twitterpanel.png);
	height: 25px;
}
#twitter {
	background-color: #333;
	width: 257px;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 20px;
}
#twitter span, #twitter p, #twitter a {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #666;
	margin-bottom: 0px;
}
#twitter span {
	display: block;
	margin-bottom: 5px;
}
.workFeature p strong {
	color: #000;
	font-weight: bold;
}
.brandingsubtext {
	font-style: normal;
	font-weight: normal;
	font-family: 'MolengoRegular', "Lucida Grande", Arial, Helvetica, sans-serif;
	margin-left: 10px;
	display: block;
}

/*Captcha CSS*/
#formCaptcha {
	margin-left: 120px;
	margin-bottom: 8px;
	padding: 14px;
	background-color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#nextButton {
	margin-bottom: 8px;
	display: none;
}

/*generic*/
.clearBoth {
	clear: both;
}
.floatRight {
	float: right;
}
.rightAlign {
	text-align: right;
}
