/* Main style settings */

body {
	background-image: url("../images/autumn_leaves.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #333;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

/* Style settings for landing page */

section#wrapper {
	  background: transparent;
		margin-top: 60px;
		margin-bottom: 60px;
}

div#content-wrap {
	  background-color: #333;
		padding: 40px;
		border-top: 8px solid #222;
		border-bottom: 8px solid #222;
		border-left: 8px solid #880088;
		border-right: 8px solid #008800;
		border-radius: 10px;
		color: #999;
    font-size: 1.4em;
}

div#content-wrap h3 {
	  color: #aaa;
		margin-bottom: 30px;
}

div#content-wrap h1 {
	  color: #aaa;
		font-size: 3em !important;
		text-transform: uppercase;
		margin-left: 0;
		margin-bottom: 30px;
}

div#content-wrap span.small-text {
	  color: #880088;
		font-size: 60%;
		text-transform: uppercase;
}

div#content-wrap span.dot {
	  color: #008800;
}

div#tagline {
	  border-left: 5px solid #880000;
		border-right: 5px solid #880000;
		padding: 0 15px 0 15px;
		margin-top: 40px;
	  margin-bottom: 40px;
		text-align: justify;
}

div#desc {
	  border-left: 5px solid #222;
		border-right: 5px solid #222;
		padding: 0 15px 0 15px;
		text-align: justify;
}

span.citat {
	  font-size: inherit;
		color: GoldenRod;
		font-weight: 900;
}

div#homepage, div#blog {
  	padding-left: 0;
  	padding-right: 0;
  	padding-bottom: 20px;
	  margin-top: 40px;
		font-size: inherit;
		color: #999;
}

div#homepage {
		border-top: 4px solid GoldenRod;
		border-bottom: 5px solid #880088;
}

div#blog {
		border-bottom: 5px solid #880088;
		border-top: 4px solid GoldenRod;
}

h2 {
	  margin-bottom: 30px;
		margin-top: 30px;
		text-transform: uppercase;
}

p.button {
	  margin-top: 30px;
}
