/*
Theme Name: Theme f&uuml;r SFV-Kirchheim
Theme URI: http://www.sfv-kirchheim.de/
Description: Dieses Theme ist f&uuml;r den <a href="http://www.sfv-kirchheim.de">Blog des SFV-Kircheim</a> gedacht.
Version: 0.3
Author: Robert Friemer
Author URI: http://www.friemmedia.de/
Tags: school, custom header, fixed width, two columns

	SFV V. 0.3
	 http://www.sfv-kirchheim.de/
*/

body {
	background:url(images/header-bg.jpg) no-repeat top center #beff5d;
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#container {
	width:1016px;
	margin:0 auto;
	position:relative;
	height: 175px;
}

#schulae {
	position: absolute;
	top: 33%;
	left: 32px;
	width:83px;
	height: 110px;
	background:url(images/schulae.jpg) transparent;
}

#tictactoe {
	position: absolute;
	top: 66%;
	right: 101px;
	width:101px;
	height: 153px;
	background:url(images/tictactoe.jpg) transparent;
}
#fm {
	position: relative;
	right:-588px;
	bottom:20px;
	border: 0px;
}
#fm img{
	border: 0px;
}

/* search form */

#search {
	position:absolute;
	text-align:right;
	width:320px;
	left:566px;
	top:99px;
	z-index:100;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	border:1px solid #33CC33;
	width:160px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background:url(images/search-back.gif) transparent;*/
}
#search .btnSearch {
	border:1px solid #33CC33;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/btn-back.gif) transparent;
}

/*-------------------------------------------------------------------------------*/

/* menu */
.menu {
	left:50%;
	margin-left: -338px;
	margin-top: 135px;
	width:748px;
	height:36px;
	font-size:0.85em;
	position:absolute;
	z-index:200;
	border-right:0px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:626px;
	w\idth:625px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:123px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:123px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-family: Arial;
	font-size:13px;
	text-decoration:none;
	color:#00AA00;
	width:114px;
	height:30px;
	border:1px solid #fff;
	/*border-width:1px 0 1px 1px;*/
	background:#fff;
	padding-left:8px;
	line-height:30px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:123px;
	w\idth:114px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	/*background:#fff;*/
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	/*background:#fff;*/
}
.menu ul ul :hover > a.drop {
	/*background:#;*/
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#fff;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#beff5d;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0;
	width:125px;
	border-top:1px solid #fff;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:150px !important;
	top:-1px;
	width:125px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#fff;
	color:#00AA00;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:126px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#00AA00;
	background:#beff5d;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#00AA00;
	background:#beff5d;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}

/*-------------------------------------------------------------------------------*/

#home {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:107px;
}
#about {
	text-indent:-300em;
	overflow:hidden;
	left:107px;
	width:107px;
}
#archives {
	text-indent:-300em;
	overflow:hidden;
	left:214px;
	width:106px;
}

#home a:hover {
	/*background:transparent url(images/menu.jpg) 0px 0px no-repeat;*/
}
#about a:hover {
	/*background:transparent url(images/menu.jpg) -107px 0px no-repeat;*/
}
#archives a:hover {
	/*background:transparent url(images/menu.jpg) -214px 0px no-repeat;*/
}


/* blog title */

#title {
	position:absolute;
	top:4px;
	left:100px;
	color:#33CC33;
	font-family: Arial;
	font-size:18px;
	text-align: right;
	width:420px;
	overflow:hidden;
}
#title h2 {
	font-size:48px;
	margin:0 0 2px;
}
#title a {
	color:#33CC33;
	text-decoration:none;
}
#title a:hover {
	color:#fff;
	text-decoration:none;
}


/* content */

#content {
	background:url(images/content-bg.jpg) repeat-y right;
	position: relative;
	width:1016px;
	margin: 0px auto;
	padding-right: 38px;
	z-index:10;
}
#content blockquote {
	padding:0 0 0 30px;
	/*background:url(images/blockquote.gif) no-repeat 0 50%;*/
}
#content .col01 {
	float:left;
	margin-left:0px;
	padding-left:228px;
	width:568px;
	font-size:12px;
	line-height:20px;
}
#content .col01 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	margin: 0px;
	padding:0 0 10px;
	/*background:url(images/line.gif) repeat-x bottom;*/
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	margin:0;
	padding:0 0 16px;
	/*background:url(images/line.gif) repeat-x bottom;*/
}
#content .col01 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	padding-bottom:30px;
}
#content .col01 .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}
#content .col01 .meta {
	font-size:11px;
	text-align:right;
	/*background:url(images/line.gif) repeat-x;*/
	padding-top:8px;
}
#content .col01 .post-inner {
	position:relative;
}
#content .col01 .post-inner .date-tab {
	position:absolute;
	top:0px;
	left:-120px;
	height:71px;
	width:92px;
	background:url(images/note.png) no-repeat;
}
#content .col01 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:6px 22px 4px 0;
	font-size:11px;
}
.day {
	text-align:right;
	display:block;
	padding:4px 24px 2px 0;
	font-size:18px;
	font-weight:bold;
}
#content .col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
#content .col01 .post-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
#content .col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}


#content .col02 {
	float:right;
	width:220px;
	font-size:11px;
	line-height:16px;
}

#content .col02 .postit-upper {
	padding-left: 22px;
	width:217px;
	height: 32px;
	background:url(images/note-top.jpg) no-repeat right;
}

#content .col02 .recent-posts {
	padding-left: 22px;
	width:217px;
	background:url(images/note-back.jpg) repeat-y right;
}
#content .col02 .recent-posts ul {
	padding:0;
	margin:0;
}
#content .col02 .recent-posts ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	margin-left: -16px;
}
#content .col02 .recent-posts ul li .listMeta {
	font-size:10px;
}
#content .col02 .recent-posts ul li a {
	color:#21565E;
	border-top:1px solid #ffffbe;
	display:block;
	width:180px;
	margin:0 auto;
	padding:4px 0 4px 8px;
}
#content .col02 .recent-posts ul li a:hover {
	text-decoration:none;
	color:#000;
}
#content .col02 .postit-bottom {
	width:217px;
	height:10px;
	background:url(images/note-bottom.png) no-repeat right;
	padding-top: 9px;
	padding-left: 22px;
	font-size:11px;
	text-align:right;
}
#content .col02 .postit-bottom a {
	color:#21565E;
}
#content .col02 .postit-bottom a:hover {
	color:#21565E;
	text-decoration:none;
}

#content .col02 .categories-upper {
	padding-left: 22px;
	width:217px;
	height: 32px;
	background:url(images/category-top.jpg) no-repeat right;
}
#content .col02 .categories {
	padding-left: 22px;
	width:217px;
	background:url(images/category-back.jpg) repeat-y right;
}
#content .col02 .categories ul {
	margin:0;
	padding:0;
}
#content .col02 .categories ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
}
#content .col02 .categories ul li a {
	color:#fff;
	margin:0 auto;
	display:block;
	width:180px;
	padding:4px 0 4px 0px;
}
#content .col02 .categories ul li a:hover {
	text-decoration:none;
	color:#fff;
}
#content .col02 .categories-btm {
	padding-left: 22px;
	width: 217px;
	height:19px;
	background:url(images/category-bottom.png) no-repeat right;
}

#content .col02 .links-upper {
	padding-left:22px;
	width: 217px;
	height:32px;
	background:url(images/links-top.jpg) no-repeat right;
}

#content .col02 .links {
	padding-left:22px;
	width: 217px;
	background:url(images/links-back.jpg) repeat-y right;
}

#content .col02 .links ul {
	margin:0;
	padding:0;
}
#content .col02 .links ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	/*background:url(images/line-inner.gif) no-repeat bottom;*/
}
#content .col02 .links ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:180px;
	padding:4px 0px;
}
#content .col02 .links ul li a:hover {
	text-decoration:none;
	color:#000;
}
#content .col02 .links-btm {
	padding-left: 22px;
	width: 217px;
	height:18px;
	background:url(images/links-bottom.png) no-repeat right;
}

#content .col02 .side-meta {
	/*background:url(images/txt-misc-debris.gif) no-repeat top right;*/
}
#content .col02 .side-meta ul {
	margin:10px 0;
	padding-left:37px;
}
#content .col02 .side-meta ul li {
	font-size:10px;
	line-height:14px;
	list-style:none;
}
#content .col02 .side-meta ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:4px 0;
}
#content .col02 .side-meta ul li a:hover {
	text-decoration:none;
	color:#000;
}


/* footer */

#footer-holder {
	width:1016px;
	margin:0 auto;
	position:relative;
}
#footer-holder .footer {
	width:1016px;
	height:126px;
	position: absolute;
	left:19px;
	background:url(images/footer-bg.jpg) no-repeat;
	z-index:100;
}
#footer-holder .txt a {
	color:#000;
}
#footer-holder .txt a:hover {
	color:#000;
	text-decoration:none;
}
#footer-holder .txt {
	width:625px;
	position:absolute;
	top:100px;
	left:206px;
	font-size:11px;
	line-height:16px;
	color:#000;
	z-index:105;
	height:20px;
	overflow:hidden;
}
#footer-holder .smashing a {
	width:66px;
	height:61px;
	position:absolute;
	top:160px;
	left:709px;
	font-size:11px;
	text-indent:-400px;
	z-index:102;
	overflow:hidden;
	/*background:url(images/logo-smashing.gif) no-repeat 0 0;*/
}
#footer-holder .smashing a:hover {
	/*background:url(images/logo-smashing.gif) no-repeat 0 -61px;*/
}
#footer-holder .rss a {
	width:55px;
	height:55px;
	position:absolute;
	top:18px;
	left:194px;
	font-size:11px;
	text-indent:-400px;
	z-index:103;
	overflow:hidden;
	/*background:url(images/icon-rss.gif) no-repeat 0 0;*/
}
.friem {
	color: #FF8C13;
	font-style: italic;
}

.media {
	color: #B5DC10;
}


/* next previous */

.previous_post a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	/*background:url(images/link-older.gif) no-repeat 0 0;*/
	overflow:hidden;
}
.previous_post a:hover {
	/*background:url(images/link-older.gif) no-repeat 0 -33px;*/
}
.next_post a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	/*background:url(images/link-newer.gif) no-repeat 0 0;*/
	overflow:hidden;
}
.next_post a:hover {
	/*background:url(images/link-newer.gif) no-repeat 0 -33px;*/
}


/* comment styles */

.comments, .name, .email, .website, .txt-email-sub, .txt-website-example {
	display:block;
	text-indent:-800px;
	font-size:10px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.comments {
	height:27px;
	/*background:url(images/txt-your-comment.gif) no-repeat;*/
}
.name, .email, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
}
.name {
	height:30px;
	/*background:url(images/txt-name.gif) no-repeat top right;*/
}
.email {
	height:30px;
	/*background:url(images/txt-email.gif) no-repeat top right;*/
}
.website {
	height:30px;
	/*background:url(images/txt-website.gif) no-repeat top right;*/
}
.txt-email-sub {
	height:20px;
	/*background:url(images/txt-email-sub.gif) no-repeat 90px 0;*/
	clear:both;
}
.txt-website-example {
	height:20px;
	/*background:url(images/txt-site-example.gif) no-repeat 90px 0;*/
	clear:both;
}
#commentform {
	padding:0;
	margin:0;
}
#commentform .comment-field {
	border:1px solid #939393;
	width:320px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:left;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:425px;
	margin:0 0 10px;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/btn-back.gif) transparent;
	float:left;
	clear:left;
}


/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	/*background:url(images/line-inner.gif) no-repeat bottom;*/
	font-size:12px;
	line-height:20px;
	list-style:none;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}
