/*   
Theme Name: Open Sourcerer
Theme URI: http://www.theopensourcerer.com
Description: A Wordpress Theme inspired by the colour scheme of Ubuntu Jaunty 9.04 and the Dark Smoke Theme. Features: Two column layout, widget aware, variable width between 800-1200px. 
Author: Alan Lord
Author URI: http://www.theopenlearningcentre.com
Version: 1.4
Tags: dark, brown, two-columns, flexible-width, threaded-comments
License: GPLv3 or Later. (c) 2009 Alan Lord
*/

/* 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: #3F4E64 url(images/bettytlo.gif) top center repeat ;
    color:#000;
    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,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
    margin: 0.5em 0;
}
h1,h3,h4,h5,h6 {
color:#FD5A1E;
}
 h2,a.{
   colr:#1d1d1d;
   text-decoration:none;}
 h2, a:hover{
   color:#e1771e;
   text-decoration:none;}

ul, ol, dd {
    margin-left:1em;
}

a {
    text-decoration:none;
    color:#23436F;    
}

a:hover {
    color:#e1771e;
}

a img {
border:1px solid #666666;
padding:4px;
}
/* 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;
}
/* Profile */
.profile-img { 
  float: $startSide;
  margin-top: 0;
  margin-$endSide: 5px;
  margin-bottom: 5px;
  margin-$startSide: 0;
  padding: 4px;
  border: 1px solid $bordercolor;
}

