/*   
Theme Name: EvoraThem2
Description: A Child Theme of Fusion
Template: thematic
*/
@import url(../thematic/style.css);


body {
	font: 15px Arial, Verdana;
   	 background: #1b1b1b;
    font: 15px Arial;
    line-height:22px;
	
	
}

#header{
	    background: transparent url('cabecera.png') scroll no-repeat center;
		height:303px;
		
}
#wrapper{
	  background: transparent url('fondo2.png') scroll repeat-y center ;
	
		
}


#footer {
border-top:0px solid #CCCCCC;

 background: transparent url('pie2.png') scroll no-repeat center  ;
		
		overflow: visible ; 
		height:410px;

}

#container{
	
	

}

#container2{
	
	width:940px;

}

#primary {
border:0px solid #CCCCCC;
margin-bottom:22px;
padding:18px 0 0;
}

#main {
clear:both;
padding:0px;
margin-top:-50px;
z-index: 5;


}

#subsidiary {
	width:960px;
	padding-top:30px;
	margin:0 auto ;
	
}

#subsidiary .aside {
    width:295px;
    float:left;
    margin:0 0px 0 0;
	padding-left:20px;
	
	
}



#footer2{
	    background: transparent url('pie.png') scroll no-repeat center  ;
		text-indent:-9999px;
		overflow: visible ; 
		height:40px;
		clear:both;
}


#branding {
padding:88px 0 20px;
}

#blog-title {
	visibility:hidden;

}
#blog-description {
	visibility:hidden;

}

#siteinfo {
color:#666666;
font-size:11px;
line-height:18px;
padding:20px 0 20px;
}

#access{
	border-bottom:0px ;
}

/*** 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;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	background-color: transparent;
	float:left;
	font-size: medium;
	border-style: none;
}
.sf-menu a {
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {

}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	border-style: none;
}
.sf-menu li {
	background:		#1b1b1b;
	border-style: none;
}
.sf-menu li li {
	background:		#1b1b1b;
}
.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:		#1b1b1b;
		color: orange;
}

.sf-menu ul {

	border-style: none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px;
	color: orange;
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	
}
.sf-menu ul a:hover {
    color: #FF4B33;
}


#subsidiary .aside  {
	color:#fff;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;

	background-repeat:repeat;
	background-color: #333333;
	display:inline;
	float:left;
	margin-right:14px;
	min-height:250px;
	padding:20px;
	width:270px;
	opacity:0.9;
}
#subsidiary .aside .splash-box h2{
font-size:22px;

	color: #FFF;

}
#subsidiary .aside .splash-box h4,
{
	color:#fff;
	font-size:24px;
}
#subsidiary .aside  a { color:#fff }

#subsidiary .aside .splash-box ul { color:#fff ;list-style-image:none;
	list-style-position:outside;
	list-style-type:none;}


#subsidiary .aside .splash-box ul li{
	background:transparent url(/wp-content/uploads/tick.png) no-repeat scroll 0 8px;
	font-size:14px;
padding-top:8px;
color:#fff;


	padding-bottom: 8px;



	border-bottom: 1px dotted gray;



	padding-left:33px;



}
.entry-content table
{ border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }

.entry-content table td
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
valign:center ;
background-color: #fafafa; }