/*
	Great App a Day CSS File
*/

body {
	border: 0; 
	margin: auto;
	font-family: "Trebuchet MS";
}

h1 {
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.23em;	
}

h2 {
	font-size: 1.5em;
	font-weight: bold;	
	line-height: 1.23em;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;	
	line-height: 1.23em;	
}

a {
	text-decoration: none;
	color: #888; 
	cursor: pointer;
}

a.black {
	text-decoration: none;
	color: #000; 
	cursor: pointer;
}

a.black:hover
{
	background: #f26400;
	color: #fff;
	text-decoration: underline;
}

a#descmore {
	text-decoration: none;
	color: #000; 
	cursor: pointer;
}

a#descmore:hover
{
	background: #f26400;
	color: #fff;
	text-decoration: underline;
}

#bd p {
	font-size: 1.0em;
	line-height: 1.23em;
}

.boxgrid{ 
	width: 85px; 
	height: 85px; 
	margin: 0px;
	overflow: hidden; 
	position: relative; 
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #fff; 
	color: #000;
	height: 42px;
	margin-left: 3px; 
	width: 80px; 
	font-weight:bold; 
	font-size: 8pt;
	font-family: Tahoma; 
	padding-top: 4px;
	text-align: center;
	background: url(/img/white_box_70.png) no-repeat;
}

.boxcaption .text{ 
	color: #000;
	font-weight:normal; 
	font-size: 8pt;
	font-family: Tahoma; 
	text-align: center;
}
.boxcaption .text p{ 
	font-weight:bold; 
}
	
.captionfull .boxcaption {
	top: 80px;
	left: 0;
}

.caption .boxcaption {
	top: 0px;
	left: 0;
}


