body{
  font-family: ;
  font-size: 100%;
  padding: 0;
  margin: 0;
  background: #ebebeb;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
  line-height: 1.2em;
  padding-bottom: 50px;
}

:focus{
  outline: 0;
}

a{
  color: #1780a5;
  text-decoration: none;
}

a:hover{
  color: #215c70;
  text-decoration: underline;
}

.clear{
  clear: both;
}

.hidden{
  display: none;
}

#header, #nav, #content, #footer{
  padding: 0px 20px;
}

body.wide #header .inner, body.wide #content, body.wide #footer, body.wide #nav ul{
  width: 882px;
  margin: 0px auto;
}

body.narrow #header .inner, body.narrow #content, body.narrow #footer{
  width: 302px;
  margin: 0px auto;
}

#content .column, #footer p{
  float: left;
}

#content #column1, #footer #copyright{
  width: 348px;
  margin: 0 0 0 0;
  clear: both;
}

#content #column2, #footer #credits{
  width: 494px;
  margin: 0 0 0 40px;
}

#content #column-faq dl dt{
  float: left;
  width: 288px;
  margin: 0 0 40px 0;
  clear: both;
  padding: 0 0 0 60px;
}

#content #column-faq dl dt.first{
  background: transparent url(images/q.png) top left no-repeat;
  padding-top: 10px;
}

#content #column-faq dl dd{
  width: 434px;
  margin: 0 0 40px 40px;
  float: left;
  padding-left: 60px;
}

#content #column-faq dl dd.first{
  min-height: 60px;
  background: transparent url(images/a.png) top left no-repeat;
  padding-top: 10px;
  
}

#header{
  background: #641313;
  color: #fff;
  height: 7.1em;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}

body#teaser #header{
  background: #641313;
  padding: 1px 0 0 0;
  color: #fff;
  height: 7.6em;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}

#header #title{
  width: 302px;
  height: 3em;
  float: left;
  background: transparent url(logo.png) 0px 2px no-repeat;
  padding: 0 0 0 78px;
  margin: 3.3em 0 0 0;
}

body#teaser #header #title{
  margin: 7em 0 0 0;
}

#header #title h1{
  padding: 0;
  margin: 0;
}

#header #title h1 a{
  height: 45px;
  width: 222px;
  text-indent: -9999px;
  display: block;
  background: transparent url(logo.png) top left no-repeat;
}

#header #title #subtitle{
  background: transparent url(images/subtitle.png) top left no-repeat;
  text-indent: -9999px;
  display: block;
  margin: 2px 0 0 0;
}

#header a#appstorelink{
  float: right;
  margin: 4em 0 0 0;
  width: 261px;
  height: 50px;
  display: block;
  text-indent: -9999px;
  background: transparent url(images/appstore-sprite.png) 0 0 no-repeat;
}

#header a#appstorelink:hover{
  background: transparent url(images/appstore-sprite.png) 0 -50px no-repeat;
}

div#nav{
  background: white;
  display: block;
  height: 1.9em;
}

div#nav ul{
  clear: both;
  display: block;
  list-style: none;
  padding: 0 0 0 0;
  padding: 0;
}

div#nav ul li{
  display: block;
  float:   left;
}

div#nav ul li#home{
  margin: 0 0 0 0;
}

div#nav ul li a{
  display: block;
  float: left;
  background: #fff;
  margin: 0 0.8em 0 0;
  padding: 0.5em 1em 0.54em 1em;
  text-decoration: none;
  font-size: 0.7em;
  font-weight: bold;
  color: #aaa;
  text-transform: uppercase;
}

div#nav ul li#twitter{
  float: right;
}

div#nav ul li#twitter a{
  float: right;
  color: #1780a5;
}

div#nav ul li#twitter a:hover{
  color: #555;
}

body.home div#nav ul li#home a, body.blog div#nav ul li#blog a, body.faq div#nav ul li#faq a, body.support div#nav ul li#support a, body.praise div#nav ul li#praise a{
  background: #ebebeb;
  color: #555;
}

div#nav ul li a:hover{
  background: #ddd;
  color: #555;
}

#content{
  clear: both;
  margin-top: 40px !important;
  font-size: 0.750em;
  text-shadow: 0px 1px 1px #fff;
  color: #323232;
}

#content span#tagline{
  width: 313px;
  height: 38px;
  display: block;
  margin: 0 0 1.5em 0;
  font-size: x-large;
  line-height: 1.2em;
}

#content span#tagline2{
  width: 500px;
  height: 1.0em;
  display: block;
  margin: 0 0 1em 0;
  font-size: x-large;
  line-height: 1.2em;
}

#content h3#features{
  width: 80px;
  height: 15px;
  background: transparent url(images/features.png) 0 0 no-repeat;
  text-indent: -9999px;
  margin-top: 2.5em;
}

#content h3.faq{
  font-size: 1.35em;
  margin-bottom: 2em;
  text-transform: uppercase;
  text-align: left;
}

#content dl{
  margin: 0;
  padding: 0;
}

#content dt{
  margin: 0 0 0.8em 0;
  padding: 0;
  font-weight: bold;
}

#content dd{
  margin: 0 0 1.9em 0;
  padding: 0;
}

#content li, #content embed{
  border: 5px solid #fff;
  display: block;
}

#content p, #content blockquote, #content ul, #content ol{
  margin: 0 0 1.1em 0;
}

#content .column ul{
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style: none;
}

#content .column ul li{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: transparent url(images/bullet.png) 0px 5px no-repeat;
}

#content a#twitter{
  width: 100%;
  display: block;
  height: 4.1em;
  text-indent: -9999px;
  background: transparent url(images/twitter-link.gif) center center no-repeat;
}

#content a#twitter:hover{
  background: transparent url(images/twitter-link-over.gif) center center no-repeat;
}

#content p#by{
  display: block;
  border-top: 1px solid #fff;
  padding-top: 2em;
  margin-top: 4em;
  font-size: 0.7em;
  text-transform: uppercase;
}

#content #screenshots{
  margin-top: 20px;
}

#content #screenshots a.screenshot img{
  border: 3px solid #fff;
  margin: 0 22px 0 0;
  background: #fff;
  padding: 1px;
}

#content #screenshots a.last img{
  margin: 0 !important;
}

#content #screenshots a.screenshot:hover img{
  border: 3px solid #fff;
  background: #666;
}

#content h3#reviews{
  display: block;
  clear: both;
  text-align: center;
  background: #ddd;
  height: 0.1em;
  border-bottom: 1px solid #fff;
  margin: 3em 0 0 0;
  position: relative;
}

#content h3#reviews span{
  background: #ebebeb url(images/reviews.png) center center no-repeat;
  display: block;
  width: 90px;
  text-align: center;
  margin: 0 auto 0px auto;
  top: -0.7em;
  position: relative;
  text-transform: uppercase;
  font-size: 0.9em;
  text-shadow: 0 1px 1px #fff;
  text-indent: -9999px;
}

#content #quotes{
  clear: both;
  background: #ddd;
  margin: 30px 0 0 0;
  padding: 15px 15px 5px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px #fff;
  -moz-box-shadow: 0 1px 1px #fff;
}

#content #quotes .quote{
  width: 200px;
  float: left;
  margin: 0 15px 0 0;
}

#content #quotes .last{
  margin: 0 !important;
}

#content #quotes .quote .author{
  display: block;
  height: 28px;
  background: transparent url(images/quote-tick.gif) 6px 38px no-repeat;
  padding: 0 0 10px 0;
}

#content #quotes .quote a.avatar img{
  float: left;
  border: 0;
}

#content #quotes .quote .name{
  height: 28px;
  float: left;
  width: 170px;
  margin: 0 0 0 10px;
  line-height: 28px;
  font-weight: bold;
  text-align: left;
  display: block;
}

#content #quotes .quote .withsource{
  line-height: 14px;
}

#content #quotes .quote .withsource .source{
  font-size: 0.85em;
  text-transform: uppercase;
  color: #999;
  display: block;
}

#content #quotes .quote p{
  background: #fff;
  padding: 8px 9px;
  font-size: .88em;
  line-height: 1.55em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#content a#downloadlink{
  display: block;
  text-align: center;
  line-height: 52px;
  text-indent: -9999px;
  width: 468px;
  height: 52px;
  margin: 40px auto 0 auto;
  background: transparent url(images/download-sprite.png) 0 0 no-repeat;
}

body.narrow #content a#downloadlink{
  background: transparent url(images/download-sprite-narrow.png) 0 0 no-repeat;
  width: 298px;
}

#content a#downloadlink:hover{
  background: transparent url(images/download-sprite.png) 0 -52px no-repeat;
}

body.narrow #content a#downloadlink:hover{
  background: transparent url(images/download-sprite-narrow.png) 0 -52px no-repeat;
}

body.support #content #column2{
  background: transparent url(images/fail-stevie.png) top center no-repeat;
  min-height: 300px;
}

#content #column1 ul#links{
  margin: 0;
  padding: 0;
  list-style: none;
}

#content #column1 ul#links li{
  padding: 0;
  background: transparent;
  margin: 0 0 0 0;
  float: left;
}

#content #column1 ul#links li a{
  color: #fff;
  text-shadow: none;
  width: 30px;
  background: #1780a5;
  padding: 5px 8px;
}

#content #column1 div#search{
  display: block;
  float: left;
  padding: 0 0 0 20px;
  margin: -0.15em 0 0 0;
}

#content #column2 div.post{
  margin-bottom: 4em;
}

#content #column2 a.date{
  display: block;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  font-size: 0.93em;
  height: 0.9em;
  margin: 0 0 3em 0;
}

#content #column2 a.date span{
  background: #ebebeb;
  padding: 0 1.2em;
  border: 0;
  display: block;
  width: 8em;
  margin: 0px auto;
}

#content #column2 a.date:hover span{
  border: 0 !important;
  text-decoration: none;
}

#content #column2 div.post blockquote{
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #ccc;
}

#content #column2 a.link{
  font-size: 1.2em;
  display: block;
  margin: 0 0 1em 0;
}

#content #column2 div.quote span.quote{
  background: #fff;
  display: block;
  padding: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#content #column2 div.quote div.source{
  background: transparent url(images/praise-tick.gif) 1em 0 no-repeat;
  padding: 1.8em 0 0 0;
  display: block;
}

#content #column2 div.audio_player, #content #column2 div.video object{
  margin: 0 0 1.2em 0;
}

#footer{
  clear: both;
  border-top: 1px solid #fff;
  margin-top: 40px !important;
  padding-top: 40px;
  font-size: 0.75em;
  height: 4em;
  text-shadow: 0px 1px 1px #fff;
  text-align: center;
}

body.narrow #footer{
  padding-top: 20px;
  background: transparent;
}


body.narrow #footer p#copyright{
  margin: 0;
  text-indent: 0;
  background: transparent;
  text-transform: uppercase;
  font-size: 0.8em;
  text-align: center;
  width: 100%;
}

#footer p#credits{
  margin-top: -0.1em;
  font-size: 0.8em;
}

fieldset {
  border:1px solid #999;
  background-color: #FFF;
  margin-bottom: 25px;
  padding: 20px;
}
	fieldset label {
		position: relative;
		width: 10em;
		float: left;
		text-align: right;
		padding: 5px;
		margin: 5px;
	}
	
	fieldset div {
		float: left;
	
	}

legend {
  position: relative;
  padding: 0.2em 0.7em;
  border:1px solid #999;
  background-color: #fff;
  font-size: 12px;
  color:#999;
  font-weight: bold;
  text-align:left;
  }

.textField {
  border: 1px solid #999;
  padding: 5px;
  margin: 5px;
  width: 225px;

}

.img-shadow {
		float:left;
		background: url(gfx/trans-shadow.png) no-repeat bottom right; 
}

.img-shadow img {
		display: block; 
		position: relative;
		padding: 5px;
		background-color: #fff; 
		border: 1px solid #cecece; 
		margin: -6px 6px 6px -6px; 
}

#anmeldeForm label.error { color:red; }


/************* FANCY UPLOAD ***********/

a.hover {
	color: red;
}
 
#demo-list {
	padding: 0;
	list-style: none;
	margin: 0;
}
 
#demo-list .file-invalid {
	cursor: pointer;
	color: #514721;
	padding-left: 48px;
	line-height: 24px;
	background: url(upload/assets/error.png) no-repeat 24px 5px;
	margin-bottom: 1px;
}
#demo-list .file-invalid span {
	background-color: #fff6bf;
	padding: 1px;
}
 
#demo-list .file {
	line-height: 2em;
	padding-left: 22px;
	background: url(upload/assets/attach.png) no-repeat 1px 50%;
}
 
#demo-list .file span,
#demo-list .file a {
	padding: 0 4px;
}
 
#demo-list .file .file-size {
	color: #666;
}
 
#demo-list .file .file-error {
	color: #8a1f11;
}
 
#demo-list .file .file-progress {
	width: 125px;
	height: 12px;
	vertical-align: middle;
	background-image: url(upload/assets/progress-bar/progress.gif);
}

#blocktext {
	text-align: justify;
}

div,span,header,section,footer,aside,article,p{
  /*background-color: rgba(250,20,50,0.2) !important;
  //this is for debugging */
}