/*iA reset (based on YUI reset)*/

* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure,section,ariticle,aside {  
    margin:0; 
    padding:0; 
}

a:active {
  outline: none;
}

table { 
    border-collapse:collapse; 
    border-spacing:0; 
    empty-cells: show;
    font-size: 100%;
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,th,var { 
    font-style:normal;
    font-weight:normal;
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6,pre { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
    border:0; 
}
sup, sub {
    font-size: 73%;
    /*\*/
    _font-size: 95%;
    /**/
}
.verbose {
    display : none;
}

@media Aural {
    .verbose {
	display : inline;
    }
}
@media screen {
    ruby {
	ruby-position : inline;
    }
}

/*Sprite*/
.burstbadge,
div#fancy_close,
textarea,
input[type="password"],
input[type="text"],
footer .ialogo,
footer .wtmlogo,
header nav li.dropdown span.dropdownmark,
.twitterLinkBadge,
.balloonTip,
.balloon .ctrl .ctrlMark,
span.favicon,
#closeButton,
header h1,
.actions a,
.cell a.stack,
.sprite-nr {
    background-image: url(../img/sprite_nr.png);
    background-repeat: no-repeat;
}

/*Clearfix*/

ul.compact,
ul.banner-list,
.lf,
.actions,
.balloon ul.links li a,
.clearfix {
	/*\*/
	overflow: hidden;
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
}

ul.compact:after,
ul.banner-list:after,
.lf:after,
.actions:after,
.balloon ul.links li a:after,
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

html {
    height: 100%;
    background: #f3f3f3 no-repeat;
    background: #fff;
    color: #333;
	border-top: 5px solid #000;
}

body {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 30px 20px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: small;
    _font-size: x-small;
    _font-size/**/: small;
}

a.keepfresh:visited,
a.functional:visited,
a {
    color: #055a9b;
    text-decoration: none;
}

a:visited {
	color: #87959c;
}

a.keepfresh:hover,
a.functional:hover,
a:visited:hover,
a:hover {
	color: #008df5;
    text-decoration: underline;
}

a.external {
	color: #09c;
}

/*header*/

header {
    position: absolute;
    z-index: 999;
    /*width: 960px;*/
    width: 100%;
    min-width: 980px;
    left: 0;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", Arial, sans-serif;
}

header h1 {
    position: absolute;
    margin: 0;
    width: 281px;
    height: 20px;
    background-position: -152px -1px;
    margin-left: 20px;
}

header h1 a,
header h1 a:hover,
header h1 a:visited:hover {
	display: block;
	height: 22px;
	outline: none;
	text-decoration: none;
}

header h1 a span.sitetitle {
	display: block;
	text-indent: -1000px;
}

header h1 a span.tagline {
	display: block;
	top: 0;
	right: 0;
	position: absolute;
	/*color: #008df5;*/
	color: #f33;
	font-size: 10px;
	font-family: Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
}

.safari header h1 a span.tagline {
	top: -3px;
}

header h1 a span.tagline:first-line {
	color: #000;
}

header nav {
    display: block;
    width: 966px;
	padding: 0 0 0 318px;
	margin-top: -25px;
	margin-left: 20px;
}

header nav ul {
	width: 100%;
}

header nav li {
    display: inline;
    margin-left: .5em;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999;
}

header nav>ul>li {
    color: #333;
	padding-bottom: .4em;
}

header nav li a,
header nav li a:visited {
	padding: 3px 5px 5px;
	outline: none;
    color: #333;
    /*color: #055a9b;*/
	text-decoration: none;
	text-shadow: .8px .8px .5px #fff;
}

header nav li a.focus,
header nav li a:hover {
	/*color: #f33;*/
	color: #008df5;
	text-decoration: underline;
}

header nav li.dropdown {
	position: relative;
}

header nav li.dropdown a {
	text-decoration: none;
}

header nav li.dropdown a:hover span.dropdownlabel {
	text-decoration: underline;
}

header nav li.dropdown span.dropdownmark {
	background-position: -132px -79px;
	position: relative;
	display: inline-block;
	/*width: 22px;*/
	width: 15px;
	height: 21px;
	margin: 0 0 0 3px;
	top: 6px;
	text-decoration: none;
}

header nav li.dropdown a:hover span.dropdownmark {
	background-position: -132px -100px;
}

header nav li.dropdown ul {
	display: none;
	position: absolute;
	left: 0;
	top: 16px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f3f3f3;
	border: 1px solid #999;
    box-shadow: 0 3px 6px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.6);
}

header nav li.dropdown:hover ul {
	display: block;
	width: 180px;
}

header nav li#categoryMenu:hover ul {
	width: 250px;
}

header nav li.dropdown ul li {
	display: block;
    margin: 0;
	letter-spacing: 0;
	text-transform: none;
}

  header nav li.dropdown ul li.newmap a {
    border-top: 3px double #999;
  	/*text-shadow: .8px .8px .5px #333;*/
    }

header nav li.dropdown ul li a {
	display: block;
	padding: 5px 8px;
	border-top: 1px solid #ddd;
	line-height: 1.1;
}

header nav li.dropdown ul li a span {
  font-variant: small-caps;  
  letter-spacing: 1px;
  color: #999;
}

header nav li.dropdown ul li a em {
  color: #999;
}

header nav li.dropdown ul li:first-child a {
	border: none;
}

header nav li.dropdown ul li a:hover {
	/*background: #cd2520;*/
	background: #008df5;
	color: #fff;
	text-decoration: none;
	/*text-shadow: .8px .8px .5px #7D1310;*/
	text-shadow: .8px .8px .5px #00406f;
}

header nav li.dropdown ul li a:hover span,
header nav li.dropdown ul li a:hover em {
	/*color: #791A1D;*/
	/*text-shadow: .3px .3px .5px #DA3533;*/
	color: #055a9b;
	text-shadow: .8px .8px .5px #74b9e8;
}

header nav li.dropdown ul li:first-child a {
	border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

header nav li.dropdown ul li:last-child a {
	border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

header nav li#loginmenu.dropdown {
}

header nav li#loginmenu.dropdown ul {
	width: 290px;
	left: -210px;
}

header nav li#loginmenu.dropdown ul fieldset#account {
	margin: 5px 10px;
}

header nav li#loginmenu.dropdown ul fieldset#account p {
  text-align: right;
}

header nav li#loginmenu.dropdown ul fieldset#account p a {
  display: block;
  float: right;
  clear: both;
}

header nav li#loginmenu.dropdown ul li table a {
	display: inline;
	background: none;
	color: #333;
	padding: 0;
}

header nav li#loginmenu.dropdown ul li table a:hover {
	text-decoration: underline;
	color: #f33;
	text-shadow: none;
}

header nav li#loginmenu label,
header nav li#loginmenu input {
	font-size: 13px;
}

header nav li#loginmenu input[type="submit"] {
	margin-right: 4px;
}

header nav li.disabled {
  color: #999;
  }

#account_details {
	padding-top: 1em;
	margin-bottom: 2em;
}

#account_details table {
	border-collapse: separate;
}

/*#account_details #name,*/
/*#account_details #email,*/
/*#account_details #username {*/
#account_details table tbody tr:first-child th,
#account_details table tbody tr:first-child td {
	padding-top: 3px;
	padding-bottom: 3px;
}

#account_details td {
	padding: 3px 4px !important;
	border: 1px solid transparent;
  }

#account_details td:hover {
	border: 1px solid #fc0 !important;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
  }
  
  #account_details td#resetpw:hover {
	border: 1px solid transparent !important;
  }
  
#account_details td input {
	font-size: 13px;
	padding: 2px 3px;
  }

#account_details td.editing {
	border: 1px solid transparent !important;
	padding: 0 !important;
}

    fieldset#account {
      margin-left: 20px;
      }
      
      #account .login {
        text-align: right;
        background-color: #efefef;
        padding: 5px;
        }
      
      #account th {
        text-align: right;
        font-size: 16px;
        color: #666;
        width: 150px;
        padding-right: 10px;
        }
        
      #account tr {
        margin-bottom: 10px;
        }
        
      #account .twitter_name {
        border-top: 3px solid #ddd;
        }
        
      #account input {
        font-size: 21px;
        background-color: #fafafa;
        border: 1px solid #999;
        padding: 2px 4px;
        border-radius: 4px;
        -o-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        }

	  #account input:hover {
		border-color: #ffe45d;
		background-color: #fefefa;
	  }

	  #account input:focus {
	    border-color: #ff9109;
		background-color: #fff;
	  }

/* Error box */

#error {
  color: #000;
  width: 400px;
  background-color: #fff;
  border: 2px solid #f00;
  padding: 10px;
  }
  
  #error h3 {
    margin: 0px;
    padding: 0px;
    }


/*footer*/

footer {
    display: block;
    clear: both;
    min-width: 966px;
    width: 100%;
    margin-top: 30px;
    padding: 7px 0;
    font-size: 11px;
}

html.high footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0 20px;
}

footer .wtmlogo {
	display: inline-block;
	width: 128px;
	height: 13px;
	outline: none;
	background-position: -202px -23px;
	overflow: hidden;
	text-indent: -9999px;
}

footer .ialogo {
	position: relative;
	top: -9px;
	display: block;
	width: 51px;
	height: 23px;
	float: right;
	background-position: -151px -23px;
	overflow: hidden;
	text-indent: -9999px;
}

.high footer .ialogo {
	right: 20px;
}

footer address {
	font-size: 11px;
}

footer a {
    text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer nav {
    display: block;
    margin-bottom: .1em;
}

footer nav a {
    margin: 0 .2em;
}

footer nav a:first-child {
    margin-left: 0;
}

/**
 *layout system
 *
 *lf = layout frame
 *lu = layout unit
 **/
.lf {
	margin: 0 0;
	_margin: 0 0 0 -36px;
}

.lf .lu > *.first-child,
.lf .lu > *:first-child,
.lf .lu > h2.first-child,
.lf .lu > h2:first-child,
.lf .lu > h3.first-child,
.lf .lu > h3:first-child,
.lf .lu > h4.first-child,
.lf .lu > h4:first-child {
	margin-top: 0 !important;
}

.lf .lf > p {
	margin-top: 0 !important;
}

.lu {
	float: left;
	margin-left: 18px;
}

.lf p:first-child {
    margin-top: 0;
}

.lf p:last-child {
    margin-bottom: 0;
}

.lf > .lu > .first-child,
.lf > .lu > :first-child {
	margin-top: 0;
}

.lf .lu.first-child,
.lf .lu:first-child {
	margin-left: 0;
}

.section {
	margin: 1em 0;
}

/**
 *width definition
 **/

.whc,
.width-half-col {
	width: 68px;
}

.w1c,
.width-1col {
	width: 146px;
}

.w2c,
.width-2col {
	width: 310px;
}

.w3c,
.width-3col {
	width: 474px;
}

.w4c,
.width-4col {
	width: 638px;
}

.w5c,
.width-5col {
	width: 802px;
}

.w6c,
.width-6col {
	width: 966px;
}

/**
 *generic class
 */

.content-root {
	width: 966px;
    margin-top: 82px;
	padding-bottom: 80px;
    font-size: medium;
    line-height: 1.25;
    font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

.content-body {
    margin-left: 328px;
}

.content-root h2 {
    font-size: 26px;
    margin: 50px 0 30px;
	font-weight: bold;
	color: #333;
}

.content-root h3 {
    /*font-size: 18px;*/
	padding-top: 8px;
    /*margin: 50px 0 30px;*/
	font-weight: bold;
	font-size:12px;
	line-height:1.66;
	margin-bottom:1.66em;
	text-transform: uppercase;
}

.content-root p {
    margin: 1.25em 0;
}

.content-root ul {
}

.linkmetainfo,
.content-root .supplement {
	margin: .8em 0;
	font-size: 75%;
	line-height: 1.2;
	color: #999;
}

ul.compact {
	list-style: none;
	line-height: 1.5;
	/*.clearfix*/
}

ul.compact li {
	float: left;
	margin: .2em .4em .2em 0;
	padding: 0;
	+float: none;
	+display: inline;
	+text-indent: 0;
	+padding-left: 0;
	+zoom: 1;
}

ul.compact.right li {
	float: right;
	margin: .2em 0 .2em 10px;
	+float: none;
	+text-align: right;
}

/* --- figure --- */

figure {
	display: block;
	margin-bottom: 18px;
}

figure img {
	vertical-align: top;
}

figure a img {
	border: 1px solid #055a9b;
}

figure a:hover img {
	border: 1px solid #008df5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 */
	filter: alpha(opacity=90); /* IE6-7 */
	opacity: .90; /* Other modern browsers */
}

.w1c figure img {
	width: 144px;
}



/* --- table --- */

table {
	border-collapse: collapse;
	font-size: 13px;
}

table td,
table th {
	padding: .3em .8em .3em 0;
}

table thead {
	border-bottom: 1px solid #999;
	color: #666;
}

table thead tr:last-child th,
table thead tr:last-child td {
	padding-bottom: .6em;
}

table tbody tr:first-child th,
table tbody tr:first-child td {
	padding-top: .6em;
}

table tbody th {
	color: #999;
	text-transform: capitalize;
}

table th.action,
table td.action {
	text-align: right;
	padding-right: .6em;
}

#account{
	background: 0;
	padding: 0;
}

#account table.login {
	margin-left: -180px;
	padding: 0;
	background: none;
	text-align: left;
}

/* --- mymaps --- */

#mymaps {
	margin: 1em 0 3em;
}

#mymaps table {
	margin-left: -3px;
	margin-bottom: .6em;
}

table.mymaps a.mapname {
	font-size: 14px;
	margin: 0;
}

table.mymaps tr {
	border-bottom: 1px solid #dfdfdf;
}

table.mymaps tr:last-child {
	border: none;
}

table.mymaps tbody tr:first-child td {
	padding-top: .3em;
}

table.mymaps tbody tr td:first-child {
	padding-left: .3em;
}

table.mymaps tr a.button {
	visibility: hidden;
}

table.mymaps tr:hover {
	background: #fff;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.mymaps tr:hover a.button {
	visibility: visible;
}

/* --- button --- */

#account .button,
#account .button:visited,
.button,
.button:visited {
	padding: .2em .5em;
    opacity: 1;
	white-space: nowrap;
	line-height: 1.2;
	color: #121212;
    font-size: 13px;
    letter-spacing: .04em;
	text-shadow: .07em .07em .05em rgba(255,255,255,0.5);
    background: #ddd url(../img/sprite_x.png) repeat-x 0 -5px;
    border: .17em solid;
	/*border-color: #c5c5c5 #999 #999 #c5c5c5;*/
	border-color: #055a9b;

    border-radius: .4em;
    -o-border-radius: .4em;
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
}

#account .button:focus,
#account .button:hover,
.button:focus,
.button:hover,
.button:visited:hover {
    background: #ececec url(../img/sprite_x.png) repeat-x 0 -35px;
	border-color: #008df5 #055a9b #055a9b #008df5;
	text-decoration: none;
	cursor: pointer;
}

.button:focus,
.button:active {
	outline: none;
}

.content-root #account .button,
.button.large {
	font-size: 16px;
	text-shadow: .05em .05em .05em rgba(255,255,255,0.5);
	background-position: 0 0;
}

.content-root #account .button:hover,
.button.large:hover {
	background-position: 0 -30px;
}

.button.small {
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.dropdown #account .button,
.button.x-small {
	padding: .1em .3em;
	font-size: 11px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.dropdown #account .button:hover,
.button.x-small:hover {
}

#account .button:active,
.button.large:active,
.button.small:active,
.button.x-small:active,
.button:active {
    background: #d9d9d9 url(../img/sprite_x.png) repeat-x 0 -90px;
	outline: none;
	border-color: #055a9b #008df5 #008df5 #055a9b;
}

.button[disabled] {
	opacity: .5;
	border-color: #6a879b;
}

a.emButton {
	display: inline-block;
	background: #f33;
	color: #fff;
	font-size: 90%;
	padding: 5px 5px;
	border: 1px solid;
	border-color: #ff7d7d #861b1b #861b1b #ff7d7d;
	width: 100%;
	text-align: center;
}

a.emButton:hover {
	text-decoration: none;
	background-color: #f00;
}

a.emButton:active {
	text-decoration: none;
	background-color: #e00;
	border-color: #861b1b #ff7d7d #ff7d7d #861b1b;
}

/* --- form parts --- */

select,
textarea,
input[type="text"],
input[type="password"] {
	background-position: 0 -460px;
    background-color: #fafafa;
    border: 1px solid #999;
    border-radius: 4px;
	padding: .2em .3em;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", Arial, sans-serif;
}

select.alert,
textarea.alert,
input[type="text"].alert,
input[type="password"].alert {
	border-color: #f00 !important;
	background-color: #ffcccc !important;
}

select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover {
	border-color: #ffe45d;
	background-color: #fefefa;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
    background-color: #fff;
    border-color: #ff9109;
}


/**
 *interfaces
 */

/* --- username --- */
.mapname,
span.username,
a.username {
	padding: 1px 5px;
    opacity: 1;
	white-space: nowrap;
	line-height: 1.1;
	color: #333;
    font-size: 10px;
    letter-spacing: .04em;

    /*background: #181818;*/
    /*border: 1px solid #333;*/

    background: #e2e2e2;
    border: 1px solid #afafaf;

    border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

a.stack:hover .username,
a.username:hover {
    background: #cd2520;
    border-color: #cd2520;
    background: #f33;
    color: #fff;
	text-shadow: none;
	text-decoration: none;
}

/*.mapname,*/

a.mapname {
	border-color: #afafaf;
	margin: 0 .1em .2em 0;
	background: none;
	text-shadow: none;
}

a.mapname:hover {
	color: #fff;
	background: #008df5;
	text-decoration: none;
	border-color: #055a9b;
}

/* --- retweet button --- */

a.tweetthis,
a.retweet {
	display: inline-block;
	background: #fff;
	color: #15a7d1;
	border: 1px solid #15a7d1;
	font-size: 10px;
	padding: 1px 3px;
	
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.tweetthis:hover,
a.retweet:hover {
	background: #3cf;
	color: #fff;
	text-decoration: none;
}

/**
 * link-menu
 */

#link-menu {
  margin-top: -1.5em;
  margin-bottom: -3em;
  }

#link-menu li {
  display: inline;
  font-size: .8em;
  }
  
#link-menu li:first-child:after {
  content: '|';
  margin: 0 .5em;
  color: #999;
}

#link-menu li a.active {
  color: #999;
  font-weight: bold;
  outline: none;
}

/**
 * link-ranking-list
 */

.link-ranking-list ol {
	margin-left: 20px;
	list-style-type: decimal;
}

.link-ranking-list ol li.ranking-item {
	margin: 0 0 1.2em;
}

  .link-ranking-list ol li.ranking-item span.tweet-text {
	position: relative;
	display: block;
    color: #444;
    margin: .5em 0 .5em 3px;
    font-size: 12px;
	min-height: 2em;

	padding-left: 6px;
	line-height: 1.4;
	border-left: 2px solid #888;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    }

  .link-ranking-list ol li.ranking-item span.tweet-text.hasRetweet {
	padding: 3px 70px 3px 5px;
  }

  .link-ranking-list ol li.ranking-item span.tweet-text.hasRetweet:hover {
	/*background: #f3f7f9;*/
	background: #f8f8f8;
  }

  .link-ranking-list ol li.ranking-item a.tweetthis,
  .link-ranking-list ol li.ranking-item span.tweet-text a.retweet {
	position: absolute;
	right: 5px;
	top: 5px;
	opacity: 0.25;
	width: 60px;
	text-align: center;
  }

  .link-ranking-list ol li.ranking-item .ranking-item-header:hover a.tweetthis,
  .link-ranking-list ol li.ranking-item:hover span.tweet-text:hover a.retweet {
	opacity: 1;
  }

.link-ranking-list .ranking-item-header {
	position: relative;
	padding: .2em;
	padding-right: 70px;
	padding-left: 24px;
	margin-top: -.2em;
}

.link-ranking-list .ranking-item-header:hover {
	/*background: #f3f7f9;*/
	background: #f8f8f8;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.link-ranking-list a.ranking-item-label {
	font-weight: bold;
}

.link-ranking-list a.ranking-item-label .favicon {
	position: absolute;
	top: 4px;
	left: 4px;
}

.link-ranking-list .link-info {
	margin-top: 5px;
}

.link-ranking-list li ul.inline {
	position: relative;
	margin: .1em .5em .2em 5.5em;
}

.link-ranking-list li ul.inline li {
	display: inline;
	line-height: 1.6;
}

.link-ranking-list li ul.inline li.list-header {
	display: inline-block;
	position: absolute;
	left: -5.5em;
	width: 5.5em;
	font-style: italic;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", Arial, sans-serif;
}

.individual .link-ranking-list li ul.inline {
	margin-left: 8.5em;
}

.individual .link-ranking-list li ul.inline li.list-header {
	left: -8.5em;
	width: 8.5em;
}

.individual #user-data h2.username {
	margin-bottom: 2px;
}

.map-list table {
	width: 270px;
}

.map-list table thead {
	display: none;
}

.map-list table a.mapname {
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.map-list table a.mapname:hover {
	color: #008df5;
	text-decoration: underline;
	background: none;
}

.map-list table span.basemap {
	display: block;
	font-size: 11px;
	color: #999;
}

.account-menu {
	margin-bottom: 2em;
}

.account-menu ul.compact li {
	margin-right: 1em;
}

/*  Recent Links You've Clicked
    ------------------------------- */
    #links-clicked {
      width: 270px;
      font-size: 12px;
      }
      
      #links-clicked ul li {
        padding: 5px 0 5px 20px;
        border-bottom: 1px solid #ddd;
		text-indent: -20px;
        }

.link-item-list {
	overflow: hidden;
}

#welcome_news ul {
	margin-left: 20px;
	list-style: disc;
}

#wtmalert,
#mapShield,
#stackShield {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
}

#wtmalert {
	margin: 250px 0 0 350px;
	padding: 5px;
	width: 450px;
	height: 300px;
	opacity: .9;
	z-index: 10000;
	color: #fafafa;
	background-color: #222;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#wtmalert h2 {
	background: #000;
	padding: 3px 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#wtmalert h3 {
  font-size: 13px;
}

#wtmalert ul {
  list-style-position: outside;
  list-style-type: circle;
  margin-left: 10px;
}

#wtmalert li {
  margin-bottom: .5em;
  margin-left: 10px;
}

#wtmalert .content {
	margin: 1em 10px;
}

#wtmalertbutton {
	width: 100%;
	position: absolute;
	bottom: 15px;
	text-align: center;
}

#stackShield p {
	position: absolute;
	top: 400px;
	/*left: 300px;*/
	width: 100%;
	font-size: 13px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
}

#wtmalert .loader,
#stackShield .loader {
	vertical-align: middle;
	margin-right: 8px;
}

#ieblocker {
	position: absolute;
	width: 40%;
	height: 300px;
	padding-top: 130px;
	text-align: center;
	background: #222;
	color: #fff;
	z-index: 1000;
	top: 170px;
	left: 30%;
}

#user-data #deckAd {
  float: left;
  }

  #user-data #deckAd h3 {
    border-top: 0px;
    }
  
  #user-data #deckAd p {
    font-size: 11px;
    width: 200px;
    }
  
#deckAd h3 {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  }


/* About Pag */

.aboutPage h4 {
  font-size: 13px;
  margin-bottom: 1em;
  }
  
  .aboutPage h4 span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #FF3333;
    }

  .aboutPage form {
    margin-bottom: 0px;
    }

#newsletterNote {
  font-size: 11px;
  }

/*  -----------------------------------
    PAGES FOR INDIVIDUALS ('stacks')
    ----------------------------------- */
    #return-link {
      font-size: 12px;
      margin-bottom: 10px;
      }
      
      #return-link span {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 11px;
        }
    
	  #user-data .verified {
	    background-color: #f33;
	    border: 1px solid #cd2520;
	    color: #fff;
	    font-size: 8px;
	    text-transform: uppercase;
	    padding: 3px 4px;
        letter-spacing: 1px;
        font-weight: bold;
	    border-radius: 5px;
	    -o-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	  }
    
      #user-data h2 {
        margin-bottom: 10px;
        line-height: 23px;
      }

	  #user-data img.profileimage {
	    width: 48px;
	    height: 48px;
	    padding: 2px;
	    border: 1px solid #ddd;
	    float: left;
	    margin-right: 15px;
	    }
      
      #user-data h3 {
		margin: .66em 0 .66em;
		line-height: 1.3;
	  }
        
      #user-data p {
        margin: 0 0 1em;
        font-size: 12px;
        }
    
    /* USER PROFILE */
    
    .user-profile {
	  clear: left;
	  padding-top: 20px;
      margin-bottom: 10px;
      }
      
    .user-profile ul {
      width: 230px;
      }
    
    .user-profile li {
  	  font-size: 13px;
  	  line-height: 1.4;
      }
    
    /*
    .user-profile li.username {
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      }
    */
    
    .user-profile li.location {
      font-style: italic;
      }

    .user-profile li.description {
      color: #888;
      margin-bottom: 10px;
      }
    

    /* USER MAPS */
    .user-maps {
      clear: both;
      float: left;
      margin-bottom: 10px;
      }
    
    
    /* FEATURED ON */
    .featured-on {
      clear: both;
      float: left;
      }
      
    .featured-on span {
      }
      
      .featured-on ul, .user-maps ul {
        font-size: 11px;
      }

      .featured-on ul li, .user-maps ul li {
		margin: .6em 0;
		line-height: 1.5;
	  }
	  
	  .featured-on ul li i, .user-maps ul li i {
		margin-right: .2em;
		color: #999;
	  }
	  
/* --- burstbadge --- */

.burstbadge {
	display: block;
	width: 53px;
	height: 57px;
	position: absolute;
	text-indent: -9999px;
	outline: none;
	z-index: 100;
}

.burstbadge.signup {
	top: -15px;
	right: -35px;
	background-position: -78px -138px
}

.burstbadge.buynow {
	top: -25px;
	left: 105px;
	background-position: -78px -194px
}

.win .burstbadge.buynow {
	left: 125px;
}

/* --- favicon --- */

.favicon {
	display: inline-block;
	margin: 0 4px 0 0;
	width: 16px;
	height: 16px;
    vertical-align: middle;
    border: 1px solid #ccc;
	background-color: #fff;
}

.favicon.pdf {
	background-position: -133px -15px;
}

.favicon.text {
	background-position: -133px -63px;
}

.favicon.image {
	background-position: -133px -47px;
}

/*  -----------------------
    FLASH INFO! 
    ----------------------- */
    #flash_info {
      background-color: #ff0;
      padding: 5px;
      }
      
/*  The Short */

    .theShort {
      margin-bottom: 20px;
      }
    
    .theShort p {
      font-size: 16px;
      }
