body, h1, h2, h3, h4, h5, h6, ul {
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

body{
		background-color:#F7F7F7;
		color:#333;
}

a {
	color:#4E6D9D;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


#top-menu {
	background-color:#EFEFEF;
	
}
#top-menu ul {
	list-style:none;
	width:760px;
	font-size:14px;
	margin:0 auto;
	text-align:right;
	background:inherit;
	padding:0;
	height:40px;
}
#top-menu li {
	display:inline;
	margin:0 5px;
	line-height:40px;
	height:40px;
	padding:0;
}
#top-menu a {
	color:#4E6D9D;
	text-decoration:none;
	line-height:40px;
	height:40px;
}

#top-menu a:hover, #top-menu a#current {
	color:#999;
	text-decoration:underline;
}

/*#top-menu a:hover {
	background:url(http://domains.ly/images/tri.png) center bottom no-repeat #4D6C9D;
	color:#fff;
	line-height:40px;
	height:40px;
}*/

#header {
	height:110px;
	margin-top:5px;
}
#header-top {
	line-height:normal;
	overflow:hidden;
	font-size:14px;
	width:760px;
	height:67px;
	margin:0 auto;
	font-size:14px;
}
#header-top ul {
	padding:27px 10px 0 0;
	list-style:none;
	text-align:center;
	float:right;
	/*margin-top:15px;*/
	}
#header-top li {
	display:inline;
}
#header-top a {
	background:url(http://domains.ly/images/menu-bg-left.gif) no-repeat left top;
	padding:0 0 0 5px;
	text-decoration:none;
	float:left;
	color:#999999;
	line-height:20px;
}
#header-top a span {
	display:block;
	background:url(http://domains.ly/images/menu-bg-right.gif) no-repeat right top;
	padding:12px 10px 8px 5px;
	margin-right:2px;
	float:left;
	line-height:20px;
}
#header-top a:hover {
	background-position:0 -42px;
}
#header-top a:hover span {
	background-position:100% -42px;
}

#header-top a#current{
	background-position:0 -42px;
}

#header-top a#current span{
	background-position:100% -42px;
}

#header-top a#loginbtn {
	background:url(http://domains.ly/images/menu-bg-left-blue.gif) no-repeat left top;
	padding:0 0 0 5px;
	text-decoration:none;
	float:left;
	color:#fff;
	line-height:20px;
}

#header-top a#loginbtn span {
	display:block;
	background:url(http://domains.ly/images/menu-bg-right-blue.gif) no-repeat right top;
	padding:12px 10px 8px 5px;
	margin-right:2px;
	float:left;
	line-height:20px;
}

#header-top a#loginbtn:hover {
	background-position:0 -42px;
}
#header-top a#loginbtn:hover span {
	background-position:100% -42px;
}

#logo {
	display:inline;
	float:left;
	margin-left:20px;
}
#logo a {
	background:url(http://domains.ly/images/logo.gif) no-repeat;
	width:187px;
	height:60px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
#logo a:hover {
	background:url(http://domains.ly/images/logo.gif) no-repeat;
	width:187px;
	height:60px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
#header-bottom {
	width:760px;
	background:url(http://domains.ly/images/header-btm-left.gif) top left no-repeat #EEEEEE;
	margin:0 auto;
	height:43px;
	clear:both;
	font-size:14px;
}
#header-bottom-content {
	width:728px;
	background:url(http://domains.ly/images/header-bottom-right.gif) top right no-repeat #EEEEEE;
	margin-left:20px;
	text-align:right;
	padding-right:12px;
	line-height:43px;
}
#header-bottom-content ul {
	list-style:none;
	background:transparent;
}
#header-bottom-content li {
	display:inline;
	margin:0 5px;
}
#header-bottom-content a {
	color:#4E6D9D;
	text-decoration:none;
}

#header-bottom-content a:hover {
	color:#999;
	text-decoration:underline; 
}

#middle {
	background:#EFEFEF;
	margin:2px auto;
	width:100%;
	position:relative;
	overflow:hidden;
	
}
#content {
	background:#EEEEEE;
	height:100%;
	width:721px;
	margin:0 auto;
	padding:10px 17px 35px 22px;
	min-height:400px;
	vertical-align:top;
	
}

#content ul{
	margin:5px 0 5px 15px;
}

#content li{
	margin:0 0 10px 0;
}


#blogContent-left{
	width:480px;
	float:left;
}

#blogContent-left ul{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

#blogContent-right{
	background:url(http://domains.ly/images/blog-right-top.gif) left top no-repeat #4E6D9D;
	float:left;
	text-align:left;
	width:100%;
	z-index:5;
	position:absolute;
	top:23px;
	left:60%;
	right:0;
}

#blogContent-right-content{
	width:220px;
	color:#fff;
	background:transparent;
	padding:20px 0 0 10px;
	margin:0;
}

#blogContent-right-content h4{
	padding:0;
	margin:5px 0;
	color:#fff;
	background:transparent;
}

#blogContent-right-content ul{
	list-style:none;
	padding-left:10px;
	font-size:14px;
	margin:5px 0;
}

#blogContent-right-content a{
color:#fff;
}

#blogContent-right-content a:hover{
color:#fff;
}

#blogContent-right-content-btm{
	height:8px;
	width:100%;
	background:url(../images/blog-right-bottom.gif) left top no-repeat #4E6D9D;
}

#footer {
	width:760px;
	margin:0 auto;
	clear:both;
}
#footer-top {
	background:url(http://domains.ly/images/inside-footer-left-bg.gif) left bottom no-repeat #EEEEEE;
}
#footer-top-content {
	background:url(http://domains.ly/images/inside-footer-right-bg.gif) right bottom no-repeat;
	height:47px;
	padding:20px 17px 0px 22px;
	font-size:12px;
}
#footer-top-content p{
	margin:0;
}
#footer-bottom {
	height:25px;
	line-height:25px;
	margin-top:10px;
	font-size:14px;
}
#footer-bottom ul {
	list-style:none;
	background:transparent;
}
#footer-bottom li {
	display:inline;
	margin:0 5px;
}
#footer-bottom a {
	color:#999999;
	text-decoration:none;
}

#footer-bottom {
	margin:0;
}

.home{
	width:578px;
	height:82px;
	color:#FFF;
	padding:12px 20px 0 102px;
	margin:0 auto 35px auto;
}

.home h2{
	background:transparent;
	font-size:28px;
	color:#fff;
}

.home p{
	font-size:12px;
	text-align:justify;
	margin:5px 0 0 0;
	padding:0;
}

.home a{
	text-decoration:none;
	color:#FFF;
}

#buy-domains{
	background:url(http://domains.ly/images/buy-domains.gif) no-repeat;
	margin-top:20px;
}

#sell-domains{
	background:url(http://domains.ly/images/sell-domains.gif) no-repeat;
}

#domain-hacks{
	background:url(http://domains.ly/images/domain-hacks.gif) no-repeat;
}

.form {
	margin:0 auto;
	color:#999;
	font-size:20px;
	background:#EFEFEF;
}

.form label{
	height:40px;
	line-height:40px;
	display:block;
	margin-bottom:5px;
}

.form select{
	height:40px;
	line-height:40px;
	vertical-align:middle;
	/*font-size:20px;
	background:#E8E8E8;*/
	float:left;
	
}

.form input:focus {
	outline:none;
}

.text {
	background:url(http://domains.ly/images/input-bg-right.png) no-repeat 100% 0;
	float:left;
	margin-left: 5px;

/*size:460px;*/
}

.text input {	
	background:url(http://domains.ly/images/input-bg-left.png) no-repeat 0 0;
	border:0;
    margin-left: -5px;
	padding:5px 5px 0 5px;
	height:40px;
	line-height:40px;
	overflow:hidden;	
	vertical-align:middle;
	font-size:20px;
	float:left;
	color:#4E6D9D;


}

.loginInput {
	width:460px;
}

.lyHackInput {
	width:500px;
}

input.bluebtn {
	background:url(http://domains.ly/images/login-btn-bg.png) no-repeat;
	width:200px;
	height:40px;
	color:#fff;
	font-size:20px;
	border:0;
	float:right;
}

.form-left{
	width:200px;
	float:left;
	text-align:right;
}

.form-right{
	width:465px;
	float:left;
	text-align:left;
	margin-left:10px;
}

.form-right span{
	height:25px;
	line-height:25px;
	vertical-align:top;
	margin:0 0 5px 0;
	padding:0;
	display:block;
}

.form-checkbox input{
	text-align:left;
	float:left;
	vertical-align:middle;
	display:inline;
	height:20px;
}

.form-checkbox p{
	text-align:left;
	float:left;
	vertical-align:middle;
	display:inline;
	padding:0 0 0 10px;
	margin:0 0 5px 0;
}
/* ----------------------------*/

.profile-form {
	margin:0 auto;
	line-height:25px;
}

.profile-form h3{
	margin:0 auto 15px 0;
	color:#4E6D9D;
	font-size:18px;
	padding:0;
	font-weight:normal;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	background:none;
}

h3{
	margin:0 auto 15px 0;
	color:#4E6D9D;
	font-size:18px;
	padding:0;
	font-weight:normal;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	background:none;
}

caption{
	margin:0 auto 15px 0;
	color:#4E6D9D;
	font-size:18px;
	padding:0;
	font-weight:normal;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	background:none;
}

#contactpage label{
	float:left;
	display:inline;
}

textarea {
	width: 97%;
	height: 20em;
	padding: 3px;
	border:1px solid #ccc;
	background:#fff;
}


.date{
	font-size:12px;
	text-align:right;
}

.profile-form label{
	height:25px;
	line-height:25px;
	display:block;
	margin-bottom:5px;
	vertical-align:top;
}

.profile-form label.blueRight{
	height:25px;
	line-height:25px;
	display:block;
	margin-bottom:5px;
	color:#4E6D9D;
	text-align:left;
}

.profile-form select{
	height:25px;
	line-height:25px;
	vertical-align:middle;
	background:url(http://domains.ly/images/select-bg.gif) top right no-repeat #fff;
	font-size:16px;
	border:1px solid #ccc;
	float:left;
	margin-bottom:5px;
}

.profile-form input.wb, .profile-form textarea.wb{
	border:1px solid #ccc;
	background:#fff;
	height:25px;
	line-height:25px;
	overflow:hidden;	
	vertical-align:middle;
	font-size:16px;
	display:block;
	padding:0 5px;
	margin-bottom:5px;
	clear:both;
}

/* ---- buydomains-table ----*/
.buydomains-table
{
	width: 350px;
	text-align: left;
	border-collapse: collapse;
	margin-left:10px;
}
.buydomains-table caption{
	text-align:left;
}
.buydomains-table th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
}
.buydomains-table td
{
	padding: 8px;
}

.buydomains-table td.center
{
	text-align:center;
}

.buydomains-table td.right
{
	text-align:right;
}

.buydomains-table .odd
{
	background: #e7e7e7; 
}
/* ---------------------------*/

#dashboard{
	width:725px;
	font-weight:bold;
	margin-bottom:15px;
}

#dashboard ul{
	list-style:none;
	background:transparent;
	margin:0;
	padding:0;
}
#dashboard li{
	line-height:30px;
	height:30px;
	border-top:dashed 1px #CCC;
}

#dashboard li.last{
	border-bottom:dashed 1px #CCC;
}

#dashboard-left{
	width:50%;
	float:left;
	text-align:right;
}

#dashboard-left li{
	padding-right:10px;
	border-right:none;
}

#dashboard-right{
	width:50%;
	float:left;
	text-align:left;	
}

#dashboard-right li{
	padding-left:10px;
	color:#4E6D9D;
	border-left:dashed 1px #CCC;
}



.clr{
	clear:both;
}
hr { 	border:1px solid #ccc;
	background:none;
}

.error, .success, .info{
	height:60px;
	width:676px;
	padding-left:40px;
	margin-bottom:15px;
	line-height:60px;
}

.error{
	background:url(http://domains.ly/images/delete.png) 15px 50% no-repeat #FFD7D7;
	border:#FFAEAE 1px solid;	
	color:#990000;	
}

.success{
	background:url(http://domains.ly/images/ok.png) 15px 50% no-repeat #D3E9BE;
	border:#AED786 1px solid;
	color:#416220;
}

.info{
	background:url(http://domains.ly/images/information.png) 15px 50% no-repeat #D9E0EC;
	border:#97ACCC 1px solid;
	color:#4E6D9D;
}

.warning{
	width:691px;
	padding:0 15px;
	margin-bottom:10px;
	border:#FFCC00 1px solid;	
	color:#FF9900;
	background:#FFF3C4;
}
.warning p{
	background:url(http://domains.ly/images/warning.png) 0 0 no-repeat;
    margin:5px 0;
	padding-left:40px;
}


.Ajaxerror, .AjaxOk {
	width:656px;
	padding-left:15px;
	margin-bottom:10px;

}

.Ajaxerror {
	border:#FFAEAE 1px solid;	
	color:#990000;
	background:#FFD7D7;	
}
.Ajaxerror p{
	background:url(http://domains.ly/images/delete.png) 0 50% no-repeat;
    margin:5px 0;
	padding-left:40px;
}

.AjaxOk {
	border:#AED786 1px solid;	
	color:#416220;
	background:#D3E9BE;
}
.AjaxOk p{
	background:url(http://domains.ly/images/ok.png) 0 50% no-repeat;
    margin:5px 0;
	padding-left:40px;
}

#breadcrumbs{
	text-align:left;
	font-size:12px;
	margin: 10px 0;
}

.paginator{
	margin:20px 0 10px 0;
	font-size:14px;
}



/*======================= DomainsHack ====================================*/
#domain_wrapper {
	min-height: 500px;
	padding:0;
	height: 400px;
}


#domain_wrapper .search {
	background:url(http://domains.ly/images/login-btn-bg.png) no-repeat;
	width:200px;
	height:40px;
	color:#fff;
	font-size:20px;
	border:0;
	float:right;
	display:inline;
}


#hack_results {
	margin: 0px auto;
	padding: 0;
	text-align: left;
	min-height: 70px;
}

/*#hack_text {
    margin: 10px auto;
	padding: 0;
	width: 484px;
	text-align: left;
}*/
.domLine {
	height: 30px;
	margin: 5px 0 5px 8px;
	width:500px;
}
.domResult {
	float: left;
	display: block;
	font-size:16px;
	color: #999;
	width:200px;
	height:30px;
}
.domLink {
	float: left;
	display: block;
	height:30px;
}
.hack_www {
	font-weight: bold;
	color: #777;
	text-decoration: none;
	margin-left: 75px;
}
.hack_whois {
	font-weight: bold;
	color: #777;
	text-decoration: none;
}
.hack_reg {
	color:#335687;
	width: 100px;
	margin-left: 75px;
}
.hack_domain {
	font-weight: bold;
	color: #335687;
}

.hack_notaval {
	background: url(http://domains.ly/images/notaval.png) center 3px no-repeat;
	height: 20px;
	width: 20px;
	float: left;
}
.hack_aval {
	background: url(http://domains.ly/images/aval.png) center 3px no-repeat;
	float: left;
	height: 20px;
	width: 20px;
}


.hack_errmsg {
	margin: 5px 0 0 0;
	padding: 10px 0 0 25px;
	background: url(http://domains.ly/images/no.png) no-repeat 0px 10px;
	text-align: left;
	width: 455px;
	color: #666;
	
}

p#links {
margin-bottom: 20px;
}

/*========================================================================*/


span.archive {
	margin:20px 0 10px 0;
	display:block;
	font-weight:bold;
}

.comment-owner, .comment-buyer{	
	min-height:75px;
	padding:15px;
}
.comment-owner{
	background:url(../images/grey-bg.png) top left repeat-x;
}

.comment-buyer{
	background:url(../images/blue-bg.png) top left repeat-x;
}

.comments-header{
	height:25px;
	background:#cecece;
	line-height:25px;
}

.comments-header-left{
	width:45%;
	float:left;
	padding-left:10px;
}
.comments-header-right{
	width:50%;
	float:right;
}