/*  
Theme Name: sb
Theme URI: 
Description: slimbook.de
Version: 1.0
Author: Jerome
Author URI: http://www.griessmeier.de
*/

/*
	rot: #583a3a;
	blau: #4e5c67;
*/
html {
	height: 100%;
}
body { 
	background: #3a4d5c url(images/background.gif) repeat top left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	padding: 0px; 
	margin: 0 auto 0 auto; 
	color:#35383d;
}

h1, h2, h3, h4, { 
	font-family: Arial, Helvetica, sans-serif;
}
h1 { 
	font-size: 20px; 
	line-height: 20px; 
	letter-spacing: -1px; 
	font-weight: normal; 
	padding: 0px 0px 1px 0px; 
	margin: 0px; 
	color:#f1f1f1;
}
h2 {
	font-size: 12px; 
	font-weight: bold; 
	color:#35383d;
}
div#center {
	background-color:#dadada; 
	height:100%; 
	width: 960px; 
	margin: 0 auto 0 auto;
	padding-top: 10px;
}

.textBoxRight { 
	float: right; 
	padding-left: 10px; 
	padding-top: 0px; 
	margin-left: 0px; 
	padding-bottom: 10px; 
	border: 1px solid #63565f;
}
.foto { 
        width: 400px;
	padding: 10px 10px 10px 10px;  
	border: 1px solid #cc6600;
}
.adsense-right { 
	float: right; 
	padding-left: 10px; 
	padding-top: 0px; 
	margin-left: 0px; 
	padding-bottom: 10px; 
}
/* LINKS */
a:link { text-decoration: none; color : #cc6600; border: 0px; -moz-outline-style: none;} /*#83878c */
a:active { text-decoration: underline; color : #cc6600; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #cc6600; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: underline; color : #993300; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

.headln { 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px dashed #35383d;
}

img { padding: 0px; margin: 0px; border: none; text-align: center;}
hr { border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px dotted #abb0b5; border-bottom:0px solid #abb0b5; height : 1px;  }

form { padding: 0px; margin: 0px;}
input { font-family: 'Arial'; color: #282b31; font-size: 11px;}
textarea { font-family: 'Arial'; color: #282b31; font-size: 11px;}
select { font-family: 'Arial'; color: #282b31; font-size: 11px;}

div.entryText {
	font-weight: bold;
	width:455px;
}
p.entryText {
	font-weight: bold;
	width:455px;
}

/* Header */

.HBG { 
	background: #dadada; 
	width: 960px; 
	float: right; 
}

/**/ * html 
.Header { 
	background: #dadada; 
	height: 120px; 
	margin: 0 auto; 
	min-height: 120px;
	width: 100%; 
}

/*.Header .LogoImg { position: absolute; top: 33px; left: 60px;}*/
.Header .LogoImg { 
	display: block; 
	height: 120px; 
	width: 950px;
	margin: 0px 5px 0px 5px;
	cursor: hand; 
	border-bottom: 2px solid #d9ab77;
}


.SUBH { background: #e6dfe4; margin: 0 auto; width: 960px; padding: 0px; position: relative; height: 41px}

/* Menu */

.Menu { background: #fff url(images/1px_top_nav.jpg) repeat-x top left; width: 950px; padding: 0px; height: 26px; text-align: right; margin: 0px 5px 0px 5px;} 
.Menu ul { list-style: none; margin: 0px; padding: 7px 0px 0px 0px;}
.Menu ul li { padding: 0px 5px 0px 5px; margin: 0px; display: inline; font-size: 12px; font-weight: bold; border-right: solid 1px #b092a2; }
.Menu ul li a { color:#660033;}

.banner-klein {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	width: 125px; 
	float: right; 
	border: 1px solid #fff;
}
/* Search */

/*.Search { background: url(images/Search.gif) no-repeat left top; position: absolute; top: 200px; right: 120px; width: 195px; padding: 0px 0px 0px 0px; height: 34px; z-index: 1;}*/
.Search { 
	/*background: url(images/Search.gif) no-repeat left top; */
	padding: 10px 0px 0px 10px; 
	height: 34px; 
	width: 200px; 
	float: left; 
}
.Search form { 
	padding: 2px 0px 0px 0px; 
	margin: 0px;
}
.Search input { 
	border: 1px solid #4e5c67; 
	color: #330033; 
	font-size: 11px;
}
.Search input.keyword { 
	padding: 2px 0px 2px 1px; 
	width: 165px; 
	color:#4e5c67; 
} 
.Search  input.search { 
	width: 25px; 
	height: 20px; 
	/*background: url(./images/SearchButton.gif) no-repeat;*/
}
.Search .bt { 
	padding: 0px; 
	top: 12px; 
	background: none; 
	position: absolute; 
	left: 180px; 
	border: none;
}


/* Container */

.CONBG { 
	width: 960px; 
	height: 100%;
	background: #dadada; 
	float: left; 
	padding: 0px 0px 0px 0px;
}
.CON { 
	width: 960px; 
	height: 100%;
	background: #dadada; 
	position: relative; 
	margin: 0 auto; 
	padding: 0px; 
	margin-top: 5px; 
}

/* Side Central Single */

.SCS { width: 455px; float: left; padding: 0px 0px 20px 0px;}
.SCS h1 { font-size: 20px; font-weight: normal; letter-spacing: -1px; border-bottom: solid 1px #d0c1c1; padding-bottom: 15px; padding-top: 0px; margin-top: 0px; color:#000066;}
/*.SCS h2 { font-size: 16px; font-weight: normal; }*/
.SCS h3 { font-size: 14px; font-weight: bold; }

.SCS { padding: 0px; font-size: 11px; line-height: 1.4em ; color:#63565f;}
.SCS p { font-size: 11px; line-height: 1.4em; color:#63565f;}
.SCS p strong {}
.SCS img {}
.SCS ul { padding: 10px 0px; margin: 0px; }
.SCS li { padding: 3px 0px 3px 15px; list-style-type: none; background: url(images/PostContentLiIco.png) no-repeat left top; font-size: 12px; line-height: 16px; color:#63565f; }
.SCS blockquote { padding: 5px 25px; margin: 0px; color:#993366; font-family: 'Georgia'; font-style: italic; border-top: dashed 1px #cc99cc; border-bottom: dashed 1px #cc99cc; }
.SCS blockquote p { font-size: 13px; padding: 5px 0px; margin: 5px 0px; line-height: 18px; color:#993366; }
.SCS blockquote li { padding: 3px 0px 3px 15px; list-style-type: none; background: url(images/PostContentBlockLiIco.png) no-repeat left top; font-size: 13px; line-height: 18px; color:#993366; }

/* Side Central */

.SC { 
	width: 482px; 
	background: #fff url(images/1px_content_bg.jpg) repeat-x top left; 
	float: left; 
	padding: 0px 60px 20px 20px; 
	margin: 0px 0px 0px 5px;
	border: 1px solid #fff;
	min-height: 750px;
}
.test {background: #f8f8f8; border: 1px solid #c8c8c8;}
/* .SC h2 { font-weight: normal;} */
.pagetitle { font-size: 26px; font-weight: normal; letter-spacing: -1px; border-bottom: solid 1px #d0c1c1; padding-bottom: 15px; padding-top: 0px; margin-top: 0px; color:#000066;}

/* Post */

.Post {	padding: 15px 0px; position: relative; clear: left;}

.PostHead h1 { font-size: 20px; line-height: 20px; letter-spacing: -1px; font-weight: normal; padding: 0px 0px 1px 0px; margin: 0px; color:#000066;}
.PostHead h1 a { color: #593a3a; text-decoration: none;}
.PostHead h1 a:visited { color: #593a3a; text-decoration: none;}
.PostHead h1 a:hover { color:#839db6; text-decoration: none;}

.PostTime { padding: 1px 0px; margin: 0px; font-size: 12px; color:#cc6600; font-family: 'Arial'; position: absolute; letter-spacing: -1px; top: 0px; text-transform: lowercase;}

.PostDet { padding: 1px 0px; margin: 0px; font-size: 10px; color:#839db6; font-weight: bold;}
.PostDet a { color:#839db6; text-decoration: underline;}
.PostDet a:visited { color:#839db6; text-decoration: underline;}
.PostDet a:hover { color:#839db6; text-decoration: underline;}

.PostContent { padding: 10px 0px 0px 0px; font-size: 11px; line-height: 1.4em ; color:#63565f;}
.PostContent p { font-size: 11px; line-height: 1.4em; color:#63565f;}
.PostContent p strong {}
.PostContent img {}
.PostContent ol { padding: 10px 0px 10px 25px; margin: 0px; }
.PostContent ol li { padding: 2px 0px 2px 0px; font-size: 11px; line-height: 15px; color:#63565f; }
.PostContent ul { padding: 10px 0px; margin: 0px; }
.PostContent ul li { padding: 2px 0px 2px 15px; list-style-type: none; background: url(images/PostContentLiIco.png) no-repeat left top; font-size: 11px; line-height: 15px; color:#63565f; }
.PostContent blockquote { padding: 5px 0px; margin: 0px; color:#993366; font-style: italic; border-top: dashed 1px #cc99cc; border-bottom: dashed 1px #cc99cc; }
.PostContent blockquote p { font-size: 11px; padding: 3px 0px; margin: 3px 0px; line-height: 15px; color:#993366; }
.PostContent blockquote li { padding: 2px 0px 2px 15px; list-style-type: none; background: url(images/PostContentBlockLiIco.png) no-repeat left top; font-size: 11px; line-height: 15px; color:#993366; }
.PostContent a { text-decoration: underline;}

.PostCom { padding-top: 15px;}
.PostCom ul { padding: 0px; margin: 0px;}
.PostCom li { padding: 5px 0px 5px 24px; margin: 0px; list-style-type: none; display: inline; color:#336699; font-size: 12px; background: url(images/PostCom.png) no-repeat left center; } 
.PostCom li a { text-decoration: underline; } 


/* Note */

.Note { padding: 0px; margin: 0px;}
.Note li { padding: 3px 0px 3px 15px; margin: 0px; list-style-type: none; font-size: 12px;}
.NoteRss { background: url(images/NoteRss.png) no-repeat left top;}
.NoteTrackBack { background: url(images/NoteTrackBack.png) no-repeat left top;}

/* TrackbackList */

.TrackList { background: #f4ebef url(images/TrackListBottom.gif) no-repeat bottom; padding: 15px; margin-top: 20px; position:relative;}
.TrackListTop { background: #f4ebef url(images/TrackListTop.gif) no-repeat top; position: absolute; top: 0px; left: 0px; width: 455px; height:10px; }
.TrackList h3 { font-size: 14px; font-weight: bold; margin: 0px 0px 5px 0px; padding: 0px 0px 5px 0px; color:#333366; letter-spacing: -1px; border-bottom: dashed 1px #beb4c1;}
.TrackList ul { padding: 0px; margin: 0px;}
.TrackList li { padding: 0px 0px 0px 10px; margin: 0px; list-style-type: none; font-size: 11px; background:url(images/TrackListIco.gif) no-repeat left top;}
.TrackList li a { color:#4e5c67; }

/* Navigation - PlugIn */
.NavEnd { background: url(images/NavEnd.gif) no-repeat left top; width: 15px; height: 33px; position: absolute; top: 0px; margin: 0px; right: 0px;}
/**/ *html .NavEnd  { top: 1px;} /**/ 

.Nav { font-size: 11px; background: #cde7f7 url(images/NavLeft.gif) no-repeat left top; padding: 10px; color:#003366; position: relative;}
.Nav a { padding: 1px 6px 1px 4px; border-right: solid 1px #91bdd8; font-size: 11px;}
.Nav a:visited { padding: 1px 6px 1px 4px; border-right: solid 1px #91bdd8;}
.Nav a:hover { padding: 1px 6px 1px 4px; border-right: solid 1px #91bdd8; text-decoration: none;}
.Nav span { padding: 1px 6px 1px 4px; color:#666; border-right: solid 1px #91bdd8; }
.Nav .on { padding: 1px 6px 1px 4px; border-right: solid 1px #91bdd8; font-size: 11px; color:#003366;}

/* Comments */

.Comments { margin: 20px 0px 0px 0px;}
.Comments h3 { font-size: 16px; font-weight: bold; margin: 0px 0px 5px 0px; padding: 5px 0px; color:#999; letter-spacing: -1px; border-bottom: dashed 1px #999;}

/* Comments List */

.List h3 { font-size: 16px; font-weight: bold; margin: 0px 0px 5px 0px; padding: 5px 0px; color:#999; letter-spacing: -1px; border-bottom: dashed 1px #999;}
.List ol { padding: 0px; margin: 0px;}
.List li { position: relative; padding: 35px 5px 10px 5px; margin: 0px 0px 10px 0px; list-style-type: none;}
.List .ComListLi { background: #f1f1f1; }
/**/ * html .List .ComListLiTop { left: -5px;} /**/ 
.List .ComListLiTop { position: absolute; height: 43px; width: 455px; left: 0px; top: 0px; padding: 15px 0px 0px 0px;}

/**/ * html .List .ListNr { right: 25px;} /**/ 
.List .ListNr { color:#dfd08f; position: absolute; top: 35px; font-size: 28px; line-height: 28px; font-family: 'Arial'; font-weight: normal; letter-spacing: -1px; padding: 0px; right: 25px; }

/**/ * html .List .ListGrav { left: 10px;} /* */ 
.List .ListGrav { position: absolute; top: 35px; left: 15px;}
.List .ListGrav img { border: solid 1px #fff;}

.List big { margin: 0px; padding: 2px 0px 2px 55px; font-size: 14px; line-height: 14px; letter-spacing: -1px; color:#996633; font-weight: bold; display: block; font-family: 'Arial';}
.List small { color:#996633; padding: 2px 0px 2px 55px; margin: 0px; font-size: 11px; }
.List small a { color:#996633; text-decoration: none;}
.List small a:visited { text-decoration: none;}

.List .ListContent { margin: 15px 0px 0px 0px; padding: 5px 10px; font-size: 11px; line-height: 15px; background: #fff url(images/ComListContent.gif) no-repeat left top; display: block;}
.List .ListContent blockquote { padding: 0px 15px; margin: 0px; color:#cc6600; font-family: 'Georgia'; font-style: italic; border-top: dashed 1px #cc6600; border-bottom: dashed 1px #cc6600; }
.List .ListContent blockquote p { font-size: 12px; padding: 5px 0px; margin: 5px 0px; line-height: 16px; color:#cc6600; }
.List .ListContent ul { padding: 0px; margin: 0px; }
.List .ListContent ul li { padding: 0px; list-style-type: none; background: none; font-size: 11px; line-height: 13px; color:#63565f; }

/* Comments Form */

.Comments .Form { 
	background: no-repeat left bottom;  /* #3a4d5c */
	padding: 10px 15px 15px 15px; 
	position: relative;
}
/**/ *html .Comments .FormTop  { left: -15px;} /**/ 
.Comments .Form form {margin: 0px; padding: 0px; font-weight: bold;}
.Comments .Form a { text-decoration: underline;}
.Comments .Form p { padding: 0px 0px 2px 0px; margin: 0px; color:#4e5c67; }
.Comments .Form p small strong { font-size: 10px; font-weight: bold; color:#4e5c67;}
.Comments .Form p small { font-size: 13px; display: block; padding: 5px 0px;}
.Comments .Form .TextField { 
	background: #fff; 
	padding: 6px; 
	font-size: 12px; 
	display: block;
}
.Comments .Form .TextArea { background: #fff; border: solid 1px #4e5c67; padding: 6px; font-size: 12px;}

.Comments .Form input { border-bottom: 1px dashed #4e5c67; border-top: 0px; border-left: 0px; border-right: 0px;}
.Comments .Form input.SubmitComment { 
	width: 204px; 
	height: 26px; 
/*	background: url(images/SubmitComment.png) no-repeat; */
	margin-top: 8px; 
	border: 1px dashed #4e5c67;
}
.Comments .Form input.SubmitCommentIE { 
	width: 204px; 
	height: 26px; 
/*	background: url(images/SubmitComment.png) no-repeat 0 -26px; */
	margin-top: 10px; 
	margin-top: 8px;
}


/* Side Right */

.SR { 
	background: #fff url(images/1px_content_bg.jpg) repeat-x top left; 
	border: 1px solid #fff;
	width: 360px; 
	float: right; 
	position: relative; 
	padding: 0px 20px 20px 0px; 
	margin: 0px 5px 5px 0px;
	text-align: top;
	min-height: 750px;
}

.SR ul { 
	margin: 0px; 
	padding: 0px;
}
.SR li { margin: 0px; padding: 2px 0px 3px 0px; list-style-type: none; border-bottom: dashed 1px #efe4e4; font-size: 11px;}
.SR li a { color:#4e5c67; }
.SR li a:visited { color:#4e5c67; }
.SR li a:hover { color:#4e5c67;}

/* Side Right Left */
/* jerome  230 */
.SRL { 
	width: 183px; 
	float: right; 
	padding: 5px 0px 0px 0px;
}

/* Side Right Right */
.SRR { 
	width: 173px; 
	height: 100%;
	float: left; 
	padding: 55px 0px 0px 0px; 
	text-align: center;
}


/* Categories */

.Categ {
padding-bottom: 20px;
}

.Categ ul { padding-top: 3px;}
.Categ ul li { 
	padding: 3px 0px 1px 10px; 
	list-style-type: none; 
	font-size: 12px; 
	font-weight: bold; 
	border-bottom: dashed 1px #efe4e4; 
	color:#999;
}
.Categ ul li a { color:#4e5c67;}
.Categ ul li a:visited { color:#4e5c67;}
.Categ ul li a:hover { color:#63563f;}

/* Extra */

.EBG { background: url(images/ExtraBkg.gif); width: 960px; float: left; border-top: solid 1px #ecdce3; border-bottom: solid 1px #ecdce3; padding: 20px 0px; margin: 10px 0px 0px 0px;}
.Extra { width: 960px; margin: 0 auto;}

/* Latest Comments  - PlugIn */

.Cols { 
	width: 320px; 
	float: left; 
	padding: 10px 20px 20px 20px; 
	/*border: 1px solid #4e5c67;*/
	margin: 10px 0px 0px 10px;
	min-height: 150px;
	font-weight: bold;
	border-bottom: 1px dashed #35383d;
	border-top: 1px dashed #35383d;
}
.Cols ul { 
	margin: 0px; 
	padding: 10px 0px 0px 0px;
}
.Cols li { 
	display: block; 
	color: #b22939;
	margin: 0px; 
	padding: 2px 0px 3px 15px; 
	list-style-type: none; 
	font-size: 11px; 
}
.Cols li a { 
	font-size: 11px; 
	font-weight: normal; 
	color:#4e5c67;
}

/* Footer */
.FBG { background: #f1f1f1; width: 960px; float: left; padding: 10px 0px;}
.Footer { width: 960px; margin: 0 auto; padding: 10px 0px 10px 20px;}
.Footer p { font-size: 10px; color:#4e5c67; padding: 0px; margin: 0px; }
.Footer a { color:#4e5c67; text-decoration: underline;}

