h1, h2, h3, h4, h5, h6,img, body, div, ul, ol, li, span, a, p, iframe, object, input, label, fieldset, form, blockquote, textarea {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
	height: 100%;
	margin-bottom: 1px;
	/*background: url(img/background.jpg) top left no-repeat transparent; */
	font-family:"Arial";
	background-color: #B9B9B9;
}
h1 {
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	padding:10px 10px 8px 20px;
	color: #FFFFFF;
	background: #8ABE23;
	font-size: 21px;
	margin-bottom:17px;
}
h1.grey{
	background: #343434;
}

a:focus { 
	outline: none;
}
a {
  text-decoration: none;
}

#wrapper {
	background-color:white;
height:550px;
margin:181px auto 0;
position:relative;
width:960px;
}

#header > div {
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align:right;
}

#header {
	height:152px;
	margin:0 auto;
	width:960px;
	position:relative;
}
#header #logo {
left:15px;
position:absolute;
top:12px;
}
#header #banner-img {
	left:379px;
	position:absolute;
	top:45px;
}
.heading {
background-color:white;
color:#000000;
font-size:13px;
font-weight:normal;
left:25px;
position:absolute;
text-align:left;
top:175px;
}
.comment {
	color:#4D7301;
font-size:19px;
font-weight:normal;
left:455px;
position:absolute;
text-align:left;
top:35px;
width:320px;
}
.logo-bar {
	width:960px;
	background-color:#222222;
	height: 90px;
}
.logo-links {
	font-size: 13px;
	color: #FFF;
	height: 90px;
	line-height:30px;
}
.logo-links a{
	color: #E9F1DC;
padding-left:20px;
padding-right:10px;

}
.logo-links a:hover {
	color: #8ABE23;
}
.logo-links a:active {
	color: #E9F1DC;
}
.logo-links a:focus {
	color: #E9F1DC;
}
.banner {
	width:960px;
	background-color:#222222;
	height: 250px;
	background:url("img/bg-michael.png") no-repeat scroll left top #FFFFFF;
}
.banner-sticky {
	width:960px;
	background-color:#222222;
	height: 200px;
	background:url("img/banner-sticky.png") no-repeat scroll left top #FFFFFF;
}
.banner-composition {
	width:960px;
	background-color:#222222;
	height: 200px;
	background:url("img/banner-composition.png") no-repeat scroll left top #FFFFFF;
}
.banner-mockwire {
	width:960px;
	background-color:#222222;
	height: 200px;
	background:url("img/banner-mockwire.png") no-repeat scroll left top #FFFFFF;
}
.banner-stereotypes {
	width:960px;
	background-color:#222222;
	height: 200px;
	background:url("img/banner-stereotypes.png") no-repeat scroll left top #FFFFFF;
}
.banner-configured {
	width:960px;
	background-color:#222222;
	height: 200px;
	background:url("img/banner-configured.png") no-repeat scroll left top #FFFFFF;
}
.banner-scheduled {
	width:960px;
	background-color:#222222;
	height: 200px;
	background:url("img/banner-scheduled.png") no-repeat scroll left top #FFFFFF;
}
.banner-content {
	width:960px;
	background-color:#222222;
	height: 200px;
	background:url("img/banner-content.png") no-repeat scroll left top #FFFFFF;
}
#header li {
  display: inline-block;
  margin-top:10px;
}

.three-col {
	overflow:auto;
	height: 1%;
}

.three-col > * {
  display: block;
  width: 320px;
  float: left;
}
.three-col > *+* {
  margin-left: 20px;
}
.four-col {
	overflow:auto;
	height: 1%;
}
.four-col > * {
  display: block;
  width: 233px;
  float: left;
}
.four-col > *+* {
  margin-left: 22px;
}



/* Style */


#main .text .teaser p a,
#main .text .teaser p a:hover,
#main .text .teaser p a:active,
#main .text .teaser p a:focus {
    border: none;
}
#main h2 {
    font-size: 18px;
}
.teaser {
    float: left;
    width: 300px;
    margin: 0 10px 30px 0;
    padding: 0 9px 0 0;
}
.teaser h2 {
    margin: 0 0 10px 0;
}
.teaser img {
    width: 298px;
    height: 186px;
}
.teaser em.more {
    display: block;
}
.teaser li {
    list-style: none;
    margin: 0 0 15px 0;
}
.teaser .subline {
  background: #f5f5f5;
  color: #000;
  display: block;
  padding: 3px;
  margin-top: -8px;
  margin-bottom: 5px;
  position: relative;
}
.teaser .subline span {
  font-size: 120%;
  line-height: 1.3em;
}
.teaser .subline a {
  display: block;
  font-size: 130%;
  line-height: 1.3em;
}
.teaser .subline a.enlarge {
  position: absolute;
  right: 3px;
  top: 3px;
  background: transparent url(../img/icons/lupe.gif) left top scroll no-repeat;
  height: 14px;
  width: 14px;
  text-indent: -9999em;
}


/* linklisten */
.teaser .links {
    clear: both;
    display: block;
    padding: 10px 0 0 0;
}
.teaser .links h3 {
    padding: 0 0 5px 0;
}
.teaser .links ul {
    border-bottom: 1px dotted #d1d1d1;
}
.teaser .links li {
    height: 1%;
    margin: 0;
    border-top: 1px dotted #d1d1d1;
    padding: 3px 0;
}
.teaser .links li a {
    background: url(../img/icons/icon-sprites.png) 4px -365px no-repeat;
    display: block;
    padding: 0 3px 0 23px;
}
.teaser .links .external a {
    background-position: 4px -493px;
}
.teaser .links .download a {
    background-position: 4px -429px;
}
.teaser .links .download a em,
.teaser .links .download li a em {
    font-weight: normal;
    color: #666;
}


.col-float2-subcol .teaser-group {
    clear: both;
    float: left;
    width: 620px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
}
.teaser-group h5,
.box-group h5 {
	background-color:#E9F1DC;
	/* border-top:10px solid #E9F1DC; */
	background:url("img/bgs/tag.png") no-repeat scroll 0 0 #E9F1DC;
	font-size:22px;
	font-weight:normal;
	padding:5px 25px;
}
.box-group h5 {
    border-top: none;
    padding: 0 0 15px 0;
}
.teaser-group .teaser {
    float: left;
    width: 300px;
    margin: 0 10px 30px 0;
    padding: 0 9px 0 0;
}

#home .teaser {
    float: left;
    width: 310px;
}
/* TG 1 */
#home #teaser-group-1 {
    float: left;
    width: 460px;
    margin: 0;
    padding:0 10px 40px;
}
#home #teaser-group-1 .teaser {
    float: left;
    width: 460px;
    margin: 0;
    border-bottom: 1px dotted #dadada;
    padding: 0;
}
#home #teaser-group-1 h2 {
    margin: 3px 0 2px 0px;
    font-weight: normal;
}
#home #teaser-group-1 h2 a em {
    font-weight: normal;
    color: #4D7301;
	margin-right:20px;
}
#home #teaser-group-1 h2 a {
    display: block;
    padding: 14px 14px 14px 60px;
    color: #555;
}
#home #teaser-group-1 h2 a {
    background: url(img/bgs/points.png) 2px 0 no-repeat;
}
#home #teaser-group-1 #teaser-2 h2 a {
    background-position: 2px -400px;
}
#home #teaser-group-1 #teaser-3 h2 a {
    background-position: 2px -800px;
}
#home #teaser-group-1 #teaser-4 h2 a {
    background-position: 2px -1200px;
}
#home #teaser-group-1 #teaser-5 h2 a {
    background-position: 2px -1600px;
}
#home #teaser-group-1 #teaser-6 h2 a {
    background-position: 2px -2000px;
}
#home #teaser-group-1 h2 a:hover,
#home #teaser-group-1 h2 a:active,
#home #teaser-group-1 h2 a:focus {
    background: #D5E5B8 url(img/bgs/points.png) 0 0 no-repeat;
    text-decoration: none;
    color: #000;
}
#home #teaser-group-1 h2 a:hover em,
#home #teaser-group-1 h2 a:active em,
#home #teaser-group-1 h2 a:focus em {
    color: #cc0033;
}
#home #teaser-group-1 #teaser-1 h2 a:hover,
#home #teaser-group-1 #teaser-1 h2 a:active,
#home #teaser-group-1 #teaser-1 h2 a:focus {
    background-position: 2px -200px;
}
#home #teaser-group-1 #teaser-2 h2 a:hover,
#home #teaser-group-1 #teaser-2 h2 a:active,
#home #teaser-group-1 #teaser-2 h2 a:focus {
    background-position: 2px -600px;
}
#home #teaser-group-1 #teaser-3 h2 a:hover,
#home #teaser-group-1 #teaser-3 h2 a:active,
#home #teaser-group-1 #teaser-3 h2 a:focus {
    background-position: 2px -1000px;
}
#home #teaser-group-1 #teaser-4 h2 a:hover,
#home #teaser-group-1 #teaser-4 h2 a:active,
#home #teaser-group-1 #teaser-4 h2 a:focus {
    background-position: 2px -1400px;
}
#home #teaser-group-1 #teaser-5 h2 a:hover,
#home #teaser-group-1 #teaser-5 h2 a:active,
#home #teaser-group-1 #teaser-5 h2 a:focus {
    background-position: 2px -1800px;
}
#home #teaser-group-1 #teaser-6 h2 a:hover,
#home #teaser-group-1 #teaser-6 h2 a:active,
#home #teaser-group-1 #teaser-6 h2 a:focus {
    background-position: 2px -2200px;
}
#home #teaser-group-1 p {
    color: #666;
    margin: -25px 0 0 60px;
}
#home #teaser-group-1 p em.more {
    display: none;
}
#home #teaser-group-1 img {
    margin: 8px 15px 5px 0;
    border: none;
    float: left;
}
#home #teaser-group-1 #teaser-5 {
    margin-right: -3px;
}
/* TG 2  developer box */
#home #teaser-group-2 {
    width: 460px;
    float: right;
    overflow: hidden;
	padding-right:10px;
}
#home #teaser-group-2 .teaserlist {
    margin: 0 0 30px 0;
    padding: 18px 20px;
    width: 420px;
	background-color: #f7f7f7;
    /*background: #f7f7f7 url(img/bgs/teaserlist.png) 0 0 no-repeat;*/
}
#home #teaser-group-2 .teaserlist h2 {
    margin: 0;
    color: #c03;
}
#home #teaser-group-2 .teaserlist ul {
    border: none;
}
#home #teaser-group-2 .teaserlist li {
    float: left;
    margin: 0 0 2px 0;
    width: 50%;
    height: auto;
    border: none;
}
#home #teaser-group-2 .teaserlist li:nth-child(2n+1) {
    clear: both;
}
#home #teaser-group-2 .teaserlist li a {
    padding-left: 21px;
    background: url(img/bgs/icon-sprites.png) 0 -365px no-repeat;
    font-weight: bold;
	color: #4D7301;
}


/* TG 3 */
#home #teaser-group-3 {
    width: 460px;
    float: right;
    overflow: hidden;
	padding-right:10px;
}
#home #teaser-group-3 .teaser {
    width: 460px;
}
#home #teaser-group-3 p {
    font-size:13px;
line-height:16px;
padding:10px;
}
#home #teaser-group-3 .teaser h2 {
    margin: 5px 0 8px 0;
}
#home #teaser-group-3 .teaser h2 em {
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    color: #666;
    font-size: 71%;
}
#home #teaser-group-3 .opener {
    border: none;
}





/* Tabs ---------- */
.s-tabs {
}

.s-tabs > ul > li {
  -moz-border-radius:10px 10px 0 0;
  -webkit-border-radius:10px 10px 0 0;
  font-size:16px;
  padding:8px 30px 6px;
  background-color: #FFFFFF;
  color: #343434;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
}

.s-tabs > ul > li.current {
  background-color: #e6e6dc;
  background-image: url(img/tab-bg.png);
	border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF; 
  color: #FFFFFF;
}
.s-tabs > ul > li:hover {
  color: #999999;
}
.s-tabs > ul > li.current a {
  color: #000000;
}
.s-tabs > ul > li.hover a {
  color: #999999;
}
.s-tabs > ul > li a {
  color: #343434;
}

.s-tabs .ss-tab {
  background-color: white;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
.s-tabs .ss-hidden {
  display: none;
}


/* footer */ 


#footer, #footer a {
  background-color: #8ABE23;
  color: white;
  padding: 10px 15px 5px;

}
#footer a:hover {
  color: #000000;
}

#footer > div {
  padding: 2px;
  text-align:center;
}
#footer > div > ul {
  padding: 5px 0 5px 5px;
  margin-left:10px;
}
#footer > div > ul > li {
  padding: 3px 0px;
  font-size: 14px;
}

#footer > div > h3 {background: left center transparent no-repeat; }
#footer .uns-home > h3 { background-image: url(i/footer-home.png); }
#footer .uns-community > h3 { background-image: url(i/footer-community.png); }
#footer .uns-features > h3 { background-image: url(i/footer-features.png); }
#footer .uns-friends > h3 { background-image: url(i/footer-friends.png); }

/* PRE */

pre {
font-size:12px;
}

pre.prettyprint {
  margin-left: 2em;
  padding: 0.5em;
  border-left: 3px solid #ccc;
}

.issuedescription pre, .issuecomment pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}

.prettyprint .str { color: #080; }
.prettyprint .kwd { color: #008; }
.prettyprint .com { color: #800; }
.prettyprint .typ { color: #606; }
.prettyprint .lit { color: #066; }
.prettyprint .pun { color: #660; }
.prettyprint .pln { color: #000; }
.prettyprint .tag { color: #4D7301; }
.prettyprint .atn { color: #606; }
.prettyprint .atv { color: #080; }
.prettyprint .dec { color: #606; }