/*
Theme Name:     Twenty Ten Child
Theme URI:      http://whoplanswhom.com/
Description:    Child theme for the Twenty Ten theme
Template:       twentyten
Version:        0.1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url("../twentyten/style.css");

h6 {
   float: right;
   border-top: 2px solid #ccc;
   border-bottom: 1px solid #ccc;
   width: 250px;
   padding: 5px 5px 5px 5px;
   margin: 5px 5px 5px 5px;
}
blockquote {
   border-left: 2px solid #E7E7E7;
   margin-left: 15px;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/


/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

#wrapper {
	background: #fff;
	margin-top: 0px;
}

/* =Fonts
-------------------------------------------------------------- */

h2,
{
	font-family: Georgia, "Bitstream Charter", serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Trebuchet, Verdana, Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	margin-top: 0px;
        margin-bottom: 0px;
	background: #fff;
	padding: 0 20px;
}

/* Structure the footer area */
#site-info {
	font-size: 12px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */

body {
	background: #adbf9b;
}
blockquote {
	font-style: normal;
	padding: 0 15px;
}
blockquote em {
	font-style: italics;
}


/* =Header
-------------------------------------------------------------- */




/* =Menu
-------------------------------------------------------------- */



/* =Content
-------------------------------------------------------------- */



/* Asides
-------------------------------------------------------------- */



/* Gallery listing
-------------------------------------------------------------- */



/* Attachment pages
-------------------------------------------------------------- */



/* Images
-------------------------------------------------------------- */

#content img {
	border: 4px solid #cfcfcf;
}



/* =Navigation
-------------------------------------------------------------- */




/* =Comments
-------------------------------------------------------------- */



/* =Widget Areas
-------------------------------------------------------------- */

/* Main sidebars */


/* Footer widget areas */



/* =Footer
-------------------------------------------------------------- */



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */



/* =Print Style
-------------------------------------------------------------- */

@media print {
}