/*   
Theme Name: memeLab
Theme URI: http://memelab.com.au/
Description: homemade goodness...
Author: Tim Osborn
Author URI: http://memelab.com.au/
Template: thematic
Version: 1.1
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

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

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

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

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

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('re-classic.css');

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


* {margin: 0;}

html, body {
		height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

#push {
	height: 100px; /* .push must be the same height as .footer */
}

#footer {
	height: 100px;
	
	margin: 0 auto;
	padding: 0;
	background: #181E24;
	border: none;
}

#wrapper {
    border-top:9px solid #181E24;
}

#header {background: #535C65;}

#branding {
	width: 1200px;
	height: 249px;
	background: url(images/header.jpg) no-repeat center;
}

#blog-title  {
	border: none;
	padding: 0;
	margin: 0;
	text-indent: -9000px !important;
}

#blog-description {
	padding: 150px 0 0 130px;
}

#access {
	background: url(images/navstrip.png) repeat-x;
    border-top:1px solid #181E24;
    border-bottom:1px solid #181E24;
}

.menu a,
.menu a:hover,
.menu a:focus,
.menu .current_page_item a {
    background: transparent;
	border: none;
}
.menu a {
    display:block;
    float:left;
    margin:0 10px 0 0;
    padding:1px 6px;
    background: transparent;
    color:#fff;
    border-top: none;
    text-decoration:none;
}
.menu a:hover {text-decoration: underline;}

.entry-content img {
	border: 1px solid gray;
}
img.wp-smiley {border:none;}

.audio-download {
	background: url("http://memelab.com.au/wp-content/uploads/download-audio.png") no-repeat scroll 0 0 transparent;
    float: left;
    width: 29px; height: 24px;
	margin-right: 5px;
	
    text-decoration: none;
    text-indent: -999in;    
}
.audio-download:hover {
	background-position: 0 -24px;
}
.entry-content a img {border: none;}
