/* Uncomment the block of code immediately below if you want to visually hide the link in the footer from your visitors: */

body {
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #757575;
}

hr {
	display: none;
}

h1, h2, h3 {
	color: #31363B;
	letter-spacing: -1px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	background: #f1f1f1;
	padding: 20px;
	font-family: Georgia;
	line-height: 24px;
	font-style: italic;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0 0 0 0px;
}

a {
	color: #5ea900;
}

a img {
	border: none;
}

#header {
	border-top: 5px solid #ddd;
	width: 960px;
	margin: 0 auto;
}

/* Logo */

#logo {
	background-image: url(images/logo.jpg);
	background-position: right;
	background-repeat:no-repeat;
	width: 900px;
	height: 100px;
	margin: 0 auto;
	padding: 0px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 20px 5px 0 20px;
	font-size: 36px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #31363B;
}

#logo h2 {
	padding: 0px 0 0 22px;
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	color: #808080;
}

#logo p {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	color: #31363B;
}


/* Menu */

#menu {
	height: 40px;
	width: 960px;
	background-color: #31363B;
	font-family: Verdana, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 30px 15px 18px;
	margin-right: 1px;
	height: 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 1.0em;
	color: #eee;
	font-weight: bold;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: none;
	color: #FFFFFF;
}

#menu .highlight a { 
	color: #5EA900;
}




#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

#contentfull {
	float: left;
	width: 900px;
}

.post {
}

.post .title {
	font-size: 2.4em;
	text-decoration:underline;
	margin: 0;
	padding: 10px 20px 0px 10px;
}

.post h1.title {
	padding: 5px 0  0 50px;
	height: 40px;
	font-size: 2.4em;
	text-transform: lowercase;
}

.post .title a:hover {

}

.post .entry {
	margin: 0px;
	padding: 10px 10px;
	font-family: Verdana, sans-serif;
}

.post .entry a {
	/*color: #999;*/
	color: #5EA900;
}

.post a {
	color: #31363B;
}

.tippsbutton a{
	border-bottom:2px solid;
	padding: 5px;
	border-color: #ccc;
	text-decoration:none;
	
}

.tippsbutton a:hover{
	border-color: #999;
	text-decoration:none;
}

/* Sidebar */

#sidebar {
	width: 300px;
	float: right;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li a {
	text-decoration: none;
}

#sidebar li ul {
	padding-left: 25px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #aaa;
}

#sidebar li h2 {
	margin: 0 0 0.5em 0;
	padding: 15px 0  0px 25px;
	height: 30px;
	font-size: 28px;
	letter-spacing: -1px;
}

#sidebar li h4 {
	margin: 0;
	padding: 0px 0  0px 25px;
	letter-spacing: -1px;
}

#sidebar li p {
	padding: 0 20px;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	height: 30px;
	width: 900px;
	color: #fff;
	background-color: #31363B;
}

#footer a { 
	color: white;
}

#footer p {
	margin: 0;
	line-height: normal;
	padding: 5px 15px;
}

#footer .copyright {
	float: left;
	font-size: 10px;
}

#footer .credits {
	float: right;
	font-size: 10px;
}
