/*
THEME NAME: Orange Flavour
THEME URI: http://hugobaeta.com/themes/thematic-orangeflavour/
DESCRIPTION: A Child-Theme based on Thematic
Template: thematic
VERSION: 0.1
AUTHOR: Hugo Baeta
AUTHOR URI: http://hugobaeta.com
TAGS: orange
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

@import url('../thematic/style.css');

/* General */

body {
	background: #fff; color:#333;
	font-family:"Helvetica Neue", Arial, sans-serif; }

a:link, a:visited {
	color: #ff2a00;
	text-decoration:none; }
a:hover, a:active { color: #ff702d; text-decoration: underline; }


#wrapper { border-top: none; }
#header { background: #fff; }
#blog-title { font-size: 5em; border-bottom: none; }
#blog-title a { color: #ff2a00; }
#blog-description { padding: 8px 3px 63px; color: #999; }
#access { border: none; background: #fff; }
#menu { 
	border-bottom:1px dashed #e1e6eb;
	border-top:1px dashed #e1e6eb; }
#menu a { background: none; color: #333; border: none; }
#menu a:hover { background: #e1e6eb; color: #000; }
#menu .current_page_item a { background: #e1e6eb; color: #333; }


#container { width: 720px; border-right: 1px dashed #E1E6EB; }
/*
#content { width: 640px; }
#respond { width: 560px; }
*/
#primary { width: 200px; }
#secondary { width: 200px; }


blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #B5D1EA;
	margin: 0 0 1em; padding: 1.5em 2em; }
blockquote p { margin: 0; padding: 0; }

ol { list-style-type: decimal-leading-zero; margin: 0 0 18px 3em; }