﻿/*   
Theme Name: iamjase.v3.52
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Jase Lopuszanski
Author URI: http://themeshaper.com/
Template: thematic
Version: 3.52
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');

@font-face {
  font-family: "Echo";
  src: url("type/Echo.eot");
  src: local("Dirt2 Echo Regular"), local("Dirt2Echo"),
    url("type/Echo.woff") format("woff"),
    url("type/Echo.otf") format("opentype"),
    url("type/Echo.svg#Dirt2Echo") format("svg");
  }

body, input, textarea {
background: #EFEFEF;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
font-size: 13px;
}

#header {

min-height: 100px;
}

#main {
padding: 10px 0 0 0;
	border:15px solid #336600;
	background: #BCED91;
	width: 980px;

}
	
#access {
    border-bottom:0px solid #000; 
	height:32px;
    font-size:13px;
    font-weight: 700;
    overflow:visible;
    z-index:100;
background: #EFEFEF;

}

#primary {
width: 360px;
		z-index: 1;
}


#branding {
background: url('images/title.png') no-repeat -30px -40px;
padding:0 0 0 0;
height: 150px;
	
}
#blog-title a {
	font-size: 160px;
		color: #FF3333;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #336600;
}

/* menu formatting */

.menu;
					   {

}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    

						   background:     #fff;
	outline:		0;
    border-bottom-color:#000;
	
}


.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;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #000;
	float:left;
}
.sf-menu a {
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	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: #fff;
}
.sf-menu li {
	background:		#000;

}
.sf-menu li li {
	background:		#000;
}
.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:     #000;
	outline:		0;
    color: #FF4B33;
}
.sf-menu ul {
    border-right:1px solid #000;
    border-bottom:1px solid #000;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}


	
#container {
	position:relative;
    padding:15px 0 20px 10px;
	width: 500px;
}  


blockquote {
	background: url(images/quotes.gif) 0 0 no-repeat;
	padding-left: 50px;
	color: #000;
	margin:20px 0;
}
.entry-title{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
    padding:0 0 7px 0;
	font-size: 22px;
    line-height:22px;
	font-weight:bold;
	color:#333;	
	}

.entry-title a{
    padding:0 0 7px 0;
	font-size: 22px;
    line-height:22px;
	font-weight:bold;
	color:#333;	
	}
	
.entry-meta{

    color:#000;
    font-size:11px;

    line-height:18px;
}

.entry-meta a{
    color:#FF3333;
    font-size:11px;
	text-decoration: none;

    line-height:18px;
}

.entry-meta a:hover{
    color:#336600;
    font-size:11px;
	text-decoration: none;
    line-height:18px;
}

.entry-utility {
    border-bottom:1px solid #336600;
    font-size:11px;
    line-height:18px;
    margin:0 0 44px 0;
}

.entry-utility a {
    color:#FF3300;
    font-size:11px;
    line-height:18px;
    margin:0 0 44px 0;
}

.entry-utility a:hover {
    color:#336600;
    font-size:11px;
    line-height:18px;
    margin:0 0 44px 0;
}


	
#main .aside {
    border:none;
    margin:0 0 22px 0;
    padding:0 0 0 0;
}

#main .aside ul {
    padding:0;
}


/*feature posts formatting */

ul#featured-posts {
margin: 0;
	position: relative;
    list-style: none;
	
}
#featured-posts li {
	padding: 46px 35px 10px 50px;
	height: 340px;
	background:url('images/feature.png') no-repeat;

}

#featured-posts li p {
    margin: 0;
    padding: 0;
}

#featured-posts li:hover {

}
#featured-posts li h4 a {
    font-size: 20px;
    line-height: 10px;
    display: block;
    padding: 5px 1px;
    font-weight: bold;
	text-decoration: none;
}

#featured-posts li h4 a: hover {

    color: #FF4B33;

}


.textwidget	{
	font-size: 11px;
	padding: 45px 145px 0 35px;
	background: url('images/about_twitter.png') no-repeat 0 0;
	width: 180px;
	height: 110px;
	line-height:15px;
	}
	
.twitter-stream	{
	font-size: 11px;
	padding: 35px 20px 0 155px;
	background: url('images/about_twitter.png') no-repeat 0 -170px;
	width: 185px;
	height: 120px;
	line-height:15px;
	}

.widgettitle
	{
	padding: 5px;
	margin-bottom: -5px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;


}

.aside h3 {
    font-size:15px;
    font-style:none;
    line-height:22px;
}

#respond {
	background: #BCED91;
	}
	
#footer {
    border-top:1px solid #EFEFEF;
    margin-top:22px;
}

.read-more {
text-align:right;
}
