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

body, html	{
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
/*	background-color: #1e0f30; 
	background-color: #999; */
	background-color: black;
	font-size: 11px;
}

#wrapper	{
	background-color: #1e0f30;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	position: relative;
	border: 1px solid #7c7c7c;
}

#top	{
	background-color: #7c7c7c;
	height: 440px;
	border-bottom: 1px solid white;
}

#left	{
	float: left;
	width: 350px;
	background-color: #1e0f30;
	color: white;
	border-right: 1px solid white;
	height: 350px;
}

#left h1	{
	background-color: #1e0f30;
/*	margin-top: 5px;  this is to make the text closer to the flash img */
	padding: 3px 0px 3px 10px; 
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	}

#left h2	{
	font-size: 16px;
	color: #6c6c6c;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 15px;
}

.hr	{
	color: #1e0f30;
	height: 1px;
	}

#left .img	{
	float: left;
	margin-left: 5px;
	padding: 10px 15px 5px 5px;
	}

#right	{
	float: right;
	width: 549px;
	background-color: #1e0f30;
	color: white;
}

#right h1	{
/*	background-color: #1e0f30; */
	margin-left: 20px; 
	padding: 3px 0px 3px 20px;
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	width: 480px;
/* 	border: 1px solid white; */
	background-color: #29183d;
}

.latest_photos	{
	float: left;
	padding: 10px;
	border: 1px solid purple;
	margin-left: 28px;
	margin-bottom: 12px;
	}

.caption	{
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FCC;
}

.date	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6C9;
	padding-left: 40px;
}

.date_text	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFC;
	padding-left: 50px;	
}

.date_text a {
	color: #ffc;
	text-decoration: underline;
}

.date_text a:hover	{
	color: #yellow;
	text-decoration: underline;
}

.clearer	{
	clear: both;	
}

#footer	{
	clear: both;
/* 	background-image:url(images/index_45.jpg); */
	background-color: #1e0f30;
	height: 40px;
	color: white;
	border-top: 8px solid #6a6a6a;
	position: relative;
	text-align: center;
	color: #6a6a6a;
	padding-top: 10px;
	}

#footer a	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6a6a;
	text-decoration: none;
	text-align: center;
	padding: 6px;
}

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

#copyright	{
	text-align: center;
	top: 45px;
	}
	
/* ******************   Styles for Body of Documents  *********************   */

#nav-bar	{
	position: relative;
	height: 41px;
	width: 900px;
	}  /*  This is for the Nav-Bar at the top of each page */

#graphic-design-img	{
	position: relative;
	background-image:url(../images/jpegs/graphic-design/graphic-design.jpg);
	height: 360px;
	width: 900px;
	border: none;
	} 		/* Used on the Graphic Design Page.  This style is for the top image */

#web-design-img	{
	position: relative;
	background-image:url(../images/jpegs/web-design/web-design.jpg);
	height: 360px;
	width: 900px;
	border: none;
	} 		/* Used on the Web Design Page. This style is for the top image */
	
#photos-img	{
	position: relative;
	background-image:url(../images/jpegs/photos/photos.jpg);
	height: 360px;
	width: 900px;
	border: none;
	} 		/* Used on the Photos Page. This style is for the top image */
	
#contacts-img	{
	position: relative;
	background-image:url(../images/jpegs/contact.jpg);
	height: 360px;
	width: 900px;
	border: none;
	} 		/* Used on the Contacts Design Page. This style is for the top image */
	
.to-order	{
	position: absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #bfafc1;
	font-weight: bold;
	text-align: center;
	top: 310px;
	padding-left: 600px;
	} 		/* Used on each page.  This is for the text under the header images */
	
.to-order span	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6FF;
	font-style: italic;
	} 		/* Used on each page.  This is for the text under the header images */
	
.to-order a:link	{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6ff;
	} 		/* Used on each page.  This is for the link to my Zenfolio Page */

.to-order a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	color: #6ff;
	text-decoration: none;
	} 		/* Used on each page.  This is for the link to my Zenfolio Page */

.to-order a:hover	{
	color: white;
	text-decoration: underline;
	} 		/* Used on each page.  This is for the link to my Zenfolio Page */

#graphic-design-examples	{
	position: relative;
	background-color: #1e0f30;
	width: 900px;
	height: 520px;
	}		/* These styles are for the body of the Graphic Design Page */
	
#graphic-design-examples hr	{
	border: 0;
	color: #603e36;
	background-color: #603e36;
	height: 1px;
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	}		/* These styles are for the body of the Graphic Design Page */
	
#graphic-design-examples table	{
	margin-left: 60px;
	}		/* These styles are for the body of the Graphic Design Page */
	
#graphic-design-examples .text	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #8ea9be;
	}		/* These styles are for the body of the Graphic Design Page */

#graphic-design-examples .text2	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8ea9be;
	}		/* These styles are for the body of the Graphic Design Page */

#graphic-design-examples .text2 a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	}		/* These styles are for the body of the Graphic Design Page */

#graphic-design-examples .text2 a:hover	{
	text-decoration: underline;
	}		/* These styles are for the body of the Graphic Design Page */

#contact-me-area	{
	position: relative;
	background-color: #1e0f30;
	width: 900px;
	height: 420px;
	margin-top: 20px;
	}		/* These styles are for the body of the Contact Page */

a img	{
	border: none;
	}		/* This style is so there won't be any borders on images that have links */

.hdr	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 45px;
	}
	
.hdr2	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 45px;
	text-align: center;
	}
	
img a	{
	border: none;
	}
	
	
/* **********************  STYLES FOR RESUME PAGE   *********************************************** */


.hdrtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	border-bottom: 2px solid #999999;
	background-color: #E6E6E6; 
	padding-left: 4px;
	padding-right: 5px;
	width: 800px;
	margin-left: 10px;
}

.hdrtext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000066;
	border-bottom: 2px solid #999999;
	background-color: #e7e7e7;
	padding-left: 4px;
	padding-right: 5px;
	width: 800px;
	margin-left: 10px;
}

.hdrtext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	width: 800px;
	margin-left: 15px;
	padding-left: 15px;
}

.emailme	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	}
	
.emailme a	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663366;
	text-decoration: none;
	}
	
.emailme a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663366;
	text-decoration: underline;
	}

.text-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;
	}

.restext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 25px;
	width: 750px;
	text-align: justify;
	}

.restext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 40px;
	width: 800px;
	}
	
#skills {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	color: #666666;
}

#skills	ul {
	margin: 20px;
	padding-left: 20px;
	list-style:inherit;
}

#skills li	{
	list-style-type: circle;
	}
	
#resume-holder	{
	position: relative;
	background-color: #ffffff;
	width: 900px;
	height: 2060px; 
	top: -2px;
}
	
#resume-img	{
	position: relative;
	background-image:url(../images/jpegs/resume/resume.jpg);
	height: 360px;
	width: 900px;
	border: none;
	}	


/* Styles for Form Page */

#formHolder {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	background-color: #1e0f30;
	margin-top: 25px;
/*	border: 2px solid #cccccc; */
	}

.formtext	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}