/*  
Theme Name: Domainers Theme
Version: v.1
Description: The 5 Minute Deployment Tool Every Domainer Should Have In Their Domaining Toolbox.
Author URI: http://www.DomainersTheme.com
*/

* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	text-align: center;
	height: 100%;
}

.wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -157px; /* the bottom margin is the negative value of the footer's height */
	text-align: left;
}

.header {
	height: 86px;
}

#logobox {
	position:relative;
	margin: 0 auto 0 auto;
	width:800px;
}

#buycontainer {
	position: relative;
	width:800px;
	float:left;
}

#buy {
	position:relative;
	background:#fff;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	padding:5px;
	float:right;
}

.tablink {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	font-weight:normal;
}

.tablink:link, a:visited {
	text-decoration: none;
	color: #3d7bad;
}

.tablink:hover { 
	text-decoration: underline;
	color: #8fb92f;
}

#logocontainer {
	position: relative;
	height:50px;
	width:800px;
	float:left;
}

#logo {
	background: url(img/logo.png);
	margin-top:0px;width: 271px;
	height: 25px;
	position: relative;
}

#logo a {
	position: absolute;top: 0;left: 0;
	width: 271px;
	height: 25px;
}

#logo a h2 {
	display: none;
}



#middle {
	width: 100%;
	height:385px;
	border-top:1px solid #005596;
	border-bottom:1px solid #005596;
}

#centerwrap {
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

.actioncall {
	width:800px;
	height:30px;
	margin-top:30px;
	margin-bottom:30px;
	text-align: center;
}

.actiontext {
	width:790px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #3a8059;
	padding:5px;
	background:#fff8dd;
}



#searchholder {
	position:relative;
	margin-bottom:50px;
	width:800px;
	float:left;
}

#advertisement {
	position:relative;
	margin-left:30px;
	width:728px;
	height:90px;
	float:left;
}



/*------------------ SEARCH ----------------------*/

#searchformbox {
	position:relative;
	width:800px;
	float:left;
}



.fieldsearch {
	position:relative;
	height:48px;
	width:550px;
	padding-top:10px;
	padding-bottom:3px;
	padding-left:5px;
	background-color: #FFF;
	border:1px solid #3d7bad;
	font-size: 35px;
	color:#808080;
	float:left;
}





#searchbutton {
  	width:192px;          
  	height:64px;   
  	cursor:pointer; 
  	overflow:hidden;    
  	float:right;  
}

#searchbutton:hover input {
  	margin-top:-64px;   
}










/*------------------------------------------------*/
/*------------------[SUPER BOX]----------------------*/
/*------------------------------------------------*/

#superbox-overlay {
	position:fixed;top:0;left:0;
	z-index:9998;
	width:100%;
	height:100%;
}

#superbox-wrapper {
	position:fixed;
	z-index:9999;top:0;
	display:table;
	width:100%;
	height:100%;
}

#superbox-container {
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
}

#superbox {
	margin:0 auto;
	padding:0;
	border:5px solid #7F969A;
}

#superbox-container .loading {
	margin:0;
	text-align:center;
}

/* IE7 */
*:first-child+html #superbox-container {
	position:absolute;
	height:auto;
	top:50%;
	display:block;
}

*:first-child+html #superbox {
	position:relative;
	top:-50%;
	display:block;
}

/* IE6 - Thanks to Thickbox for IE expressions */

* html #superbox-container {
	position:absolute;
	top:50%;
	display:block;
	height:auto;
}

* html #superbox {
	position:relative;
	top:-50%;
	display:block;
}

* html #superbox-overlay { 
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');
}

* html #superbox-wrapper {
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

/* Default Theme */

#superbox-overlay {
	background:#FFF;
}

#superbox-container .loading {
	text-align:center;
	font-size:40px;
	color:#555;
}

#superbox {
	padding:10px;
	background:#fff;
}

#superbox-innerbox {
	padding:10px 0;
}

#superbox.image {
	text-align:center;
}

/*#superbox .close,*/

#superbox .close a {
	padding:0 5px;
	line-height:20px;
	background:#333;
	cursor:pointer;
	float:right;
}
#superbox .close a span {
	color:#fff;
}

#superbox .nextprev {
	overflow:hidden;
	margin:0;
}









/*------------------ FOOTER / DOMAIN INFO ----------------------*/


#domaininfo {
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;text-align: left;
}

#domaincopy {
	position:relative;
	width:350px;
	padding-right:25px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size:14px;
	border-right:1px dotted #000;
	color:#757575;
	float:left;
}

#domainheadline {
	position:relative;
	width:350px;
	margin-top:20px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #757575;
}

.domainlist {
	position:relative;
	margin-top: 0px;
	margin-left:20px;
	float:left;
}

.domainlist ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


.domainlist li {
	color: #757575;
	font-family: Arial, Helvetica, Georgia, Sans-serif;font-size: 11px;font-weight:bold;color: #757575;
	padding-top: 2px;
	padding-bottom: 0px;
	text-decoration: none;
	background-image: url(img/greenarrow.png);
	background-repeat: no-repeat;
	background-position:  0px;
	padding-left: 25px;
	margin: 0;
	display: block;
}

.domainlist li a {
	color: #757575;
	text-decoration:none;
}



.domainlist li a:hover {
	color:#cd0000;
	text-decoration:none;
	}



#footerspace {
	position:relative;
	width:800px;
	height:30px;
	float:left;
}