/*   
Theme Name: Spinning Rust
Theme Site: http://www.laspina.ca
Author: Mike La Spina
Description: Emerald Green Disk Theme 
Version: 1.0
Tags: banner, header, footer, two-column, flexible-width, widget-enabled
License: (c) 2009 Mike La Spina 
*/


/* 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 {
    background-color:#000;
    *color:#FFF;

    font-size:76%;
    font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
    line-height:1.3em;
    text-align:center; /* IE6 Center hack */
}

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:1em;
}

a {
    text-decoration:none;
    color:#FFF;    
}

a:hover {
    color:#FFF;
}

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

/* Following needed for Wordpress Theme Directory Compliance */
.alignright {
	float:right;
}

.alignleft {
	float:left;
}

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