﻿/* homepage specific styles */
#mainContent #hoverMenu
{
	position:absolute;
	margin-top:-284px;
	background:#000;
	width:134px;
	height:261px;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
}
#mainContent #hoverButt
{
	position:absolute;
	background:#231f20;
	width:134px;
	margin-top:-205px;
	padding-top:4px;
	padding-bottom:4px;
}
#mainContent #hoverButt a
{
	color:#FFF;
	padding-left:15px;
	background: url('/img/pink_arrow.gif') 9px 3px  no-repeat;
}
#mainContent #hoverBott
{
	position:absolute;
	margin-top:-23px;
	width:760px;
	height:23px;
	background:#CCC;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;	
	color:#000;
	overflow:hidden;
}
#mainContent #hoverBott #left
{
    float:left;
    width: 420px;
    text-align:left;
	padding-left:10px;
}
#mainContent #hoverBott #right
{
	float:right;
	width: 330px;
	text-align:right;
}
#mainContent #hoverBott p
{
	margin-right:5px;
	margin-top:5px;
}

#home_content
{
	float:left;
	width:433px;
}
#thumbs
{
	float:right;
	width:320px;
}
.thumbnail
{
	float:left;
	width:143px;
	height:118px;
}

#homeInfo
{
	background:#231f20 url('/img/home_large_arrow.gif') top right no-repeat;
	padding-top: 15px;
	padding-bottom:30px;
	font-size:110%;
	text-align:justify;
	padding-right:120px;
}
#homeInfo p
{
	margin-bottom:10px;
	width:760px;
}
#homeInfo #links
{
	padding-top:15px;
	color:#666;
	font-size:75%;
}
/* homepage blog styles */
.titlefield{ /*CSS for RSS title link in general*/
color:black;
text-decoration: none;
}
.labelfield{ /*CSS for label field in general*/
color:black;
font-size: 90%;
}
.datefield{ /*CSS for date field in general*/
color:black;
font-size: 90%;
}
#example1{ /*Demo 1 main container*/
border: 0px;
padding: 0px;
background-color: transparent;
}
code{ /*CSS for insructions*/
color: red;
}
/* homepage main page links */
a.mainlinks:link {color: #999; text-decoration: underline; }
a.mainlinks:visited {color: #999; text-decoration: underline; }
a.mainlinks:hover {color: #999; text-decoration: underline; }
a.mainlinks:active {color: #999; text-decoration: underline; }