html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #dadada;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #000;
	height: 100%
}

a:link, a:visited {
	color: #006ab3;
	text-decoration: none;
}

a:hover, a:active {
	color: #006ab3;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.wrapper {
/*	min-width: 800px; */
	width: 88%;
	margin: auto;
	min-height: 100%;
}

div .announce {
	max-width: 550px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

div .adsense {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
        margin-left: 20px;
}

div .blog, div .news, div .dev {
	margin: 1em;
	padding-bottom: 10px;
	background: transparent url(../images/separator_title.gif) no-repeat left bottom;
}

.headline {
	font-size: 20px;
	margin-left: -15px;
	margin-bottom: 8px;
}

.headline a {
	color: #0b245b;
}

.meta {
	font-size: 10px;
}

div .blog img {
	border: 1px solid;
	padding: 2px;
	margin: 2px 2px 0px 2px;
}

div .blog img.left, div .blog img.alignleft {
	float: left;
}
div .blog img.right, div .blog img.alignright {
	float: right;
}
div .blog img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div .blog img.wp-smiley {
	border: none;
}

div .lefthold {
	margin-left: 1em;
	margin-bottom: 0;
	margin-right: 280px;
}

div .leftitem {
	padding: 1em;
	margin-bottom: 1em;
}

div .righthold {
	margin-right: 1em;
	margin-bottom: 0;
	float: right;
	width: 240px;
}

div .rightitem {
	padding: 1em;
	margin-bottom: 1em;
	background: transparent url(../images/separator_title.gif) no-repeat left bottom;
}

.right-title {
	font-style: italic;
}

div .comment, div .wiki {
	margin-top: 5px;
	font-size: 11px;
}

div .colink{
	margin-top: 0;
	color: gray;
	font-size: 11px;
}

div .ottd {
	margin-top: 5px;
}

div .servcheck {
	margin-top: 0.5em;
	font-size: 11px;
	color: gray;
}

div .credits {
	margin: auto;
	font-size: 10px;
	text-align: center;
	color: gray;
}

div .main {
	margin: auto;
	width: 95%;
}

div .servbasics img {
	float: left;
	padding-right: 10px;
}

.name {
	font-size: 16px;
}

.infolink {
	font-size: 10px;
}

div .servbasics {
	padding-top: 5px;
	padding-bottom: 5px;
}

div .servbasics table {
	margin: auto;
	width: 80%;
	padding-top: 10px;
}
div .servbasics table th {
	font-weight: normal;
}
div .servbasics table td {
	text-align: center;
}

div .servdetails table {
	padding-top: 10px;
	margin: auto;
	width: 95%;
}
div .servdetails table th {
	font-weight: normal;
	vertical-align: top;
}
div .servdetails table td {
	text-align: center;
}

/* Goodle Search div */
div #cse-search-results {
        text-align: center;
}

#header {
	width: auto;
	height: 110px;
	margin: 0 0 0 0px;
	padding: 0;
	background: #4376c9 url(../images/header.gif) repeat-x 0 0;
	border-bottom: 6px solid #b1e100;
	position: relative;
}

#header ul.navmenu {
	margin: 0;
	margin-left: 50px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}
#header ul.navmenu li {
	float: left; /* Stupid IE */
	margin: 0 0 0 25px;
}
#header ul.navmenu li a {
	float: left;
	line-height: 38px;
	border-top: 5px solid #4a7fd1;
	color: #5b9cff;
}
#header ul.navmenu li a:hover {
	text-decoration: none;
	border-top: 5px solid #75a5f0;
	color: #fff
}
#header ul.navmenu li.current_page_item a {
	border-top: 5px solid #b1e100;
	color: #fff;
}
#header ul.navmenu li.current_page_item a:hover {
	border-top: 5px solid #b1e100;
	text-decoration: none;
}

#header h1 {
	position: absolute;
	left: 40px;
	top: 45px;
	border: none;
}
#header h1 {
	color: #fff;
}
#header div.search {
        position: absolute;
        right: 2px;
        top: 13px;
}

#subnav {
	width: 100%;
	margin: auto;
}
#subnav ul.navmenu {
	margin: auto;
	list-style-type: none;
	list-style-image: none;
}
#subnav ul.navmenu li {
	float: left; /* Stupid IE */
	margin: 0 0 0 25px;
}

/* Style borders */ 
.wrapper {
	border-style: none solid;
	border-width: 1px;
}

div .announce {
	border-style: dashed;
	border-width: 1px;
}

div .comment, div .wiki {
	border-width: 1px;
	border-style: dotted;
}

div .ottd {
	border-width: 1px;
	border-style: dotted;
}

/* Server Table Borders */
div .servdetails table {
	border-collapse: collapse;
}
div .servdetails table th {
	border-width: 1px;
	border-style: dotted;
}
div .servdetails table td {
	border-width: 1px;
	border-style: dotted;
}

/* Dev Borders 

div .blog, div .news, div .dev {
	border-width: 1px;
	border-style: solid;
}

div .lefthold {
	border-width: 1px;
	border-style: solid;
}

div .leftitem {
	border-width: 1px;
	border-style: dotted;
}

div .righthold {
	border-width: 1px;
	border-style: solid;
}

div .rightitem {
	border-width: 1px;
	border-style: dotted;
}

div .servbasics table {
	border-width: 1px;
	border-style: dotted;
}
div .servbasics table td {
	border-width: 1px;
	border-style: dotted;
}

*/

