/**************************************************
	Reset
**************************************************/ 

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img, a img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}

/**************************************************
	Body
**************************************************/ 

body { 
	margin:20px 0;  
	padding:0;
	font:.88em/1.76em Arial, Helvetica, sans-serif;
	color:#555;
	background:#444 url(../images/bg-body.png) top repeat;
	}

/**************************************************
	Layout
**************************************************/

.testborder {
	border:1px solid red;
	}
#content {width:710px;margin:0 auto;padding:20px;background:#FFF;border:10px solid #555;}

#header {margin:0;padding:0 0 20px 0;}

#leftcolumn {
	width:470px;
	margin:0;
	padding:20px 20px 20px 0;
	float:left;
	border-right:1px solid #ccc;
	}
#rightcolumn {
	width:199px;
	margin:0 0 0 -1px;
	padding:20px 0 20px 20px;
	float:left;
	border-left:1px solid #ccc;
	font-size:95%;
	}
	
#footer {margin:0;padding:20px 0 0 0;border-top:1px solid #ccc;clear:both;}

/**************************************************
	Typography
**************************************************/

a,a:visited {color:#0000FF;outline:none;}

p {
	margin:0;
	padding:0 0 10px 0;
}

p.smalltext {
	font-size: 65%;
	text-align:center;
	}

h1 {
	padding:0;
	margin:0 0 10px 0;
	font-size: 180%;
	font-weight:bold;
	letter-spacing:-1px;
	color: #444;
	}
h2 {
	padding:0;
	margin:0 0 10px 0;
	font-size: 150%;
	font-weight:bold;
	letter-spacing:-.5px;
	color: #444;
	}
h3 {
	padding:0;
	margin:0 0 5px 0;
	font-size: 110%;
	font-weight:bold;
	letter-spacing:-.25px;
	color: #444;
	}

ol,ul {
	list-style:disc;
	margin:10px 0 15px 0;
	}
li {
	margin-left:20px;
	}
ul.menu {
	list-style:none;
	}
ul.menu li {
	margin-left:0;
	padding-bottom:10px;
	}
strong {font-weight:bold}

a.buttonlink { 
	margin:20px auto;
	padding:10px 15px;
	color:#fff;
	font-size:14px;
	/*background: #ff6600;*/
	background:#444 url(../images/bg-body.png) top repeat;
	text-decoration:none;
	border:1px solid #ccc;
	font-weight:normal;
	}
a.buttonlink:hover{ 
	background: #ff6600;
	} 
p.buttonwrap {padding:20px 0;}

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


label {
	font-weight: bold;
	}
input#url,
input.fields {
	padding: 5px;
	border:1px solid #ccc;
	width:275px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	}
.buttons,
#button {
	font-size: 16px;
	padding: 5px;
	margin-top: 2px;
	cursor: pointer;
	overflow: visible; /* For IE */
	}
form {margin:20px 0 40px 0}

/**************************************************
	Sitemap
**************************************************/

ul.sitemap {
	list-style:none;
	margin-bottom:0;
	padding-bottom:0;
	}
ul.sitemap li {
	margin:0 0 2px 8px;
	padding-left:0;
	line-height:17px;
	}
ul.sitemap a {
	font-weight:bold;
	font-size:105%;
	}
ul.sitemap a.tinylink {
	margin:0;
	padding:0;
	font-size:80%;
	text-decoration:none;
	font-weight:normal;
}

/**************************************************
	Page Rank / Alexa Rank
**************************************************/

#pagerankwrap,#backlinkswrap,#alexarankwrap {padding:10px;background:#f0f0f0;border:1px solid #ccc;}

div#pagerankwrap input[type=text],div#alexarankwrap input[type=text]{
	padding: 5px;
	border:1px solid #ccc;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	}
div#pagerankwrap input[type=submit],div#alexarankwrap input[type=submit]{padding:6px;overflow:visible;cursor:pointer;font-size:16px;}
pre {font-size: 60%;}
#url_input,#alexa_url{width:275px;}
.notice {margin:2% 0;}
.bad {color:orange;}
/*.baseline {vertical-align:middle;}*/
div.pagerank {
	border: 1px solid #ccc; 
	width: 400px; 
	margin: 30px auto; 
	padding: 1px; 
	background: white;
	text-align: left;
	color: white;
	font-size:135%;
}
div.pagerank > div {
	background-color: #306A0B; 
	text-align:center;
	padding:10px 0;
}
div.pagerank > div.nopr {
	background-color: #ff0000; 
	width:100%;
	padding:10px 0;
}
div.zero > div {
  color: black;
}
div.null > div {
  color: #ccc;
  background: #EFEFEF;
  text-align: center;
}
div.alexarank {
	border: 1px solid #ccc; 
	width: 400px; 
	margin: 30px auto; 
	padding: 1px; 
	background: white;
	text-align: left;
	color: white;
	font-size:135%;
}
div.alexarank > div {
	background-color: #306A0B; 
	text-align:center;
	padding:10px 0;
}

/**************************************************
	Misc
**************************************************/

.clear {clear:both;}

/*
.clearfix:after, #wrapper:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, #container {display:block;}
.clear {clear:both;}
*/

.textright {text-align:right}
.textcenter {text-align:center}

/**************************************************
	Google
**************************************************/

.googleadsmenu {
	margin:0;
	padding:5px 0 15px 0;
	background:transparent;
	text-align:center;
	border-bottom:1px solid #ccc;
	}	
.googleadsbody {
	margin:5px 0 15px 0;
	background:transparent;
	text-align:left;
	}
.googleadssidebar {
	margin:10px auto;
	background:transparent;
	text-align:left;
	}
.googlelogo {
	width:138px;
	height:55px;
	float:left;
	background:url(../images/banner-search-engines.png) top left no-repeat;
	}