@charset "UTF-8";
html, body {
	height: 100%;
}
body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size:100.1%;
	font-weight: normal;
	text-decoration: none;
	text-align: center; /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000;
	background-color: #000000;
	background-image: url(../images/diagwood.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
h1 {
	text-shadow: 1px 1px 5px #3f4701;
	letter-spacing: -1px;
	font-size:2.25em;
	color: #ffeb45;
	margin-top: 10px;
}
h2 {
	font-size:1.25em;
	letter-spacing: -1px;
	color: #ffeb45;
	margin-top:0px;
}
h3 {
	color: #ffeb45;
	letter-spacing: -1px;
	font-size: 1em;
}
h4 {
	color: #ffeb45;
	letter-spacing: -1px;
	font-size: 0.8em;
}
p {
	color: #cccccc;
	font-size:0.8em;
}
p a:link {
	text-decoration: none;
	color: #ff0f9c;
}
p a:visited {
	text-decoration: none;
	color: #FF0F9C;
}
p a:hover {
	border-bottom: none;
	color:#3063FF;
	border-bottom: 1px dotted #FFEB45;
}
p a:active {
	color:#E4C085;
}
li {
	list-style-type:none;
	padding-left:0;
}
a:link {
	text-decoration: none;
	color: #48739E;
}
a:visited {
	border: none;
	text-decoration: none;
	color: #48739E;
}
a:hover {
	border-bottom: none;
	color:#628EB7;
}
hr {
	border-top-color: #333333;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: dashed;
	border-width: 1px;
	height:1px;
	margin-top: 0px;
}
.container {
	display:block;
	width: 930px;
	min-height:100%;
	background-color: #000;
	color: #CCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	margin-top: 20px;
	margin-bottom:0px;
	padding: 20px 20px 20px 20px;
}
.innerContainer {
	height: 100%;
	min-height: 100%;
	background-color: #000;
	color: #CCC;
	padding-bottom:20px;
}
.mainContent {
	text-align: left;
	margin: 20px 20px 0px 20px;
}
.home #headerBackground {
	background-image: url(../images/garda.jpg);
	background-repeat:no-repeat;
}
.ios #headerBackground {
	background-image: url(../images/iphone_header.jpg);
	background-repeat:no-repeat;
}
.flash #headerBackground {
	background-image: url(../images/mountains.jpg);
	background-repeat:no-repeat;
}
.html #headerBackground {
	background-image: url(../images/ny2.jpg);
	background-repeat:no-repeat;
}
.design #headerBackground {
	background-image: url(../images/starsandstripes2.jpg);
	background-repeat:no-repeat;
}
.photo #headerBackground {
	background-image: url(../images/thebirds.jpg);
	background-repeat:no-repeat;
}
.about #headerBackground {
	background-image: url(../images/lights.jpg);
	background-repeat:no-repeat;
}
.flickrThumbContainer {
	margin-left: 1px;
	margin-bottom: 1px;
	margin-right: 6px;
	margin-top: 1px;
	display: inline;
	padding:0;
}
.flickrThumbImage {
	border-bottom:1px #333 solid;
	border-top:1px #333 solid;
	border-left:1px #333 solid;
	border-right:1px #333 solid;
}
.headerContent {
	height: 300px;
	text-align: left;
	padding-top:20px;
	padding-left:20px;
}
.home #introContainer {
/*
	background-image:url(../images/trans_div.png);
	background-repeat:repeat-x;
*/
}
.flash #introContainer {
/*
	background-image:url(../images/trans_div.png);
	background-repeat:repeat-x;
	*/
}
.logo {
	border: 0px;
	float:left;
}
.introContent {
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}
.introContent p {
	font-size:1em;
	line-height: 1.4em;
}
.navMenu {
	font-size: 0.7em;
	float:left;
	text-align:left;
	background-image:url(../images/solidtrans50.png);
	background-repeat:repeat;
	padding:6px 8px 5px 8px;
	color:#CCC;
}
.navMenu a:link {
	text-decoration: none;
	border:none;
	color: #CCE300;
}
.navMenu a:visited {
	border: none;
	text-decoration: none;
	color: #CCE300;
}
.navMenu a:hover {
	text-decoration:underline;
	color: #fff;
}
.navMenu #selected {
	color:#FF0F9C;
}
.mainBlockNavContainer {
	margin-top:20px;
}
.mainNavBlock {
	cursor:pointer;
	display:inline;
	background-image:url(../images/trans_div3.png);
	background-repeat:repeat-x;
	background-color: #99BDEC;
	float:left;
	width: 180px;
	text-align: left;
	margin-right:2px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
.mainNavBlock:hover {
	background-color: #ffffff;
}
.navBlockHeading {
}
.navBlockBody {
	height:170px;
}
.navBlockBody p {
	font-size:0.75em;
	line-height:1.5em;
}
.navBlockImage {
	margin-top:10px;
}
.subBlockNav {
}
.featuredBlock {
	background-image:url(../images/trans_div3.png);
	background-repeat:repeat-x;
	background-color: #B3000D;
	text-align: left;
	margin-top:20px;
	margin-right:2px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
.featuredBlockHeading {
}
.featuredBlockBody {
	float: left;
	width: 400px;
}
.featuredBlock p {
	line-height:1.6em;
}
.featuredBlockImage {
	margin-left: 20px;
	float: right:
}
.flickrBlock {
	background-image:url(../images/trans_div3.png);
	background-repeat:repeat-x;
	background-color: #99BDEC;
	text-align: left;
	margin-top:20px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
.keySkillsTitle {
	color: #CCE300;
	font-weight: bold;
}
.keySkills p{
	color: white;
}
.topLink {
	position:relative;
	float:right;
	bottom:0px;
	padding-right:10px;
}
.topLink p {
	margin:0px 0px 0px 0px;
}
.itemBlock {
	background-color: #99BDEC;
	background-image:url(../images/trans_div3.png);
	background-repeat:repeat-x;
	text-align: left;
	margin-top:20px;
	margin-right:2px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
}
.itemBlockBlue {
	background-color: #266BAC;
	background-image:url(../images/trans_div3.png);
	background-repeat:repeat-x;
	text-align: left;
	margin-top:20px;
	margin-right:2px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
}
.itemBlockHeading {
}
.itemBlockBody {
	float:left;
	width:420px;
	line-height:1.4em;
	margin-right:30px;
}
.itemBlockBodyFullWidth {
	float:left;
	line-height:1.4em;
	margin-right:30px;
}

.itemBlockImageContainer {
	width:380px;
	float:right;
}
.itemBlockImage {
	border-bottom:1px #333 solid;
	border-top:1px #333 solid;
	border-left:1px #333 solid;
	border-right:1px #333 solid;
	margin:2px 2px 2px 2px;
}
.clear {
	clear:both;
}

/*
 * Footer styling
*/
.footerContainer a:link {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px dotted #FFFFFF;
}
.footerContainer a:visited {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px dotted #FFFFFF;
}
.footerContainer a:hover {
	border-bottom: none;
	color:#3063FF;
}
.footerContainer a:active {
	color:#3063FF;
}
.footerContainer {
	text-align:left;
	color:#CCC;
	font-family:Georgia, "Times New Roman", Times, serif; 
	width:890px;
	background-color: #3e4d60;
	background-image:url(../images/footerback.png);
	background-repeat:repeat-x;
	background-position:top;
	margin:0 auto;
	margin-bottom: 0px;
	padding-top:0px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:20px;
}
.footerColumn {
	float:left;
	display:block;
	text-align:left;
	margin-top:10px;
	padding-top:20px;
	padding-left:20px;
	padding-right:60px;
}
.footerColumn p {
	font-size:0.75em;
	margin-top:-2px;
}
.footerColumn h3 {
	margin:0px 0px 0px 0px;
}
.footerIcon {
	float:left;
}
.footerHeading {
	float:left;
	padding-left:8px;
	padding-bottom:5px;
	padding-top:6px;
}
.footerCopyright {
	clear:both;
	display:block;
	font-size:0.8em;
	text-align:right;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin-top: 0px;
}
.footerBody {
	clear:both;
	padding-top:10px;
	max-width:400px;
}

/*
 * Twitter styling
*/	
.tweetsContainer {
	float:left;
}
.tweet #tweetImageContainer {
	float:left;
	padding:2px 10px 2px 2px;
}
.tweet #tweetImage {
	width:25px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px #333 solid;
	border-top:1px #333 solid;
	border-left:1px #333 solid;
	border-right:1px #333 solid;
}
.tweet #tweetContentContainer {
/*
	float:left;
	*/
	margin-bottom:5px;
}
.tweet #tweetUsername {
	font-size:0.85em;
	font-weight:bold;
}
.tweet #tweetUsername a{
	color: #3063FF;
	border-bottom: none;
}
.tweet #tweetUsername a:hover{
	color: #fff;
	border-bottom: none;
}
.tweet #tweetText {
	color: white;
	font-size:0.7em;
}
.tweet #tweetText a {
	color: #FF96E8;
	border-bottom: none;
}
.tweet #tweetText a:hover {
	color: #fff;
}
.tweet #tweetFooter {
	font-size:0.65em;
	font-style:italic;
	color:#FFEB45;
}

