@charset "utf-8";
/* CSS Document

============================
Developed for
Dhomonique Ricks v1.xx, 2009.
============================
 */


/* Main navigation items */
a.about-nav {
	display:block;
	width:80px;
	height:88px;
	background: transparent url(../../images/buttons/about.png) no-repeat;
	float: left;
	}
a.about-nav:hover {
	background-position: -80px 0;
	}
a.media-nav {
	display:block;
	width:80px;
	height:88px;
	background: transparent url(../../images/buttons/media.png) no-repeat;
	float: left;
	}
a.media-nav:hover {
	background-position: -81px 0;
	}
a.resume-nav {
	display:block;
	width:80px;
	height:88px;
	background: transparent url(../../images/buttons/resume.png) no-repeat;
	float: left;
	}
a.resume-nav:hover {
	background-position: -80px 0;
	}
a.contact-nav {
	display:block;
	width:80px;
	height:88px;
	background: transparent url(../../images/buttons/contact.png) no-repeat;
	float: left;
	}
a.contact-nav:hover {
	background-position: -81px 0;
	}
a.blog-nav {
	display:block;
	width:80px;
	height:88px;
	background: transparent url(../../images/buttons/blog.png) no-repeat;
	float: left;
	}
a.blog-nav:hover {
	background-position: -80px 0;
	}
	
/****************
 *				*
 * SITE			*
 ****************/
 
 body {
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", "Myriad", Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #000000;
	color: white;
}



.top-nav {
	background:url(../../images/chrome_bk.png); 
	height:30px;
}

.main {
	padding-top:80px;
	width: 700px;
	height: 500px;
	margin: 0 auto;
	
}

.videoplayer {
	padding-top:20px;
	padding-left:50px;
	width: 750px;
	height: 500px;
	margin: 0 auto;
	background:url(../../images/vid_chrome.png) no-repeat;
	
}

.dhomotext {
	padding-top:1px;
	width: 750px;
	height: 500px;
	margin: 0 auto;
	font-family: Times New Roman, sans-serif;
	font-size:16px;
	
}

.contactform {
	padding-top:20px;
	padding-left:50px;
	width: 1100px;
	height: 500px;
	margin: 0 auto;
	background:url(../../images/contact_chrome_final.png) no-repeat;
	
}

.fixed {
	padding-top:20px;
	padding-right:80px;
	width: 700px;
	height: 100px;
	margin: 0 auto;
	
}

.chromie {
background:url(../../images/chr_blk.png) no-repeat;
height:146px; 
width:605px;
margin: 0 auto;

}

/* Links */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}