/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */

body {
	background:url(../images/bg.gif) repeat;
	margin-top:0;
}

hr {
	background:none;
}

th, td {
	padding:0 5px;
	border:none;
	vertical-align:middle;
}

td:hover {
	background:#0e0e0e;
}

img {
	margin:0;
}

.header {
	height:35px;
	background:url(../images/headerbg.gif) repeat-x;
	border:none;
}

.sidebar {
	text-align:center;
}

.content {
	background:#fff;
}

.post {
	padding:15px;
}

#logo {
	margin-top:-15px;
}
