@charset "UTF-8";
/* Styles for ArtGeek portfolio and resume */

body {
	font: 100% Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #554e51;
	font-size: 14px;
	margin: 0;
	padding: 0;
	/*background: url(/portfolio/images/gray_line.jpg);*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: 28px;
	color: #969696;
	line-height: 32px;
	
}
h2 {
	font-weight: bold;
	font-size: 20px;
	color: #463c3c;
	line-height: 22px;
}
h3 {
	font-weight: bold;
	font-size: 20px;
	color: #554e51;
	line-height: 22px;
}
ul {
	margin-top: 0%;
}
a:link, a:visited {
	text-decoration: none;
	color: #554eff;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #554eff;
}
.company {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	color: #463c3c;
	margin-bottom: 10px;
	background-color: #e8e8e8;
}
.skill {
	font-weight: bold;
	color: #463c3c;
	padding-left: 10px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
}/* CSS styles for wide portfolio items */

#container {
	margin: 20px auto; 
	width: 700px; 
	background: #FFFFFF;
	text-align: left;
}
#itemTitle {
	margin:0; 
	text-align: left;
	line-height: 1px;
	padding: 15px;
}
#itemTitle h1 {
	margin:0; 
	text-align: left;
	line-height: 30px;
}
#itemNavbar {
	margin:0 0 20px 0;
	text-align: center;
}
#itemNavbar p {
	line-height: 20px;
}

/*Pic and description divs for normal items*/
#itemPic {
	margin: 0; 
	width: 350px;
	float: left;
	padding-left: 15px;
	text-align: center;
}
#itemDesc {
	margin: 0px 0px 0px 395px;
	width: 280px;
}
#itemDesc h3 {
/*	line-height: 10px; */
}