/* CSS Document */
/*
COLOR HEX VALUES
lightAqua:#ecfbfa;
lightAqua:#daf7f4; //sectionTitle
logoAqua:#A2EAE4;
darkAqua:#00A0C6; //linkSelectedState
dashedStrokeGrey: #B2B2B2;
darkGrey:#959595;
lightAquaMoreSaturated: #c5fbf7;

*/


html, body {
	background-color: #dbfbf9;
	padding:0;
	margin:0;
}

a:link.title, a:visited.title {
	text-decoration:none;
	color:black;
}

#container {
	margin-top:40px;
	margin-bottom:40px;
	width:920px;
	background-color:white;
	border: 1px solid #ebebeb;
}

/* COMMON -----------------------------------------------------------------------------*/
.seperator {
	border-bottom:1px dotted #b2b2b2;
	width:800px;
	clear:both;
}


#header {
	width:800px;
	height:55px;
	padding-top:25px;
	border-bottom:1px dotted #B2B2B2;
	text-align:left;

}
.logo {
	border:none;
	margin-right:20px;
}

.companyInfo, sectionInfo {
	display:inline;
	text-align:left;
}

#header h1 {
	text-align:left;
 	font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Console", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:black;
	font-size:10px;
	display:inline;
}

#header h2 {
	text-align:left;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#959595;
	margin-top:-6px;
	display:inline;
}

#header h3 {
	text-align:right;
 	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:30px;
	color:#A2EAE4;
	margin-top:-32px;
}

/* NAV ----------------------------------------------------------------------*/
#navContainer {
	width:800px;
	height:50px;
	color:#B2B2B2;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console", "Lucida Grande", sans-serif;
}

#navLeft {
	margin-top:8px;
	height:20px;
	text-align:left;
	font-size:.65em;
	float:left;
}

#navRight {
	float:right;
	width:285px;
	height:20px;
	margin-top:8px;
	font-size:.71em;
	text-align:right;
	background-image:url(../img/navBkgd.png);
	background-position:left;
	background-repeat:no-repeat;
}

#navLeft ul, #navLeft ul li, #navRight ul, #navRight ul li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}

#navLeft a:link, #navLeft a:visited {
	text-decoration:none;
	color:#959595;
	background-color:#A2EAE4;
	padding: 0 3px 2px 3px;
}

#navLeft a:hover {
	color:black;
	border-bottom:2px solid #00A0C6;
}

#navLeft a:active {
	text-decoration:none;
	border-bottom:2px solid #00A0C6;
}

#navRight a:link, #navRight a:visited {
	text-decoration:none;
	color:#B2B2B2;
}

#navRight a:active {
	text-decoration:none;
	border-bottom:2px solid #00A0C6;
}

#navRight a:hover {
	color:black;
	border-bottom:2px solid #00A0C6;
}

#navRight ul li {
	margin-right:.80em;
	text-align:right;
}

#navRight ul li.last {
	margin-right:10px;
}

#navRight ul li a.selected {
	color:black;
	border-bottom:2px solid #00A0C6;
}

.clear {
	width:800px;
}

#footer {
	margin-top:-20px;
	margin-bottom:20px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console", "Lucida Grande", Arial, Helvetica, sans-serif;
	width:920px;
	text-align:right;
	color:#959595;
	font-size:11px;
}

/* MAIN CONTENT ------------------------------------------------------------------*/
#mainContent {
	width:800px;
	padding-bottom:25px;
	margin-bottom:20px;
}

.indexContent {
	width:450px;
	float:left;
	color:#959595;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
}

.indexLogo, .skillsLogo, .contactLogo, .resumeLogo {
	float:right;
}

/* SKILLS  -------------------------------------------------------------------------------*/
#skills ul li {
	list-style:none;
	margin:20px 0 20px 0;
}


/* CONTACT -------------------------------------------------------------------------------*/

#contactForm, #contactConfirm {
	float:left;
	width: 450px;
	color:#959595;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:10px;
}

#contactForm p {
	margin-bottom:20px;
}

#contactForm .formLabel {
	font-weight:bold;
}

#contactForm input, #contactForm textarea {
	color:#959595;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:10px;
	width:250px;
	margin: 0 0 20px 0;
}

#contactForm input {
	height:20px;
}

#contactForm textarea {
	height:160px;
}

.formLabel {
	float:left;
	width: 140px;
}

#contactForm input.formSubmit {
	width:100px;
	height:25px;
	margin-left:140px;
	font-weight:bold;
}

#contactConfirm p {
	padding-bottom: 15px;
	border-bottom:1px dotted silver;
}

#contactConfirm .label {
	float:left;
	width:140px;
	font-weight:bold;
	margin-top:3px;
}

#contactConfirm .data {
	margin-top:3px;
	float:left;
	width:250px;
	margin-bottom: 10px;
}

/* WORK ------------------------------------------------------------------------------------*/

.projThumb a:link, .projThumb a:visited, .projThumb a:active, 
.workDetail a:link, .workDetail a:visited, .workDetail a:active, 
#footer a:link, #footer a:visited  {
	text-decoration:none;
	color: #B2B2B2;
}

.workDetail a:link, .workDetail a:visited, .workDetail a:active {
	text-decoration:none;
	color:#00A0C6;
}

.workDetail a:hover {
	color:#000;
}

.projThumb a:hover {
	color:#00A0C6;
}

.projThumb {
	float:left;
	height:160px;
	width:168px;
	margin: 10px 16px 10px 16px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:9px;
}

.projThumb img {
	border:1px dotted #ebebeb;
	padding:3px;
}

.projThumb img:hover {
	background-color: #A2EAE4;
}

.workTitle {
	text-align:left;
	margin-left:4px;
}

.workAgency {
	text-align:left;
	float:left;	
}

.workAgency a:link img, .workAgency a:visited img {
	border:none;
	margin-top:-5px;
}

.workAction {
	text-align:right;
	margin-right:4px;
	float:right;
}

.workDetail {
	width:400px;
	color:#B2B2B2;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin-top:20px;
}

.workDetail .workDetailTitle {
	float:left;
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
}

.workDetail img {
	padding:5px;
	margin:5px 0 5px 0;
	border:1px dotted #B2B2B2;
}

#workDescription {
	width:210px;
	height:auto;
	float:left;
	margin:5px 0 20px 30px;
	line-height:17px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:9px;
}

#workDescription h5 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#959595;
}

#workDescription ul {
	padding:0;
	margin:0 0 0 16px;
	color: #000000;
}

#workDescription ul.skills {
	color: #959595;
}

#workDescription ul li, #clients ul li {
	list-style-image: url(../img/fd_bullet.gif);
}

#workDescription p.workRole {
	color: #959595;
}

#workDescription a:link, #workDescription {
	color:black;
}

#workDescription a:hover {
	color:white;
	background-color:#00A0C6;
}

p.skills {
	color: #959595;
	font-weight:bold;
	margin-bottom:5px;
}

#detailAltThumbs {
	width:110px;
	margin:20px 0 20px 20px;
	padding:0 0 0 20px;
	float:right;
	border-left:1px dotted #b2b2b2;
	
}

#detailAltThumbs img {
	margin:0 0 8px 0;
	padding:3px;
	border:1px dotted #e1e1e1;
}

#detailAltThumbs img.selected {
	margin:0 0 8px 0;
	padding:3px;
	border:1px solid #00A0C6;
}

#detailAltThumbs img:hover{
	background-color: #A2EAE4;
}

#otherWork {
	width:800px;
	margin:20px 0 20px 0;
	clear:both;
}

.workDetailThumb img {
	width:36px;
	height:36px;
	border:1px dotted #b2b2b2;
	float:left;
	margin:5px;
	padding:2px;
}

.workDetailThumb img.selected {
	width:36px;
	height:36px;
	border:1px solid #00A0C6;
	float:left;
	margin:5px;
	padding:2px;
}

.workDetailThumb img:hover {
	background-color: #A2EAE4;
}

.workDetailThumb a:link, .workDetailThumb a:visited, .workDetailThumb a:active {
	border:none;
	text-decoration:none;
}
/* RESUME -----------------------------------------------------------------------------------------*/
ul.resumeFiles {
	list-style:none;
	margin-left:-40px;
}
ul.resumeFiles li {
	display:inline;
	margin-right:14px;
}

.resumeFiles a:link {
	text-decoration:none;
	color:#b2b2b2;
}

.resumeFiles a:hover, .resumeFiles a:active {
	text-decoration:underline;
	color:#00A0C6;
}

td.resumeDate {
	width:100px;
	padding-top:8px;
	border-top:1px dotted silver;
}

td.resumeItem {
	width: 350px;
	border-top:1px dotted silver;
	padding-top:8px;
}

td.resumeItem h4 {
	margin:0;
	padding-bottom:0;
	color:#959595;
	font-size:11px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console", "Lucida Grande", Arial, Helvetica, sans-serif;
}
td.resumeItem span.resumeDetails {
	margin-top:0;
	padding-top:0;
	font-size:10px;
	color:#b2b2b2;
}
span.resumeDetails a:link, a:visited {
	text-decoration:none;
	color:#b2b2b2;
}

span.resumeDetails a:hover, span.resumeDetails a:active {
	text-decoration:underline;
	color:#00A0C6;
}
