/*
Theme Name: EEFC Theme
Theme URI: http://???
Description: EEFC Theme built with thematic
Author: Michael Boronowski
Author URI: http://www.twitter.com/mvboronowski/
Template: thematic
Version: 1.0
*/

@import url(../thematic/style.css);

#wrapper {
	background-image: url(images/background.png);
}
/*HEADER
*/
#header {
    z-index:2;
padding-top:20px ;
}

}
#blog-title {
	display:none;
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
	display:none;
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
	display:none;
    color: #FF4B33;
}
#blog-description {
    display:none;
	color:#666;
    font-size:13px;
    font-style:italic;
}
#branding {
	    width:929px;
		height:246px;
		margin:0px auto 10px auto;
		background-image: url(images/bannera.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
/*MENU
*/

.skip-link {
    display:none;
}
#access {
    border-bottom:0px solid #ccc;
margin-left: 10px;
	height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.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;
}

/*** SKIN ***/
.sf-menu {
    border-right:1px solid #ccc;
	float:center;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	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:#be5100;
	color:#fff;
}
.sf-menu li li {
	background:#be5100;
	color:#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:     #e49226;
	outline:		0;
    border-bottom-color:#fff;
}
.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:#be5100;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #fff;
}

/*Sidebar main item box
*/

#primary {
	background:#fff;
    border-top: 0px;
	border-right:0px;
	border-bottom:0px;
	border-left:0px solid #be5100;
    padding:18px 0 0 0;
    margin-bottom:22px;

}

/*MAIN BODY
*/
#main {
    clear:both;
	border:1px solid white;
	background: #efefef;
    margin: 10px auto 10px auto;
	padding:10px 0 10px 0;
	width: 929px;
}

#container {
	
}

#content {
	background:#fff;
	padding:4px;
	width:590px;
	height:100%;
}

#primary {
	background:#fff;
	width:300px;
    border-top: 0px;
	border-right:0px;
	border-bottom:0px;
	border-left:0px solid #be5100;
    padding:10px 0 0 0;
    margin-bottom:10px;

}

#secondary {
	background:#fff;
    border-top: 0px;
	border-right:0px;
	border-bottom:0px;
	border-left:0px solid #be5100;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
#respond {
    background:#e9f8e3;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#respond h3 {
	border-top:4px double #ccc;
}
.entry-meta {
	    color:#666;
	    font-size:10px;
	    font-style:italic;
	    line-height:10px;
	}
.author {
	font-size:0px;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
    width:929px;
	height:200px;
    padding:0 0 0 0;
	margin:20px auto 0px auto;
	border-top:0px solid #ccc;
	background-image:url(images/footerbg.png);
	background-repeat: no-repeat;
}
#siteinfo {
    color:#666;
    font-size:12px;
	text-align:center;
    line-height:24px;
    padding:60px 0 0 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}


/*TYPOGRAPHY
*/


a:link {
    color:#E49226;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #be5100;
}
.entry-title {
    font-family:Arial,sans-serif;
	color:#426929;
	background-image: url(images/titlebg.png);
	display:block;
	background-repeat: no-repeat;
    font-size:26px;
    font-weight:bold;
    line-height:60px;
    padding:0 0 7px 0;
}
.entry-content {
padding:4px 0 0;
}

.entry-content h1 {
	font-family: Palatino, Georgia, Times, Serif;
	color:#426929;
	font-size: 24px;
	font-weight:normal;
	line-height: 26px;
	padding:0 0 10px 0;
}

.entry-content h2 {
	font-family: Palatino, Georgia, Times, Serif ;
	color:#db5b15;
	font-size: 26px;
	line-height: 26px;
	padding:0 0 7px 0;
	font-weight:normal;
}

.entry-content h3 {
	font-family: Verdana, Arial, Sans-serif ;
	font-size: 18px;
	color: #426929;
	font-weight:bold;
	font-style:italic;
	padding:4px 0 10px 0;
}

.entry-content a:link {
	color:#db4d15;
	text-decoration:none;
}
.entry-content a:visited {
		color:#db4d15;
		text-decoration:none;
}
.entry-content a:hover {
	color:#db4d15;
	text-decoration:underline;
}


.entry-content ul {
	font-family: verdana, arial, sans-serif;
	margin: 10px 0 10px 20px;
	padding: 0 0 0 20px;
	list-style: disc;
	background: url(images/ulbg.png) #cccccc;
}

.entry-content blockquote{
	color:black;
	font-style: italic;
	font-family: Verdana, arial, sans-serif;
	margin: 10px 10px 10px 18px;
	background: #fdfff9;
	
}
.entry-content em {
	color:#426929;
}
.widgettitle {
	font-family:Arial,sans-serif;
	color:#426929;
	display:block;
	height:40px;
	background: url(images/widgettitle.png) top right no-repeat;
    font-size:26px;
    font-weight:bold;
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
	border-bottom:2px solid #dedede;
	text-align:right;
}
.aside {
    color:#666;
	font-family:Arial,sans-serif;
	font-style:italic;
}
.aside a {
    color:#426929;
}
.aside a:active,
.aside a:hover {
    color: #E49226;
}
.aside h3 {
    font-size:20px;
    font-style:italic;
    line-height:22px;
}
#siteinfo a {
    color:#E49226;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #be5100;
}
