/*   
Theme Name: Jedypod Theme
Theme URI: 
Description: The main style for the Cognitive Zest blog.
Author: Jedypod
Author URI: http://www.jedypod.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('./layout.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');



/* =Jedypod.com custom stylesheet customizations
input, textarea {
	background-color:#333;
}
-------------------------------------------------------------- */

body, input, textarea {
    /*font: 14px "Helvetica Neue", Arial, sans-serif;
    line-height:22px;*/
	font-size: 85%;
	font-weight:400;
	color:#bbb; 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color:#333;
	background-repeat:repeat;
	background-position:50% 0%;
	background-attachment:fixed;
	background-image:url("images/bg-grad.png");
}

/* The Colors of Links *****/
.entry-content a {
	color:#c8ae91;
	text-decoration: none;
	font-weight: 400;
}
.entry-content a:hover {
	color:#ddd;
	text-decoration: none;
}
.entry-title a {
	color:#ccc;
}
.entry-title a:hover {
	color:#ccc;
	text-decoration:none;
}

.entry-title {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	padding: 0px 0px 7px;
	color: #ccc;
}

p, ul, ol, dd, pre {
	margin-bottom:12px;
}


/* the main header box containing blog title and menus */
#branding {
    padding: 0px;
	background: url( "images/cloud-header.jpg" ) no-repeat bottom left;
	width: 960px;
	height: 170px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;	
}
#blog-title {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:50px;
    font-weight:100;
    line-height:40px;
	padding:50px 0 0px 140px; 
	/* shift padding amount to move position of the blog title and the blog description 
	-- also adjust .menu-navigation-menu-container position to compensate */
}
#blog-title a, a:active, a:hover {
    color:#fff;
	text-decoration:none;
}
#blog-title a:hover {
    color:#fff;
	text-decoration:none;
}

#blog-description {
    color:#ccc;
    font-size:1.5em;
    font-style:none;
	font-weight: 100;
	margin: 0px 0px 13px 270px;
}
#content {
	padding:10px 10px 0 10px;
	margin: 0;
	overflow:hidden;
	width:720px;
	border-right: 1px solid #000;
}

.menu-navigation-menu-container {
	position: relative;
	top: 20px;
	float: left;
/*	left:418px; this would place the menu somewhere in the center of the page! looks ugly!*/
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
}
.sf-menu li {
	background:#000;	/* #1D2A36; */
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-khtml-opacity: 0.5;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		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;
}
.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;
}


/*** Navigation Menu Styling ***/
.sf-menu {
    border-right:0px solid #222;
	float:left;
}
.sf-menu a {
	font-weight:600;
	border-left:1px solid #222;
	border-top:1px solid #000;
	border-bottom:0px solid #000;
	padding:4px 8px 6px 6px; /* changed padding to make the menu smaller */
	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 li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:#888;
	outline:0;
	color: #000;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.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;
}
.current-menu-item {
	background-color:#888;
}




/* =Content
-------------------------------------------------------------- */

#main {
    background-attachment: scroll;
	clear:both;
    padding:0px 0 22px 0;
	border-top:solid 2px #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color:transparent;
	background-image:url("images/transparent.png"); 
	background-repeat:repeat;
}


/*
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-khtml-opacity: 0.5;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”; 
*/


#primary {
    border-right:0px solid #000;
	border-bottom:0px solid #000;
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
.widgettitle {
	color:#bbb;
}



.wp_cumulus_widget {
	position: relative;
	right:13px;
}
.main-aside ul {
	padding:0 5px;
}
.aside, .aside input {
	font-size:13px;
	line-height:18px;
	color:#666;
}
.aside a {
	color:#666;
	text-decoration: none;
}
.aside a:hover {
	color:#999;
	text-decoration: none;
}

.twitter_title_link a a:visited a:hover {
	color:#bbb;
}
.main-aside {
	float:right;
	position:relative;
	right:10px;
	width:200px;
}

/* small utility text color customization */

.navigation {
	color:#888;
}
.navigation a {
	color:#888;
}
.entry-utility {
	color:#888;
}
.entry-utility a {
	color:#888;
}
.entry-meta {
	color:#888;
}
.entry-meta a {
	color:#888;
}


/* Comments Customization ***************/
#respond {
	background-color: transparent;
}

#comments-list li.alt { 
	background-color: transparent;
	/*#f6f3f2 #f6f3ee */
}

#comments-list li { 
	background-color: transparent;
	border: 1px solid #333;
	/*#f6f3f2 #f6f3ee */
}
#comments-list li.bypostauthor { 
	background-color: transparent;
	/*#f6f3f2 #f6f3ee */
}

#comments-list ol {
	border-bottom: none;
	border: 1px #333;
	margin: 0px 0px 18px;
}

/* Blockquote Style */
blockquote { 
color: #bbb;
border-left:1px dashed #333;
font-style: normal;
font-family: "Lucida Console", Monaco, "DejaVu Sans Mono", monospace;
font-size: 90%;
}

blockquote { 
margin-bottom: 0px;
margin-left: 3em;
margin-right: 3em;
margin-top: 0px;
padding-left:1em;
}
blockquote, q { 
quotes: none;
}
