@media print {
/******************/
body{font:75% georgia;}
body *{margin-top:0;}
h1,h2,h3,h4,h5,h6{margin-bottom:0;}
hr,#nav{display:none;}
/******************/
}


@media screen {
/******************/
*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
a{
	color: #A13B00;
}
body{
	background: url(../images/bkg-body.gif) #FFFFFF repeat-x;
	color: #505050;
	font: 0.9em Georgia,serif;
}
h1,h2,h3,h4,h5,h6{
	margin-left: -1em;
	font-size: 1em;
	font-weight: bold;
	text-transform: lowercase;
}
hr{
	display: none;
}
input,textarea{
	color: #333333;
	font: 1em Georgia,serif;
}
small{
	color: #CCCCCC;
}
/******************/
#about #content{
	background: url(../images/about.gif) no-repeat 60px 100px;
}
/******************/
#archive{
	padding: 30px 0 30px 180px;
	background: #FFFFCC;
	font-size: 12px;
	line-height: 1em;
}
#archive *{
	margin: 0px;
	padding: 0px;
}
#archive h1{
	width: 149px;
	background: url(../images/archive-logo.gif);
	text-indent: -9999px;
	height: 53px;
	left: 10px;
	position: absolute;
	top: 15px;
}
#archive li{
	float: left;
	margin-right: 1em;
	font-size: .8em;
	text-transform: lowercase;
}
#archive ul{
	width: 600px;
	height: 1em;
}
/******************/
#body{
	background: url(none) no-repeat 550px 0px;
}
/******************/
#contact address span{
	display: block;
	color: #000000;
	font-style: normal;
}
#contact dt{
	float: left;
	width: 100px;
	color: #000000;
}
/******************/
#container{
	margin: auto;
	width: 780px;
	position: relative;
}
/******************/
#content{
	padding-bottom: 100px;
	padding-left: 250px;
	position: relative;
}
#content blockquote{
	float: right;
	padding: 20px 35px 0px 45px;
	width: 204px;
	background: url(../images/bkg-blockquote.gif) top left no-repeat;
	color: #A13C01;
	font-size: 1.05em;
	font-style: italic;
	height: 171px;
}
#content form{
	border: 1px solid #EEEEEE;
	padding: 2em;
	width: 300px;
	background: #F8F8F8;
}
#content form div{
	margin-bottom: .7em;
}
#content h1{
	margin-left: -1.5em;
	padding: .5em 0;
	background: url(../images/bkg-h1.gif) no-repeat 0px 10px;
	color: #B14F01;
	font-size: 3em;
	letter-spacing: -4px;
	text-indent: 20px;
}
#content h2{
	margin-bottom: .25em;
	color: #D18839;
	font-size: 2em;
	letter-spacing: -3px;
}
#content h3{
	margin-bottom: .25em;
	color: #D18839;
}
#content label{
	display: block;
}
#content ul li{
	margin: .5em 2em;
	list-style: circle;
}
#content ol li{
	margin: .5em 2em;
	list-style: decimal;
}
#content p,#content ul,dl,address,form,table{
	margin-bottom: 1em;
}
#content ul{
	color: #000000;
}
/******************/
#demos #content .last ul a{
	background: url(../images/startOver.gif) no-repeat;
}
#demos #content li{
	margin: 0;
	list-style: none;
}
#demos #content p{
	margin: 0px;
}
#demos #content p a img{
	border: 1px solid #EEEEEE;
	padding: 2em;
	background: #F8F8F8;
}
#demos #content ul a{
	margin: 5px 0;
	padding-left: 22px;
	display: block;
	background: url(../images/next.gif) no-repeat;
	font-weight: bold;
	height: 18px;
}
/******************/
#emailhosting #content li{
	list-style: decimal;
	font-size: 0.65em;
}
#emailhosting .col1{
	width: 200px;
}
#emailhosting .even{
	background: #FFFEFD;
}
#emailhosting sup{
	padding-left: 3px;
	color: #999999;
	font-style: italic;
}
#emailhosting table{
	border-style: none;
	width: 100%;
	font-size: 0.75em;
}
#emailhosting th{
	background: #F8F8F8;
}
#emailhosting th,#emailhosting td{
	padding: 5px;
	border-bottom: 1px solid #F3EFE9;
	text-align: left;
	vertical-align: top;
}
/******************/
#footer{
	border-top: 1px solid #EEEEEE;
	padding: 50px;
	background: url(../images/footer-tape.gif) #F8F8F8 no-repeat center center;
	color: #999999;
	font-size: 0.75em;
	text-align: center;
}
/******************/
#home #content{
	padding-left: 380px;
	background: url(../images/home.gif) no-repeat 0px 20px;
}
#home #news{
	border: solid 1px #EEEEEE;
	border-right: none;
	float: right;
	margin-bottom: 2em;
	margin-left: 1em;
	padding-left: 10px;
	width: 200px;
	background: #FFFEFD;
	height: 250px;
	overflow: auto;
}
#home #news *{
	margin-left: 0;
}
#home #news em{
	color: #000000;
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
}
#home #news p{
	font-size: .8em;
}
/******************/
#hosting #content{
	background: url(../images/hosting.gif) no-repeat 20px 100px;
}
/******************/
#nav{
	position: absolute;
	right: 30px;
	top: 164px;
}
#nav a{
	float: left;
	padding: 10px;
	color: #FFF7E6;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: lowercase;
	height: 36px;
}
#nav a:hover{
	background: url(../images/bkg-nav-hover.gif) no-repeat center top;
}
#nav li{
	float: left;
}
/******************/
#portfolio .entry *{
	margin: 0;
}
#portfolio .entry {
margin-bottom:2em;
}
#portfolio .entry img{
	border: none;
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
#portfolio h2,#portfolio h3{
	clear: both;
}
/******************/
#services #content{
	background: url(../images/services.gif) no-repeat 0px 140px;
}
/******************/
#support #content{
	background: url(../images/circles-faint.gif) no-repeat 20px 100px;
}
#support #content h3{
	margin: 0px;
}
/******************/
#knowledgebase h1,h2,h3,h4,h5,h6{
	text-transform:none;
	}
/******************/
#title{
	height: 220px;
}
#title a{
	width: 139px;
	display: block;
	background: url(../images/logo.gif);
	text-indent: -9999px;
	height: 49px;
	left: 601px;
	position: absolute;
	top: 65px;
}
/********************************/
#mtaTwitter { padding: 0; }
#mtaTwitter > a { float: left; }
#mtaTwitter a img {
	display: none;
}
#mtaTwitter ul:before {
	display: none;
    }
#mtaTwitter ul {
	list-style: none;
    margin: 0;
    padding: 0px;
	font-weight:normal;
	}
#mtaTwitter ul li.first odd {
	font-weight:bold;
	}
}