/* Remember to update pro's style */

/* --- reset --- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/* --- general formatting --- */

body {
	background: #303030 url("/images/bg.jpg");
	color: #000;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

.strong, strong, b, tr.strong td { font-weight: bold; }
.hidden { display: none; }
em { font-style: italic; }

h2,h3,h4,h5,h6,p,ul,ol,hr,pre,blockquote,table { margin-bottom: 20px; }

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: 'Ubuntu', Helvetica Neue, Arial, Helvetica, sans-serif;
}

h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

strong { font-weight: bold; }
small, .small { font-size: 10px; }

ul li {
	margin: 0 0 0 2em;
	list-style-type: disc;
}

code {
	padding: 0 5px;
	font-family: Courier New, Courier, monospace;
}

abbr { border-bottom: 1px dotted #333; }

noscript {
	display: block;
	margin: 20px 10px 0;
	font-size: 16px;
	background-color: #F9FF41;
	border: 1px solid #8E921D;
	padding: 10px;
	text-align: center;
}

pre {
	background: #ccc;
	padding: 20px;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	line-height: 12px;
}

/* --- special classes --- */

.clear { clear: both; }
.alignright { float: right; }
del, del * { color: #666; }

.message, .highlight {
	background-color: #F9FF41;
	border: 1px solid #8E921D;
	padding: 20px 20px 10px;
	overflow: hidden;
	margin: 0 0 20px;
}

p.message { padding: 10px; }

/* --- layout --- */

#container {
	width: 712px;
	margin: 30px auto 10px;
}

#content, .pro {
	background-color: white;
	padding: 0 10px;
	border: 1px solid #666;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 5px #000;
	-moz-box-shadow: 0px 1px 5px #000;
	box-shadow: 0px 1px 5px #000;
	position: relative;
	z-index: 300;
}

#footer {
	text-align: center;
	clear: both;
	color: white;
	margin: 25px 20px 10px;
}

/* --- hidden --- */

#veil {
	display: none;
	position: fixed;
	z-index: 400;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.5;
	cursor: pointer;
}

#about {
	display: none;
	position: fixed;
	z-index: 500;
	top: 50px;
	left: 50%;
	width: 592px;
	background-color: white;
	margin: 0 0 0 -317px;
	padding: 15px 20px 10px;
	border: 1px solid #828282;
	max-height: 90%;
	overflow: auto;
	box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
}

#about_link {
	position: absolute;
	bottom: 20px;
	left: -20px;
	z-index: 400;
	padding: 5px 7px;
	color: white;
	background-color: #036100;
	border: 1px solid #023F00;
	font-size: 17px;
	text-decoration: none;
	box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	text-shadow: 0 -1px 1px #666;
}

#about_link:hover { background-color: #047C00}

/* --- header --- */

#header {
	position: relative;
	overflow: hidden;
}

#header h1 a {
	display: block;
	background: url("/images/header.jpg") top left no-repeat;
	height: 42px;
	width: 472px;
	margin: 0 0 10px;
	text-indent: -500px;
	overflow: hidden;
	float: left;
}

#nav {
	float: right;
	margin: 0 2px -10px -10px;
	line-height: 47px;
}

#nav li {
	list-style-type: none;
	display: inline;
	margin: 0 0 0 10px;
}

#nav a {
	color: #ccc;
	text-decoration: none;
}

#nav a.current {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

/* --- results --- */

#results {
	border: 1px solid #666;
	border-width: 0 1px 1px 1px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-color: #eee;
	overflow-y: auto;
	overflow-x: hidden;
	height: auto;
	padding: 20px 20px 0;
	margin: -10px 20px 0;
	height: 0;
	box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
	-moz-box-shadow: 0px 1px 5px #000;
	position: relative;
	z-index: 200;
}

#results h2 { margin-top: 10px; }
#results ol  { display: none; }
#results ol.visible  { display: block; }

#results li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

#results ol li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

#results li a {
	font-size: 16px;
	color: #20c;
}

#results span, cite {
	display: block;
	line-height: 15px;
	margin: 5px 0;
	max-height: 32px;
	overflow: hidden;
}

#results span a {
	display: inline;
	font-size: inherit;
}

#results cite {
	color: green;
	max-height: 16px;
}

#results ol li.found {
	background-color: #F9FF41;
	border: 1px solid #8E921D;
	margin: -11px -10px 10px;
	padding: 7px 10px 5px;
}

#results ol li.found:first-child { margin-top: 0; }
#results li.found span, #results li.found cite { max-height: 10em; }

#results li em { font-weight: bold; }
#results li b { font-weight: normal; }

/* --- flags and spinners --- */

#theform #loading {
	display: none;
	background: url("images/ajax.gif");
	position: absolute;
	width: 31px;
	height: 31px;
	top: -2px;
	right: 5px;
}

#whichpage_flag {
	display: none;
	position: absolute;
	width: 80px;
	z-index: 100;
	left: 50%;
	margin: 25px 0 0 250px;
	padding: 10px 0;
	font-size: 9px;
	font-weight:bold;
	line-height: 9px;
	color: white;
	background-color: #971616;
	border: 1px solid #520A0A;
	text-align: center;
	border-width: 1px 1px 1px 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	text-shadow: 0 -1px 1px #666;
}

#whichpage {
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
	display: block;
}

/* --- about --- */

#about a { color: black; }

/* --- forms --- */

form {
	overflow: hidden;
	padding: 20px 10px 0;
}

#theform p {
	height: 45px;
	position: relative;
	margin: 0;
}

label {
	font-size: 20px;
	cursor: pointer;
}

#theform label {
	float: left; 
	line-height: 35px;
}

.button {
	width: 100px;
	margin: 0 7px 0 0;
	line-height: 25px;
	height: 27px;
	font-size: 14px;
	padding: 0;
	border: 1px solid #666;
	background: #dbdbdb url("/images/button.jpg") 0 -75px repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	cursor: pointer;
	vertical-align: top;
	text-align: center;
	-moz-box-shadow: inset 0px -1px 1px #fff;
	box-shadow: inset 0px -1px 1px #fff;
}

a.button {
	display: inline-block;
	text-decoration: none;
	height: 25px;
}

.button:hover { background-position: 0 -70px; }
.button:active { background-position: 0 -35px; }
.button::-moz-focus-inner { border: 0; } /* http://christophzillgens.com/en/articles/equal-height-input-and-button-elements-in-firefox-and-safari */

p.button_row {
	float: right;
	width: 527px;
	height: auto;
}

.textinput {
	float: right;
	vertical-align: top;
	font-size: 20px;
	height: 1.5em;
	line-height: 1em;
	text-indent: .2em;
	width: 525px;
	border: 1px solid #666;
	background-color: #fff;
	-moz-box-shadow: inset 0 2px 2px #dbdbdb;
	-webkit-box-shadow: inset 0 2px 2px #dbdbdb;
	box-shadow: inset 0 2px 2px #dbdbdb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}

.pro ol .textinput {
	float: none;
	margin: 5px 0 0 0;
	display: block;
}

.textinput.empty { border-color: red; }

#theform span {
	float: right;
	width: 527px;
	font-size: 20px;
	line-height: 35px;
	display: block;
	color: #666;
}

select {
	font-size: 20px;
	padding: 0;
	border: 0;
	width: auto;
	background-color: #eee;
	cursor: pointer;
}

.textinput:focus, select:focus, .button:focus {
	-moz-box-shadow: inset 0 2px 2px #dbdbdb, 0 0 3px #00f6ff;
	box-shadow: inset 0 2px 2px #dbdbdb, 0 0 3px #00f6ff;
}

/* --- footer --- */

#pRelevance {
	position: absolute;
	left: -999px;
}

#footer a { color: white; }

#footer .adsense {
	display: block;
	margin: 0 20px 15px 0;
	float: left;
}

.noads {
	width: 468px;
	margin: 0 0 15px 0;
	float: left;
	text-align: left;
}

.noads strong {
	font-size: 16px;
}

#coffee {
	background: url("/images/coffee.jpg") -38px -20px;
	width: 184px;
	height: 60px;
	display: block;
	float: right;
	overflow: hidden;
	margin: 0 0 15px 0;
	text-decoration: none;
	text-align: right;
	position: relative;
	opacity: .75;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
}

#coffee span {
	color: #eee;
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 50%;
	line-height: 13px;
	font-size: 11px;
	letter-spacing: -.01em;
	font-weight: bold;
}

#coffee:hover { opacity: .85; }
#coffee:hover span { color: #fff; }

#footer p { clear: both; }

/* --- pro / paddedcontent --- */

#formLogIn {
	float: right;
	width: 218px;
	padding: 10px;
	margin: 5px -40px 20px 20px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #eee;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	border: 1px solid #666;
}

#formLogIn .textinput {
	width: 206px;
	min-width: 206px;
	max-width: 206px;
}

#formLogIn h4, #formLogIn p { margin: 0 0 5px; }
#formLogIn * { float: none; }

#formLogIn .message {
	padding: 0;
	background: inherit;
	border: none;
	font-style: italic;
}

#pGetStarted { margin: 0 0 20px -5px; }

#aGetStarted {
	background: url("/images/getstarted.jpg") top left no-repeat;
	display: block;
	width: 299px;
	height: 71px;
	text-indent: -999px;
	overflow: hidden;
}

#aGetStarted:hover { background-position: 0 -76px; }
#aGetStarted:active { background-position: 0 -152px; }

#tableProcess {
	width: 100%;
	table-layout: fixed;
}

#tableProcess td {
	padding: 0 10px;
	border-right: 1px solid #ccc;
}

#tableProcess td:first-child { padding-left: 0; }

#tableProcess td:last-child {
	padding-right: 0;
	border: none;
}

#tableProcess h4 { margin: 0 0 10px; }

#tableProcess h4 span {
	float: left;
	font-size: 40px;
	line-height: 40px;
	height: 30px;
	width: 30px;
	display: block;
	color: #666;
}

#tableProcess p { margin: 0 0 0 10px; }

#tablePricing {
	margin: -10px auto 25px;
	width: 550px;
}

#tablePricing td { text-align: center; }

#tablePricing thead td {
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 10px;
}

#tablePricing tbody {
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	box-shadow: 0px 1px 5px rgba(0,0,0,.5);
	background: #eee;
	table-layout: fixed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#tablePricing tbody tr:first-child td:first-child {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0; 
}

#tablePricing tbody tr:first-child td:last-child {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0; 
}

#tablePricing tbody tr:last-child td:first-child {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

#tablePricing tbody tr:last-child td:last-child {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

#tablePricing tbody td {
	padding: 5px 20px;
	border: 1px solid #666;
	border-bottom-color: #ccc;
	width: 50%;
}

#tablePricing .trPrice strong { font-size: 18px; }

#tablePricing .trPrice small {
	margin-left: 5px;
	color: #666;
}

#tablePricing .trPrice {
	font-size: 16px;
	margin-right: 2px;
	line-height: 25px;
}

#tablePricing .tdFree { border-width: 0 0 1px 1px; }
#tablePricing tbody .tdStandard {
	background: #a8f4a6;
	border-width: 0 1px 1px;
	border-bottom-color: #90d08e;
	border-left-color: #90d08e;
}
#tablePricing tbody tr:last-child td { border-bottom-color: #666; }
#tablePricing tbody tr:first-child td { border-top-width: 1px; }
#tablePricing .trGetStarted td { padding: 10px 20px; }
#tablePricing .trGetStarted a { margin: 0; }
#tablePricing .trGetStarted small { display: block; }

#content.paddedcontent {padding: 20px 20px 10px; }

#content.paddedcontent:after {
	content: "";
	clear: both;
	display: block;
}

.pro ol li {
	margin: 0 0 0 2em;
	list-style-type: decimal;
}

#pronav li {
	list-style-type: none;
	display: inline;
	margin: 0 1em 0 0;
}

#pronav .current {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	text-transform: uppercase;
}

.paddedcontent p { margin: 0 0 15px 0; }

.paddedcontent form {
	padding: 0;
	overflow: visible;
}

.paddedcontent form p {
	clear: both;
	margin: 0 0 10px;
}

.paddedcontent .indented {
	margin: 0 0 10px 105px;
	display: block;
}

.paddedcontent .indented label { font-weight: normal; }
.paddedcontent form > p:last-child { margin-bottom: 20px; }

.paddedcontent label {
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
	display: inline-block;
	width: 103px;
	float: left;
}

.paddedcontent label.inline {
	float: none;
	width: auto;
}

.paddedcontent .button {
	width: auto;
	padding: 0 10px;
}

.paddedcontent .textinput {
	font-size: inherit;
	padding: 3px 5px;
	display: block;
	margin: 0 0 2px;
	text-indent: 0;
	float: none;
	font-size: inherit;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
}

.paddedcontent textarea.textinput {
	max-height: 600px;
	min-height: 20px;
	height: auto;
	line-height: 15px;
}

.paddedcontent .textinput.skinny {
	width: 255px;
	max-width: 255px;
	min-width: 255px;
	display: inline-block;
	margin-right: 5px;
}

.paddedcontent textarea.textinput.big {
	height: 160px;
	width: 655px;
}

.paddedcontent form .textinput {
	margin-top: 0;
	width: 555px;
	max-width: 555px;
	min-width: 555px;
}

.paddedcontent form select.textinput {
	padding: 5px;
	width: 567px;
	max-width: 567px;
	min-width: 567px;
	line-height: 1px;
	height: auto;
	float: right;
}

.paddedcontent form select.multiselect { height: 15em; }

.paddedcontent form table {
	width: 567px;
	float: right;
	table-layout: fixed;
	margin: 0;
}

.paddedcontent table td { padding: 0 20px 0 0; }
.paddedcontent table tr td:last-child { padding: 0; }

.paddedcontent form table .textinput {
	float: none;
	width: 110px;
	min-width: 20px;
}

#selDefaultTld { margin-bottom: 10px; }
.paddedcontent .button_row { width: 567px; }

#markup { margin-bottom: 20px; }

#markup div {
	border: 1px solid #333;
	background: rgba(0,0,0,.1);
	padding: 5px 10px;
	margin: 5px 0 10px 0;
}

#markup div.inline {
	display: inline-block;
	margin: 0 0 0 5px;
}

#markup div.inline .inline {
	padding: 0 10px;
	margin: -5px 0 -5px 5px;
}

#markup .customstuff { background: #fff; }

.aToggle {
	float: right;
	margin: -35px 0 0 0;
}

.formPaypal {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px 0 !important;
	background: #FCFCFC;
	border: 1px solid #ccc;
}

.formPaypal select {
	background: #fff;
	border: 1px solid #ccc;
}

.formPaypal label {
	margin: 5px 0;
	float: none;
	width: auto;	
}

.formPaypal label.inline {
	font-weight: normal;
	white-space: pre;
	margin-bottom: 10px;
	display: inline-block;
}

.formPaypal select {
	margin: 0 0 10px;
	font-size: inherit;
}


/* --- admin --- */

.admin table thead td {
	background: #666;
	color: #fff;
	padding: 5px 10px 5px 0;
	font-size: 12px;
}

.admin table tr td:first-child { padding-left: 5px; }
#tableCache tbody:nth-child(2n), #tableUsers tbody tr:nth-child(2n) td { background: #eee; }
#tableCache tbody:nth-child(2n) td:last-child, #tableUsers tbody tr:nth-child(2n) td:last-child { padding-right: 5px; }