/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

#suckerfishnav {
margin-top:10px;
}




/* Kategorien */
#categories-3 { float: left; line-height: 1; background-color: #fff; width: 100%; }
#categories-3 { list-style-type: none; margin-left: 0; }
#categories-3 li { float: left; padding: 0; position: relative; }
#categories-3 ul li { width: 100%; }
#categories-3 a { display: block; position: relative; padding: 8px 10px; }

/* Default Skin */
#categories-3 ul { border: 1px solid #ddd; border-bottom: none; list-style-type:none;}
#categories-3 ul li a { border-bottom: 1px solid #ddd; }
#categories-3 li:hover ul,
#categories-3 li.nav-hover ul { background: #fff; }

#categories-3 a { color: #666; border-right: 1px solid #ccc; }
#categories-3 a:hover { text-decoration: none; background: #fafafa; }
#categories-3 ul a { border-right: none; }
#categories-3 li:hover, .nav li.nav-hover,
#categories-3 a:focus { background: #fafafa; }

/* Kategorien bugfix */
.ie7 #categories-3 :hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }


.searchform {
	padding: 4px 4px 4px 4px;
	width: 179px;
	height: 18px;
	float: left;
}

.searchsubmit {
	padding: 0px 0px 0px 0px;
	display: block;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background-color: #ea5100;
	background-image: url(lupe.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
}

.searchsubmit:focus {
	background-color: #ea5100;
	background-image: url(lupe.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
}

.wpcf7-form-control-wrap input {width:635px;}
.wpcf7-form-control-wrap textarea {width:635px;}

#post-72 { margin-top:-30px; }


