/* CSS Document */

/*--------------------------------------
- Site: Portfolio Site of Jessica Taray 
- Author: Jessica Taray
- Date: April 19, 2008
- Notes: main.css, main_ie.css
-------------------------------------*/

/*-- body --*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 69%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #496d08;
	background-color: #acd756;
	background-image: url(images/bgImage.jpg);
	background-repeat: no-repeat;
}

h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 2.5em;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 2em;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 1.75em;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 1.15em;
	font-weight: normal;
	line-height: 1.5em;
}

a, a:link, a:active, a:visited {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #496d08;
	text-decoration: underline;
}

a:hover {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #496d08;
	text-decoration: none;
}

img.portfolio {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border: 1px solid #496d08;
}

img.otherWork {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border: 1px solid #496d08;
}

#resumeBox1 {
	float: left;
	margin: 0px 40px 0px 0px;
	padding: 0px;
	width: 250px;
}

#resumeBox2 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 250px;
}

/*-- noscreen --*/
.noscreen {
	display: none;
}

/*-- container --*/
#container {
	margin: 0 auto;
	padding: 0px;
	width: 870px;
	/*heigh: 725px;*/
}

/*-- banner --*/
#banner {
	margin: 0px;
	padding: 0px;
	width: 870px;
	height: 207px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
}

/*-- leftNav --*/
#leftNav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 70px;
	height: 518px;
	background-image: url(images/leftNavBorder.png);
	background-repeat: no-repeat;
}

/*-- nav --*/
.nav, .nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 518px;
	list-style: none;
	text-decoration: none;
}

/*---[ home nav button ]---*/
ul.nav li.home {
	margin: 0px;
	padding: 0px;
	background-image: url(images/btn_home.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 38px;
	list-style: none;
	text-indent: -9999px;
	text-decoration: none;
}

ul.nav li.home a {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/btn_home.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 38px;
	text-indent: -9999px;
	text-decoration: none;
}

ul.nav li.home a:hover {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/btn_home-over.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 38px;
	text-indent: -9999px;
	text-decoration: none;
}

/*---[ portfolio nav button ]---*/
ul.nav li.portfolio {
	margin: 0px;
	padding: 0px;
	background-image: url(images/btn_portfolio.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 35px;
	list-style: none;
	text-indent: -9999px;
	text-decoration: none;
}

ul.nav li.portfolio a {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/btn_portfolio.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 35px;
	text-indent: -9999px;
	text-decoration: none;
}

ul.nav li.portfolio a:hover {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/btn_portfolio-over.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 35px;
	text-indent: -9999px;
	text-decoration: none;
}

/*---[ other work nav button ]---*/
ul.nav li.work {
	margin: 0px;
	padding: 0px;
	background-image: url(images/btn_otherWork.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 40px;
	list-style: none;
	text-indent: -9999px;
	text-decoration: none;
}

ul.nav li.work a {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/btn_otherWork.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
}

ul.nav li.work a:hover {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/btn_otherWork-over.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
}

/*---[ about me nav button ]---*/
ul.nav li.about {
	margin: 0px;
	padding: 0px;
	background-image: url(images/btn_aboutMe.png); 
	background-repeat: no-repeat;
	width: 150px;
	height: 41px;
	list-style: none;
	text-indent: -9999px;
	text-decoration: none;
}

ul.nav li.about a {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/btn_aboutMe.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 41px;
	text-indent: -9999px;
	text-decoration: none;
}

ul.nav li.about a:hover {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/btn_aboutMe-over.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 41px;
	text-indent: -9999px;
	text-decoration: none;
}

/*---[ resume me nav button ]---*/
ul.nav li.resume {
	margin: 0px;
	padding: 0px;
	background-image: url(images/btn_resume.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 34px;
	list-style: none;
	text-indent: -9999px;
	text-decoration: none;
}

ul.nav li.resume a {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/btn_resume.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 34px;
	text-indent: -9999px;
	text-decoration: none;
}

ul.nav li.resume a:hover {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/btn_resume-over.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 34px;
	text-indent: -9999px;
	text-decoration: none;
}

/*---[ contact nav button ]---*/
ul.nav li.contact {
	margin: 0px;
	padding: 0px;
	background-image: url(images/btn_contact.png); 
	background-repeat: no-repeat;
	width: 150px;
	height: 35px;
	list-style: none;
	text-indent: -9999px;
	text-decoration: none;
}

ul.nav li.contact a {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/btn_contact.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 35px;
	text-indent: -9999px;
	text-decoration: none;
}

ul.nav li.contact a:hover {
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(images/btn_contact-over.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 35px;
	text-indent: -9999px;
	text-decoration: none;
}

/*---[ nav bottom ]---*/
ul.nav li.navBottom {
	margin: 0px;
	padding: 0px;
	background-image: url(images/underNav.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 295px;
	list-style: none;
	text-indent: -9999px;
	text-decoration: none;
}

/*-- contentArea --*/
#contentArea {
	float: left;
	margin: 0px;
	padding: 20px 35px 20px 35px;
	width: 580px;
	height: 478px;
	background-image: url(images/contentArea.png);
	background-repeat: no-repeat;
}
