/*
 Theme Name:  Viavend
 Theme URI: http://sven-lehnert.de/
 Description: The default Viavend theme
 Version: 1.0
 Author: Design by Lucysky Developed Sven Lehnert
 Author URI: http://sven-lehnert.de/
 */
/* Make it easy to alter stuff... */@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;
}

body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/content-bg.png) repeat scroll 0 0;
color:#333333;
font-family:"Liberation Sans",Arial,Helvetica,sans-serif;
font-size:76%;
line-height:1.4em;
overflow-x:hidden;
overflow-y:scroll;
text-align:center;
}
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: #777777;
}

a:hover {
    color: #199595;
}

a img {
    border: 0;
}

.inside a img {
    border: 0;
	padding-bottom:50px;
}


/* 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;
}
