@import url(modal/basic.css);

/*******************
* Global */

*
{
	margin:0;
	padding:0;
}

body
{
	background:#b7b8bd;
	cursor:default;
}

body,
input,
select,
textarea
{
	font-size:13px;
	font-family:Verdana;
}

h1,
h2,
h3
{
	font-size:inherit;
	font-weight:normal;
}

input[type="submit"]::-moz-focus-inner
{
	border:0;
}

a
{
	-moz-outline:none;
	color:#0074b7;
}

a:hover
{
	color:#009ad7;
}

a:active
{
	color:#0074b7;
}

abbr
{
	cursor:help;
}

.clear
{
	clear:both;
}

div.container
{
	background:#e3e3e3 url(img/bg.png) top center;
}

div.container > div
{
	padding:50px 0;
}

div.container > div,
div.tnav > div,
div.foot > div
{
	width:985px;
	margin:0 auto;
}

div.container,
div.tnav,
div.foot
{
	min-width:985px;
}

/*******************
* Top Navigation */

div.tnav
{
	height:29px;
	font-size:11px;
	background:#3a3a3a url(img/g1.png) repeat-x top;
	border-bottom:1px solid #fff;
}

div.tnav ul
{
	padding:0;
	list-style-type:none;
	display:inline-block;
	font-size:11px;
	background:url(img/d1.png) no-repeat right;
	height:29px;
}

div.tnav ul li
{
	min-width:2px;
	background:url(img/d1.png) no-repeat left;
	display:block;
	float:left;
	padding:7px 10px;
	height:14px;
	text-shadow:#000 0 -1px;
}

div.tnav ul li h1
{
	*font-size:11px !important;
}

div.tnav ul li,
div.tnav ul li a
{
	color:#fff;
}

div.tnav ul li a:active
{
	color:#ccc;
}

div.tnav ul:first-child li:first-child a
{
	background:url(img/k1.png) no-repeat 10px 4px;
	width:40px;
}

div.tnav ul:first-child li:first-child a:hover
{
	background-position:-50px 4px;
}

div.tnav ul li a
{
	display:block;
	margin:-8px -10px;
	padding:8px 10px;
	height:14px;
	text-decoration:none;
}

a.bm
{
	background:url(img/bookmark.png) no-repeat 7px 6px;
	padding-left:29px !important;
}

div.tnav a:hover
{
	text-decoration:underline;
}

div.tnav ul li a span
{
	display:none;
}

div.tnav ul:first-child
{
	float:left;
}

div.tnav ul:first-child + ul
{
	float:right;
}

/*******************
* Popular Sites */

div.sites
{
	width:502px;
	margin:40px auto 0;
	padding:10px 0;
}

div.sites ul
{
	padding:0;
	list-style-type:none;
	display:block;
	height:51px;
}

div.sites ul li
{
	background:url(img/d2.png) no-repeat center right;
	display:block;
	float:left;
	height:51px;
}

div.sites ul li:last-child
{
	background:none;
}

div.sites ul li a
{
	background:url(img/sites.png) no-repeat;
	height:51px;
	display:block;
}

div.sites ul li a h2
{
	display:none;
}

/* YouTube */
div.sites .yout a
{
	background-position:-19px 0;
	width:129px;
	margin-left:30px;
}
div.sites .yout a:hover
{
	background-position:-19px -111px;
}

/* MySpace */
div.sites .mysp a
{
	background-position:-148px 0;
	width:166px;
}
div.sites .mysp a:hover
{
	background-position:-148px -111px;
}

/* Facebook */
div.sites .face a
{
	background-position:-315px 0;
	width:147px;
}
div.sites .face a:hover
{
	background-position:-315px -111px;
}

/* Gmail */
div.sites .gmai a
{
	background-position:8px -51px;
	width:118px;
}
div.sites .gmai a:hover
{
	background-position:8px -162px;
}

/* Google */
div.sites .goog a
{
	background-position:-110px -51px;
	width:138px;
}
div.sites .goog a:hover
{
	background-position:-110px -162px;
}

/* Twitter */
div.sites .twit a
{
	background-position:-250px -51px;
	width:140px;
}
div.sites .twit a:hover
{
	background-position:-250px -162px;
}


/* Popular Sites */
div.sites div
{
	position:absolute;
	z-index:2;
	margin:12px 0 0 -90px;
}

div.sites div div
{
	position:relative;
	width:164px;
	height:47px;
	background:transparent url(img/popular.png) no-repeat center;
	background-color:#fff\9;/*MSIE hack*/
}

div.sites div div h3
{
	display:none;
}

/*******************
* Footer */

div.foot
{
	font-size:12px;
	border-top:1px solid #fff;
}

div.foot,
div.fcenter
{
	background:#b7b8bd url(img/g2.png) repeat-x top;
	height:218px;
}

div.foot > div
{
	background:#a1a2a6 url(img/g3.png) repeat-x top;
}

div.what
{
	width:241px;
	padding:55px 18px 10px;
	float:right;
	background:url(img/what.png) no-repeat center 9px;
}

div.what,
div.links
{
	color:#fff;
	text-shadow:#767a84 1px 1px;
	line-height:16px;
}

div.links > div
{
	width:135px;
	padding:6px 0 0 10px;
	float:left;
}

div.links ul
{
	list-style-type:none;
}

div.links h3
{
	font-weight:bold;
	height:25px;
	display:block;
	background:url(img/shuri2.png) no-repeat 0 13px;
	padding-left:12px;
}

div.links li a
{
	display:block;
	color:#fff;
	text-decoration:none;
	background:url(img/arrow.png) no-repeat 4px 6px;
	padding-left:14px;
}

div.links li a:hover
{
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	opacity:0.7;
}

div.what h3
{
	display:none;
}

div.what p
{
	margin:10px 0;
}

div.links
{
	float:left;
	width:290px;
	padding-left:10px;
	height:200px;
}

div.fcenter
{
	margin:0 277px 0 302px;
}

div.share
{
	height:66px;
}

div#monitor
{
	padding:10px 0 0 60px;
	background:url(img/traffic.png) no-repeat 20px 15px;
	border:1px dotted #767a84;
	border-width:1px 0;
	height:140px;
}

a.addon
{
	display:block;
	height:70px;
	background:url(img/addon.png) no-repeat 50% 12px;
}

a.addon:hover
{
	background-position:50% -58px;
}

a.addon span
{
	display:none;
}

div.share h3,
div.share ul li,
div.share ul li a
{
	height:66px;
}

div.share h3
{
	background:url(img/help.png) no-repeat 22px 20px;
	width:208px;
	float:left;
}

div.share:hover
{
	background:url(img/icons.png) no-repeat 210px -40px;
}

div.share h3 span
{
	display:none;
}

div.share ul
{
	list-style-type:none;
}

div.share ul li
{
	float:left;
}

div.share ul li,
div.share ul li a
{
	display:block;
	width:30px;
}

div.share ul li span
{
	display:none;
}

div.share ul li a,
div.share li:hover
{
	background:url(img/icons.png) no-repeat;
}

div.share .face a
{
	background-position:3px 21px;
}

div.share .twit a
{
	background-position:-27px 21px;
}

div.share .stum a
{
	background-position:-57px 21px;
}

div.share .mysp a
{
	background-position:-87px 21px;
}

div.share .digg a
{
	background-position:-117px 21px;
}

div.share .more a
{
	background-position:-147px 21px;
}

div.share li:hover
{
	background-position:-177px 19px;
}

/* AddThis override */
#at15s #at16pf,
#at16pib #at16pf *,
#at15s_head
{
	display:none !important;
}

#at15s
{
	top:30px !important;
	border:0px solid #fff !important;
	background:transparent !important;
	padding:0 !important;
}

#at_hover{
	margin-left:18px;
	background:#fff;
	border:3px solid #333 !important;
	width:110px !important;
}

.address
{
	background:url(img/input.png) no-repeat 0 0;
	height:52px;
	margin:-50px auto 0;
	width:585px;
	position:relative;
	z-index:2;
}

#url
{
	border:0;
	font-size:13px;
	width:487px;
	height:24px;
	background:transparent;
	margin:11px 0 0 12px;
	padding:6px 0 0 12px;
}

#go
{
	border:0;
	font-size:13px;
	width:60px;
	height:34px;
	background:transparent;
	margin:9px 0 0 2px;
	vertical-align:top;
	cursor:pointer;
}