@charset "UTF-8";
/* CSS Document */

body {
	background: #222222 url(http://www.internetisbig.com/images/my-bg.gif) repeat-x;
	text-align: center;
}
h1 span, h2 span, h3 span, a span { display: none; }
div, span, p { font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Sans-Serif; }
#its-big { width: 1070px; margin: 0 auto; overflow: hidden; }
#its-big h1 {
	background: url(http://www.internetisbig.com/images/my-internet.png) no-repeat;
	width: 302px;
	height: 38px;
	float: left;
	margin-top: 50px;
	margin-bottom: 60px;
}

#search { float: right; margin-top: 55px; }
.form-again { float: right; width: 360px; }
.form-again .textfield { float: left; } 
.form-again .textfield input {
	outline: none;
	border: 0;
	width: 244px;
	height:25px;
	background: url(http://www.internetisbig.com/images/inputsm-waiting.gif) no-repeat;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
	line-height: 12px;
	outline: none;
	vertical-align: middle;
	color: #cccccc;
}
.form-again .submit {
	cursor: pointer;
	background: url(http://www.internetisbig.com/images/makeitbig-sm.gif) no-repeat;
	width: 84px;
	height: 35px;
	float: right;
}

#result { float: right; background: #f5f5f5; padding: 8px; font-size: 16px; font-style: italic; color: #222222; margin-right: 30px; }
#result span { font-size: inherit; font-style: inherit; color: #c447c0; }


#contents { width: 1080px; }
.site { background: #333333; padding: 10px; margin: 0px 10px 10px 0px; width: 240px; height: 180px; float: left; }
.site a {
	position: absolute;
	float: left; 
	z-index: 10;
	background: #ffffff;
	display: block;
	width: 240px;
	height: 180px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 200;
}
.site .thumb { position: absolute; float: left; z-index: 5; width: 240px; height: 180px; }
.site .loading {
	text-align: center;
	font-family: "Trebuchet MS", verdana, arial, sans-serif !important;
	width: 240px;
	height: 115px;
	padding-top: 65px;
	background: url(http://internetisbig.com/images/loading.gif) center center no-repeat #ffffff;
	font-size: 10px !important;
	color:#888888;
}
.site a .title { display: none; padding: 20px; position: absolute; bottom: 0px; width: 200px; }
.site a:hover .title { display: block; background: #000000; }

#footer {
	clear: both;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
	font-size: 11px;
	width: 1070px;
	height: 23px;
	padding-top: 7px;
	background: #222222; 
	color:#959595;
	text-align: center;
	line-height: 18px;
}
#footer .inner { width: 1070px; text-align: left; margin: 0 auto; }
#footer a { color: #ebebeb; text-decoration: none; }
#footer a:hover { text-decoration: underline; color: #c447c0; }

#makeitbigger { cursor: pointer; margin-top: 75px; padding: 20px; background: #222222; }
#makeitbigger { font-size: 11px; line-height: 18px; color: #959595; font-style: italic; }
#makeitbigger a { color: #ebebeb; }

#nointernet { margin-top: 150px; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.gray { color: #959595 !important; }