body { 
	padding-left: 60px; 
	margin: 2px 2px 0px 2px; 
	font: 0.8em Arial, sans-serif; 
	line-height: 1.5em;
        background: #FFF url(/images/v7-background-larger.png) no-repeat; 
	background-attachment: fixed;
	color: #454545; 
}

.signupBox {
  border: 3px double #f93;
  height: 30px;
  width: 125px;
  text-align: center;
  padding-top: 5px;
  margin-right: 40px;
  float: right;
}

a {
  color: #185DA0;
  background: inherit;
}

a:hover {
  color: blue;
  background: inherit;
 text-decoration: underline;	
}

a.title {
  color: #FE6700;
  background: #FFF;
}

h1 {
  font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #f93;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #000; 
	background: inherit;
}

p {  margin: 0 0 5px 0; }

ul { list-style-type: square; }

dt {
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

dd {
  border-left: 1px solid #f60;
  padding-left: 10px;
  margin-bottom: 15px;
}


form { 	margin: 0; }

input.search { 
	width: 199px; 
	border: none;
	background: url(/images/input.gif) no-repeat; 
	padding: 4px; 
}

input.login { 
	width: 150px;
	border: none; 
	background: url(/images/logininput.gif) no-repat; 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
  margin: 7px auto;
  width: 830px; 
  background: #fff;
  padding: 5px 5px 0px 15px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: -1;
}

.header { 
	height: 45px; 
  background: #fff;
}

.top_info {
 border-top: 4px solid #fff;
 border-bottom: 1px solid #eee;
 background: #eee;
}

	

.bar { 
	clear: both;
	height: 30px; 
	margin: 0 0 0 0px; 
}

.bar ul {
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

	.bar li { 
		margin: 4px 0 4px; 0; 
                padding: 0px 6px 0px 20px;
		color: #808080;
                border-right: 1px #F60 solid;
		float: right; 
                letter-spacing: 3.5px;
                font-size: small;
	        text-decoration: none;
	}
	.bar a { 
		color: #4A8EBC; 
		background: inherit;	
	        text-decoration: none;
	} 

       .bar a:hover { 
		color: #4A8CB9; 
		background: inherit;	
                border-bottom: 1px solid #f60;
	} 



.search_field { 
	background: #DCF2B8 url(/images/top-header-background-3.gi) no-repeat; 
	color: #000;
	border-top: 1px solid #9EC068;
	border-bottom: 1px solid #9EC068;
	clear: both;
	text-align: center; 
	padding: 10px 0 5px 0;
}

.subheader {
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(/images/bottom-header-bg-orange.gi) no-repeat;
	color: #808080;
	border-bottom: 1px solid #ccc;
}


/* left side
   --------- */

.left {
	float: left;
	width: 500px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0px 0 10px 0;
	}

	.left_links {
		border: 1px solid #eee;
		padding: 10px 10px 10px 15px;	
		margin: 0 0 10px 0;
	}
	
	.left_links:hover {
		border: 1px solid #ccc;
	}

	.left_promotion {
		border: 1px solid #eee;
		padding: 10px 10px 10px 15px;	
		margin: 0 0 10px 0;
		background: #fefffe;
	}
	
	.left_announcements:hover {
		border: 1px solid #ccc;
		background: #fefefe;
	}

	.left_announcements {
		border: 1px solid #9EC068;
		padding: 0px 10px 0px 15px;	
		margin: 0 0 10px 0;
		background: #fff;
                font-size: x-small;
	        line-height: 1.5em;
		width: 795px;
	}


	.left_announcements h3 {
		letter-spacing: 2.5px;
		text-transform: uppercase;
		font-size: x-small;
	}

	.left_announcements h3 a {
		text-decoration: none;
	}
	
	.left_promotion:hover {
		border: 1px solid #f60;
	}


	.promotionalText {
		font-size: 90%;
		line-height: 1.5em;
	}
	
	.left_message {
		border: 1px solid #eee;
		padding: 10px 10px 10px 75px;	
		margin: 0 0 10px 0;
		background: #fff url(/images/siteCanvas-background.gif) no-repeat center left;
		color: #454545; 
	}
	
	.left_message:hover {
		border: 1px solid #ccc;
	}
	
		.left_side {
			float: left;
			width: 180px;
		}
		
		.right_side {
			float: right;
			width: 200px;
			border-left: 1px solid #eee;
			padding: 0 0 0 20px;
		}
		
	.left_box {
		background: #f4f4f4;
		color: #000;
		border: 1px solid #ccc;
		padding: 5px;
                line-height: 1.3em;
                font-size: 90%;
	}
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 310px;
	margin: 0 5px 10px 0;
}

	.right_login {
		padding: 10px;
		margin: 0 0 10px 0;
		background: #A9D4F2;
		color: #246088;
		border-top: 1px solid #4A8EBC;
		border-bottom: 1px solid #4A8EBC;
	}

	.right_articles {
		border: 1px solid #eee;
		padding: 8px;	
		margin: 0 0 0px 0;
font: 0.8em Arial, sans-serif; 

	}
	
	.right_articles:hover {
		border: 1px solid #f60;
                background: #fefefe;

	}
		
.image {
	float: left;
	margin: 0 9px 3px 0;
}

.imagelink{
  float: left;
  padding: 10px;
}

.imagelink img {
  border: double 3px #454545;
  margin-bottom: 5px;
  padding: 5px;
}
.imagelink img:hover {
  border: double 3px #9EC068;
}



/* Blog stuff */

.entry {
  padding-bottom: 0px;
}
.postmetadata {
  margin-top: 20px;
  font-size: x-small;
  border-left: 30px solid #9EC068;
  padding: 5px 0px 5px 10px;
  border-bottom: 1px solid #9EC068;
}


textarea {
 border: 3px double #ccc;
 background: #fefffe;
}



/* Plan comparison styles */

.planCompareDiv {
  padding: 0 5px 0 12px;
}

.planCompareDiv p {
  float: right;
  clear: both;
  font-size: xx-small;
}

.planCompareDiv img {
  float: right;
  clear: both;
  border: 3px double #ccc;
}

#plancomparison  {
  font-size: 95%;
  line-height: 1.5em;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#plancomparison td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px;
}

#plancomparison dd {
  font-size: 95%;
  line-height: 1.5em;
  padding-right: 15px;
}

#plancomparison dl {
  margin: 3px;
}


.rowHeaderFirst {
  letter-spacing: 7.5px;
  text-transform: uppercase;
  background: #eee;
}

.rowHeader {
  text-transform: uppercase;
  background: #eee;
}

.rowHeader a {
  text-decoration: none;
}

.col0 {
  background: #fff;
  text-align: center;
  font-weight: bold;
}

.col1 {
  background: #ffe;
  text-align: center;
  font-weight: bold;
}

.col2 {
  background: #fee;
  text-align: center;
  font-weight: bold;
}

.col3 {
  background: #eff;
  text-align: center;
  font-weight: bold;
}

.col4 {
  background: #eef;
  text-align: center;
  font-weight: bold;
}

.col5 {
  background: #eee;
  text-align: center;
  font-weight: bold;
}


/* HTML.COM branding */

.bightmllogo {
  text-align: left;
  font-size: 200%;
  font-weight:	bold;
  color: #f60;
  text-transform: uppercase;
  font-family: "Courier New", Courier, monospace;
}
.bightmllogobeg {
  text-align: left;
  font-size: 200%;
  font-weight:	bold;
  color: #787878;
  letter-spacing: -6.5px;
  text-transform: uppercase;
  font-family: "Courier New", Courier, monospace;
}
.bightmllogoend {
  text-align: left;
  font-size: 200%;
  font-weight:	bold;
  color: #787878;
  letter-spacing: -8.5px;
  text-transform: uppercase;
  font-family: "Courier New", Courier, monospace;
}

#brand {
  float: left;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-top: -10px;
 }

.slogan {
  font-size: small;
  display: block;
  margin-top: -14px;
  padding-left: 40px;
}

#guarantee {
  float: left;
  margin: 0px 8px 5px 0px;
}
#homepagecontentimage {
  float: right;
  border: 3px double #ccc;
  margin: 0px 0px 5px 8px;
}

.vps-penguins{
  float: right;
  padding-right: 300px;
}


pre {
  font-size: 105%;
  color: #003250;
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 10px;
  background: #F2F2F5;
  margin-left: 15px;
  margin-right: 15px;
  overflow: auto;
}

.simplepie {
  clear: both;
  font-size: x-small;
}

.simplepie h3 {
  font-size: small;
}


.blogContentNav {
  padding-bottom: 12px;
}

/* footer
   ------ */

.footnotes {
  float: left;
  padding: 5px;
  font-size: x-small;
  color: #f60; 
  font-style: italic;
  line-height: 1.2em;
}

#TaggerWallFooter {
  float: right;
  clear: right;
  margin-top: -35px;
  padding-right: 38px;
  z-index: 99;
  border: none;
}


.footer-block-container {
  padding-top: 5px;
}
.footer-nav-block {
  float: left;
  margin-left: 20px;
  padding-right: 5px;
  border-right: 1px solid #f60;
  text-align: right;
  color: #454545; 
}
.footer-top-line {
  font-size: x-small;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: -8px;
}


li.footer-nav a, li.footer-nav-last a {
  text-decoration: none;
  color: #454545; 
}

li.footer-nav-last a:hover, li.footer-nav a:hover {
  border-bottom: 1px solid #f93;
}


ul.footer-nav {
	margin: 0; 
	padding : 0; 
	list-style : none; 
        margin-bottom: -8px;
}

li.footer-nav { 
  text-align: right;
  letter-spacing: 1.5px;
  font-size: x-small;
  display: inline;
  padding-left: 7px;
  padding-right: 3px;
  border-right: 1px solid #9EC068;
	}

li.footer-nav-last { 
  text-align: right;
  letter-spacing: 1.5px;
  font-size: x-small;
  display: inline;
  padding-left: 7px;
  padding-right: 3px;
}


.footer-line-item {
  text-align: right;
  letter-spacing: 1.5px;
  font-size: x-small;
  display: inline;
  padding-left: 7px;
  padding-right: 3px;
  border-right: 1px solid #9EC068;
}

.footer-legal {
  padding-top: 10px;
  padding-right: 42px;
  clear: both;
  font-size: x-small;
  color: #454545; 
  text-align: right;
  line-height: 1.5em;
  border-top: 1px solid #eee;
  margin-top: 46px;
}


#buttons {
  float: left;
}

#buttons img {
  border: none;
  padding-bottom: 1px;
}

.promo-button {
  padding: 5px 7px 0px 0px;
}

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
}

.footer a {
	color: #9EC068;
	background: #fff;
}

.signupframe {
  width: 740px;
  height: 1450px;
  z-index: 0;
} 


#promoDiv {
  position: fixed;
  bottom:  0;
  margin-left: -2px;
  z-index: 100;
  width:     100%;
  height:     120px; 
  overflow: hidden;
  vertical-align: top;
}

#fat-trans {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: url(/images/weekend-promo-8.gif) no-repeat;
}


