/* @override 
	http://dimsound.com/wp-content/themes/dimthematic/style.css
	http://www.eonmckai.com/eon_feels_blogish/wp-content/themes/thematic/css/menubar.css
	../thematic/css/menubar.css
	--
	../thematic/css/menubar.css
	--
	../thematic/css/menubar.css
	--
	../thematic/css/menubar.css
	--
	../thematic/css/menubar.css
	--
	http://dimsound.com/wp-content/themes/dimthematic/style.css
	http://www.theriseofheshen.com/blog/wp-content/themes/hestheam/style.css
*/

/*   
Theme Name: 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/3c-fixed.css');

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    overflow:visible;
    z-index:100;
	text-transform: capitalize;
	padding-left: 30%;
	padding-bottom: 23px;
	border-right-color: #273A4F;
	border-right-width: 1px;
	margin-top: 10px;
	border-bottom: thin solid #273A4F;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height: 1.0;
	font-size: 12px;
	text-transform: lowercase;
	letter-spacing: 4px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position:		relative;
	float: left;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right: 1px solid #273A4F;
	float:left;
}
.sf-menu a {
	border-left: 1px solid #273A4F;
	border-top: 1px solid #273A4F;
	border-bottom: 1px solid #273A4F;
	padding: 5px;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  {
}
.sf-menu li {
}
.sf-menu li li {
	background-color: #A8C8EB;
}
.sf-menu li li li {
	background-color: #A8C8EB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
    border-bottom-color: #273A4F;
	color: #4D4232;
	background-color: #D3DEEB;
}
.sf-menu ul {
    border-right: 1px solid #273A4F;
    border-bottom: 1px solid #273A4F;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 22px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	border-bottom:none;
	background-color: #A8C8EB;
}
.sf-menu ul a:hover {
    color: #4D4232;
}
#blog-title {
	text-align: center;
	line-height: 220px;
	font-size: 220px;
}

#blog-description {
	font-variant: small-caps;
	font-size: 16px;
	text-align: center;
	letter-spacing: 12px;
	color: #222A32;
	font-weight: normal;
	font-style: normal;
}
	
a:hover {
	color: #4D4232;
}
a {
	text-decoration: none;
	color: #273A4F;
}

li {
	list-style-type: none;
}

#siteinfo {
	text-align: center;
	margin-top: 100px;
	color: #222A32;
	letter-spacing: 3px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

div#header {
	padding-top: 60px;
}

#footer {
	border-top: 1px solid #273A4F;
}

div#subsidiary {
	list-style-type: none;
}

ul.xoxo {
	list-style-type: none;
	font-weight: normal;
	font-style: normal;
}

h3.widgettitle {
	text-align: center;
	text-transform: lowercase;
	font-size: 30px;
	font-weight: normal;
	color: #273A4F;
	margin-top: 20px;
	font-style: normal;
}




#access div.skip-link a {
	visibility: hidden;
}

body, input, textarea {
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal;
	clear:both;
	margin-top: 3px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2.entry-title {
	font-size: 30px;
	clear: both;
	text-transform: capitalize;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 6px;
	padding-top: 10px;
	line-height: 30px;
}

#index-top ul.xoxo {
	list-style-type: none;
	float: left;
	margin-left: -50px;
}

div.entry-utility {
	font-size: 10px;
	margin-bottom: 100px;
	font-weight: normal;
	font-style: normal;
	color: #222A32;
}

div.entry-content {
	padding: 5px;
}

div.entry-meta {
	padding-bottom: 7px;
	color: #222A32;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}



/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}


/* 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');

	


