/* Font styles. */
/* line 2, ../sass/style.sass */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}

/* Links */
/* line 11, ../sass/style.sass */
a:link, a:visited {
  color: blue;
  text-decoration: none;
}

/* line 16, ../sass/style.sass */
a:hover, a:active {
  color: red;
  text-decoration: underline;
}

/* Titles. */
/* line 21, ../sass/style.sass */
#site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 28, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

/* line 31, ../sass/style.sass */
h1 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 37, ../sass/style.sass */
h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em;
}

/* line 42, ../sass/style.sass */
h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

/* line 46, ../sass/style.sass */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 50, ../sass/style.sass */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 55, ../sass/style.sass */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 60, ../sass/style.sass */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 64, ../sass/style.sass */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
/* line 69, ../sass/style.sass */
table {
  width: 99%;
}

/* line 74, ../sass/style.sass */
tr.even td,
tr.odd td {
  padding: 10px 5px;
}

/* line 77, ../sass/style.sass */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 81, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 85, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  overflow: auto;
  padding: 15px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}


div.php {
  background-color: #F8F8F8;
  display: block;
  overflow: auto;
  padding: 15px;
  margin: 5px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

/* List styles. */
/* line 93, ../sass/style.sass */
ul {
  list-style-type: disc;
}
/* line 95, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}
/* line 97, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}
/* line 99, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 102, ../sass/style.sass */
ol {
  list-style-type: decimal;
}
/* line 104, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}
/* line 106, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 110, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 116, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 99%;
}

/* line 120, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 123, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 130, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 134, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 141, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 146, ../sass/style.sass */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 151, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

/* Region Colors. delete when starting a new theme. */
/* line 157, ../sass/style.sass */
#header {
  /*height: 240px;
  padding:10px;
  background: #ffcc99;
  background: url('../images/chaos-and-order.jpg') no-repeat;
  background-position: top right;
*/
}

#footer {
  background: #efefef;
}

/* line 160, ../sass/style.sass */
#sidebar-first {
  background: #e7edff;
}

/* line 163, ../sass/style.sass */
#sidebar-second {
  background: #ffd075;
}

/* line 166, ../sass/style.sass */
#primary-navbar {
  background: #ffffff;
  padding: 0;
  margin: 0;
  height: 40px;
  border-bottom:1px solid #999;
}

#primary-navbar #primary
{
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  left: 10px;
}


#primary-navbar #primary li
{
  list-style: none;
  display: inline-block;
}

#primary-navbar #primary li a
{
	text-decoration: none;
	display: inline-block;
	padding: 0 6px;
	margin-top: 8px;
	text-transform: uppercase;
	background: #ffffff;
	color: #999;
	font-size: 11px;
	background-color: #d5d5d5;	
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

p.information
{
	margin-top: 20px;
	width: 330px;
	color: #B2B2B2;
}

#edit-comment-body-und-0-format
{
	display: none;
}

.captcha.form-wrapper
{
	border:none;
}

#comment-form div .form-item label
{
	width: 120px;
	display:block;
}

#comment-form div .form-item input
{
	width: 220px;
	display:block;
}

.vocabulary
{
	display: none;
	position: absolute;
	top: 20px;
	background-color: #ffffff;
	z-index: 99;
	border: 1px solid #999;
	width: 600px;
	height: 300px;
}

.vocabulary-transparent
{
	background-color: transparent;
}


.shop
{
	display: none;
	position: absolute;
	top: 48px;
	background-color: #f8f8f8;
	z-index: 99;
	border-bottom: 1px solid #d5d5d5;
	width: 635px;
	height: 40px;
}

#shop-list-wd span.icon
{
	
	display: inline-block;
	height: 15px;
	width: 16px;
	position: relative;
	top: 2px;
	left: -4px;
	/*background: url(../images/shop-icon.png);
	backgound-repeat: no-repeat;*/
}


#term-container
{
	width: 160px;
	float: left;
	border-right: 1px solid #00CC00;
}

#term-nodes
{
	float: right;
	background-color: #ffffff;
	border: 1px solid #999;
	width: 300px;
}
.term
{
    position:relative;
}
/**/
.content-nodes
{
	display: none;
}

#main-menu li
{
	z-index: 98;
	position: relative;
	display:inline-block;
}

.navigation
{
	z-index: 97;
	position: relative;
	height: 20px;
}

.link-active
{
    background: #777;
}

.activity-indicator
{
    background-image:url(../images/ajax-loader.gif);
    background-repeat:no-repeat;
    background-position:right;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 170px;
    z-index:101;
}

/********** Shop Menu ************/
#jsddm
{
	margin-left: auto;
	margin-right: 0;
	width:380px;
	padding: 0;
	position: relative;
	top: -12px;
	
}
	
#jsddm li
{
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	
}

ul#jsddm li a
{
	display: block;
	background: #f8f8f8;
	padding: 5px 10px;
	text-decoration: none;
	width: auto;
	border-right: 1px solid #d5d5d5;
	color: #888888;
	white-space: nowrap;
}

ul#jsddm li a:hover
{
	color: rgb(175,10,24);
	text-decoration: underline;
}
		
#jsddm li ul
{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
		
#jsddm li ul li
{	
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	background: rgba(227,228,232,0.8);
	
}
		
#jsddm li ul li a
{	
	width: auto;
	color: #505050;
	border-bottom: 1px solid #d5d5d5;
	border-right: none;
	background: transparent;
	
}
		
#jsddm li ul li a:hover
{
	color: rgb(192,25,31);
	text-decoration: none;
}


#jsddm .last-item
{
	border:none;
}

/*partner  block footer*/

span.fadehover {
	position: relative;
	display: block;
	
	}
 
img.partnergray {
	position: absolute;
	left: 0;
	top: 0;
    z-index: 10;
	}
 
img.partnercolor {
	position: absolute;
	left: 0;
	top: 0;
	}




span.codmag
{
	width: 190px;
	height: 66px;
}

span.phpmag
{
	width: 167px;
	height: 66px;
}

span.btmag
{
	width: 135px;
	height: 66px;
}

span.mobile360
{
	width: 167px;
	height: 66px;
}

span.jaxentermag
{
	width: 173px;
	height: 66px;
}
span.windowsdeveloper
{
	width: 173px;
	height: 66px;
}
span.entwickler
{
	width: 173px;
	height: 66px;
}

a#shop-list-wd:hover
{
	background: #f8f8f8:
}

.transparent
{
	zoom:1;
	filter: alpha(opacity=50);
	opacity:0.5;
}

