@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}

/************** Tags *************/
html, body{
	height:100% /*For Sticky Footer*/
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #191919;
	line-height:23px;
}

small{
	font-size:12px;
	color:#747474;
}

sub{
	font-size:12px;
	font-weight:normal;
	color:#8a8989;
	display:block;
}

p{
	line-height:23px;
}

fieldset {
	border:0;
}

input{
	background-color:#fefefe;
	border:1px solid #c8c8c8;
	font-size: 14px;
	font-weight:bold;
	color:#646260;
	padding: 6px;
}

textarea{
	background-color:#fefefe;
	border:1px solid #c8c8c8;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646260;
}

sup{
	font-size:50%;
}

a, a:link, a:visited{
	color:#2f9ffe;
	font-size:14px;
	text-decoration:none;
}

a:hover{
	color:#0073d5;
}

/************** Utilities *************/
.clear{
	clear:both;
}

.bold{
	font-weight:bold;
}

/************** Layout *************/

.wrapper{
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -216px;
}

#headerWrapper{
	height:115px;
	display:block;
	background:url('../../images/header_tile.jpg') repeat-x;
	position:relative;
}

#headerWrapper .logoContainer{
	float:left;
}

#headerWrapper ul{
	list-style-type:none;
	float:right;
	margin:42px 0 0 0;
}

#headerWrapper li{
	display:inline;
}

#headerWrapper a.portfolioLink:link,
#headerWrapper a.portfolioLink:active,
#headerWrapper a.portfolioLink:visited{
	width:102px;
	height:34px;
	background:url('../../images/portfolio_link.png') no-repeat;
	display:block;
	float:left;
	clear:right;
	padding:0 20px 0;
}

#headerWrapper a.aboutMeLink:link,
#headerWrapper a.aboutMeLink:active,
#headerWrapper a.aboutMeLink:visited{
	width:153px;
	height:34px;
	background:url('../../images/about_me_link.png') no-repeat;
	display:block;
	float:left;
	clear:right;
	padding:0 20px 0;
}

#headerWrapper a.resumeLink:link,
#headerWrapper a.resumeLink:active,
#headerWrapper a.resumeLink:visited{
	width:87px;
	height:34px;
	background:url('../../images/resume_link.png') no-repeat;
	display:block;
	float:left;
	clear:right;
	padding:0 20px 0;
}

.paintDrip{
	position:absolute;
	left:260px;
}

/********* Home Page Styles *************/
.leftNav{
	position:absolute;
	left:-6px;
	top:140px;
	background:url('../../images/left_nav.png') no-repeat;
	width:35px;
	height:74px;
	z-index:9999;
}
.rightNav{
	position:absolute;
	right:-7px;
	top:140px;
	background:url('../../images/right_nav.png') no-repeat;
	width:35px;
	height:74px;
	z-index:9999;
}

#featureWrapper,
#aboutPictureWrapper{
	height:380px;
	display:block;
	background:url('../../images/feature_gradient_tile.gif') repeat-x top;
}

#indexRow1{
	display:block;
	height:281px;
	padding: 15px 0 0 0;
	background-position: -10px;
}

#indexRow1 .column1{
	width:590px;
	height:auto;
	display:inline;
	float:left;
	clear:right;
	padding: 0 40px 0 0;
}

#indexRow1 .column1 .readMore{
	height:16px;
	width:93px;
	float:right;
	text-align:right;
	background:url('../../images/read_more_arrow.gif') no-repeat top left;
	padding:1px;
	margin:25px;
}

#indexRow1 .column1 h1{
	margin: 0 0 12px 0;
}

#indexRow1 .column2{
	width:370px;
	height:100%;
	display:inline;
	float:left;
}

#indexRow1 .column2 li label{
	bottom:2px;
}

#indexRow1 .column2 input,
#indexRow1 .column2 textarea,
#indexRow1 .column2 button{
	margin: 0;
	float:right;
}

#indexRow1 .column2 input.text{
	width:279px;
}

#indexRow1 .column2 textarea{
	height:64px;
	width:279px;
}

#indexRow1 .column2 ul{
	list-style-type:none;
	margin: 12px 0 0 0;
}

#indexRow1 .column2 li{
	margin: 0 0 7px 0;
	height: 35px;
}

#indexRow1 .column2 .message{
	font-size:12px;
	display:block;
	height:24px;
	padding:1px 0 0 30px;
	margin:5px 0 0;
	background:url("../../images/check_icon.png") no-repeat;
	font-style:italic;
}

#indexRow1 .column2 .error{
	color:#F00;
	font-size:12px;
	display:block;
	height:24px;
	/*background-color:#F00;
	border:1px solid #900;*/
	padding:1px 0 0 30px;
	margin:5px 0 0;
	vertical-align:middle;
	background:url("../../images/alert_icon.png") no-repeat;
}

#indexRow2{
	display:block;
	height:490px;
	padding:20px 0 0 0;
}

#indexRow2 .divider{
	margin: 0 30px 0 30px;
	float:left;	
}

#indexRow2 .column1, 
#indexRow2 .column2,
#indexRow2 .column3{
	width:290px;
	height:236px;
	float:left;
	clear:right;
	position:relative;
}

#indexRow2 .column1 img,
#indexRow2 .column2 img,
#indexRow2 .column3 img{
	float:left;
	margin: 0 15px 0 0;
}

/*********** Portfolio Page Styles **************/
#portNavRow{
	height:90px;
	display:block;
	background:url('../../images/port_nav_bg.gif') repeat-x top;
	margin: 0 0 1px 0;
}

.portTitle{
	width:196px;
	height:90px;
	float:left;
	clear:right;
	margin: 0 30px 0 0;
}

#portLink{
	float:left;
	clear:right;
	padding: 0 15px 0;
	height:90px;
	width:92px;
	display:block;
}

a.webLink,
a.webLink:visited{
	background:url('../../images/web_link.gif') no-repeat top;
}

a.webLink:hover{
	background-image: url(../../images/web_link.gif);
	background-repeat: no-repeat;
	background-position: center;
}

a.printLink,
a.printLink:visited{
	background:url('../../images/print_link.gif') no-repeat top;
}

a.printLink:hover{
	background:url('../../images/print_link.gif');
	background-repeat: no-repeat;
	background-position: center;
}

a.miscLink,
a.miscLink:visited{
	background:url('../../images/misc_link.gif') no-repeat top;
}

a.miscLink:hover{
	background:url('../../images/misc_link.gif');
	background-repeat: no-repeat;
	background-position: center;
}

#portRow1{
	display:block;
	margin: 0 0 100px;
}

#portRow1 h1{
	font-size:20px;
	font-weight:normal;
}

#portRow1 .column1{
	float:left;
	clear:right;
	/*width:510px;*/
}

#portRow1 .column1 ul{
	list-style-type:none;
	margin: 30px 0 30px;
	width:1000px;
}

#portRow1 .column1 li{
	margin:15px 0 30px;
	height:193px;
}

/*#portRow1 .column1 .preview{
	width:508px; 
	float:left;
	clear:right;
	margin: 0 14px 0 0;
}*/

#portRow1 img{
	width:508px;
	height:192px;
	float:left;
	clear:right;
	margin: 0 14px 0 0;
}*

#portRow1 .column2{
	float:left;
	width:475px;
	height:184px;
	clear:right;
	padding:8px 0 0;
	position:relative;
	
}

#portRow1 .column2 .buttons{
	bottom:0px;
	position:absolute;
}
/***************** Portfolio Entry Styles **************/
#disclaimer{
	background-color:#d4d4d4;
	padding:8px 15px 12px;
	border:1px solid #a9a9a9;
	font-size:12px;
	margin:15px 0;
	line-height:20px;
}

#portEntryRow1 #disclaimer h1{
	font-style:italic;
	font-size:19px;
	margin-bottom:3px;
}

#entryNavRow{
	height:62px;
	display:block;
	background:url('../../images/port_nav_bg.gif') repeat-x top;
	margin: 0 0 1px 0;
}

#entryNavRow .backLink{
	width:243px;
	height:62px;
	display:block;
	background:url('../../images/back_to_portfolio.gif') no-repeat top;;
}

#shareLinks{
	position:absolute;
	bottom:-17px;
	height:39px;
	right:420px;
	z-index:100;
}

div#shareLinks a{
	display:block;
	width:39px;
	height:39px;
	float:left;
	clear:right;
}

div#shareLinks a.facebook{
	background:url('../../images/share_facebook.png') no-repeat top;
}

div#shareLinks a.twitter{
	background:url('../../images/share_twitter.png') no-repeat top;
}

div#shareLinks a.delicious{
	background:url('../../images/share_delicious.png') no-repeat top;
}

div#shareLinks a.stumbleUpon{
	background:url('../../images/share_stumbleUpon.png') no-repeat top;
}

div#shareLinks a.digg{
	background:url('../../images/share_digg.png') no-repeat top;
}


#portEntryRow1{
	margin: 0 0 100px 0;
}
#portEntryRow1 .column1{
	width:588px; 
	float:left;
	display:inline;
	margin: 33px 0 0;
}

#portEntryRow1 .column1 .row1 img{
	border:7px solid #d4d4d4;
}

#portEntryRow1 .column1 .row2 em{
	font-size:15px;
	color:#747474;
}

#portEntryRow1 .column1 .row2{
	display:block;
	margin:19px 0 0 ;
	border-top:1px solid #dcd9d9;
	padding: 9px 0 0;
}

#portEntryRow1 .column1 .row2 ul{
	list-style-type:none;
	padding:9px 0 0;
}

#portEntryRow1 .column1 .row2 li {
	display:inline;
	margin: 0 0 0 15px;
}

#portEntryRow1 .column1 .row2 img{
	border:4px solid #d4d4d4;
}

#portEntryRow1 .column2{
	width:370px;
	float:left;
	display:inline;
	padding: 0 0 0 40px;
	margin:33px 0 0;
}

#portEntryRow1 .column2 h1{
	font-size:21px;
	font-weight:normal;
}

#portEntryRow1 .column2 ul{
	list-style-type:none;
}

#portEntryRow1 .column2 .row1,
#portEntryRow1 .column2 .row2,
#portEntryRow1 .column2 .row3
{
	margin: 0 0 26px 0;
}

#portEntryRow1 .column2 .row3 p{
	margin: 0 0 13px 0;
}

#portEntryRow1 .tool{
	margin: 0 8px 0 0;
}

/* This is for the jQuery Image Gallery */
div.slideshow {

}

div.slideshow-container {
	/*position: relative;?*/ /*my edit, change back if browser gets funky*/
	clear: both;
	height: 494px; /*This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 37px;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 588px;
	height: 494px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 494px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
/***************** About Me Styles **************/

.leftKnuckle{
	position:absolute;
	left:-37px;
	/*top:120px;*/
	background:url('../../images/left_knuckle.jpg') no-repeat;
	width:37px;
	height:368px;
	z-index:9999;
}

.rightKnuckle{
	position:absolute;
	right:-35px;
	/*top:135px;*/
	background:url('../../images/right_knuckle.jpg') no-repeat;
	width:35px;
	height:368px;
	z-index:9999;
}


#aboutRow1{
	display:block;
	margin: 0 0 30px 0;
}

#aboutRow1 .column1{
	width:576px;
	float:left;	
	clear:right;
	display:inline;
	padding: 0 38px 0 0;
}

#aboutRow1 .column1 h2{
	font-size:22px;
	font-weight:normal;
	margin: 0 0 10px 0;
	line-height:1.2;
}

#aboutRow1 .column1 .quote{
	float:right;
	margin:11px 0 0 11px;
	color:#828181;
	font-style:italic;
	font-size:18px;
	width:312px;
	height:93px;
}

#aboutRow1 p{
	margin: 0 0 15px 0;
}

#aboutRow1 .column2{
	width:386px;
	float:left;
	display:inline;
}

#aboutRow1 .column2 .pieChart{
	width:333px;
	height:297px;
	display:block;
	background:url('../../images/pie_chart.png') no-repeat;
}

/**Code for Quote Bubble**/
#aboutRow2 em{
	font-size:17px;
	color:#3a3a3a;
}

#aboutRow2 div.wrapper{
	width:364px;
	color:#CCC;
	background:url('../../images/top_border.gif')  repeat-x top;
}

#aboutRow2 h2 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#aboutRow2 h2{
    display:block;
	background:url('../../images/top_left.gif') top left no-repeat;
	height:22px;
}

#aboutRow2 h2 span{
	padding: 5px 10px;
	background:url('../../images/top_right.gif') top right no-repeat;
	display:block;
	height:22px;
}

#aboutRow2 div.section{
	background:url('../../images/bottom_left.gif') bottom left no-repeat;
	background-color:#f2f4f4;
}

#aboutRow2 div.section span{
	background:url('../../images/bottom_right.gif') bottom right no-repeat;
	padding: 2px 22px 8px;
	display:block;
}


/** End Quote Bubble Styles */

/************** Resume Styles *************/
.resumeTitle{
	width:162px;
	height:62px;
	float:left;
	clear:right;
}

#resume h1{
	margin: 0 0 12px 0;
}

#resume h2{
	font-weight:normal;
	font-size:20px;
}

#summaryRow{
	padding:10px 0 0;
}

#skillsRow{
	padding:18px 0 0;
}

#skillsRow ul{
	margin:0 0 0 45px;
	min-height:140px;
}

#experienceRow{
	padding:18px 0 0;
}

#experienceRow .jobListing,
#educationRow .schoolListing{
	min-height:65px;
	margin:0 0 18px 20px;
	
}

#experienceRow .jobName,
#educationRow .schoolName{
	width:263px;
	float:left;
	clear:right;
	text-align:right;
	padding: 0 18px 0 0;
}

#experienceRow .jobDesc,
#educationRow .degreeDesc{
	width:678px;
	border-left:3px solid #000;
	float:left;
	padding:0 0 0 18px;
}

#experienceRow em,
#educationRow em{
	font-size:17px;
}

#educationRow{
	padding:18px 0 0;
	height: 222px;
}

.row{
	background:url('../../images/light_gradient_tile.gif') repeat-x top;
}

.content{
	width:1000px;
	margin: 0px auto;
	height:100%;
	position:relative;
}

#footer, .push{
	height:216px; /*For Sticky Footer*/
}

#footer{
	display:block;
	background:url('../../images/footer_tile.jpg') repeat-x #040404;
}

#footer .divider{
	margin: 30px 30px 0 30px;
	float:left;	
}

#footer .column1{
	width:260px;
	float:left;
	clear:right;
}

#footer .column2{
	float:left;
	clear:right;
}

#footer .column3{
	float:left;
	clear:right;
}

#footer .column4{
	float:left;
	clear:right;
}


#footer ul{
	list-style-type:none;
	margin: 30px 0 0 0 ;
	width:170px;
}

#footer li{
	margin: 3px 0 0 0;
}

/************** Button Styles *************/
.seeExamples{
	width:141px;
	height:45px;
	background:url('../../images/buttons/see_examples_btn.png') no-repeat top;
	margin: 0px auto;
	display:block;
	cursor:pointer;
	bottom:0px;
	left:70.5px;
	position:absolute;
}

.sendBtn{
	width:91px;
	height:45px;
	background:url('../../images/buttons/send_btn.png') no-repeat top;
	display:block;
	border:none;
}

.moreInfo{
	width:111px;
	height:45px;
	background:url('../../images/buttons/more_info_btn.png') no-repeat top;
	display:block;
	float:left;
	clear:right;
	margin:12px 15px 0 0;
}

.launchProject{
	width:161px;
	height:45px;
	background:url('../../images/buttons/launch_project_btn.png') no-repeat top;
	display:block;
	float:left;
	margin:12px 0 0;
}

.seeExamples:hover,
.sendBtn:hover,
.moreInfo:hover,
.launchProject:hover{
	background-position:bottom;
}

/********** Image Rotator CSS **********/
#carousel {
	width:1000px;
	height:380px;	
	margin:0 auto;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:1000px;
	height:380px;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:3000px;			
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:1000px;
	height:380px;	
	float:left;
}
