@import url(/core/css/reset.css);
@import url(/core/css/forms.css);


body {
	
	font-size: 16px;
	color: #333;
	background-color: White;
}

body, input, select, textarea, button {
	font-family: "Myriad Pro", "Myriad Web", "myriad-pro-1","myriad-pro-2", Arial, sans-serif;
}

/**********************************************************
 * General Styles                                         *
 **********************************************************/

p, li, cite {
	margin-bottom: 1em;
}

p, dt, dd, li, cite, em, strong, i, b, s, a, span {
	line-height: 1.6em;
}



blockquote {
	background-image: url(/graphics/blockquote-background.png);
	background-position: -17px -21px;
	background-repeat: no-repeat;
	padding: 20px 80px 10px 80px;
	margin: 2em 80px 2em 80px;
	font-style: italic;
	font-size: 0.9em;
	border-top: 2px solid #EEE;
	border-bottom: 2px solid #EEE;
	background-color: #F9F9F9;
	color: #666;
}

blockquote em {
	font-style: normal;
}

cite {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	display: block;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	background-color: White;
	color: White;
	border: none;
	border-top: 2px solid #EEE;
	height: 1px;
	width: 100%;
	margin: 0em 0 2em 0;
	padding: 0;
	float: left;
	clear: both;
}


.center {
	text-align: center;
}

.right {
	text-align: right;
}


.hidden {
	position: absolute;
	top: -5000px;
	left: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.IE6only.hidden {
	display: none;
}

img {
	border: none;
}

img.icon {
	vertical-align: -20%;
}

div.errors img.icon {
	top: 9px;
}

.prev, .next, .more {
	text-transform: lowercase;
	font-variant: small-caps;
}

.prev {
	background-image: url(/graphics/prev.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
}

.next, .more {
	background-image: url(/graphics/next.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
}


.small {
	font-size: 0.9em;
}

.smallprint {
	font-size: 0.85em;
	color: #AAA;
}

.note {
	font-variant: italic;
	color: #999;
}

.left {
	float: left;
	clear: left;
	margin: 10px 40px 1em 0;
}

.right {
	float: right;
	clear: right;
	margin: 10px 0 1em 40px;
}

/**********************************************************
 * Forms                                                  *
 **********************************************************/

input, textarea, select {
	border: 1px solid #BBB;
	font-size: 16px;
	padding: 3px;
	vertical-align: top;
}

input.blur {
	color: #CCC;
}

button {
	border: none;
	background-color: #003590;
	color: white;
	font-size: 14px;
	padding: 3px;
	cursor: pointer;
}

label {
	font-weight: bold;
}





/**********************************************************
 * Links                                                  *
 **********************************************************/

a {
	color: #017FC6;
}

a:hover {
	text-decoration: none;
}

/**********************************************************
 * Lists                                                  *
 **********************************************************/
dl {
	margin: -1em 0 1em 0;
}

dt {
	margin-top: 1em;
	font-weight: bold;
}

ul {
	list-style-type: none;
	display: block;
	margin: 0 0 1em 0px;
}

ul ul {
	margin-left: 0px;
}

ul li {
	background-image: url(/graphics/bullet.png);
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
}

ol {
	list-style-type: decimal;
	display: block;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 1em;
}

li {
	display: list-item;
	margin-bottom: 0.5em;
}

.compact li {
	margin-bottom: 0;
}

ol.conditions ol {
	list-style-type: lower-roman
}

dl.inline dt {
	clear: left;
	padding-top: 1em;
}

dl.inline dd {
	float: left;
	width: 3em;
}

dl.inline dd.block {
	float: none;
	width: auto;
}

dl.details {
	position: relative;
	margin-top: 0;
}

dl.details dt {
	width: 6em;
	position: absolute;
	left: 0;
	margin: 0;
	padding-top: 0em;
}

dl.details dd {
	margin: 0 165px 0 7em; /* If left margin changed, also change dt margin in ie6 css */
	padding-top: 0em;
	line-height: 1.5em;
}


/**********************************************************
 * Headings                                               *
 **********************************************************/


h1 {
	color: #448BD1;
	font-size: 50px;
	letter-spacing: -0.03em;
	margin: 0 0 0.6em 0;
	line-height: 1.2em;
	font-weight: normal;
}

div.highlight h1 {
	margin-bottom: 0.2em;
}

h2 {
	color: #003590;
	font-size: 1.6em;
	margin: 1em 0 0.3em 0;
	padding: 0 0 0.3em 0;
	line-height: 1.2em;
	font-weight: normal;
}

h2 * {
	line-height: 1.2em;
}

h2 a {
	color: #003590;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h2:first-child {
	margin-top: 0;
}


h3 {
	font-weight: bold;
	margin: 1em 0 0.3em 0;
	font-size: 1.3em;
	line-height: 1.2em;
}

h3 * {
	line-height: 1.2em;
}

dl.inline dt {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.5em 0 0.3em 0;
}



/**********************************************************
 * Tables                                                 *
 **********************************************************/
 
table {
	font-size: 0.8em;
	border-collapse: collapse;
	border-bottom: 2px solid #2C3517;
}

tr.disabled {
	color: Gray;
}

td {
	border-top: 1px dotted #778B3B;
	border-bottom: 1px dotted #778B3B;
	padding: 3px;
}

th {
	text-align: left;
	border-top: 2px solid #2C3517;
	border-bottom: 2px solid #2C3517;
	padding: 3px;
}

/**********************************************************
 * New Pricing Table                                      *
 **********************************************************/


table.prices {
	font-size: 0.9em;
	border-spacing: 0px;
	line-height: 1.6em;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #DDD;
}


table.prices caption {
	display: none;
}
table.prices th {
	background-color: #B7C6FF;
	border-top: none;
	color: White;
	padding: 3px;
	background-image: none;
}

table.prices th.label {
	background-color: White;
	color: #888;
	font-weight: bold;
}

table.prices td, table.prices th {
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #EEE;
	vertical-align: middle;
}

table.prices thead {
	font-size: 1.6em;
}

table.prices td.hover, table.prices th.label.hover {
	background-color: #F8F8F8;
}

table.prices tr.price th {
	font-size: 1.5em;
	padding-top: 15px;
}

table.prices tr.price th span.note {
	font-size: 0.4em;
}

table.prices tr.price span.sign {
	font-size: 1.5em;
	color: #B7C6FF;
	line-height: 1em;
}

table.prices tr.price span.amount {
	font-size: 2.5em;
	font-weight: bold;
	color: #06C;
	line-height: 1em;
}

table.prices tr.diskspace th {
	font-size: 1.3em;
}

table.prices span.note {
	display: block;
	font-size: 0.9em;
	text-align: center;
}

table.prices th.gold {
	color: #DFB434;
}

table.prices th.silver {
	color: #7F7C72;
}

table.prices th.bronze {
	color: #AF6031;
}

table.prices th.platinum {
	color: #C7C7AF;
}

table.prices th.linux {
	color: #3E8238;
}

table.prices th.windows {
	color: #B72222;
}

table.prices th.uktld {
	color: #B72222;
}

table.prices th.gtld {
	color: #3E8238;
}

table.prices th.cctld {
	color: #DFB434;
}

table.prices tr.discount {
	font-size: 1.3em;
	font-weight: bold;
}



/**********************************************************
 * Special Things                                         *
 **********************************************************/

#homepage-slideshow {
	position: absolute;
	top: -40px;
	right: -20px;
}

p.durham-photo {
	position: absolute;
	top: -40px;
	left: -20px;
}

div.news-intro h1,
div.news-intro p {
	margin-left: 260px;
}

div.news-intro img {
	position: absolute;
	bottom: -31px;
	left: -40px;
}

p.mediaicons {
	margin: -1em 0 0 0;
}

img.server-towers {
	margin-top: -120px;
	margin-bottom: -20px;
}

/**********************************************************
 * News                                                   *
 **********************************************************/

div.news h3 a {
	text-decoration: none;
}

div.news h3 a:hover {
	text-decoration: underline;
}

body.home div.news h3 a {
	text-decoration: underline;
}

body.home div.news h3 a:hover {
	text-decoration: none;
}

body.home div.news h3 {
	font-size: 1em;
}

body.home div.news p {
	font-size: 0.9em;
}

div.news p.added {
	font-weight: bold;
	background-image: url(/graphics/bullet.png);
	background-position: 0 7px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
}

body.home div.news p.added {
	margin: 0 1em 0 0;
	float: left;
}

div.news div.headline {
	border-bottom: 2px solid #EEE;
	margin-bottom: 1em;
}

div.news-item {
	border-bottom: 2px solid #EEE;
	border-top: 2px solid #EEE;
	margin: 1em 0;
	padding-top: 1em;
}

p.return {
	text-align: right;
}


/**********************************************************
 * Portfolio                                              *
 **********************************************************/

div.portfolio {
	background-color: #333;
	background-image: url(/graphics/lowlight-background.png);
	padding-top: 15px;
	font-size: 0.85em;
}

div.portfolio div.border {
	padding-top: 0;
}

div.portfolio h2 {
	margin-bottom: 0;
}

div.portfolio * {
	color: White;
	line-height: 1.3em;
}


div.portfolio p {
	margin-bottom: none;
}

div.portfolio ul.projects {
	margin: 0;
	padding: 0;
}

div.portfolio ul.projects li.jcarousel-item,
div.portfolio ul.projects li.portfolio-item {
	margin: 0 0 0 0;
	padding: 0 40px 0 480px;
	background-image: none;
	float: left;
	width: 400px;
	position: relative;
	height: 237px;
	overflow: hidden;
	background-color: #666;
}

div.portfolio ul.projects li.jcarousel-item img,
div.portfolio ul.projects li.portfolio-item img {
	position: absolute;
	top: 0;
	left: 40px;
}

div.portfolio div.info {
	height: 232px;
	overflow: auto;
	padding: 5px 20px 0 20px;
	background-color: #666;
}

div.portfolio div.info li {
	background-position: 0 4px;
}

div.portfolio .jcarousel-container {
	padding: 0;
}

div.portfolio .jcarousel-clip {
	width: 920px;
}

div.portfolio .jcarousel-prev,
div.portfolio .jcarousel-next {
	position: absolute;
	top: 0px;
	width: 40px;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	cursor: pointer;
}

div.portfolio .jcarousel-next {
	right: 0;
	background-image: url(/graphics/portfolio-next.png);
}

div.portfolio .jcarousel-prev {
	left: 0;
	background-image: url(/graphics/portfolio-prev.png);
	
}

div.portfolio .jcarousel-next-disabled,
div.portfolio .jcarousel-prev-disabled {
	background-position: 0% 0%;
	cursor: default;
}



/**********************************************************
 * Mini Portfolio                                         *
 **********************************************************/

.cols div.portfolio {
	background-image: none;
	padding-top: 0;
	margin-top: 18px;
	font-size: 0.9em;
	width: 440px;
}



.cols div.portfolio ul.projects li.jcarousel-item,
.cols div.portfolio ul.projects li.portfolio-item {
	padding: 248px 0 0 0;
	width: 440px;
	height: auto;
	background-color: #333;
	margin: 0;
}

.cols div.portfolio ul.projects li.jcarousel-item img,
.cols div.portfolio ul.projects li.portfolio-item img {
	left: 0;
}

.cols div.portfolio p.info {
	padding: 5px 45px;
	margin: 0;
	line-height: 1em;
}

.cols div.portfolio p.info a.more {
	float: right;
}


.cols div.portfolio .jcarousel-clip {
	width: 440px;
}

/*body.home .cols div.portfolio {
	border: 1px solid #EEE;
	padding: 5px;
	position: absolute;
	top: 30px;
	left: -5px;
	background-color: White;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	transform: rotate(-5deg);
}*/




/**********************************************************
 * WHOIS Domain Lookup                                    *
 **********************************************************/

form.whois label {
	display: block;
	
}

form.whois input#whois-query {
	width: 600px;
	font-size: 1.6em;
	padding: 3px;
}

form.whois  button {
	font-size: 1.6em;
	padding-left: 15px;
	padding-right: 15px;
}

ul.whois-list {
	float: left;
	width: 100%;
}

ul.whois-list li {
	float: left;
	width: 263px;
	margin-right: 25px;
	font-weight: bold;
}

ul.whois-list li.taken {
	color: #CC0000;
}

ul.whois-list li.available {
	color: #00CC00;
}

ul.whois-list li span {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
	margin-left: 5px;
}

pre.whois-results {
	font-size: 0.9em;
	border: 1px solid #CCC;
	background-color: #EEE;
	margin: 40px;
	padding: 40px;
}


/**********************************************************
 * Customer Web Stats                                     *
 **********************************************************/

form.stats label {
	display: block;
	
}

form.stats input#stats-username {
	width: 600px;
	font-size: 1.6em;
	padding: 3px;
}

form.stats  button {
	font-size: 1.6em;
	padding-left: 15px;
	padding-right: 15px;
}










