/*
Theme Name: Grimpf
Author: iTom
version: 2.0
*/




/* basics */

*{margin:0; padding:0;}

body {
	background-color: #bfbfbf;
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 14px;
	font-family: "Lucida Grande";
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	width: 800px;
	}

	
h1 { font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {margin-left: 10px; text-align: left; font-size: 14px;}
h4 { text-align: center; font-size: 12px;}


img{ border-style: solid;
	border-width: 4px;
	border-color: #3f444c;
	padding:0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;}
img a{}

img.left{ float: left; padding: 6px 0 0 0; }
img.right{ float: right; padding: 0 0 0 6px; }

blockquote{
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
		font-family: "Lucida Grande";
	}




/* links */

a{
	color: #25282d;
	text-decoration:none;
	}

a:hover{ 
	padding-left: 0px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 2px;
	background-color: #5e767f;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}




/* container */

#container {
	margin-left: auto;
	margin-right: auto;
	border-color: #5e767f;
	border-style: solid;
	border-width: 1px;
	width: 800px;
	background:#8aadbb;
	color: #3f444c;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
	
	
/* header */

#header {
	background-color: #5e767f;
	border-bottom-color: #8aadbb;
	border-bottom-width: 4px;
	border-right-color: #8aadbb;
	border-left-color: #8aadbb;
	border-top-color: #8aadbb;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
  	width: 800px; 
  	height: 120px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	}

#header h1{
	font-family: "Lucida Grande";
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font:normal;
	padding:20px 0 0 16px;	
	}
	
#header h1 a{ text-shadow: 1px 1px 10px #3f444c; text-align: center; font-family: Georgia; font-size: 72px; color: #bfbfbf;}
#header h1 a:hover{text-shadow: 1px 1px 10px #3f444c; text-align: center; color: #3f444c; text-decoration: none;}


#header h2{
	text-align: center;
	text-shadow: 0px 0px 1px #bfbfbf;
	font-size: 16px;
	margin-bottom: 20px;
	font-family: "Lucida Grande";
	font:normal;
	color: #5e767f;
	padding: 0 0 0 18px;	
	}



/* main menu */

#menu {
	border-bottom-color: #bfbfbf;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: auto;
	margin-left: auto;
	text-shadow: 0px -1px 10px #25282d;
	height: 40px;
	font-family: "Lucida Grande";
	background:#3f444c;
	font-size: 20px;
	overflow:hidden;
	width: 800px;
	height: 32px;
	top: 0px;
	position: fixed;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


#menu ul {
	text-align: center;
}

#menu ul li {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
	margin-left: 40px;
	margin-bottom: 0px;
	margin-right: 40px;
	margin-top: 0px;
	text-align: center;
	list-style-type: none;
	float:left;
}

#menu ul li a {
	text-shadow: 2px 2px 4px #25282d;
	width: auto;
	color: #bfbfbf;
	display:block;
}

#menu ul li a:hover {
	text-shadow: 1px 1px 2px #bfbfbf;
	border-style: solid;
	border-color: #e8e8e8;
	border-width: 1px;
	padding-top: 5px;
	padding-left: 40px;
	padding-bottom: 0px;
	padding-right: 40px;
	margin-left: -41px;
	margin-bottom: 0px;
	margin-right: -41px;
	margin-top: -5px;
	text-decoration: none;
	font-size: 20px;
	font-family: "Lucida Grande";
	height: 24px;
	text-align: center;
	width: auto;
	background: #8a9ba7;
	color: #3f444c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#bloglink{
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	}
	


/* content */
	
#adfirst{
	padding-left: 4px;
	background-color: #7b9aa7;
	margin-bottom: 20px;
	margin-top: -10px;
	width: auto;
	margin-left: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

#postdate{
	color: #3f444c;
	font-family: "Lucida Grande";
	text-align: center;
}

#content {
	border-width: 0px;
	float:left;
	width: 500px;
	overflow: hidden;
	margin: 20px;
	}

.post {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-top: 10px;
	width: auto;
	text-align: left;
	background-color: #7b9aa7;
	line-height: 14pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.post h2{
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
	border-width: 0px;
	color: #3f444c;
	font-family: "Lucida Grande";
	font: 20px;
	}
	
.post h2 a{
	text-align: center;
	border-width: 0px;
	line-height: 20px;
	color: #3f444c;
	}
	
.post h2 a:hover{
	padding: 6px;
	background-color: #5e767f;
	text-align: center;
	text-decoration: none;
	border-width: 0px;
	color: #25282d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.post ul { border-width: 0px;}

.post li {}

.post object{ 
	border-color: #3f444c;
	border-width: 4px; 
	border-style: solid; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;}
	
#pframe{
	color: #7b9aa7;
	background-color: #3f444c;
	height: 166px;
	border-style: solid;
	border-color: #3f444c;
	border-width: 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	
.entry p{ margin-left: 0; margin-bottom: 20px; margin-right: 0; margin-top: 20px;}

.postmetadata{
	border-style: solid;
	border-color: #e8e8e8;
	width: 476px;
	border-width: 1px;
	margin-left: -20px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-top: 20px;
	clear: both;
	background:#bfbfbf;
	padding: 6px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	

.navigation {
	border-color: #7b9aa7;
	border-style: solid;
	border-width: 1px;
	padding-top: 10px;
	color: #3f444c;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 10px;
	height: 40px;
	font-family: "Lucida Grande";
	font-size: 14px;
	width: 488px;
	float: none;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.alignleft{ padding-left: 10px; width: 220px; display: inline; color: #3f444c; text-align: left; font-size: 14px; font-family: "Lucida Grande"; float:left; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.alignright{ padding-right: 10px; width: 220px; display: inline; color: #3f444c; text-align: right; font-size: 14px; font-family: "Lucida Grande"; float:right; -moz-border-radius: 4px; -webkit-border-radius: 4px;}




/* sidebar */

#sidebar {
	margin-bottom: 30px;
	margin-right: 50px;
	margin-top: 30px;
	height: 100%;
	color: #bfbfbf;
	background-color: #8aadbb;
	font-family: "Lucida Grande";
	font-size: 14px;
	width: 200px;
	float:right;
	}

#sidebar h2{
	margin-left: 0px;
	margin-bottom: -10px;
	margin-right: 0px;
	margin-top: 20px;
	font-family: "Lucida Grande";
	font: 14px;
	color: #bfbfbf;
}

#sidebar label{
	font-family: "Lucida Grande";
	font:normal 12px;
	color: #3f444c;	
	margin: 0;
}

#sidebar p {}

#sidebar img {}

#sidebar ul {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	width: 180px;
	background-color: #7b9aa7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}


#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}




/* comments */

#commentform{
	height: auto;
	margin: 0px;
	background:#8aadbb;
	padding:0;
	}
	
#commentform p{
	height: auto;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #3f444c;
	background-color: #8aadbb;
	}
	
#commentform a{ height: auto; font-family: "Lucida Grande"; border-bottom-width: 0px; color: #3f444c; text-decoration: none; border-bottom: dotted;line-height: 14pt;}
	
#commentform h3{
	margin: 0px;
	line-height: 14px;
	font-family: "Lucida Grande";
	border-width: 0px;
	font-size: 10pt;
	font-weight: 300;
	color: #3f444c;
	padding:0;
	}
	
#comment{
	height: auto;
	margin: 10px;
	font-family: "Lucida Grande";
	border-width: 0px;
	color: #3f444c;
	width: 500px;
	}

#author, #email, #url, #comment, #submit{
	padding: 5px;
	border-width: 0px;
	width: 478px;
	margin-left: 0px;
	margin-bottom: 14px;
	margin-right: 5px;
	margin-top: 14px;
	color: #8aadbb;
	font-family: "Lucida Grande";
	background: #3f444c;
	font-size: 14px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
	
#submit{ height: 40px;
		color: #8aadbb;
		font-size: 14px; font-family: "Lucida Grande";
		width: 488px;}

#comments{ margin:0; padding:0}
	
ol.commentlist {margin-left: 10px; width: 490px;
				background-color: #3f444c;
				list-style-type: none;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 20px;
	color: #8aadbb;
	width: 450px;
	background: #3f444c;
	padding:5px 0 5px 10px;
	list-style-type:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

ol.commentlist li.alt {color: #8aadbb;
						width: 450px;
						background: #3f444c;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;}
						
ol.commentlist li p { margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a { color: #e8e8e8;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
		margin-top: 20px;
	}

#searchformtop{
	background-color: #676f7d;
	width: 300px;
	margin-left: 60%;
	border-color: #e8e8e8;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
	
#searchform input#s{
	border-width: 0px;
	border-color: #8aadbb;
	border-style: solid;
	font-family: "Lucida Grande";
	font-size: 14px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-top: 0px;
	background-color: #3f444c;
	color: #8aadbb;
	padding: 6px;
	width: 164px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

#searchform input#searchsubmit{
	border:none;
	background:#8aadbb;
	color: #3f444c;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border-style: solid;
   text-align: center;
   padding-top: 4px;
   margin: 10px;
   
   
  /* optional rounded corners for browsers that support it */
   
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
}

.wp-caption p.wp-caption-text {
   border-width: 0px;
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.wp-smiley {
	border-width: 0px;
}



/* footer */

#footer {
	clear: both;
	text-shadow: 0px 1px 10px #25282d;
	border-top-style: solid;
	border-top-color: #bfbfbf;
	border-top-width: 1px;         
	text-align: justify;
	height: 40px;
	font-family: "Lucida Grande";
	background:#3f444c;
	font-size: 14px;
	overflow:hidden;
	width: 100%;
	height: 32px;
	left: 0px;
	bottom: 0px;
	}
	
#footer p{ padding-top: 10px; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


/* Remove Smily */
img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}
