/*
Theme Name: Basket Flames
Theme URI: http://blog.blackbam.at/
Description: The Basket Flames Theme.
Version: 1.01
Author: David Stöckl
Author URI: http://blog.blackbam.at/

All over settings */
*  {
    margin:0px;
    padding:0px;
}

body, h1, h2, h3, h4, h5, li, ol, ul, div, form, img, table, hr {
	border:0;
}

.left, .alignleft {
        float:left;
}

.right, .alignright {
        float:right;
}

.center {
         text-align:center;
}

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

table[align="center"] {
	margin:0 auto;
}

.error {
	color:#991111;
}

.clear {
         float:none;
         clear:both;
}

.bold, .keyword {
	font-weight:bold;
}