﻿/*   
Theme Name: WebGrogg
Theme URI: http://webdissonance.com/
Description: BrotherGrimm.net theme - Built on the Thematic WordPress Theme Framework.
Author: Larry Denman
Author URI: http://webdissonance.com/
Template: thematic
Version: 1.0
Tags: Thematic Child Theme, two-column, fixed-width, right-sidebar
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('css/reset.css');

/* Apply basic typography styles */
@import url('css/typography.css');

/* For the grid */
@import url('css/960.css');

/* Apply a basic layout with backgrounds
   probably merge this with default.css 
   before I go full live */
@import url('css/layout.css'); 

/* Apply basic image styles */
@import url('css/images.css');

/* Apply default theme styles and colors */
@import url('css/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
    	min-width:960px;
    	background-color: #000;
    	/*background-image: url(images/bg.jpg) ;*/
    	background-position:top center;
	background-repeat:no-repeat;
}

#s {
	background-color: #000; 
	color: #aaa; 
	border: none;
	
}

#blog-title a {
	background:url(images/logo2.png) no-repeat top left;
	
	outline: 0;
	display:block;
	border: 0 none;
	width: 430px;
	height: 186px;
}






