/*   
Theme Name: Hawaiian Isle Mortgage
Theme URI: http://hawaiianislemortgage.com
Description: Created for use by Scott Brewer, President, Hawaiian Isle Mortgage, Honolulu Hawaii.
Author: Eric Lauritzen
Author URI: http://ericlauritzen.biz
Template: thematic
Version: 0.01
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');

blockquote {
	margin: 0 3em;
	

a:link {
    color: #006699;
}
a:visited {
    color: #006699;
}
a:active {
	color: #006699;
}

a:hover {
    color: #003366;
}

/* Skin */
/* Stuff */


}

#blog-title a {
    color:#bfbfbf;
    text-decoration:none;
    background:url(images/hawaiianislemortgagelogo.png) no-repeat top left;
	display:block;
	text-indent:-9000px;
	height: 126px;*/
	
}

#header {
	background: #fff;
}
#branding {
	background: url(images/islands-hawaii.png) no-repeat center right #fff;
}


#content {
	background: #fff;
}

.menu {
	color: #00ff00;
}

.entry-title {
	background: #ffffff;
	color:#003366;
}

.entry-meta {
	background: #ffffff;
}

.entry-content {
	background: #fff;
}

.entry-utility {
	background: #f5f5f5;
	border: 1px solid #eee;
}

#access {
border-bottom:1px solid #ccc;
height:32px;

font-size:13px;
overflow:visible;
z-index:100;

}


/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #296929;
	float:left;
}
.sf-menu a {
	border-left:1px solid #296929;
	border-top:1px solid #296929;
	border-bottom:1px solid #296929;
	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:#296929;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#336633;
}
.sf-menu li {
	background:		#ffffff;
}
.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:     #99ff99;
	outline:		0;
    border-bottom-color:#296929;
}
.sf-menu ul {
    border-right:1px solid #296929;
    border-bottom:1px solid #296929;
}
.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:#f5fff5;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #5e86bf;
}

#access {
    border-bottom:1px solid #296929;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}

/* Content */
.entry-title a {
    color:#003366;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #5e86bf;
}



.entry-utility {
	background: #fff;
	border: 1px solid #fff;
}

/* Sidebar */
.main-aside h3 {
	color: #296929;
	font-weight: bold;
	font-style: normal;
	font-family:sans-serif;
}

#content .aside h3 {
    font-family:sans-serif;
    font-weight:bold;
    font-size:17px;
    font-style:normal;
    padding:0 0 7px 0;
    text-transform:none;
}

