@charset "utf-8";

body 
{
	PADDING-LEFT: 9px; 
	PADDING-RIGHT: 9px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px;
	BACKGROUND-IMAGE: url(gradientBackground.jpg); 
	BACKGROUND-REPEAT:repeat-x; 
	BACKGROUND-COLOR: #778b89;
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
}
 /*<!-- border="0" removes blue boxes around linked images-->*/
img 
{
	border:0px;
	margin:0px;
	padding:0px;
}
#container
{
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header 
{
	background: #35302d;
	BACKGROUND-IMAGE: url(avatar.png); 
	BACKGROUND-REPEAT:no-repeat;
	background-position:right;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 36px 12px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Courier New", Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
}
#menubar
{
	background-color:#5d798e;
	height: 32px;
	/*Centers the links, could just use center html tag
	font-size:18px;
	text-align:center;
	text-decoration:none;*/
}

#buttons
{
	padding: 0px;
	margin:auto;
	border:none;
}
/* BUG in dreamweaver liveview this type of hover works for block but not inline displays*/
/*#buttons a {width:128px;display:block;}
#buttons a {width:128px;display:inline;}

/*#buttonNews {background:url(news.png)  0px 0px no-repeat; }*/
#buttonNews a:hover { background:url(introHover.jpg)  0px 0px no-repeat;}

#buttonProjects 
{
	background:url(projects.png)  0px 0px no-repeat; 
}
#buttonProjects a:hover 
{ 
	background:url(projectsHover.png)  0px 0px no-repeat;
}

/*#buttonAbout {background:url(about.png)  0px 0px no-repeat; }*/
#buttonAbout a:hover { background:url(aboutHover.png)  0px 0px no-repeat;}

/*#buttonResume a {background:url(resume.png)  0px 0px no-repeat; }*/
#buttonResume a:hover { background:url(resumeHover.png)  0px 0px no-repeat;}

/*#buttonLinks a {background:url(links.png)  0px 0px no-repeat; }*/
#buttonLinks a:hover { background:url(linksHover.png)  0px 0px no-repeat;}

/*#buttonContact a {background:url(contact.png)  0px 0px no-repeat; }*/
#buttonContact a:hover { background:url(contactHover.png)  0px 0px no-repeat;}

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 32px;
	text-align:center;
}

#navcontainer ul li 
{ 
	display: inline; 
}
		
h1
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	COLOR: #ebebeb;
	PADDING-TOP: 0px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
h2
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	COLOR: #898989;
	PADDING-TOP: 0px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
p 
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	COLOR: #d4d4d4;
	PADDING-TOP: 0px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent
{
	padding: 0 26px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #35302d;
}
#footer
{
	padding: 12px 0px;
	background:#6d6a65;
	HEIGHT: 55px;
	text-align: center;
}
#footer p
{
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
a.postLink 
{
	text-decoration:none;
	color:#ef9849;
}
a.postLink:hover
{
	text-decoration:underline;
}

#borderPic
{
	border: 3px solid #ef9849;
	float:left;
	margin: 10px;
}

#borderPicRight
{
	border: 3px solid #ef9849;
	float:right;
	margin: 10px;
}

#lineBetweenProjects
{
	border-bottom: 3px solid #6d6a65;
}