@import "reset.css";
/*@import "tablesort.css";*/

@import "layout.css";
@import "signup.css";
@import "thickbox.css";


/* basic styles */
body {
	
	color:#444;
	background:#f1f1f1;
	text-align: center;
	font-family: Helvetica, Arial,Verdana,_serif;
}

a {
	color:#1164e1;
	outline:none;
}
strong{
	font-weight: bold;
}
em {
	font-style: italic;
}
h1 {
	margin-bottom:10px;
	font-weight: bold;
	color:#111;
	font-size:1.9em;
	line-height: .9em;;
}
h2 {
	font-size:1.3em;
	margin-bottom:10px;
	color:#333;
	}
h3 {
	font-size:1.2em;
	color:#444;
	font-weight: bold;
	
	
}
fright {
	float:right;
}
fleft {
	float:left;
}
p {
	line-height: 1.2em;
}

h1.alt {
	font-size:1.2em;
}
h1 span.alt {
	color:#92a6b5;
}
h1.bigblu {
	color:#253749;
	font-size:36px;
}

.b20 {
	margin-bottom:20px;
}
.b10 {
	margin-bottom:10px;
}
.pad10 {
	padding:10px;
}
.pad20 {
	padding:20px;
}
.pad40 {
	padding:40px;
}
.blk {
	display:block;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.halves {
	width:50%;
}
.hide {
	display:none;
}
p {margin:1em 0;}

.snug {
	margin:0;s
}
p.subline {
	color:#555;
	font-size:12px;
}
span.alt {
	color:#4aadcb;
}
.replace {
	position: absolute;
	left:-5000px;
}
.msg {
	border:1px solid #e4cd70;
	background:#fff9df;
	padding:5px 10px;
}
.easywrap {
	border:1px solid #ccc;
	background:#f1f1f1;
	padding:20px;
	margin:8px 0;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow:0 0 4px #999;
	-webkit-box-shadow:0 0 4px #999;
	box-shadow:0 0 4px #999;
	outline:none;
	outline:0;
	width:600px;
	margin:40px auto 0 auto;
	
}
.easywrap p {
	color:#555;
}

#wrapperFull {
	width:800px;
	
}
#content {
	padding:20px;
	border:1px solid #ccc;
	-moz-box-shadow:0 0 6px #999;
	-webkit-box-shadow:0 0 6px #999;
	box-shadow:0 0 6px #999;
	background:#fff;

}

/* main content layout */
#hed {
	height:70px;
	background:#007af6 url(/public/gfx/grad-big.png) bottom repeat-x ;
	position: absolute;
	left:0;
	display:block;
	width:100%;
	border-bottom:2px solid #0051f5;
}
#header {
	height:70px;
	margin-bottom:25px;
	position: relative;
	
}
#logo {
	color:#fff;
	position: absolute;
	font-size:140%;
	left:0px;
	top:15px;
	z-index: 100;
	
}
#header p#tagline{
	position: absolute;
	left:280px;
	top:15px;
}
#nav {
	position: absolute;
	left:35%;
	top:33px;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	display: inline;
}
#nav ul li a{
	float:left;
	display:block;
	color:#f1f1f1;
	margin-right:5px;
	font-size:12px;
	text-decoration: none;
	padding:12px 25px 10px 25px;
	outline:none;
	font-size:12px;

	

}
#nav ul li a:hover,#nav ul li.current_item a {
	border-bottom: 3px solid #467391;
}
.green {
	color:#3fbc50;
}
a.go {
	display: block;
	position: absolute;
	right:150px;
	bottom:-28px;
}


ol#faq,ol#faq li {
	list-style-type: decimal;
}
ol#faq {
	padding:0 50px;
}
ol#faq li {
	margin-bottom:15px;
}
ol#faq li p {
	display:none;
	color:#777;
}
ol#faq li h2 {
	border-bottom:1px solid #ccc;
	padding:2px;
	cursor: pointer;
}
ol#faq li h2.over {
	background:#feffd6;
}
#footer {
	background:#ccc;
	margin-top:20px;
	font-size:12px;
	text-align: center;
}
#footer a {
	color:#467391;
}
#footer div.inner {
	width:964px;
	padding:40px 20px 100px 20px;
	margin:auto auto;
	text-align: center;
}
#footer ul {
	float:left;
	margin-top:10px;
	width:150px;
	margin-right:30px;
	height:200px;
}
#footer div.meta {
	float:left;
	width:540px;
}
#footer div.imgs {
	float:right;
	width:150px;
	text-align: right;
}
#footer div.imgs a {
	padding:10px;
	border:1px solid #ccc;
	background:#fff;
	display: block;
	width:120px;
	height:75px;
	text-align: center;
}
#footer ul li {
	margin-bottom:4px;
}
#footer p.copyright {
	font-size:10px;
	color:#888;
}
div#flashmsg {
	}

#domainagreement,#alphaagreement {
	width:100%;
	height:200px;
	font-size:10px;
	overflow-y: scroll;
}
div#col1 div.block ul.bene {
	margin:0;
	padding:0 0 0 20px;
}
div#col1 div.block ul.bene li {
	list-style-image: url(/public/gfx/accept.png);
	font-size:14px;
}

div.col1 div.block ol.norm {
        padding:1em 5em 1em 2em;
        font-size:.9em;
}
div.col1 div.block ol.norm li,ol.norm li{
        list-style-type: decimal;
        line-height: 1.3em;
}

blockquote {
	font-style: italic;
	color:#777;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
blockquote strong {
	font-style: normal;
	color:#555;
}

/* forms */

input[type=text],input[type=password],textarea {
	border:1px solid #c0c0c0;
	color:#777;
	padding:4px;
	background: #fff url(/public/gfx/alpha-input-bg.png) repeat-x top;
	font-size:19px;
	
}
input[type=text]:focus,input[type=password]:focus,textarea:focus {
	color:#0a63f8;
	border-color:#0a63f8;
}
select {

}
form label {
	display:block;
	font-size:12px;
	color:#999;
}
.edit {
	color:#cc0000;
}
form label.error {
	display:inline;
	color:#cc0000;
	padding:3px 0 3px 20px;
	background: url(/public/gfx/error.png) left no-repeat;
	margin-left:5px;
}
form fieldset {
	border:1px solid #d1d1d1;
	padding:10px;
	margin-bottom:10px;
	background:#f7f7f7;
}
form fieldset legend {
	color:#045d81;
}

input[type=submit],button.submit,a.button {
	border:1px solid #20b8ca;
	background: #49bfe2 url(/public/gfx/grad-small.png) bottom repeat-x ;
	color:#fff;
	padding:4px 8px;
	margin:8px 0;
	cursor: pointer;
	font-size:12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: #333 1px 1px 1px;
	font-weight: bold;
	outline:none;
	outline:0;
}
a.button:hover,input[type=submit]:hover,button.submit:hover{
background: #20b8ca url(/public/gfx/grad-small.png) bottom repeat-x ;
}
a.secondarybutton {
	border:1px solid #2f8d3c;
	background: #3fbc50 url(/public/gfx/grad-small.png) bottom repeat-x ;
	color:#fff;
	padding:4px 8px;
	margin:8px 0;
	cursor: pointer;
	font-size:12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: #333 1px 1px 1px;
	font-weight: bold;
	outline:none;
	outline:0;
	text-decoration: none;
}
a.secondarybutton:hover {
background: #2f8d3c url(/public/gfx/grad-small.png) bottom repeat-x ;
}
a.thirdbutton {
	background: #e0e0e0 url(/public/gfx/grad-small.png) bottom repeat-x ;
	color:#444;
	padding:4px 8px;
	margin:8px 0;
	cursor: pointer;
	font-size:12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: normal;
	outline:none;
	outline:0;
	text-decoration: none;

}

.snug {
	padding:0;
	margin:0;
}
.grid h2 {
	margin-bottom:2px;
}
.grid p.snug {
	margin-bottom:2em;
	font-size:12px;
}
a.b_right{
        margin:0 0 0 auto !important;
}
a.b_center{
        margin:0 auto 0 auto !important;
}


a.thirdbutton:hover {
	color:#f1f1f1;
}
button#checkDomain {
	background:#21CD66;
	border:1px solid #1CB057;
	float:left;
	outline:none;
	outline:0;
}
button.redbutton,input.redbutton {
	background:#cc0000;
	border:1px solid #8a0000;
	outline:none;
	outline:0;
}
button {
	outline:none;
	outline:0;
}
input#dcontinue {
	float:right;
}
a.button,a.secondarybutton,a.thirdbutton {
	display:block;
	width:140px;
	line-height:14px;
	text-decoration: none;
	text-align: center;
}
#homecycle {  
    height:  315px;  
    width:   415px;  
    padding: 0;  
	position: relative;
	top:-10px;	 
	 border:5px solid #fff;
	-webkit-box-shadow: 0px 2px 5px #777;
 	-moz-box-shadow: 0px 1px 5px #777; 
} 
 
#homecycle img {  
   
    width:  415px; 
    height: 314px; 
    top:  0; 
    left: 0 
    display:none;
} 

ul.benes {
	padding-left:22px;
	margin-bottom:25px;
}
ul.benes li {
	margin-bottom:2px;
	font-weight: bold;
	padding-left:10px;
}
ul.benes,ul.benes li {
	list-style-image: url(/public/gfx/asterisk_blue.png);
	
}
ul.benes,ul.benes li.orange {
	list-style-image: url(/public/gfx/asterisk_orange.png);
}
div.breakerbar {
	margin:10px 0;
	
}
div.breakerbar ul {
	clear:both;
}
div.breakerbar ul li {
	width:25%;
	float:left;
	height:1%;
	display:block;

}
div.breakerbar ul li a {
	display: block;
	background:#cbe4ec url(/public/gfx/breaker-br-bg.png) top repeat-x;
	padding:6px 0;
	height:1%;
	text-align: center;
	text-decoration: none;
	color:#4fa7ea;
	font-size:12px;
	border-top:1px solid #4fa7ea;
	border-bottom:1px solid #4fa7ea;
	font-family: "American Typewriter",Courier; 
	outline:none;
}
div.breakerbar ul li a.end {
	border-right:0;
}
div.breakerbar ul li a:hover {
	background:#366177;
	color:#fff;
}

img.infographic {
	border:1px solid #ccc;
	margin:20px 0;
	padding:0 4px;
}
.editorpreview {
	float:right;
	margin-left:15px;
	padding:5px;
	border:1px solid #ccc;
}
.editorpreview a img {
	border:2px solid #ccc;
	}
.editorpreview a:hover img {
	border:2px solid #1164E1;
}

#bleft {
	float:left;
	width:45%;
}
#bright {
	width:45%;
	float:right;
}
.smaller {
	font-size:13px;
}
#bleft p, #bright p{
}
#bleft h3, #bright h3 {
	text-transform: capitalize;
	font-size:18px;
	padding:15px 0 10px 0;
} 
#bleft img, #bright img {
	float:left;
	margin-right:20px;
}
#bleft div, #bright div {
	height:140px;
	margin-bottom:20px;
}
div.blogfeed {
	border-top:1px solid #ccc;
	margin-top:20px;
	padding-top:10px;
} 
div.blogfeed p {
	color:#888;
	font-size:12px;
}
div.blogfeed h3 {
	font-size:14px;
}
div.blogfeed span.date {
	font-size:10px;
	color:#999;
	background:#f1f1f1;
}
div.blogfeed li {
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
h2.btitle {
	color:#444;
	text-transform:uppercase; 
	background:#f1f1f1;
	font-size:12px;
	padding:4px;
}
p.bcta {
	padding:10px;
	background:#f1f1f1;
	border:1px solid #ccc;
	text-align: center;
	margin-top:40px;
}
p.bcta a{
	margin:10px auto;
}
object {
	background:#f1f1f1;
	border:1px solid #ccc;
	padding:10px;
}
div#address {
	float:right;
	background:#fff;
	padding:0 20px;
	margin-right:10px;
	width:200px;
	border:1px solid #a0cce5;

}
p.national img {
	float:left;
	margin-right:12px;
}
p.national {
	font-size:12px;
}


table.admintable td{
	padding:10px;
	text-align: left;
	background:#f1f1f1;
	border:1px solid #ccc;
	width:33%;
}
table.admintable td table td {
	background:#fff;
}
table.admintable ul li {
	margin-bottom:8px;
}
div.domainchoice div.right {
}
div.domainchoice h3 {
	text-align: center;
	margin-bottom:1em;
}
div.domainchoice div.left {
	float:left;


}

div.domainchoice div.dinner {
	padding:0 20px;
}