/* Standard-CSS for:
Domain: wordcrafts.de
Author: Marc Tiedemann
Author URI: http://www.marctiedemann.com/
 
	Copyright (c) marctiedemann.com
*/


/* ----------- colors -----------
wordcrafts-orange = #ff9900;
*/


/* ---------- global -------------- */
html {
	height: 100%;
}

body {
	background: url(http://www.wordcrafts.de/images/site/bg4.png) repeat;
	font: 80%/140% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	width: 100%;
	height: 100%;
}

#space { 
	width: 1px;
	height: 50%;
	margin-bottom: -355px; /* half the height of the contents (tablet) height */
	float: left;
}

img, div, a, input {
	behavior: url(http://www.wordcrafts.de/x_scripts/iepngfix.htc)
}

p {
	margin-bottom: 10px;
}

::selection {
	background: #f9991a; /* Safari */
	}

::-moz-selection {
	background: #f9991a; /* Firefox */
}

/* --- class keeps image links from showing regular hover state --- */
a.image:link {
	background-color: transparent;
	text-decoration: none;
	border: none;
}

a.image:hover {
	background-color: transparent;
	text-decoration: none;
	border: none;
}

/* ---------- fonts -------------- */
p, span, h1, h2, h3, h4, h5 {
	font: 105%/140% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	/*text-shadow: black 0px -1px 0px;*/
}

h1 {
	font-size: 180%;
	font-weight: normal;
	color: #f9991a;
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
}

h2 {
	font-size: 120%;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

pre, code {
	font-size: 120%;
}

/* ---------- list styles -------------- */
ul {
}

ul li {
}

ol {
}

ol li {
}

ol p {
}

/* ---------- blockquotes -------------- */
blockquote {
	color: #666666;
}

blockquote em {
}


/* ---------- links -------------- */
a:link {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ff9900;
}

a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ff9900;
}

a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #ff9900;
}

a:active {
	color: #ff9900;
	text-decoration: none;
	border-bottom: 1px solid #ff9900;
}


/* ---------- decorations -------------- */



/* ---------- layout -------------- */
#tablet {
	position: relative; /* hebt den inhalt vor den space  */
	width: 1050px;
	height: 710px;
	margin: 0 auto;
	background-image: url(/images/site/tablet.png);
	clear: left; /* hebt das float vom space auf  */
}

#display {
	position: absolute;
	width: 800px;
	height: 500px;
	margin: -271px 0px 0px -400px;
	top: 50%; 
	left: 50%;
}

/* dock */
#dock {
	position: absolute;
	bottom: 0px;
	width: 800px;
	height: 75px;
	background: url(/images/site/dock.gif) 0px 0px repeat;
	text-align: center
}

#coda-nav-1 ul {
	width: 480px;
	height: 75px;
	margin: 0 auto;
	list-style: none;
}


#coda-nav-1 li {
	width: 40px;
	height: 50px;
	float: left;
	padding: 10px 20px 0px 20px;
}

#coda-nav-1 li a {
	border-bottom: none;
	text-decoration: none;
	height: 40px;
	width: 40px;
	display: table-cell;
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

#coda-nav-1 li.tab1 a {
	background: url("/images/site/home.png") 0px 0px no-repeat;
}

#coda-nav-1 li.tab1 a:hover {
	background-position: 0px -40px;
}

#coda-nav-1 li.tab1 a.current {
	background-position: 0px -40px;
}

#coda-nav-1 li.tab2 a {
	background: url("/images/site/localization.png") 0px 0px no-repeat;
}

#coda-nav-1 li.tab2 a:hover {
	background-position: 0px -40px;
}

#coda-nav-1 li.tab2 a.current {
	background-position: 0px -40px;
}

#coda-nav-1 li.tab3 a {
	background: url("/images/site/options.png") 0px 0px no-repeat;
}

#coda-nav-1 li.tab3 a:hover {
	background-position: 0px -40px;
}

#coda-nav-1 li.tab3 a.current {
	background-position: 0px -40px;
}

#coda-nav-1 li.tab4 a {
	background: url("/images/site/tools.png") 0px 0px no-repeat;
}

#coda-nav-1 li.tab4 a:hover {
	background-position: 0px -40px;
}

#coda-nav-1 li.tab4 a.current {
	background-position: 0px -40px;
}

#coda-nav-1 li.tab5 a {
	background: url("/images/site/getintouch.png") 0px 0px no-repeat;
}

#coda-nav-1 li.tab5 a:hover {
	background-position: 0px -40px;
}

#coda-nav-1 li.tab5 a.current {
	background-position: 0px -40px;
}

#coda-nav-1 li.tab6 a {
	background: url("/images/site/disclaimer.png") 0px 0px no-repeat;
}

#coda-nav-1 li.tab6 a:hover {
	background-position: 0px -40px;
}

#coda-nav-1 li.tab6 a.current {
	background-position: 0px -40px;
}

#coda-nav-1 .caption {
	display: block;
	float: left;
	color: #fff;
	width: 100px;
	margin: 4px 0 0 -30px;
	height: 15px;
	text-shadow: black 0px -1px;
}


/* -------------- localization ------------- */
.shoutout {
	width: 280px;
	margin: 0 auto;
	padding: 10px 10px;

	text-align: center;

	border: 3px solid #ced1d9;

	background: #2a2b2e;
	/*background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#eaeaea);*/

	box-shadow: #0f0f0f 3px 3px 3px;
	-webkit-box-shadow: #0f0f0f 3px 3px 3px;
	-moz-box-shadow: #0f0f0f 3px 3px 3px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*behavior: url(http://www.wordcrafts.de/x_scripts/border-radius.htc);*/
}

.shoutout h2 {
	text-align: center;
	text-shadow: black 0px -1px 0px;
	padding: 0 0 20px 0;
	font-size: 125%;
}

.flag {
	padding: 0 11px;
}

a#touch {
	display: block;
	width: 160px;
	margin: 0 auto;
	padding: 10px 10px;

	text-align: center;
	vertical-align: middle;
	font: 110%/140% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: black 0px -1px;
	text-decoration: none;
	border: none;

	background: #5b5b5b;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#6d6d6d), to(#484848));

	box-shadow: #0f0f0f 2px 2px 2px;
	-webkit-box-shadow: #0f0f0f 2px 2px 2px;
	-moz-box-shadow: #0f0f0f 2px 2px 2px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	/*behavior: url(http://www.wordcrafts.de/x_scripts/border-radius.htc);*/
}

a#touch:hover {
	color: #ff9900;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#484848), to(#6d6d6d));
}

/* ---------- specialty templates -------------- */
/* 404 */
#four0four {
	width: 426px;
	height: 164px;
	margin: 0 auto;
	padding: 20px;
	margin-top: 120px;
	background: url("/images/site/notification2.png") no-repeat;
	text-align: center;
	overflow: hidden;
}

#four0four .attention {
	vertical-align: middle;
	padding-right: 15px;
}

#four0four p, span {
	text-shadow: black 0px -1px 0px;
}

#four0four span {
	font-size: 140%;
}

#four0four ol {
	padding-left: 20px;
	text-align: left;
	text-shadow: black 0px -1px 0px;
}


/* website offline */
/* --- look at id "#four0four" - same styles applied --- */

/* javascript disabled */
/* --- see "coda-slider-2.0_css" for <noscript> declarations --- */