/*
Theme Name:  Sven Lehnert
Theme URI: http://sven-lehnert.de/
Description: Sven Lehnert  
Version: 1.0
Author: Konrad und Sven
Author URI: http://konradsroka.com/, http://sven-lehnert.de/
*/


@import url("css/layout.css");
@import url("css/header.css");
@import url("css/menu.css");
@import url("css/content.css");
@import url("css/sidebar.css");
@import url("css/footer.css");
@import url("css/wordpress.css");
@import url("css/tweeks.css");

/* Begin Global Resets */
* {
    margin:0;
    padding:0;
}

.drag{
position:relative;
cursor:hand;
z-index: 100;
}

table {
    border-collapse:collapse;
    empty-cells:hide;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
    margin: 0.5em 0;
}

ul, ol, dd {
    margin-left:1.1em;
}

a {
    text-decoration:none;
    color:#31312f;    
}

a:hover {
    color:#6c2845;
}

a img {
    border:0;
}
/* End Global resets */

/* Following needed for Wordpress Theme Directory Compliance. */
/* And to support image and other WP generated content positioning - obviously */
.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter, div.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
