/* basic styles */
body{
	font:11px Verdana,Arial,Helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#222;
}
h1 {font-size:28px;}
h2 {font-size:25px;color:#0a294f;}
h3 {font-size:22px;color:#202f0f;}
h4 {font-size:18px;color:#911322;}
h5 {font-size:16px;color:#af3d0a;}
h6 {font-size:11px;font-weight:bold;color:#222;}
hr {
	width:100%;
	border:0;
	margin:5px 0px;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
a {color:#af2639;text-decoration:none;}
a:hover {text-decoration:underline;}
p {line-height:22px;margin:5px 0px 15px 0px;}
.noborder {border:0;}
img {border:none;}
img.floatright, img.floatleft, #left img{border:1px solid #222;}
a:hover img.floatright,a:hover img.floatleft,#left a:hover img{border:1px solid #af2639;}

/* floats, positioning, and widths */

img.floatleft{
	margin:15px 15px 5px 0px;
}
img.floatright{
	margin:15px 0px 5px 15px;
}


/* blockquotes and code*/
blockquote{
	min-height:35px;
	width:100%;
	display:block;
	margin:10px auto;
	background:transparent url(images/quote.gif?478462) no-repeat 10px 10px;
}
* html blockquote{
	min-height:35px;
	height:auto !important;
	height:35px;
}
blockquote p{
	margin:0px;
	line-height:17px;
	padding:10px 10px 10px 50px;
}
blockquote span{
	color:#999;
	font-size:9px;
	padding-top:5px;
	display:block;
}
blockquote span a{
	color:#555;
	text-decoration:none;
}
blockquote span a:hover{
	text-decoration:underline;
}
blockquote.go{
	background:transparent url(images/go.gif?478462) no-repeat 10px 50%;
}
blockquote.stop{
	background:transparent url(images/stop.gif?478462) no-repeat 11px 50%;
}
blockquote.exclamation{
	background:transparent url(images/exclamation.gif?478462) no-repeat 23px 50%;
}
code{
	display:block;
	width:92%;
	margin:0px auto 15px auto;
	line-height:17px;
}
code .red{
	color:#af454a;
}

/* forms */
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	/*border:1px dotted #888;  optional thought */
	border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#777
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}