/* vim: set noexpandtab : */
body {
}

.span-24 {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.span-25 {
	float: none;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

a:focus { outline: none; }

#content {
	background-color: #fff;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	padding-top: 20px;
}

#content h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: .2em;
}

#content h1, #content p {
	margin-left: 10px;
	margin-right: 10px;
}

#content p { font-size: 1.3em; }

.centerme {
	text-align: center;
	text-indent: 0;
}

#page-wrapper {
	position: relative;
}

div.menu {
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	background-color: #5573bd;
	background-image: url('../images/Gm_32x24.png');
	background-repeat: no-repeat;
	background-position: 24px 2px;
	position: fixed;
	top: 0;
	z-index: 90;
	border: 1px solid black;
	border-top: none;
	border-width: 0 0 1px 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#header div.menu {
	background-image: none;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	border-style: none;
}

div.menu ul {
	margin: 0;
	overflow: hidden;
	float: right;
}

div.menu ul li {
	display: block;
	width: 130px;
	float: left;
	border-left: 1px solid silver;
}

div.menu ul > li:first-child {
	border-left: none;
}

div.menu ul li a {
	display: block;
	text-align: center;
	color: silver;
	text-decoration: none;
}

div.menu ul li.active a,
div.menu ul li.active a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

div.menu ul li a:hover {
	color: white;
	text-decoration: underline;
}

#header {
	position: relative;
	border: 1px solid black;
	border-top: none;
	border-width: 0 0 1px 0;
	z-index: 100;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding-top: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#header {
	height: 100px;
}

#header img.logo {
	float: left;
	padding: 5px 5px 5px 10px;
	position: relative;
	z-index: 100;
}

#header div.title {
	margin: 0;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100%;
	height: 100%;
	background-color: #001750;
}

#header div.title div.title-text {
	width: 35em;
}

#header div.title h1 a {
	color: silver;
	text-decoration: none;
}

#header div.title h1 a:hover {
	color: white;
}

#header div.title h1 {
	font-size: 200%;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
	text-align: right;
}

#header div.title h2 {
	font-size: 150%;
	font-style: italic;
	margin: 0;
	text-align: right;
	color: white;
}

#left.nojs {
	overflow: hidden;
	background-color: white;
}

#left h2 {
	text-align: center;
	margin-bottom: .2em;
}

#left.nojs h1 {
	text-align: center;
	white-space: nowrap;
	margin-bottom: .2em;
	font-size: 150%;
	font-weight: bold;
}

#left.nojs .topic {
	border-bottom: 3px double black;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin-bottom: 2em;
}

#left ul {
	margin: 0;
	padding-left: 1.5em;
}

#left ul li {
	margin-top: 0;
	margin-bottom: .5em;
}

body.home #content { float: right; }
body.portfolio #content ul {
	margin: 0;
	padding: 0;
}

body.portfolio #content {
	padding-bottom: 2em;
}

body.portfolio #content ul li {
	list-style: none;
	text-align: center;
	margin-bottom: 40px;
}

body.portfolio #content ul li a {
	display: block;
	color: blue;
	text-decoration: none;
}

body.portfolio #content ul li img {
	border: 2px inset silver;
}

body.hosting #content {
	margin-bottom: 50px;
	margin-left: -50px;
	width: 1050px;
}

body.hosting object {
	width: 1050px;
	height: 1500px;
}

body.hosting img#loading {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto -100px auto;
}

body.hosting #content {
	min-height: 500px;
}

body.blog #navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

body.blog #page-wrapper {
	top: 30px;
}

body.blog .blog-posts {
	margin-left: 10px;
	margin-right: 50ex;
}

body.blog #main {
	float: left;
}

body.blog #sidebar-wrapper {
	float: right;
	width: 250px;
	min-height: 200px;
	margin-left: -260px;
	margin-right: 10px;
}

body.blog #header div.ad {
	width: 468px;
	height: 60px;
	position: absolute;
	top: 6px;
	right: 10px;
}

body.blog #sidebar-wrapper div.widget-content {
	margin-top: 20px;
}

body.blog #sidebar-wrapper img.loading {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto -100px auto;
	position: relative;
	z-index: 90;
}

#services {
	margin: 0 auto 2em auto;
	float: none;
}

#services div.service-detail {
	height: 20em;
	padding-top: 2em;
}

#services img.icon {
	float: left;
	clear: left;
	padding-bottom: 20px;
}

#services .oracle-icon {
	width: 64px;
	font-family: sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-style: oblique;
	font-size: 16px;
	letter-spacing: -.1em;
	background-color: red;
	color: white;
	float: left;
	text-align: center;
	clear: left;
	margin: 1em 0;
}

#services .service-detail p,
#services .service-detail ul {
	margin-left: 75px;
	font-size: 110%;
}

div.footer {
	margin: 2em 0;
	clear: both;
}

div.footer div.linkbar {
	background-color: #5573bd;
	overflow: hidden;
	text-align: center;
	height: 1.5em;
}

div.footer div.linkbar a {
	padding: 0 1.5em;
	text-align: center;
	color: white;
	height: 1.5em;
	line-height: 1.5em;
}

div.footer div.linkbar a:hover {
	background-color: white;
	color: blue;
}
