/* color scheme:   bgblue=272C5A  orange=7F4973 linkbackground=#FFCC66     */
body, html {
	margin: 0px 0 0 0;
	background-color: #272C5A;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;

}
#wholepage {
	width: 724px;
	height: 700px;
	margin-right: auto;
	margin-left: auto;
 
	text-align: left;
	background-color: #fff;
	border-left: 1px #DEF2FA solid; border-right: 1px #DEF2FA solid;
}
h1, h2, h3, h4, h5, .big {
	font-family:    "arial narrow", arial, helvetica, sans-serif;
}
.big {
	font-weight: bold;
	font-size: 1.1em;
}
h2, h4 {
	color: #000;
	margin-top: .5em;
	margin-bottom: .5em;
}
#content h3 {
	background: #FFCC66 ;
	margin: 1em 4em 0 0;
	border: 2px groove #000;
	-moz-border-radius: 6px;
	padding: 2px;
}
.center {
	text-align: center;
}
.small {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444;
}
a:link {
	color: #006;
}
a:hover {
	/*background-color: #FFCC66 ; */
	color: #900;
}
a.button {
	background-color: #fff;
}
a:visited {
	color: #000;
}
/* top pagehead */
#pageheader {
 
	background: 7F4973;  height: 160px;
	/* background-image:  url(file:hostbaby_logo_black_orange.gif); 
	background-repeat: no-repeat;*/
	-moz-border-radius: 8px;
	 margin-bottom: 0;
}
#pageheader h1 {
	display: none;
}
#logo {
}


#navcontainer { margin: 0; padding: 0 ; background: #7F4973; width: 170px; }

#navlist
{
color:white; 
background: #7F4973;
border-bottom: 0.2em solid #7F4973;

border-right: 0.2em solid #7F4973;
padding: 0 0; height: 20px; 
margin-left: 0;  margin-top: 0; 
width: 100%;
font: normal 12px   Arial, Helvetica, sans-serif;
}

#navlist li
{
list-style-type: none;
margin: 0;
font-size: 1.2em;  height: 20px;
float: left; align:center;
display: block;

}

#navlist a
{
display: block;
text-decoration: none;

color: white;
background: #7F4973;
border-width: 1px;
border-style: solid;
border-color: #7F4973;
border-left: 1em solid #69195A;
padding: 0.25em 0.5em 0.2em 0.75em;
}

#navlist a#current { border-color:#B03798; background: #995A8C;}

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 130px;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{
background: #995A8C;
/*border-color: #069 #6cf #5bd #fc0;*/
padding: 0.2em 0.35em 0.2em 0.9em;
}

#navlist a:active, #navlist a#current:active 
{
background: #995A8C;
border-color: #B00B92;
padding: 0.2em 0.35em 0.2em 0.9em;
}



/* sidebar  */
#sidebar {
	clear: both;
	float: left;
	width: 150px;
	padding: 1em 0 1em 0;
	background-color: #FFCC66 ;
	margin-top: -3px;
	-moz-border-radius: 8px;
}
#nav2 {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#nav2 li {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004;
	margin: 0 0 .7em 0;
}
#nav2 li a {
	display: block;
	border-left: 4px solid #FFCC66 ;
	padding: 4px 4px 4px 8px;
	text-decoration: none;
	width: 100%;
	color: #004;
}
html>body #nav2 li a {
	width: auto;
}
#nav2 li a:hover, #nav2 .active {
	border-left: 4px solid #009;
	background-color: 7F4973;
	color: #000;
}

/* main body */
#content {
	margin-left: 160px;
}
/* except front page & designer kit */
body#home #content, body#designers #content {
	margin-left: 2px;
	margin-right: 2px;
}
#content ul {
	padding-left: 0;
}
#content ul li {
	display: block;
	background: url('/images/hostbaby_li.gif') no-repeat 0 7px;
	padding-left: 19px;
	width: 80%;
	margin-left: 2em;   /*  indent of the whole thing */
	margin-bottom: .75em
}
#content p {
	margin: 1em;
}
.details {
	font-family: sans-serif;
	font-size: 11px;
}
th {
	text-align: right;
	font-size: 12px;
	padding-right: 1em;
}

.highlight {
	background-color: yellow;
}

img.screenshot {
	float: right;
	border: 1px solid #000;
	margin: 0 0 6px 6px;
}
code, .example {
	display: block;
	font-family: "courier new", courier, monospace;
	font-size: 10px;
	background-color: #000;
	color: #fff;
	padding: .5em;
}
#next {
	clear: both;
	text-align: right;
	font-family: impact, "arial narrow", "trebuchet ms", verdana, sans-serif;
	font-size: 36px;
	margin-bottom: 5px;
}
#next a {
	background: url('/images/arrow_right.gif') no-repeat right;
	padding-right: 50px;   /* to make room for the arrow */
	color: #900
}
#next a:hover {
	color: #009;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
#footer {
	clear: both;
	position: absolute;
	bottom: 0; right: 0;
	font-size: 11px;
	text-align: right;
	color: #ddd;
}


/* web designer database: */
.searchresult {
	margin-bottom: 1em;
}
.searchresult .address {
	font-weight: bold;
}
.searchresult .skills {
	font-size: .8em;
	margin: 0 5em 0 1em;
}
.reviewblock {
	width: 80%;
	margin-bottom: 1em;
}
.reviewblock .name, .reviewblock .rating, .reviewblock .subject {
	font-weight: bold;
}
.reviewblock .review {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
ul#skills li {
	margin-bottom: 0;
}


#contact td {
	margin: 0;
	padding: 0;
}
form .input {
	margin-top: 1em;
}
.input label {
	font-weight: bold;
}
input:focus, textarea:focus {
	/*
	background-color: 7F4973;
	font-weight: bold;
	*/
	background-color: #FFCC66 ;
}
.grid th {
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
}
/* little hack so that the main content box doesn't stop before the submenu is done.  just put <div class="clearer">&nbsp;</div> in HTML before parent div closes. */
div.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}
table#payments, table#charges, table.history {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
table#domaininfo {
	margin-left: 80px;
}
/* for alternating colors */
.col1 {
	background-color: #ddd;
}
.col2 {
	background-color: #cfc;
}
.subbox {
	border: 1px solid green;
	padding: 3px;
	width: 450px;
	background-color: #ddd;
}
input.redbutton {
	border: 4px solid red;
}
input.greenbutton {
	border: 4px solid lime;
}
input.bluebutton {
	border: 4px solid blue;
}
#wizard #content {
	margin: 0;
}