/*   
Theme Name: Still Untitled
Theme URI: 
Description: Still Untitled Thematic Child Theme
Author: Fluency
Author URI: http://fluencyconsulting.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Still Untitled is © Fluency http://fluencyconsulting.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');


/* =Global
-------------------------------------------------------------- */

body {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
font-color:#666;
line-height:18px;
}

a:link {
    color:#092190;
text-decoration:none;

}
a:visited {
    color:#092190;
text-decoration:none;
}

a:hover {
color: #345D0F;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    border-bottom:none;
    height:35px;
    font-size:13px;
    overflow:hidden;
    z-index:100;
	background-color:#fff;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	border-right: none;
}
.sf-menu {
	line-height:	1.0;
}
.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 {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	border: none;
}
.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 {
	float:left;
	font-size:12px;
        background-color:#999;
text-transform:uppercase;
letter-spacing:1px;
}
.sf-menu a {
    line-height:13px;
	padding:0 13px;
	text-decoration:none;
text-align:left;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
 background-color:#333;
text-align:left;
}
.sf-menu li li {
}
.sf-menu li li li {
}
.current_page_item {
	background: none;
}
.sf-menu li:hover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    background:     #333;
color:#e5e5e5;
	outline:		0;
}
.sf-menu li.sfHover,
.sf-menu li.sfHover a:hover {
    background:     #092190;
}
.sf-menu li.sfHover a {
	color: #fff;	
}
.sf-menu ul {
    background:     #092190;
    -moz-border-radius:0 0 7px 7px;
    -webkit-border-radius:0 0 7px 7px;
    border-radius:0 0 7px 7px;
    padding:0 0 0px 0;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    background:     #092190;
	top:40px; /* overriding essential styles */
}
.sf-menu li.sfHover ul li {
    background:     #345D0F;
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:     #fff;
	border-bottom:none;
	line-height:23px;
	opacity:0.9;
}
.sf-menu ul a:hover {
    background:     #fff;
    color: #F92117;
border-bottom:2px solid #999;
}
.sf-menu h4 {
	color: #7B1506;	
    font: 18px "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight:bold;
    line-height:23px;
    padding:20px 40px 0 40px;
}
.sf-menu .drop-arrow {
    font-style:normal;
    padding:0 2px 0 0;
    position:relative;
    top:-1px;
}
.sf-menu a.special {
    color:#fff;
	padding:0 20px;
}
.sf-menu .special span {
    background:#e5e5e5;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    padding:5px 20px;
}

/* =Header
-------------------------------------------------------------- */

#header
{
background-color:#fff;
}

#blog-title {
  margin-top:-50px;
}
  

#blog-description {
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #666;
}

  
/* =Typography
--------------------------------------------------------------- */

.entry-title {
    font-family:Helvetica,Verdana,Arial,sans-serif;
    font-size:24px;
    font-weight:normal;
    line-height:26px;
    padding:0 0 7px 0;
	color:#333;
}
.entry-title a {
    color:#333;
    text-decoration:none;
}

.entry-title a:active,
.entry-title a:hover {
    color: #9D3A1A;
}

.aside h3 {
    font-size:14px;
    font-style:italic;
    line-height:24px;
text-transform:uppercase;
letter-spacing:1px;
}


/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:14px;
}
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;
        color:#333;
}
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;
}

.wp-caption {
border:none;
}


.wp-caption-text {
font-size:10px;
line-height: 14px;
}

#xmt_mattborondy {
margin-top:18px;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

