/*   
Theme Name: Umami - A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
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('../thematic/library/styles/default.css');

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


@font-face {
    font-family: 'DroidSerifRegular';
    src: url('fonts/Droid-Serif-fontfacekit/DroidSerif-Regular-webfont.eot');
    src: url('fonts/Droid-Serif-fontfacekit/DroidSerif-Regular-webfont.eot?iefix') format('eot'),
         url('fonts/Droid-Serif-fontfacekit/DroidSerif-Regular-webfont.woff') format('woff'),
         url('fonts/Droid-Serif-fontfacekit/DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/Droid-Serif-fontfacekit/DroidSerif-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSerifItalic';
    src: url('fonts/Droid-Serif-fontfacekit/DroidSerif-Italic-webfont.eot');
    src: url('fonts/Droid-Serif-fontfacekit/DroidSerif-Italic-webfont.eot?iefix') format('eot'),
         url('fonts/Droid-Serif-fontfacekit/DroidSerif-Italic-webfont.woff') format('woff'),
         url('fonts/Droid-Serif-fontfacekit/DroidSerif-Italic-webfont.ttf') format('truetype'),
         url('fonts/Droid-Serif-fontfacekit/DroidSerif-Italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSerifBold';
    src: url('fonts/Droid-Serif-fontfacekit/DroidSerif-Bold-webfont.eot');
    src: url('fonts/Droid-Serif-fontfacekit/DroidSerif-Bold-webfont.eot?iefix') format('eot'),
         url('fonts/Droid-Serif-fontfacekit/DroidSerif-Bold-webfont.woff') format('woff'),
         url('fonts/Droid-Serif-fontfacekit/DroidSerif-Bold-webfont.ttf') format('truetype'),
         url('fonts/Droid-Serif-fontfacekit/DroidSerif-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('fonts/Droid-Serif-fontfacekit/DroidSerif-BoldItalic-webfont.eot');
    src: url('fonts/Droid-Serif-fontfacekit/DroidSerif-BoldItalic-webfont.eot?iefix') format('eot'),
         url('fonts/Droid-Serif-fontfacekit/DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('fonts/Droid-Serif-fontfacekit/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/Droid-Serif-fontfacekit/DroidSerif-BoldItalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArvoBold';
    src: url('fonts/arvo-fontfacekit/Arvo-Bold-webfont.eot');
    src: url('fonts/arvo-fontfacekit/Arvo-Bold-webfont.eot?iefix') format('eot'),
         url('fonts/arvo-fontfacekit/Arvo-Bold-webfont.woff') format('woff'),
         url('fonts/arvo-fontfacekit/Arvo-Bold-webfont.ttf') format('truetype'),
         url('fonts/arvo-fontfacekit/Arvo-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
	font-family: DroidSerifRegular, Lucida Grande, sans-serif;
	font-size: 14px;

}


#header
{
	background-image: url(images/pattern_bg.jpg);
	background-repeat: repeat;
	background-position: center;
}

#branding
{
	/*background:url(images/branding_bg.jpg) no-repeat top center;*/
	color: #EEE;
}

.sf-menu a
{
	padding: 9px 10px;
}

#access
{
/*margin-top:-32px;*/
}

#blog-title a
{
	color: #ce360d;
	font-family: ArvoBold, Lucida Grande, sans-serif;
}

.entry-title, .entry-content h1, .entry-content h2
{
	font-family: ArvoBold, Lucida Grande, sans-serif;
}

#content p
{
	margin-bottom: 1.5em;
}

div.leftColumn
{
	float: left;
	width: 400px;
/*	background-color: #AFA;*/
}


div.rightColumn{
	float: right;
	width: 400px;
	/*background-color: #FAA;*/

}

.wp-caption
{
	padding: 0px;
	border: 0px;
	text-align: left;
}
.wp-caption-text
{
	text-align: center;
}
.wp-caption img
{
	border: 0px;

}

.wp-caption p.wp-caption-text
{
padding: 9px 5px;
}

.cat-links, .meta-sep, .comments-link
{
visibility: hidden;
}