/* Copyright 2010 Andrew Goss */

body {
	background-color: #292929;
	background-image: url("../images/ostylus_bg_sm.jpg");
	text-align: left;
	color: #cccccc;
}

h1, h2, h3, h4, h5 {
	color: #ff7700;
}

a {
	color: #ffbb55;
	text-decoration: none;
}

a:hover,
a:active {
	color: #ff7700;
}

a.menu {
	margin-right: 10px;
	color: white;
}

a.menu:hover,
a.menu:active {
	color: #ff7700;
}

a.selected {
	color: #cccccc;
}

img {
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

textarea { 
	font-size: 85%;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; 
}

img.noborder {
	border-style: none;
}

.content {
	background-color: #333333;
}

.sidebar_left {
	text-align: center;
	padding-top: 33px;
}

.sidebar_right {

}

.ostylus_o {
	font-weight: bold;
	color: #ff7700;
}

.ostylus_stylus {
	font-weight: bold;
	color: #ffffff;
}

.header {
	background-color: #444444;
	padding-top: 20px;
	padding-bottom: 5px;
}

.header_menu {
	background-color: #888888;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content_body {
	padding-top: 15px;
	padding-bottom: 20px;
}

.legal_text {
	font-style: italic;
	font-size: 10px;
}

.bl_back { 
	background-color: black; 
}
