/* 
 Theme Name: Derker
 Theme URI: derker.sirakoff.me
 Description: This is a wordpress theme mainly based on simplicity. Most of this theme's function is based on the default wordpress theme but with a lot more customization via its very simple options panel. This theme is suitable for personal blogs and small editorial blogs. It also features a fixed header with a toggle menu and a three column home page.
 Version: 1.0
 Author: Daniel Sirakoff 
 Author URI: http://twitter.com/sirakoff
 License:GNU General Public License v2 or later
 License URI:http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, flexible-header, microformats, theme-options
 Text Domain: derker
*/
@import url(css/screen.css);

.tooltip:hover:after{
    background: #333;
    color: #fff;
    margin:40px 0px 0px 0px;
    content: attr(title);
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
}
.tooltip{
    display: inline;
    position: relative;
}
form.tooltip:hover:after{
margin:13px 0px 0px 0px;
}
div.buttons{
    display: block;
}
.next.tooltip:hover:after, .prev.tooltip:hover:after{
	margin:30px 0px 0px 0px;
	width:auto;
	max-width:100px;
	padding:5px;
	display: inline-block;
}


/* Default Image Styles from Twenty Twelve */
/* Images */


.sticky{}
.bypostauthor{}
#wp-calendar{

}

.search .wrapper .index article.post .article-wrapper footer .byline span{
    display: block;
}

.widget_recent_entries ul li{
    margin:0px 0px 15px 0px;
}