/*------------------------------------------------------------

	Master.css
	www.serversaustralia.com.au

	Last Modified : 	20th February 2008
	Created by : 		Anthony Short
	Contact: 			anthony@vanilla-space.com
	
	Copyright 2008
	Based on Blueprint 0.7
	

/* Colour Palette
--------------------------------------------------------------

Blue #50bdff


/* Blueprint
-------------------------------------------------------------- */

@import 'blueprint/src/reset.css';
@import 'blueprint/src/grid.css';
@import 'blueprint/src/typography.css';
@import 'blueprint/src/forms.css';

/* Plugins
-------------------------------------------------------------- */

@import 'blueprint/plugins/buttons/buttons.css';
@import 'blueprint/plugins/tabs.css';
@import 'blueprint/plugins/form-layout.css';


@import 'http://www.serversaustralia.com.au/css/blueprint/plugins/css-classes/css-classes.css';
@import 'http://www.serversaustralia.com.au/css/blueprint/plugins/link-icons/link-icons.css';
@import 'http://www.serversaustralia.com.au/css/blueprint/plugins/rtl/rtl.css';




/* Page
-------------------------------------------------------------- */

body	{padding-top: 3px;}


/* Typography
-------------------------------------------------------------- */

/* Default font settings
   The font-size percentage is of 16px (0.75 * 16px = 12px) */
body { 
  	font-size: 68.25%;
 	line-height: 1.5;
  	color: #555; 
  	font-family: "Lucida Grande", Arial, sans-serif;
}

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
img         { margin: 0; }

strong      { font-weight: bold; }
em		    { font-style: italic; }

p.subheading {font-size: 1.3em; color: #3665A8; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 1em; letter-spacing: -1px; color: #3665A8; }
h2 { font-size: 1.6em; margin-bottom: 0.75em;color: #3665A8; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin:0;
}


/* Links
-------------------------------------------------------------- */

a           	{ color: #009; text-decoration: underline; }
a:focus, 
a:hover     	{ color: #000; }
a:visited		{ color: #000;}


/* Tables - You still need cellspacing="0" in the markup
-------------------------------------------------------------- */

table		{float: left; font-size: 12px;}

thead		{}
tbody		{}
tfoot       { font-style: italic; }

th,td       { padding: 4px 10px 4px 5px; border-left: 1px solid #fff;}
th          { font-weight: bold; background: #565656; color: #fff; text-align: center;}
td          { text-align: center; height: 25px; }
tr			{}

caption     { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

tr.odd		 { background: #e8f6ff; }
tr.subtable td {background: #565656; color: #fff; text-align: center;}
td.tabletitle	{text-align: left; font-weight: bold; width:175px; width: 200px;}

table img {margin-bottom: 0; height: 24px;}


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: circle; }
ul + li		{}

ol          { list-style-type: decimal; }
ol + li		{}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}



/* Forms
-------------------------------------------------------------- */

form			{}
fieldset		{padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}

legend			{font-weight: bold; font-size:1.2em;}
legend .span	{}

label       	{font-weight: bold;}

input[type='text']		{}
input[type='checkbox']	{}
input[type='radio']		{}
input[type='file']		{}

textarea      	{ width: 400px; height: 250px; padding:5px; }

select        	{ width:200px; }
option			{}
optgroup		{}



input:focus,textarea:focus,select:focus {	
	border:1px solid #666;
}

input,textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}


/* Other Elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
dfn         { font-style: italic;font-weight: bold; background: #ffc; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Navigation
-------------------------------------------------------------- */

#navigation {
	float: right;
	margin-right: 0;
	margin-bottom: 40px;
}

#navigation li {
	float: left;
	list-style: none;
	margin-left: -1px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	height: 50px;
	line-height: 60px;
	margin-top: 25px;
	font-size: 12px;
}

#navigation li a {
	display: block;
}

#navigation li a:link {
	text-decoration: none;
}
#navigation li a:hover, #navigation li a:focus {
	color: #50bdff;
}

#navigation li a:visited {
	text-decoration: none;
}

#secondnavigation {
	float: left;
	list-style: none;
	height: 270px;
	margin: 0;
}

#secondnavigation li {
	height: 51px;
	margin-bottom: 9px;
	background: #262626;
	color: #fff;
	text-align: right;
	padding: 15px;
	position: relative;
	padding-top: 10px;
}

#secondnavigation li .icon {
	position: absolute;
	top: 0px;
	left: -15px;
}

#secondnavigation p {
	margin-top: -10px;
	color: #777;
	font-size: 10px;
}

#secondnavigation a:link, #secondnavigation a:visited {
	color: #fff;
}

#secondnavigation a:hover {
	color: #50bdff;
}

#secondnavigation h2 {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

#secondnavigation h2 span {
	font-weight: normal;
}

#thirdnavigation {
	width: 950px;
	margin: 0;
	height: 100px;
	float: left;
	margin-top: -10px;
	margin-bottom: 10px;
}

#thirdnavigation li {
	float: left;
	width: 200px;
	list-style: none;
	background: #262626;
	margin-right: 10px;
	height: 70px;
	text-align: right;
	padding: 15px;
	background: url(../images/stripe.png);
}

#thirdnavigation li.last {
	margin-right: 0;
}

#thirdnavigation h3 {
	color: #fff;
}

#thirdnavigation p {
	margin-top: -10px;
	color: #777;
	font-size: 10px;
}

#thirdnavigation a:link, #thirdnavigation a:visited {
	color: #fff;
}

#thirdnavigation a:hover, #thirdnavigation a:active {
	color: #50bdff;
}



/* Layout
-------------------------------------------------------------- */

#footer {
	float: left; 
}


#footer p {
	text-align: right;
	color: #aaa;
}

#logo {
	float: left;
}

#copyright a {   
	color: #aaa;
}

.content-wrapper {
	padding: 10px;
	margin-top: 30px;
}

.hosting-box{
	padding: 10px;
	width: 680px;
	border: 1px solid #eee;
	background: url(../images/featurebox.png) 0 bottom repeat-x;
	margin-bottom: 10px;
	padding-bottom: 0;
	float: left;
	width: 
}

.hosting-box.last {margin-right: 0;}
.hosting-box.first {margin-right: 10px;}
.hosting-box img {width: 340px; float:left;margin-bottom: 10px;margin-right: 20px;}
.hosting-box h2 {line-height: 1.2em; margin-top: 10px;}
.hosting-box.alt {width: 310px;}

#banner {
	float: left;
	margin-right: 10px;
	width: 710px;
}

#news {
	width: 208px;
	height: 208px;
	border: 1px solid #eee;
	border-top: 0;
	float: left;
	margin-right: 10px;
	padding: 10px;
	padding-top: 30px;
	font-size: 10px;
	background: url(../images/news-header.png) no-repeat -1px 0;
}

#news h4 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 11px;
}

#news p.incr {
	font-size: 10px;
	margin-bottom: 6px;
	font-style: italic;
}

#news p {
	color: #888;
}

#quicklinks {
	width: 228px;
	border: 1px solid #eee;
	border-top: 0;
	float: left;
	padding-top: 30px;
	padding-bottom: 10px;
	background: url(../images/quicklinks-header.png) no-repeat -1px 0;
}

#quicklinks ul {
	list-style: none;
	width: 228px;
	margin: 0;
}

#quicklinks li {
	width: 228;
}

#quicklinks li a {
	display: block;
	padding: 2px 20px;
	text-decoration: none;
}

#quicklinks li a:hover {
	background: #f7f7f7;
	text-decoration: none;
}

#promos {
	margin: 0;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#promos li {
	float: left;
	position: relative;
	margin-right: 10px;
	width: 228px;
	border: 1px solid #eee;
	height: 120px;
	list-style: none;
}

#promos li.last {
	margin-right: 0;
}

#moneyback-stamp {
	position: absolute;
	right: -20px;
	top: -20px;
}

.new-stamp {
	position: absolute;
	top: -20px;
	left:  -10px;
}

#left-content {
	width: 470px;
	float: left;
	margin-right: 10px;
}

hr.bar {
	height: 40px;
	color: #262626;
	background: #262626;
}

#features {
	background: #262626;
	height: 172px;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
}

#featuresimage {
	margin-bottom: 0;
}

#loginbutton {
	margin-right: 5px;
}

/* Sidebar
-------------------------------------------------------------- */


#sidebar #quicklinks { margin-top: -10px; }
#sidebar #news { margin-top: 10px; }

#sidebar .ad {
	float: left;
	width: 228px;
	border: 1px solid #eee;
	height: 120px;
	margin-top: 10px;
	position: relative;
}

#sidebar .ad img{
	width: 228px;
}

#sidebar .ad #top5-stamp {
	width:128px;
	height: 110px;
	position: absolute;
	right:-10px;
	top:-10px;
}



/* Tabs
-------------------------------------------------------------- */

#tabs {
	width: 710px;
	float: left;
}

#tabs ul {
	margin-bottom: 10px;
}

#tabs div {
	float:left;
	width: 710px;
}

.tabs a {
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 1.3em;
	border: 1px solid #ccc;
}

.tabs a:hover {
	color: #fff;
}




/* Domain Management Form
-------------------------------------------------------------- */

#formholder {
	width: 700px;
	float: left;
	margin-top: -30px;
	text-align: center;
}

#formholder label {
	text-align: left;
}

#formholder h3 {
	margin-bottom: 10px;
	color: #888;
}

#domainform fieldset {
	width: 300px;
	background: url(../images/featurebox.png) repeat-x 0 bottom;
}

#domainform label {
	width: 100px;
}

#domainform input {
	width: 150px;
}

#domainform li {
	border: 0;
	height:15px;
}


#domainform .button {
	border-color: #999;
	float: right;
}






/* Page-Specific - based on the <body> class
-------------------------------------------------------------- */

.featurebox {
	height: 130px;
	border: 1px solid #ddd;
	width: 308px;
	float: left;
	background: url(../images/featurebox.png) repeat-x;
	padding: 10px 20px;
}

.featurebox h2 {
	font-size: 1.5em;
	color: #3665A8;
}

.featurebox ul {
	margin-top: -6px;
}

.featurebox .left {
	width: 153px;
	border-right: 1px solid #ccc;
	float: left;
	height: 130px;
}

.featurebox .right {
	padding-left: 20px;
	width: 133px;
	float: left;
	border-left: 1px solid #fff;
	height: 130px;
}

#features-left {
	width: 350px;
	color: #999;
	margin-top: 20px;
}

#features-left img {
	float: left; margin-right: 10px;
	width: 32px;
}

#features-left h2 {
	font-size: 1.5em;
	color: #3665A8;
}

#features-left p {
	margin-left: 42px;
	padding-right: 20px;
}

#features-right {
	width: 350px;
	color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
}

#features-right img {
	float: left; margin-right: 10px;
	width: 32px;
}

#features-right h2 {
	font-size: 1.5em;
	color: #3665A8;
}

#features-right h3 {
	font-size: 1.2em;
	color: #000;
	margin-left: 40px;
}

#features-right p {
	margin-left: 42px;
	padding-right: 20px;
}

.img-title {
	margin-bottom: 30px;
	margin-top: -50px;
}


/* Status Tables
-------------------------------------------------------------- */

td.high {
	color: #d33c2a;
}


td.medium {
	color: #d3ab53;
}

td.low {
	color: #459f41;
}

tr.finished, tr.finished.odd {
	background: #d6ffd0;
}

.server-status caption {
	background: none;
	font-size: 1.3em;
	margin-bottom: 10px;
}

.server-status td {
	text-align: left;
}

.server-status .odd {
	background: none;
}

caption a.subscribe {
	display: block;
	float:right;
	font-size: 10px;
	margin-top: -5px;
}

caption p {
	margin-bottom: 0;
	display: inline-block;

	width: 400px;
	height: 30px;
}

.server-status {
	margin-bottom: 50px;
}