/* defaults ****************************************************************/

* {
	margin:0;
	padding:0;
} 


body {
	font:normal 11px Arial, Verdana, Helvetica, sans-serif;
	background-color:#333333;
	background: url('images/pBGdk.gif');	
	color: #FFF;
}

a { 
	color:#FF0099; 
	text-decoration:none; 
}

a:hover { 
	color:#FF0099; 
	text-decoration:underline; 
}

a:visited { color: #FF0099; }
a:active { color: #FF0099; }

p {
	margin-top: 17px;
}


/* hacks *************************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac */

* HTML .clearfix {
	height: 1%;
}

form {
	margin:0;
	padding:0;
}

label {
	display:none;
}

strong {
	font-weight: normal;
	color: #FF0099;
}


/* heading attibutes *************************************************/

/* removes the link underline from logo swap */

h1 a {
	text-decoration:none;
}
h1 a {
	text-decoration:none;
}


/* class attributes *******************************************/

.heading {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF0099;
	padding: 3px 0px 4px 5px;
	margin: 1px 0px 1px 0px;
	width: auto;
}


.section {
	margin: 30px 0px 0px 0px;
}

.copyBlock11pt {
	font-size: 11px;
	line-height: 17px; 	
	font-weight: normal;	
	text-align: left;
	color: #333333;
	
	padding: 8px 0px 4px 5px;
	margin: 1px 0px 1px 0px;
}

.copyBlock12pt {
	font-size: 12px;
	line-height: 20px; 	
	font-weight: normal;	
	text-align: left;
	color: #333333;
	
	padding: 8px 0px 4px 5px;
	margin: 1px 0px 1px 0px;
}

.jobTitle {
	font-weight: bold;
	margin-top: 30px;
}

.galleryHidden{
	display: none;
}

/* div attributes *********************************************/

#title {
	height: 50px;

}

#boxMain {
	width: 790px;
	padding:0px 0px 0px 0px;
	margin-top: 40px;
	margin-bottom: 80px; 
	margin-right: 40px;	
	margin-left: 40px;
	
}

#content {
	clear:both;
	width: 630px;
	padding: 40px 120px 40px 40px;

	background-color: #FFFFFF;
	text-align: left;
}

#boxTop {
	width: 790px;
	height: 5px;
	background: url('images/box_top.gif');
	padding: 0 0 0 0;


}

#boxBottom {
	width: 790px;
	height: 5px;
	background: url('images/box_bottom.gif');

}
#bottomspacer {
	
	height: 300px;
}	


#about {
	width: 45px;
}
#pastWork {
	width: 85px;
}
#resume {
	width: 58px;
}
#contact {
	width: 54px;
}



#datestamp{
	width: 40px;
	margin-bottom: 30px;
	background-color: #777777;
}
#resumeWork{
	width: 90px;
	margin-top: 30px;

}

#process {
	width: 134px;
	margin-top: 30px;
}

#resumeEducation{
	width: 115px;
	margin-top: 60px;

}
#wprocess {
	width: 121px;
	margin-top: 60px;
}

h1#logo  {
	width:900px;
	height:30px;
	margin:0px;

	background:url('images/header.gif') no-repeat 0 0;

}

#logolink{
	height:30px;
	width:150px;
/*	border:1px solid #ff0080;  */
	float:left;
	text-indent:-10000px;
	
	color: #FFFFFF;
	float:left;
	clear:none;
	display:inline;	
}


/* portfolio links */

ul.linkList {
	list-style-type:none;
	margin:8px 0 0 0;
	color:#303030;	
	font-size:11px;
}

.linkList li {
	margin:0 0 2px 0;
}

.linkList li a {
	display:block;
	text-decoration:none !important;
	color:#303030;
	padding:3px 7px 5px 5px;
	background-color:#f8f8f8;
}

.linkList li a:hover {
	background-color:#eeeeee !important;
	border-right: solid 2px #FF0099;

}

.linkList li a:visited {
	color:#303030;
	background-color:#f8f8f8;
}
