/*Scott Hicks, HCJ Web Development, 1/4/2012*/

body
{
	background-color: #eae7da;
	font-family: Verdana, Tahoma, Arial, Sans Serif;
	font-size: 16px;
	font-weight: 700;
}
h3
{
	text-align: center;
	margin-top: -0.2em;
}
.section
{
	border: 0 auto;
	width: 98%;
	display: block;
}
.nav
{
	/* This float disables the links on the About HCJ page in Internet Explorer. Why????? */
	float: left;
	width: 185px;
	/*width: 215px;*/
	margin: 1em;
	
	/*border: solid green 2px;*/
}
#article
{
	display: block;
	padding: 1em;
}
#computer_fair
{
	margin-top: 2em;
	border-style: solid; 
	border-color: #0000ff; 
	padding: 10px; 
	background-color: #ffffff;
}

#q1, #q2, #q3, #q4, #q5, #q6 a:link
{
	text-decoration: none;
}

#portfolio
{
	color: #ff2905; 
	font-size: 20px; 
	font-style: italic; 
	text-align: center;
	margin: 1em 0;
}
#container
{
	vertical-align: top; 
	height: 300px;
}

.pic
{
	border: 0;
}
.calign
{
	text-align: center;
}
.ablock
{
	display: block;
}
.noblock
{
	display: none;
}

.button
{
	font-family: QSwitch Ax, Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	text-align: center; 
	margin-top: 3em;
	border-style: solid;
	border-color: #0000ff;
	padding-top: 15px; 
	color: #ff2905;
	/*background-color: #ffffff;*/
	height: 40px;
}

#about a:link
{
	color: #ff2905;
	text-decoration: none;
}
#about a:visited
{
	color: #ff2905;
	text-decoration: none;
}
#about a:hover
{
	color: #ff2905;
	text-decoration: underline;
}
#about a:active
{
	color: #ff2905;
	text-decoration: underline;
}

.vline
{
	float: left;
	margin: 0 1em;
	/*width: 1%;*/
}
.par
{
	font-size: 1em;
	line-height: 1.3em;
}
.thespan
{
	margin-right: 1.3em;
}
.center
{
	text-align: center;
}


/*
section
{
	border: 0 auto;
	width: 98%;
	display: block;
}

nav
{
	float: left;
	display: block;
	width: 185px;
	margin: 1em;
}

article
{
	display: block;
	padding: 1em;
}


*/
