/* CSS for the FXScript Reference, by Joe Maller, September 2002 */

@import url("styles-nav.css");

body
{
	background: #ddd;
	font-family: 'Lucida Grande', 'Gill Sans', Verdana, sans-serif;
	font-size: 11px;
	position: relative;
	margin: 0;
	padding: 20px;
}

h3
{
	font-size: 14px;
	margin: 25px auto 1px auto;
}

h2
{
	font-size: 18px;
	margin: 12px auto 1px auto;
}

#masthead
{
	border: 1px solid #777;
	padding: 0;
	margin: 0 0 5px 0;
	background-image: url("/images/fxscript_masthead.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-shadow: 2px 2px 0px #cc0;
}

#masthead h1
{
	font-size: 24px;
	color: black;
	margin: 0 0 0 12px;
}

#masthead a
{
	text-decoration: none;
	color: #000;
}

#masthead a:hover { text-shadow: 2px 2px 0px #ff0; }

#masthead .credit
{
	margin: 0 0 2px 12px;
	color: #444;
}

#container
{
	/* This is the holder for the main content holder and the nav content hoolder */
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
}

#content
{
	position: relative;
	top: 0;
	left: 0;
	padding: 5px 10px 10px 15px;
	background: #eee;
	margin: 0;
	border: 1px solid white;
}

#main
{
	position: absolute;
	left: 0;
	width: 70%;
	margin: 0;
	padding: 0;
}

.section { position: relative; }

.comment, .comment table
{
	display: block;
	position: relative;
	color: #555;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11px;
}

.comment .attribution
{
	background: #dedede;
	border-top: 1px solid #ccc;
	padding: 4px;
}

.comment .title
{
	color: #000;
	font-weight: bold;
}

/* .comment a { text-decoration: none; } */
/*  */
/* .comment :hover  a */
/* { */
/* 	text-decoration: underline; */
/* 	color: blue; */
/* } */
/*  */
/* .comment a:hover { color: red; } */
/*  */
a
{
	text-decoration: none;
	color: #33a;
}

p:hover  a,
ul:hover a,
.comment :hover a
{
	color: #00f;
	text-decoration: none;
}

a:hover,
p a:hover,
li a:hover,
.comment a:hover
{
	color: red;
	text-decoration: underline;
}
a img { vertical-align: middle; border: none; }

.contribute
{
	background: red;
	border-top: 1px solid #ccc;
}

.admincontrols
{
	float: right;
	padding: 4px 5px;
	border: 1px solid #bbb;
	background: #ccc;
	font-size: 10px;
}

.admincontrols a
{
	border: 1px solid #777;
	border-color: #fff #555 #555 #fff;
	background: #aaa;
	padding: 1px 2px;
}

.admincontrols a:hover
{
	border: 1px solid #777;
	border-color: #fff #555 #555 #fff;
	background: #bbb;
	padding: 1px 2px;
	text-decoration: none;
}

.byline
{
	font-size: 10px;
	color: #999;
}

.byline a { color: #44a; }
.primecomment .byline { color: #000; }

code, pre.codeblock, code a
{
	font-size: 11px;
	color: #090;
	font-family: monaco, courier, "courier new", monospace;
}

code a { color: #0c0; }

pre.codeblock
{
	display: block;
	margin: 3px 10px 8px 0;
	padding: 5px 9px;
	background-color: #eee;
	border: 1px solid #ddd;
	width: 99%;
}

.formrow, table
{
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

th { background: #ddd; }

.label
{
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #888;
	padding-right: 4px;
	white-space: nowrap;
}

.field { text-align: left; }
form .align { vertical-align: middle; }

.wide
{
	width: 85%;
	vertical-align: middle;
}

.half
{
	width: 50%;
	vertical-align: middle;
}

.hit { background: #bfb; }

/* */
/* */
/* */
/* legal: text that falls outside of the main box, primarily for copyright info */
.legal
{
	clear: both;
	position: relative;
	font-size: 10px;
	color: #aaa;
	margin: 10px 0 5px 0;
	text-align: center;
}

.legal a:link
{
	color: #888;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.legal a:visited
{
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.legal a:hover
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}

.postwarning
{
	font-weight: bolder;
	color: #c00;
}


	.post { font-size: 90%; color: #555;}
	.post p {margin-bottom: 3px !important;}
	.meta { font-size: 88%; color: #bbb; margin-top: 0px;}
	.meta a { color: #bbb}
	.meta a:hover {color: #00f;}
	#wp-news { background: #ecfcff; padding: 0 4px 10px 4px; margin-left: -5px; border: 1px solid #ddd;}
	#wp-news h3 {margin-top: 4px;}
	#wp-news h3 a {color: #008; text-decoration: none;}

