/*
 * Astronomy CSS properties
 *
 * Rick Burton 8/1/2010
 * Data Pathways
 * http://www.datapathways.com
 */

/*
 * Color Palette
 * 
 * Black     #000
 * Dk Gray   #676767
 * Lt Gray   #EEE
 * White     #FFF
 *
 * Dk Blue   #0E5278
 * Med Blue  #369
 * Lt Blue   #1696E0
 * Glow Blue #1496FF
 *
 * Red       #F00
 */

BODY  { height: 100%; }

IMG { border: none; }

TEXTAREA, INPUT.subjecttxt, .blog_msg FONT
{
	font-weight: 100;
	font-size: 11px;
	/*font-size: 12px;*/
	/*font-family: "Lucida Console", Monaco, monospace, "Courier New", Courier;*/
	/*font-family: "Courier New", Courier, monospace;*/
	/*font-family: "Lucida Console", Monaco, monospace;*/
	font-family: "Courier New", Courier, "Lucida Console", Monaco, monospace;
}

.blog_msg B { font-weight:900; font-size:12px; }

#divHeaderHome
{
	position:              relative;
	height:                260px;
	color:                 #FFF;
	border:                none;
	background:            #000 url("../images/AstroBannerHome.jpg") no-repeat;
}

#divHeaderClock 
{
	position: absolute;
	top: 10px;
	right: 8px;
	border-top: 2px solid gray;
	border-left: 2px solid gray;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 4px;
	width: 164px;
	background: black;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	color: red;
}

#divHeaderBlog, #divHeaderGallery
{
	position:              relative;
	height:                100px;
	color:                 #FFF;
	border:                none;
}

#divHeaderBlog
{
	background:            #000 url("../images/AstroBanner.jpg") no-repeat;
}

#divHeaderGallery
{
	background:            #000 url("../images/AstroBanner2.jpg") no-repeat;
}

#divHeaderHomeText
{
	position:              absolute;
	bottom:                32px;
	left:                  435px;
	font-size:             20px;
	font-weight:           bolder;
	background:            transparent;
	color:                 #BBE;
}

#divBody
{
	margin:                8px; /*8px 20px 8px;*/
	border:                1px solid white;
	background:            #003;
	/*
	background:            #000037;
	*/
	
	/*height:                220px;*/
}

#divTwitterHome
{
	border:                1px solid white; 
	width:                 352px; 
	height:                200px;
	margin-top:            8px; 
	margin-bottom:         8px;
	margin-left:           auto; 
	margin-right:          auto; 
	position:              relative;
	clear:                 none;
  overflow: hidden;
}
 
#divBodyLeft
{
	position:absolute; top:8px; left:8px; /*float:left; clear:left;*/
	width:245px; height:214px; border:1px solid black;
}
 
#divBodyRight
{
	position:absolute; top:8px; right:8px; /*float:right; clear:right;*/
	width:245px; height:214px; border:1px solid black;
}

.iconLabel
{
	background:transparent; color:blue;
	font-size: 11px;
}

A, .aSpan
{
	font-weight: bold;
}



