﻿body 
{	/*increase font size*/
	font-size:larger;
}
body a
{	/*increase link visibility*/
	/*color:#ffa500;*/
	text-decoration:underline;
}
body a:visited
{
	/*color:#ffa500;*/
}
#ctl00_imgLogoHeader
{	/*hide the normal logo image*/
	display:none;
}
#divHeader>#spnLogoHeader
{	/*with the image gone, the span will collapse. Set span to image dimensions.*/
	height:57px;
	width:137px;
	/*move the header image to the left to match the shifted nav*/
	position:absolute;
	top:3px;
	left:8%;
	/*now change the image being shown*/
	background-image:url(../../App_Themes/Common/images/halfgk_title_iPhone.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#divHeader>#FlashID
{	/*do not display flash*/
	display:none;
}
#divHeader>#swfLine
{	/*do not display flash*/
	display:none;
}	
#divImageOuter
{	/*reduce the width of the left image port to widen the nav */
	width:8%;
}
#divNav
{	/*increase the width*/
	border-left-style:none;
	width:100px;
}	
#divNav a
{	/*do not display the normal image-based navigation*/
	display:none;
}
#divNav input
{	/*do not display the lnkSwitch control for now*/
	display:none;
}
#divNavTextOnly
{	/*display a text-based nav with wider line-height*/
	position:absolute;
	top:0px;
	display:block;
	line-height:2em;
}
#divNavTextOnly li
{	/*no bullets and move the items left*/
	list-style-type:none;
	margin-left:-15px;
}
#divNavTextOnly li a
{	/*display the items as black text*/
	display:block;
	color:#000000;
}
#tdAbout_Right
{	/*this is a table on the About web form. It contains an image which should be hidden.*/
	width:0px;
}
#tdAbout_Right img
{
	display:none;
}
.content_blog_date
{	/*increase font size*/
	font-size:larger;
}
