@charset "utf-8";
/* CSS Document */

body {

	margin: 0;

	padding: 0;

	text-align: center;

	background-color:#999;
	
	font-family: "Lucida Sans", "Lucida", sans-serif;
	
	font-weight: normal;
	
	font-size: medium;
	
	padding-top: 8px;

}



#wrapper {

	margin: 0 auto;

	padding: 0;
	

	position: relative;

	width: 900px;

	text-align: left;

	background-color:#000000;

}
#branding {
	width: 900px;
	position: relative;
}

#branding img {

	position: relative;
	float: left;
	border: none;
}
#branding h2 {
	
	position: relative;
	float: left;
	padding: 55px;
}

/*---- NAVIGATION -----*/


#mainNav {

	margin: 0;

	padding: 0px;

	position: relative;
	
	clear: left;
	background: url(img/top_nav.jpg) no-repeat;
	padding-left: 0px;

}


#mainNav ul{

	margin: 0;

	padding: 0;	
	width: 900px;
	height:41px;
	background: url(img/top_nav.jpg) top center;
	list-style-type: none;
	
	
	

}

#mainNav li {

	display: inline;
	

}
#mainNav a {
	float:left;
	background: no-repeat;
	height: 44px;
	display:block;
}
#mainNav p{
	visibility:hidden;
}
#mainNav .projects a  {
	background: url(img/projects_up.jpg);
	width: 181px;
}
#mainNav .projects a:hover {
	background: url(img/projects_down.jpg);
	width: 181px;
}
#mainNav .resume a {
	background: url(img/resume_up.jpg);
	width: 179px;
}
#mainNav .resume a:hover {
	background: url(img/resume_down.jpg);
	width: 179px;
}
#mainNav .portfolio a {
	background: url(img/portfolio_up.jpg);
	width: 190px;
}
#mainNav .portfolio a:hover {
	background: url(img/portfolio_down.jpg);
	width: 190px;
}
#mainNav .contact a {
	background: url(img/contact_up.jpg);
	width: 180px;
}
#mainNav .contact a:hover {
	background: url(img/contact_down.jpg);
	width: 180px;
}
#mainNav .blog a {
	background: url(img/links_up.jpg);
	width: 170px;
}
#mainNav .blog a:hover {
	background: url(img/links_down.jpg);
	width: 170px;
}

#projectEx {
	margin: 0;
	padding: 0;
	float:left;
}
#projectEx ul{
	margin: 0;
	padding: 0;
	height: 30px;
	background: url(img/project-expand.jpg) no-repeat;
	list-style-type: none;
	padding-top: 7px;
}

#projectEx li {
	display: inline;
	width: 225px;
	float: left;
	text-align: center;
}
#projectEx a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#projectEx a:hover{
	color:#FFFFCC;
}


/*----- Main Content -----*/

#mainContent{

	margin: 0px;
	
	padding: 0px;
	
	width: 900px;
	float: left;
	
	background: url(img/mainContent-bg.jpg) repeat-y;
	display: block;
	height: 100%;

}
#portContent{

	margin: 0px;
	
	padding: 0px;
	
	width: 900px;
	float: left;
	
	background: url(img/mainContent-bg-port.jpg) repeat-y;
	display: block;
	height: 100%;

}

#portContent h2{
	padding-left: 65px;
	color: white;
	font-size: 38px;
}
#port-links{
	padding-left: 65px;
	color: white;
	font-size: 24px;
	text-decoration: none;
}
#port-links:hover{
	text-decoration: underline;
}
#portNoFlash{

	margin: 0px;
	
	padding: 0px;
	padding-left: 65px;
	padding-right: 65px;
	width: 900px;
	float: left;
	color: white;
	background: url(img/mainContent-bg-port.jpg) repeat-y;
	display: block;
	height: 100%;

}
#PortPieces {
	width: 800px;
	height: 160px;
	padding-left: 55px;
	text-align:center;
	
}
#PortPiece {
	width: 130px;
	padding: 1px;
	text-align: center;
	float:left;
}

#PortPiece {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#PortPiece a {
	color:white;
}
#PortPiece:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

#portNoFlash h2{
	color: white;
	font-size: 38px;
}

#portNoFlash h3{
	color: white;
	font-size: 24px;
	float: none;
}


#demoReel {
	margin: 0 px;
	margin-top: 10px;
	height: 0 px;
	float: left;
	padding-left: 100px;
	width: 699px;
	height: 570px;
	background: url(img/demo-reel_bg.jpg) no-repeat right;
}
#demoReelBox{
	position: relative;
	left: 30px;
	top: 18px;
	width: 640px;
	height: 520px;
}
#demoReelVid {
	position: relative;
	float: left;
	left: 30px;
	top: 18px;
}
#demoReel h2 {
	position: relative;
	left: 30px;
	top: 13px;
	font-family: "Lucida Sans";
	font-size: 24px;
	margin: 0;
	padding: 0;
	
}
/*#leftBorder{
	background: url(img/left_side.jpg) repeat-y;
	width: 23px;
	display:block;
	float:left;
}
#leftBorder p{
	visibility:hidden;
}
#rightBorder{
	background: url(img/right_side.jpg) repeat-y;
	width: 24px;
	height: 100%;
	float:left;
}
#rightBorder p{
	visibility:hidden;
}

*/
#leftCol{
	width: 620px;
	min-height: 500px;
	float: left;
	padding-top:11px;
	padding-left: 43px;
	color: white;
}
#leftCol a {
	color: white;
	font-weight: bold;
}

#link-box {
	width: 575px;
	height: 200px;
	float:left;
	margin:0px;
	padding: 0px;
}

#link-left {
	width: 160px;
	padding: 10px;
	float:left;
	margin: 0px;
	height: 180px;
}
#link-left img{
	border: none;
}
#link-right{
	margin: 0px;
	height: 200px;
	padding-top: 15px;
	padding-left: 10px;
	vertical-align: center;
}
#link-right a{
	/*font-size: 14pt;*/
	font-size: large;
}
#link-right p{
	font-size: small;
}
.linkHeader{
	height:25px;
	float:none;
	display: block;
	width: 600px;
}
#demoReelBreak{
	width: 600px;
}
#demoReelBreak p{
	padding-top: 0px;
	padding-bottom: 0px;
}
#demoReelBreak li{
	padding-top: 1px;
	padding-bottom: 1px;
}
#resume {
	padding: 0px;
	margin: 0px;
	padding-right: 25px;
}
#linkDiv {
	padding: 0px;
	margin: 0px;
}
#linkDiv h2 {
	height: 35px;
	width: 600px;
	float: left;
	display: block;
}
#aboutPhot {
	float: left;
}
#aboutMe {
	padding: 0px;
	width: 400px;
	float: left;
	margin-left: 25px;	
}
#aboutMe p {
	position:relative;
	top: -20px;
}

#leftCol a:hover {
	text-decoration: none;
}
.cat p {
	padding: 25px;
	padding-right: 45px;
	font-weight: 600;
}
.cat {
	background: url(img/cat-and-mouse-bg2.jpg) bottom center no-repeat;
	text-align: center;
}
.cat h1{
	width: 581px;
	height: 72px;
	display: block;
	background: url(img/cat-header.png) center no-repeat;
}
.ftml {
	background: url(img/ftml-bg.jpg) bottom center no-repeat;
}
.ftml p {
	padding-right: 35px;
	font-weight: bold;
}
.ftml h1{
	width: 581px;
	height: 72px;
	display: block;
	background: url(img/ftml-header.png) center no-repeat;
}
#imgHolder {
	text-align: center;
	margin-right: 35px;
}
#imgHolder img {
	padding-left: 5px;
	padding-right: 5px;
	border:none;
}
#mouseRoll{
	width: 500px;
	text-align: center;
	padding-left: 125px;
}
#mouseRoll h1 {
	height:240px;
	width: 340px;
	display:block;
	background: url(img/mouse-sketch.gif);
}
#mouseRoll h1:hover {
	background: url(img/mouse-anim.gif);
}
#catRoll{
	width: 500px;
	text-align: center;
	padding-left: 125px;
}
#catRoll h1 {
	height:240px;
	width: 340px;
	display:block;
	background: url(img/cat-sketch.gif);
}
#catRoll h1:hover {
	background: url(img/cat-anim.gif);
}
.process-pic {
	margin-left: 4px;
	margin-right: 4px;
}
.cat strong {
	text-decoration: underline;
}
#lots {
	text-align: center;
	margin: 0;
	float: left;
	padding: 0;
}
#chars {
	margin: 0;
	float: left;
	padding: 0;
	padding-right: 35px;
}
.info p {
	padding: 25px;
	padding-right: 45px;
	font-weight: 600;
	text-align: left;
}
.download a {
 color: #FFFFCC;
}
.download ul {
	font-weight: 600;
	text-align: left;
}
.download p {
	padding: 25px;
	padding-right: 45px;
	font-weight: bold;
	text-align: left;
}
.lots {
	background: url(img/lots-bg.jpg) center bottom no-repeat;
	
}
#chars h1{
	width: 581px;
	height: 72px;
	display: block;
	background: url(img/lots-header.png) center no-repeat;
}
#lots h1{
	width: 581px;
	height: 72px;
	display: block;
	background: url(img/lots-header.png) center no-repeat;
}

#screenImg{
	width: 426px;
	height: 320px;
	padding: 0;
	margin: 0;
	position: relative;
	left: 70px;
	top: -15px;
}
#screenImg img{
	width: 426px;
	height: 320px;
}
#screenInfo {
	padding: 0;
	margin: 0;
	left: 70px;
	background: black;
	position: relative;
	width: 426px;
	text-align: left;
	display: block;
	height: 35px;
	top: -15px;
}
#screenInfo p{
	padding: 0;
	margin: 0;
	position: relative;
	left: 8px;
	top: 8px;
}
#screenInfo a{
	float: right;
	position: relative;
	left: -10px;
	top: -10px;
}
#thumbs {
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0px;
	top: -4px;
	width: 560px;
}
#thumbs h3{
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 15px;
}
#thumbs img{
	padding: 0;
	margin: 0px;
	width: 60px;
	height: 60px;
	clip: rect(0px, 10px, 0px, 10px);
}

#newsTop {
	width: 565px;
	margin: 0;
	float: left;
	position: relative;
	padding: 0;
	height: 90px;
	text-align: left;
	display: block;
	background: url(img/news-top.jpg) no-repeat;
}

#newsTitle {
	/*position: relative;*/
	float: left;
	padding-left: 45px;
	padding-top: 23px;
}
#newsTop h2{
	padding: 0;
	position: relative;
	padding: 23px 6px 0px 40px;
	margin: 0;
}
#newsDate {
	/*position: relative;*/
	float: right;
	right: 31px;
	padding-right: 32px;
	padding-top: 25px;
	font-size: 17px;
}
	
#newsBody {
	margin: 0;
	float: left;
	padding: 0;
	padding-top: -5px;
	padding-bottom: 5px;
	min-height: 100px;
	text-align: left;
	width: 565px;
	display: block;
	background: url(img/news-repeat.jpg) repeat-y;
}
#newsBody p {
	color: black;
	font-size: 18px;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 0px;
	padding-bottom: 6px;
}
#newsBody a {
	color: #006666;
	font-weight: bold;
	text-decoration: none;
}
#newsBody a:hover {
	text-decoration: underline;
}

#newsEnd {
	margin: 0;
	margin-bottom: 25px;
	float: left;
	padding: 0;
	width: 565px;
	height: 50px;
	display: block;
	background: url(img/news-bottom.jpg) no-repeat;
}
.hiding {
	visibility:hidden;
}
#rightCol{
	width: 195px;
	height: 100%;
	display:block;
	float: left;
	padding-top:15px;
	padding-left: 5px;
}

.rightRes a{
	font-size: 12px;
}
.rightRes ul {
	padding: 0px;
	margin: 0px;
	padding-left: 16px;
}

#rightCol a {
	color: #006666;
	font-weight: bold;
	text-decoration: none;
}
#rightCol a:hover {
	text-decoration: underline;
}



#comp img {

	max-width: 725px; 

}




/* Footer */

#footer {

	margin: 0px;

	padding: 0px;

	text-align: center;

	clear: both;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: white;
	background: url(img/footer-new.jpg) no-repeat;
	height: 62px;

}

#portFooter{
	margin: 0px;

	padding: 0px;

	text-align: center;

	clear: both;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: white;
	background: url(img/footer-port.jpg) no-repeat;
	height: 62px;
}

#subNav {

	margin: 0;

	padding: 0px;

	position: relative;
	
	clear: left;
	padding-left: 0px;
	left: 257px;
	width: 400px;
	top: 29px;

}


#subNav ul{

	margin: 0;

	padding: 0;	

	list-style-type: none;
	
	
	

}

#subNav li {

	display: inline;
	

}
#subNav a {
	float:left;
	background: no-repeat;
	height: 33px;
	display:block;
}
#subNav p{
	visibility:hidden;
}
#subNav .projects a  {
	background: url(img/sub_projects_up.jpg);
	width: 77px;
}
#subNav .projects a:hover {
	background: url(img/sub_projects_down.jpg);
	width: 77px;
}
#subNav .resume a {
	background: url(img/sub_resume_up.jpg);
	width: 77px;
}
#subNav .resume a:hover {
	background: url(img/sub_resume_down.jpg);
	width: 77px;
}
#subNav .portfolio a {
	background: url(img/sub_portfolio_up.jpg);
	width: 77px;
}
#subNav .portfolio a:hover {
	background: url(img/sub_portfolio_down.jpg);
	width: 77px;
}
#subNav .contact a {
	background: url(img/sub_contact_up.jpg);
	width: 77px;
}
#subNav .contact a:hover {
	background: url(img/sub_contact_down.jpg);
	width: 77px;
}
#subNav .blog a {
	background: url(img/sub_links_up.jpg);
	width: 80px;
}
#subNav .blog a:hover {
	background: url(img/sub_links_down.jpg);
	width: 80px;
}

#subFooter {
	padding: 5px;
	color: white;
	font-size: 12px;
}

