/* css for astrosaur.org */

/* special ids */
#bannertitle{
	position:absolute;
	top:0px;
	left:0px;
}

#maincontent{
	position:absolute;
	top:201px;
	left:70px;
	width:360px;
	padding:10px;
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:14px;
	background-image:url(bgtile.gif);
}

/* navigation and special classes */
#navigation{
	position:absolute;
	top:240px;
	left:460px;
	font-family:arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	letter-spacing:2px;
	text-transform:uppercase;
}

#navigation a{
	text-decoration:none;
	color:#981137;
	padding:1px 0px 2px 22px;
	font-family:arial, sans-serif;
	font-style:normal;
}

#navigation a:hover{
	background-image:url(navig.gif);
	background-repeat:no-repeat;
}

#navigation ul{
	margin:0px;
	padding:0px;
}

#navigation ul li{
	margin-top:0px;
	margin-bottom:8px;
	list-style:none;
}

/* overrides */
body{
	background-color:#DEDEDE;
	margin:0px;
	background-image:url(topbg.gif);
	background-repeat:repeat-x;
}

p{
	margin-top:0px;
	margin-bottom:6px;
	text-align:justify;
	text-indent:20px;
}

a{
	color:#EA265E;
	font-family:georgia, serif;
	font-style:italic;
}

a:hover{
	color:#981137;
}

h2{
	margin-top:2px;
	margin-bottom:8px;
	font-family:georgia, serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
}

h3{
	margin-top:8px;
	margin-bottom:4px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	color:#F5779B;
	font-style:italic;
}

ul{
	padding:0px;
	margin:0px;
}

li{
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:2px;
}

label{
	display:block;
}

#recaptcha_widget_div{
	margin-top:8px;
	margin-bottom:4px;
}
	#recaptcha_instructions_error{
		color:#F5779B !important;
		font-weight:bold;
	}

textarea{
	width:300px;
}