﻿@charset "UTF-8";
/* http://www.w3.org/International/questions/qa-css-charset */
/*
  CSS Reset
*/
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, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul, ol {
	list-style-type: none;
	margin: 13px 0 13px 15px;
	padding: 0;
}
ul li, ol li {
	line-height: 1.6;
	margin: 0 0 2px 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
  Body
*/
html {
	font-size: 100%;
	width: 100%;
}
body {
	font: 65%/1.5em "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	color: #898989;
	line-height: 1.538em;
	border-top: 4px solid #939292;
	background: #fff;
	width: 100%;
}
/*
  Links
*/
a {
	color: #000;
	margin: 0;
	outline: 0;
}
a, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #939292;
}
a.btn {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
	width: 39%;
	padding: 15px;
	float: left;
	outline: 0;
	text-align: center;
}
/*
  Typography
*/
p {
	line-height: 1.7;
	margin: 0 0 12px 0;
}
h1 {
	font-weight: normal;
	line-height: 30px;
	margin: 15px 0 10px;
}
h1 span {
	color: #939292;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}
h2 {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 15px 0;
	padding: 0;
	color: #939292;
}
h2 span {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	color: #000;
}
h3 {
	color: #939292;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	margin: 20px 0 20px 0;
}
h4 {
	color: #000;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
/*
  Main
*/
#PageContainer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#PageWrapper {
	margin: 0 auto;
	padding: 0;
	width: 940px;
}
#Header {
	position: relative;
	margin: 0 auto 40px auto;
	padding: 60px 0 0 0;
	width: 940px;
	height: 80px;
	border-bottom: 2px solid #f2f2f2;
}
.Welcome {
	width: 900px;
	margin: 0 auto 60px auto;
}
.Welcome p {
	color: #939292;
	font-size: 1.7em;
	line-height: 150%;
	font-style: italic;
	text-align: center;
	text-shadow: #CCC 0px 1px 2px;
}
.Content {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
.Content p {
	font-size: 14px;
}
.Content ul li, .Content ol li {
	font-size: 14px;
	padding: 0 0 0 14px;
	background: transparent url("../../images/bg_arrow_li.gif") no-repeat 0 5px;
}
/*
  Global
*/
.Left {
	float: left;
	width: 48%;
}
.Right {
	float: right;
	width: 48%;
}
.LeftSmall {
	float: left;
	width: 35%;
}
.RightLarge {
	float: right;
	width: 55%;
	background: #f2f2f2;
	padding: 20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
.Name {
	color: #3681ab;
	white-space: nowrap;
}
img.Picture {
	border: 3px solid #d7d7d7;
}
img.TextRight {
	float: right;
	margin-left: 10px;
}
img.TextLeft {
	float: left;
	margin-right: 10px;
}
.Emphasize {
	color: #333;
}
/*
  ClearFix
*/
.Clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative;
}
.ClearAndSpace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative;
}
.ClearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ClearFix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.ClearFix {
	display: block;
}
/* End hide from IE Mac */
/*
  Header
*/
#Header h1 {
	color: #000;
	font-size: 2.5em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
}
#Header #Navigation {
	position: relative;
	margin: 0;
	float: right;
	padding: 7px 0 0 0;
	margin: 0 0 40px 0;
}
#Header #Navigation li {
	float: left;
	width: auto;
	margin: 0 15px;
	background: transparent;
}
#Header #Navigation li a {
	color: #939292;
	font-weight: normal;
	font-size: 1.5em;
	padding: 0 0 10px 0;
	background: transparent;
	text-shadow: #ccc 0px 1px 2px;
}
#Header #Navigation li a.selected {
	color: #000;
	font-weight: normal;
	font-size: 1.3em;
	padding: 0 0 10px 0;
	background: transparent;
}
#Header #Navigation li a:hover {
	color: #000;
	border: none;
	background: url(../../images/bg_nav_li.gif) no-repeat 50% 100%;
}
#Header #Navigation li a.selected {
	color: #000;
	border: none;
}
/*
	Showcase
*/
#Showcase div {
	text-align: center;
}
.Caption {
	color: #000;
	font-size: 1.2em;
	display: block;
	height: 35px;
	line-height: 35px;
}
/*
	Portfolio
*/
.PortfolioRow {
	margin: 0;
	width: 760px;
	height: 250px;
	clear: both;
}
.PortfolioRow h2 {
	margin: 0 0 0 9px;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
	color: #000;
}
.PortfolioRow h3 {
	margin: 0 0 0 9px;
	padding: 0;
	font-style: normal;
	font-size: 14px;
	color: #939292;
}
.PortfolioRow a:hover {
	border: none;
}
.FirstPortfolioBox {
	width: 238px;
	height: 250px;
	float: left;
}
.PortfolioBox {
	margin-left: 22px;
	width: 238px;
	height: 250px;
	float: left;
}
#PortfolioBox {
	width: 220px;
	height: 160px;
	float: left;
}
.PortfolioLeft {
	width: 160px;
	float: left;
	clear: left;
	margin: 20px 0 0 0;
}
.PortfolioLeft h3 {
	font-size: 24px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-style: italic;
}
.PortfolioRight {
	width: 740px;
	float: right;
	margin: 20px 0 0 0;
}
/*
  Resume
*/
.Company {
	display: block;
	font-size: 18px;
	vertical-align: middle;
}
.Position {
	display: block;
	font-size: 16px;
}
.Inermediate {
	color: #555;
}
/*
  Contact
*/
form.ContactBox {
	margin: 20px 0 0 0;
	padding: 0;
}
form.ContactBox label {
	float: left;
	width: 90px;
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
	text-align: left;
	font-weight: normal;
	display: block;
}
form.ContactBox ul {
	margin: 0;
	padding: 0;
}
form.ContactBox ul li {
	background: none;
}
form.ContactBox input, form.ContactBox textarea, form.ContactBox select {
	font: 80%/1.5em "Myriad Pro", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background: #fff;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #2b2b2b;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
	margin: 0 0 15px 0;
	float: left;
	padding: 5px;
	width: 85%;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#message {
	width: 89%;
}
form.ContactBox input:hover, form.ContactBox textarea:hover {
	border: 1px solid #adadad;
}
form.ContactBox input:focus, form.ContactBox textarea:focus {
	border: 1px solid #adadad;
}
form.ContactBox input.Submit {
	background: #fff;
	color: #888;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	outline: none;
	float: right;
	text-transform: uppercase;
	padding: 10px 10px 6px 10px;
	width: auto;
}
form.ContactBox input.Submit:hover {
	color: #2b2b2b;
	cursor: pointer;
}
form.ContactBox li.Alert input, form.ContactBox li.Alert textarea {
	border: 1px solid #a43333;
}
div.ThankYou {
	text-align: center;
	margin: 80px 0 0 0;
}
#name {
	background-image: url(../../images/user.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 24px;
}
#email {
	background-image: url(../../images/email.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 24px;
}
/*
  Footer
*/
#Footer {
	width: 900px;
	height: 50px;
	padding: 0 20px;
	margin: 40px auto;
	text-align: left;
	border-top: 2px solid #f2f2f2;
}
#Footer .Right {
	text-align: right;
}
#Footer p {
	font-size: 12px;
	line-height: 50px;
}
#Footer #ValidXHTML {
	background-image: url(../../images/xhtml_valid.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 21px;
	vertical-align: middle;
}
