/* kill defaults */

html, body, p, ul, dl, li, h1, h2, h3, h4, img {
	margin: 0;
	padding: 0;
	}

ul { list-style: none; }
img { border: 0; }

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

body { background: url(images/background_solid.png); }

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#shadow {
	position: absolute;
	width: 660px;
	background: url(images/page_shadow.png) repeat-y;
	left: 50px;
	top: 90px;
	}

#page_header {
	width: 660px;
	height: 170px;
	position: relative;
	}

#page, .page_main {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 50px;
	padding-right: 50px;
	}

#page_bottom, .page_bottom {
	width: 660px;
	height: 30px;
	background: url(images/page_bottom.png) no-repeat;
	}

#sidebar {
	position: absolute;
	left: 725px;
	width: 18em;
	padding-top: 55px;
	}

/* Special Elements */
/* ================ */
/* Navigation */

ul#navi {
	width: 770px;
	height: 50px;
	position: relative;
	background: url(images/navi_spacer.png);
	background-repeat: no-repeat;
	background-position: 170px -100px;
	}

ul#navi li a {
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	}

ul#navi li#welcome_link a {
	left: 0;
	width: 170px;
	background-image: url(images/navi_welcome.png);
	}

ul#navi li#coming_soon_link a {
	left: 280px;
	width: 120px;
	background-image: url(images/navi_comingsoon.png);
	}

ul#navi li#things_link a {
	left: 280px;
	width: 120px;
	background-image: url(images/navi_things.png);
	}

ul#navi li#xyle_link a {
	left: 400px;
	width: 120px;
	background-image: url(images/navi_xyle.png);
	}

ul#navi li#support_link a {
	left: 520px;
	width: 80px;
	background-image: url(images/navi_support.png);
	}

ul#navi li#news_link a {
	left: 600px;
	width: 80px;
	background-image: url(images/navi_news.png);
	}

ul#navi li#about_link a {
	left: 680px;
	width: 90px;
	background-image: url(images/navi_about.png);
	}

ul#navi li a:hover { background-position: 0 -50px; }

ul#navi li a.current {
	background-position: 0 -100px;
	text-indent: -9999px;
	}

/* Things World Navigation */

#thingsworld_header {
	margin-top: 0;
	margin-left: 55px;
	width: 660px;
	height: 70px;
	position: relative;
	background: url(images/thingsworld_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0 /*h v */;
	}

ul#thingsworld_navi {
	/*margin-left: 160px;*/
	width: 550px;
	height: 50px;
	position: absolute;
	top: 10px;
	}

ul#thingsworld_navi li a {
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	}

ul#thingsworld_navi li#things_index_link a {
	left: 0;
	width: 160px;
	}

ul#thingsworld_navi li#things_blog_link a {
	left: 160px;
	width: 130px;
	background-image: url(images/thingsworld_navigation_blog.png);
	}

ul#thingsworld_navi li#things_wiki_link a {
	left: 290px;
	width: 130px;
	background-image: url(images/thingsworld_navigation_wiki.png);
	}

ul#thingsworld_navi li#things_forum_link a {
	left: 420px;
	width: 130px;
	background-image: url(images/thingsworld_navigation_forum.png);
	}

ul#thingsworld_navi li a:hover { background-position: 0 -50px; }

ul#thingsworld_navi li a.current {
	background-position: 0 -100px;
	text-indent: -9999px;
	}

/* sidebar */

.sidebox {
	background: url(images/sidebar_separator.png) no-repeat;
	padding: 10px 0px 20px 10px;
	}

ul.sidebar_actions li {
	height: 64px;
	margin-bottom: 10px;
	}

ul.sidebar_actions li#download a { background: url(images/button_download.png) no-repeat; }
ul.sidebar_actions li#purchase a { background: url(images/button_purchase.png) no-repeat; }

ul.sidebar_actions li span {
	display: block;
	padding-top: 13px;
	padding-bottom: 5px;
	font-size: 18px;
	}

ul.sidebar_actions li a {
	padding-left: 70px;
	display: block;
	height: 64px;
	}

ul.sidebar_actions li#download a:hover,
ul.sidebar_actions li#purchase a:hover { background-position: 0 -64px; }

/* footer */

#footer {
	background: url(images/background_solid.png);
	margin-top: 0;
	text-align: center;
	font-size: 10px;
	padding-bottom: 25px;
	}

#footer ul#footer_links li {
	display: inline;
	color: #777;
	}

#footer ul#footer_links li a {
	color: #777;
	text-decoration: none;
	}

#footer ul#footer_links li a:hover { text-decoration: underline; }

#footer ul#footer_links li#webmaster_link {
	text-align: right;
	padding-right: 0.5em;
	border-right: 0.1em solid #777;
	}

#footer ul#footer_links li#contact_link {
	text-align: left;
	padding-left: 0.5em;
	}

body#contact_page #footer ul#footer_links li#contact_link a:hover { text-decoration: none; }

/* Typography */

body {
	font-family: 'Lucida Grande' , Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
	}

p { margin-bottom: 20px; }

a {
	text-decoration: none;
	color: #FFFFFF;
	}

a:hover { text-decoration: none;
		  color: #CC8833; 
		}
a:active { border: none; }

h2 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 23px;
	margin-bottom: 9px;
	}




/*
#shadow p a {
	text-decoration: none;
	color: #4d6399;
}

#shadow p a:hover {
text-decoration: underline;
}

*/

#sidebar {
	font-size: 11px;
	line-height: 16px;
	color: #4a5153;
	}

#sidebar a { /* color: #405669; */ }

#sidebar p {
	line-height: 16px;
	margin-bottom: 16px;
	}

#sidebar h4 {
	margin-top: 35px;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #181a1a;
	}

.scope {
	font-style: italic;
	margin-left: 0.3em;
	}

span.negative_spacing { letter-spacing: -0.15em; }