body {
	background-color: #ffffff;
	font: 10pt Verdana;
	line-height: 20px;
}

* {
        margin:0;
        padding:0;
}

blockquote {
	padding-left: 3em;
	background:url('images/blockquote.gif') no-repeat top left;
}

#sidebar {
	float:left;
	font-size: 0.9em;
	width: 200px;
	padding-right: 10px;
}

#sidebar li {
	list-style-type: none;
}

#content {
	background-color: white;
}

#titlecontainer {
	text-align: center;
}

#title {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	vertical-align: middle;
	float: left;
}

#menuline {
	padding-top: 10px;
	float: right;
}

#menucontainer {
	text-align: center;
	background-color: #ffffff;
}

#menu {
	width: 750px;
	margin: 0 auto;
	text-align: left;
        font:1em Trebuchet MS;
	padding: 10px;
	font-weight: bold;
}

#headercontainer {
/*	background: url(http://www.silverstripesoftware.com/images/heading_bg.png) top left repeat-x;
	background-color: #484848; */
	background-color: black;
	text-align: center;
}

#header {
	width: 750px;
	margin: 0 auto;
	text-align: left;
/*	color: #CCCCCC; */
	border-bottom: solid medium black;
	color: #ff6000;
	padding: 10px 20px 10px 20px;
	background-color: white;
}

#header a {
	color: #ff6000;
}


#datacontainer {
	text-align: center;
	background-color: #ffffff;
	background-color: black;
}

#data {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
	background-color: white;
}

#posts {
	margin-left: 250px;
}

#announce {
	margin: 15px 0px 15px 0px;
	padding: 5px;
	border: solid thin #ff6000;
}

#quick_guide {
	padding: 10px;
}

#quick_guide .screenshot {
	float: right;
	margin: 5px;
}

#quick_guide ul {
	margin-top: 30px;
}

.entry li, .commentlist li {
	margin: 10px 15px 10px 15px;
}

h2 {
	margin: 10px 0px 10px 0px;
	font-size: 12pt;
}

h4 {
	margin: 10px 0px 10px 0px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

option {
	padding-right: 5px;
}

form {
	line-height: 30px;
}

fieldset {
	padding: 10px;
	border: 1px solid #999999;
}

legend {
	padding-left: 10px;
	padding-right: 10px;
}

li li {
	margin-left: 25px;
}

#left_column {
	float: left;
	width: 320;
}

#right_column {
	float: right;
	width: 320;
}

#footer {
/*	background: url("/images/heading_bg.png") top left repeat-x; */
	border-top: solid thin black;
	text-align: right;
	color: #8d8d8d;
	padding: 5px;
	font-size: 10px;
}

#footer .copyright {
	font-size: 12px;
}

#footer .copyright a, #footer .copyright a:visited {
}

.highlight {
	background-color: #DDDDDD;
	padding: 5px;
}

.underline {
	border-bottom: solid 1px black;
}

.quote {
	margin: 15px;
	color: #4d4d4d;
}

.break {
	padding: 5px;
	clear: both;
}

.centered {
	text-align: center;
}

.disabled {
	color: gray;
}

.offset {
	margin-top: 10px;
	margin-bottom: 10px;
}

.spaced {
	line-height: 30px;
}

.embeddedimage {
	border: solid 1px black;
	margin: 15px;
	width: 250px;
}

.rightembed {
	float: right;
}

.leftembed {
	float: left;
}

.caption {
	padding: 5px;
}

.tour {
	text-align: center;
}

.tour .caption {
	border-right: solid 1px black;
	float: left;
	width: 150px;
	margin: 10px;
	text-align: right;
}

.tour img {
	margin: 10px;
}

.post {
	margin-top: 20px;
	margin-bottom: 20px;
}

.postdata {
	border-bottom: solid thin black;
	font-size: 0.8em;
}

#sidebar a {
	color: #000055;
	text-decoration: none;
}

.post a {
	color: #000099;
}

.postdata a:hover, .entry a:hover {
	background-color: navy;
	color: silver;
}

.post h2 {
/*	background-color: #DDDDDD;*/
	padding: 5px 0px 5px 0px;
}

.post h2 a {
/*	color: #484848; */
	text-decoration: none;
	color: #ff6000;
}

