/* General style definitions for Craic Computing pages */

* {
	font-family: "Lucida Grande", "Helvetica Neue",  verdana, arial, sans-serif;
}

h1 {
	font-size: 20px;
	color: #c02000;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}


p {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 75%;
}

img {
	border-width: 0px;
}
table {
	font-size: 12px;
}

th {
	background-color: #f0f0f0;
	font-weight: normal;
}

ul, dl {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 60%;
	background-color: #f0f0f0;

}

a {
	color: #c02000;
	text-decoration: none;
}
.ortho-header {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 20px;
	color: #c02000;
	font-weight: normal;
	vertical-align: middle;
	background-color: #ffffff;
}

.ortho-footer {	
	vertical-align: middle;
	background-color: #ffffff;
	font-size: 10px;
}

.ortho-breadcrumbs {
	background-color: #ffffff;
	font-size: 10px;
}

pre {
	margin-left: 10px;
    font-family: "Lucida Console", Monaco, Consolas, monospace;
	font-size: 10px;
}
.ortho-code {
	background-color: #f0f0f0;
    font-family: "Lucida Console", Monaco, Consolas, monospace;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}
.ortho-code-comment {
    font-family: "Lucida Console", Monaco, Consolas, monospace;
	font-size: 10px;
	color: #808080;
}
.ortho-code-definition {
	background-color: #f0f0f0;
    font-family: "Lucida Console", Monaco, Consolas, monospace;
	font-size: 12px;
	color: #600000;
	padding: 5px;
}

.ortho-parameter {
    font-family: "Lucida Console", Monaco, Consolas, monospace;
	font-size: 12px;
	color: #600000;
}
