/*
Theme Name: grenzstein.com v11
Theme URI: grenzstein.com
Description: The default grenzstein.com theme.
Version: 1.0
Author: Stefan Almer
Author URI: http://grenzstein.com
*/

/* MAIN STUFF */
body{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	min-width: 740px;
}
/* END MAIN STUFF */


/* BEGIN HEADER */
#header{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	margin: 3em 0 45px 0;
	color: #0099ff;
}

#header h1{
	font-size: 400%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#header h1 a{
	color: #0099ff;
	text-decoration: none;
}

#header p.tag {
	color: black;
	font-size: 120%;
	text-align: center;
	margin: -10px 0 0 -190px;
	padding: 0;
}
/* END HEADER */


/* BEGIN TOPBAR */
#topbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #0099ff;
	color: #fff;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}

#topbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#topbar ul li, #topbar form {
	text-align: center;
	width: 25%;
	float: left;
	margin: 0;
	padding: .5em 0 .5em 0;
	font-size: 110%;
	font-weight: bold;
}

#topbar a:link, #topbar a:visited,
#footer a:link, #footer a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#topbar a:hover, #topbar a:active,
#footer a:hover, #footer a:active {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

#topbar .current_page_item a {
	text-decoration: underline;
}

/* END TOPBAR */


/* BEGIN MISC */
.wrapper {
	text-align: left;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

hr {
	width: 50%;
	border: 3px solid #0099ff;
	margin-bottom: 45px;
}
/* END MISC */

/* BEGIN CONTENT */
#content .postmetadata {
	font-size: 77%;
}

#content .postmetadata code {
	color: #0099ff;
	background-color: transparent;
}

#content p {
	line-height: 140%;
	margin: 10px 0 20px 0;
}

#content a:link,
#content a:visited {
	color: #0099ff;
	background-color: transparent;
	text-decoration: underline;
}

#content a:hover,
#content a:active {
	color: black;
	background-color: transparent;
}	

#content h2 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 170%;
	margin: 0;
}

#content h2 a:link,
#content h2 a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

#content h2 a:hover,
#content h2 a:active {
	color: #0099ff;
	background-color: transparent;
	text-decoration: underline;
}

#content h3 {
	font-size: 130%;
	margin: 40px 0 15px 0;
}

#content h4 {
	font-size: 110%;
}

#content h5 {
	font-size: 100%;
	margin-bottom: 0;
}

#content code {
	font-family: courier, fixed;
	background-color: #ececec;
	color: #0099ff;
	padding: 1px 5px;
}

#content blockquote {
	font-style: italic;
	border-left: 1px solid #666666;
	color: #666666;
	padding-left:1em;
	margin: 1em;
}

#content ul li,
#footer ul li {
	display: list-item;
	background: transparent url(images/arrow.gif) no-repeat scroll left 9px;
	padding: 2px 0 2px 1em;
}

#content ul,
#footer ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
/* END CONTENT */

/* BEGIN COMMENTS */
#commentform .textinput, #commentform textarea {
	border: 1px solid #0099ff;
	padding: 3px;
}

#commentform p {
	margin: 0 0 10px 0;
}

.comment_avatar {
	float: left;		
	width: 100px;
	border-right: 2px solid #0099ff;
	margin-right: 10px;
	padding-right: 5px;
}

.comment_footer {
	margin-bottom: 25px;
	clear: both;
}

.navigation {
	padding: 0 0 45px 0;
	text-align: center;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}
/* END COMMENTS */

/* BEGIN SEARCH */
#s {
	background: white url(images/search.png) no-repeat scroll 98% 2px;
	display: inline;
	padding: 2px;
	border: 1px solid white;
	margin: 0;
}

#form {
	padding: 0;
	margin: 0;
}

#searchsubmit {
	display: none;
}
/* END SEARCH */

/* BEGIN FOOTER */
#footer {
	width: 100%;
	background-color: #0099ff;
	padding-bottom: 54px;
	padding-top: 0.5em;
	color: white;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
}

/* END FOOTER */

/* BEGIN PAGEBAR */
.pagebar a:link,
.pagebar a:visited {
	border :1px solid #0099ff;
	margin: 0 1px;
	padding: 1px 3px;
}

.pagebar a:hover,
.pagebar a:active {
	border: 1px solid black;
}


.pagebar {
	text-align:center;
	font-size: 110%;
}
/* END PAGEBAR */
