@charset "UTF-8";
/* CSS Document */

/* ############# Main Elements ############# */
html, body {
text-align: center;
}

body { 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    background: #FAFCF8;
    background: #fff;
}

img {
	border: none;
}

a {
	outline: none;	
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
}

ul.theshlauf {
	list-style-type: disc;
	list-style-image: url('http://www.theshlauf.com/img/theshlauf_bullet.jpg');
	text-align: left;
}

a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000; }
a:active { text-decoration: underline; color: #000; }

a.twitter:link { text-decoration: none; color: #000; }
a.twitter:visited { text-decoration: none; color: #000; }
a.twitter:hover { text-decoration: underline; color: #000; }
a.twitter:active { text-decoration: underline; color: #000; }

.twitter {
    font-weight: bold;
    position: relative;
}

a.blog:link { text-decoration: none; color: #000; }
a.blog:visited { text-decoration: none; color: #000; }
a.blog:hover { text-decoration: underline; color: #000; }
a.blog:active { text-decoration: underline; color: #000; }

.blog {
	font-weight: bold;
}

::selection {
	background: #000; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #000; /* Firefox */
	color: #fff;
}

/* ############# Logo ############# */

#logo {
	background: url('http://www.theshlauf.com/img/LogoType350px.png') no-repeat top left; width: 350px; height: 44px;
	position: relative;
	top: 7px;
	float: left;
}

/* ############# Wrapper ############# */

.wrapper {
	width: 800px;
	padding: 30px 0 30px;
	margin: 0 auto;
}

/* ############# Sub Wrapper ############# */

.sub_wrap {
	width: 750px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	clear: both;
}

.sub_wrap p {
text-align: left;
}

.left_column {
	float: left;
	width: 475px;
	text-align: left;
}

.white {
background-color: #fff;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
padding: 20px 20px 30px;
}

.right_column {
	float: right;
	width: 250px;
	border-left: 2px dotted #aacf3c;
}

.inner_right {
	float: right;
	width: 225px;
	text-align: left;
}

/* ############# Footer ############# */

.footer {
	position: relative;
	padding: 30px 0 5px 0;
	clear: both;
	text-align: center;
	font-size: 9pt;
}

/* ############# Navigation ############# */

ul.navigation {
    list-style: none;
    padding: 0 0 0 0;
    position: relative;
    float: right;
    border-left: 2px dotted #aacf3c;
    border-right: 2px dotted #aacf3c;
    width: 375px;
    height: 30px;
    text-align: center;
}

ul.navigation li {
    display: inline;
    padding: 0 4px;
}

ul.navigation a {
    padding: 0 4px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    line-height: 225%;
}

ul.navigation a:hover {
    background-color: #000;
    color: #fff;
}

ul.navigation a:active {
    background-color: #aacf3c;
    color: #fff;
}

a.page_holder:link {
    background-color: #aacf3c;
    color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

/* ############# Headers ############# */

.header1 {
	font-size: 20pt;
	margin: 10px 0 0 0;
	text-align: left;
}

.header2 {
	font-size: 15pt;
	text-align: left;
}

.header3 {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.green_header1 {
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	color: #AACF3C;
	text-transform: lowercase;
	text-align: left;
}

.black_header {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.quote_marks {
	font-family: serif;
	font-weight: bold;
	font-size: 20pt;
	color: #AACF3C;
}
