/* @override http://nextnode.net/wp-content/themes/nextnode/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/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');

body{
	font: normal 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.entry-content h6{
	font: normal 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #80C824;
	letter-spacing: 1px;
	direction: ltr;
}
#blog-description {
	display: none;
	margin-left: 540px;
    color: #ccc;
	font: normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#blog-title {
  

    font-size:34px;
    font-weight:bold;
    line-height:40px;
    color: #000;
    padding-bottom: 15px;
}
#blog-title a {
	font: normal 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #ccc;
    text-decoration:none;
}

#blog-title a:hover{
	color: #80C824;
}

.entry-title {
	display: none;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
	color: #eaeaea;
}


#branding {
    padding:88px 0 24px 0;
     
}
#access {
    font:16px Verdana, Arial, sans-serif;
    padding-right: 26px;
    padding-bottom: 20px;
    height:32px;
    font-size:18px;
    overflow:visible;
    z-index:100;
}


#main {
    clear:both;
     padding-top: 20px;
}
.entry-content {
	font-size: .9em;
	color: #CCC;
    padding:2px 0 0 0;
}
    
#links{
	 
	}    


li{
	list-style: none;
}
a {
	text-decoration: none;
		font: normal 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

a:link {
    color:#ccc;
}
a:visited {
    color: #d4d4d4;
    font-size: 1em;
}
a:active,
a:hover {
    color: #80C824;
}


/* =Menu
-------------------------------------------------------------- */
.sf-menu {

	float:left;
}
.sf-menu a {
	font-size: 1em;
	padding:9px 13px;
	text-decoration:none;
}
.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  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ccc;
	font-size: 1em;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #ffffff;
	outline:		0;
	color: #80C824;
     
}
.sf-menu ul {
 
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}


#siteinfo {
font: normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color:#ccc;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}