/*   
Theme Name: CH210-03, A Thematic Child Theme
Theme URI:http://ortizdeelguea.com
Description: Use this theme to start your Thematic Child Theme development.
Author: Chicho Ortiz de Elguea
Author URI:http://ortizdeelguea.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('../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');


/************************************************ Body */
body{
background:#e7e8e9;
}
a:link {
    color:#0689B9;
	text-decoration:none;
}
a:visited {
    color:#0689B9;
	text-decoration:none;
}
a:active,
a:hover {
    color: #0689B9;
	text-decoration:underline;
}
#wrapper{
	margin:0 auto;
	width:960px;
	border:none;
	background:#E7E8E9;
}
#header{
	width:960px;
	margin:0 auto;
	border:none;
	background:#E7E8E9;
}
#branding {
	padding:	0;
	background:#E7E8E9;
    	height: 115px;
}
#branding {
	margin:10px 0  0 0;
	width:960px;
	float:left;
}

#blog-title {
    	font-family:Arial,sans-serif;
	text-transform: uppercase;
    	font-size:24px;
    	font-weight:bold;
    	line-height:100px;
	width: 300px;
	float: left;
}
#blog-title a {
	background:transparent url(images/ch210.png) no-repeat top left;
	display:block;
	text-indent:-9000px;
	border: none;
}
#blog-title a:active, #blog-title a:hover {
    color: #0689B9;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}
/*Breadcrumbs*/

#breadcrumbs { 
    height: 20px;
    font-size: 11px;
    /*overflow: visible;
    z-index: 100;*/
    position:relative;
    float: left;
    margin:0 auto;
    font-family:Arial,georgia,sans-serif;
    text-shadow: 1px 1px #fff;
    color: #505961;
    text-decoration:none;
	background:#E7E8E9;
	padding:10px 0 0 10px;
	
}
#breadcrumbs a, #breadcrumbs a:visited { /* visited pseudo selector so IE6 applies text colour*/
    color: #505961;
    text-decoration:none;
}

#breadcrumbs a:hover {
    color: #0689B9;
    text-decoration:none;
}
/* =Menu
 -------------------------------------------------------------- */
.menu {
    width:500px;
    float: right;
    font-family:Arial,georgia,sans-serif;
    margin-right:80px;
}

.skip-link {
    display: none;
}

#access {
    height: 32px;
    font-size: 14px;
    overflow: visible;
    z-index: 100;
    float: right;
    width: 600px;
    margin-top: 40px;
    border-bottom: 1px solid #E7E8E9;
}

/*** 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;
    border: none;
}

.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 {
    	float: left;
    	margin-right: 20px;
    	padding: 5px 5px 3px 5px;
    	background:#E7E8E9;
	border-right:#E7E8E9;
}

.sf-menu a {
    	padding: 5px 7px;
    	text-decoration: none;
   	margin:0 3px;
	color: #555;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	background:#E7E8E9;
	font-weight: normal;
	text-shadow:1px 1px 1px #F7F7F7;
	-moz-box-shadow:0 0 2px #888888;
	-webkit-box-shadow:0 0 2px #888888;
	border: 1px solid #888888;
	
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
    	margin-top: 0px;
    	padding: 5px 7px;
    	color: #E7E8E9;
    	background: #44B5F5;
    	border: 1px solid #E7E8E9;
	text-shadow:1px 1px 1px #3d3d3d;
	-moz-box-shadow:0 1px 2px #3d3d3d inset;
	-webkit-box-shadow:0 1px 2px #3d3d3d inset;
}


/*.sf-menu a:visited {  visited pseudo selector so IE6 applies text colour (anulado para mostrar color hover en selecionado)
    color: #666;
}*/

.sf-menu li {
    background:#E7E8E9;
}

.sf-menu li li {
    background: #E7E8E9;
    padding: 5px 7px;
}

.sf-menu li li:hover {
    padding: 5px 7px;
}
.sf-menu li li a{
	margin:0;
	border-top:1px solid #E7E8E9;
}
.sf-menu li li a:hover{
	margin:0;
	border-top:1px solid #E7E8E9;
}
.sf-menu li li li {
    background: #E7E8E9;
    padding: 5px 7px;
	margin-left:5px;
}

.sf-menu li:hover, .sf-menu li.sfHover {
background: #E7E8E9;
color:#0689B9;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0;
    color: #27373F;
	padding: 5px 7px;
    text-decoration: none;
    margin:0 3px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	background:#44B5F5;
	font-weight: normal;
	text-shadow:1px 1px 1px #033b4f;
	border: 1px solid #E7E8E9;
}

.sf-menu li li a:focus,  .sf-menu li li a:active, .sf-menu .current_page_item li a, .sf-menu .current_page_ancestor li a, .sf-menu .current_page_parent li a {
    border: 1px solid #E7E8E9;
    padding: 5px 7px;
    margin: 0px;
    color: #27373F;
}
.sf-menu li li a:hover{
    border:1px solid #E7E8E9;
    padding: 5px 7px;
    margin: 0px;
    color:#27373F;
}
.sf-menu ul {
border-bottom: none;
}

.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: none;
    border-bottom: none;
}

.sf-menu ul a:hover {
}



/************************************************ Content */
#main {
	width:960px;
	margin:0 auto;
	padding:10px 0 10px 0;
	background:#F7f7f7;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-box-shadow: 0px 2px 3px #888 inset;
	-webkit-box-shadow: 0px 2px 3px #888 inset;
	border-bottom:1px solid #232323;
}
#content{
	width:620px;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.page-title {display: none;/*elimina los titulos de pagina de categorias etc.*/
}
.page .entry-title {display: none;/*elimina los titulos de pagina about etc.*/
} 
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#3F3F3F;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #0689B9;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry{
	background: #fff;
	padding:10px 10px 22px 10px;
	margin-bottom:10px
	
}
.single .hentry {
	color:#3F3F3F;
    	padding:10px 10px 0 10px;
	border:1px solid #E4E4E4;
}
.home #content .sticky {
    	border:1px solid #DDDDDD;
   	margin:0 0 66px 0;
    	padding:22px 20px 0 20px;
	background:#fff;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:20px;
    font-weight:700;
    line-height:25px;
    padding:0 0 5px 5px;
    color:#3F3F3F;
    border-left:5px solid #0689B9;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
text-shadow:#999 1px 1px 1px;

}
.entry-title a {
    color:#3F3F3F;
    text-decoration:none;
	text-shadow:#999 1px 1px 1px; 
}
.entry-title a:active,
.entry-title a:hover {
    color: #0689B9;
text-shadow:#999 1px 1px 1px; 
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
	padding:0 0 0 5px;
    line-height:18px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-left:5px solid #0689B9;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    /*text-transform:uppercase;*/
	margin-left:10px
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #0689B9;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
 font-family:Arial,sans-serif;;
	color:#505860;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
 font-family:Arial,sans-serif;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-content img {
	margin: 0 10px 10px;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
	padding:10px 0 15px 0;
	margin: 10px 0 15px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #0689B9;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #0689B9;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

/*
    Content Asides
*/
#content .aside {
    	border:1px solid #CECECE;
	background: #fff;
font-family:Arial,sans-serif;
        color:#505961;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
    font-family:Arial,sans-serif;
}
#content .aside ul ul {
    padding:0;
}
/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.suscripciones{
margin:10px 0 10px 85px;
}
.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    font-family:Arial,sans-serif;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #0689B9;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #0689B9;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;

}
.aside a:active,
.aside a:hover {
    color: #0689B9;
}
.aside h3 {
    font-size:14px;
	font-family:Verdana,Arial,sans-serif;
    font-style:normal;
    font-weight:bold;
    line-height:22px;
	text-transform:uppercase;
	letter-spacing:0.2em; 
	color:#444;
	text-align:center;
	text-shadow:#999 1px 1px 1px; 
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:circle;
    margin-left:0;
}
.aside ul ul {
    list-style:circle;
    margin:2px 0 3px 15px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}

input#s{
background:transparent url(images/search.png)no-repeat center left;
color:#505961;
font-size:13px;
height:15px;
margin:20px 0 0 10px;
padding:5px 5px 5px 30px;
width:200px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-box-shadow: inset 0px 2px 2px #999;
	border:1px solid #ddd;
}
input#s:focus{
background-color:transparent;
}
input#searchsubmit{
background:#F7F7F7;
color:#505961;
}
input#searchsubmit:hover{
background-color:transparent;
cursor:pointer;
} 

/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #F7F7F7;
	/*background-color:#fff;*/
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
   	padding:18px 0 0 0;
   	margin-bottom:22px;
}
#secondary {
   /*border:1px solid #F7F7F7;*/
	background-color:#fff;
        -moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
    padding:18px 0 0 0;
    margin-bottom:22px;
}

/*
	Footer
*/
#footer {
    	margin-top:1px;
	border-top:1px solid #F7F7F7;
	background:transparent;
	padding:0px;
}
/*
    Footer Asides
*/
#subsidiary {
	width:960px;
   	padding:0px 0 0 0;
	background:#232323;
}
#subsidiary .aside {
	float:left;
	margin:0 17px 0 10px;
	width:300px;
	color:#777;
	text-shadow:#000 1px 1px 1px;
}

#subsidiary h3.widgettitle{
	font-size:13px;
	font-family:Verdana,Arial,sans-serif; 
	text-transform:uppercase; 
	letter-spacing:0.2em; 
	text-shadow:#000 1px 1px 1px; 
	color:#444;
	margin:10px 0 5px 0; 
}

#subsidiary .aside tbody {
border:1px solid transparent;
}
#subsidiary .aside th, .aside td {
border-right:1px solid transparent;
}
#subsidiary tr {
border-bottom:1px solid transparent;
}
#subsidiary a { font-size:11px; color:#999; text-shadow:#000 1px 1px 1px; text-decoration:none; }
#subsidiary a:hover { font-size:11px; color:#0689B9; text-shadow:#000 1px 1px 1px; text-decoration:none; }
#subsidiary p { color:#777; font-size:11px; text-shadow:#000 1px 1px 1px; }
#subsidiary ul { list-style:none; text-decoration:none; }
#siteinfo{
	text-align:center;
	padding:0px 10px 0px 10px;
	margin:0 auto;
	overflow:hidden;
	height:25px;
	background:#232323;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	text-shadow:#000 1px 1px 1px; 
}

#siteinfo a:hover {
	color:#0689B9; 
	text-shadow:#000 1px 1px 1px;
}

.up{
text-align:right;
margin-top:15px;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS border:1px solid #CECECE !important;*/

.wp-pagenavi {
    	font: 11px arial,sans-serif;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #CECECE !important;
    background-color:#F7F7F7;
    color:#505961!important;
    font-style:normal;
    margin:2px !important;
    padding:2px 6px !important;
}
.wp-pagenavi a:visited {
    border:1px solid #CECECE !important;
    color:#505961 !important;
	 background-color:#F7F7F7;
}
.wp-pagenavi a:hover {
    border:1px solid #CECECE!important;
    background-color:#F7F7F7;
    color:#0689B9 !important;
}
.wp-pagenavi a:active {
    border:1px solid #CECECE !important;
    color:#0689B9 !important;
}
.wp-pagenavi span.pages {
    border:1px solid #CECECE !important;
    color:#0689B9 !important;
    margin:2px !important;
    padding:2px 6px !important;
}
.wp-pagenavi span.current {
 border:1px solid #CECECE !important;
    background-color:#e7e8e9 !important;
    color:#0689B9 !important;
    font-weight:bold !important;
    margin:2px !important;
    padding:2px 6px  !important;
}
.wp-pagenavi span.extend {
 border:1px solid #CECECE !important;
    background-color:#F7F7F7;
    color:#0689B9;
    margin:2px;
    padding:2px 6px;
}

/*Categoría Photo*/

body.slug-photo #container {
	width: 960px;
}
body.slug-photo #content {
	width: 940px;
}
/*#photo{
  	width: 940px;
        padding:10px 0 0 0;
	margin:0 0 0 10px;      
}*/
ul{
	list-style-type: none;
}
.photo-thumb{

  	width: 940px;
 	margin: 0;
	padding:5px;
	float:left;
 	background:transparent;  
}

/*wp 2.9 thumbnail*/

.wp-post-image{
	-moz-box-shadow:2px 2px 3px 0 #878787;
	-webkit-box-shadow:3px 3px 3px 3px #878787;
	background-color:#fff;
 	margin: 0 5px 5px;
	padding:3px;
  	float:left;
}

/* Page-Galeria*/

body.slug-galeria #container {
	width: 960px;
}

body.slug-galeria #content {
	width: 940px;
}

#ssp_g_galerias{
	margin-left:100px;
}

/* Page-3930*/

body.slug-3930 #container {
	width: 960px;
}

body.slug-3930 #content {
	width: 940px;
}

#ssp_g_3930{
	margin-left:100px;
}

/*Front Page*/
#sub-feature {
 background:#333333/*url(images/lgrey_diag.gif) repeat scroll 0 0*/;
}
.front-block {
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
 background:url(images/bg_texture.png) repeat scroll 0 0 ;
 display:block;
 font-family:georgia;
padding:10px;
 text-align:left;
 float:left;
 margin:5px 5px 5px 5px;
filter: alpha(opacity=80); opacity: .8;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
#container-2 {  width: 960px;
background:transparent /*url(images/lgrey_diag.gif) repeat scroll 0 0; 
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px*/;  
}
#content-2 { 
width: 940px;
padding:10px 0 0 10px;
display:block;
}
/*equeal height columns*/
.rightback  {
width: 100%;
float:left;
background-color: green;
overflow:hidden;
position:relative;
}
.contentback  {
float:left;
background-color:blue;
width: 100%;
position:relative;
right: 300px;    /* width of right sidebar */
}
.leftback  {
width: 100%;
position:relative;
right: 400px; /* width of the  content area */
float:left;
background-color: #f00;
}

.container  {
width: 900px;
margin-left: auto;
margin-right:auto;
}

.leftsidebar  {
float:left;
width: 200px;
overflow:hidden;
position:relative;
left: 700px;
}

.contento  {
float:left;
width: 400px;
overflow:hidden;
position:relative;
left: 700px;
}

.rightsidebar  {
float:left;
overflow:hidden;
width: 300px;
background-color:#333;
position:relative;
left: 700px;
}

/* Hybrid Tabs*/

/**
* Widget tabs
************************************************/
.tabs {
	margin: 20px 0 20px 0;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	}
.tabs ul.tabs {
	overflow: hidden;
	list-style: none;
	margin: 0;
	}
.tabs li.t {
	float: left;
	display: inline;
	margin: 0 6px 0 0;
	padding: 0;
	background: transparent;
	text-align: center;
	}
.tabs li.t a {
	display: block;
	padding: 3px 6px;
	font-weight: bold;
	color: #444;
	background: #fff;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	text-shadow:#999 1px 1px 1px; 
	border:1px solid #CECECE;
	}
.tabs li.t a:hover {
	background:#fff;
	color: #0689B9;
	text-decoration: none;

	}
.tabs li.t a.tab-current {
	color: #444;
	background:#e7e8e9;

	}
.tabs .tab-content {
	clear: left;
	padding: 10px 10px 0 10px;
	background: #fff;
	}

/* Primary and Secondary tabs */
#primary .tabs ul.tabs, #secondary .tabs ul.tabs {
	width: 280px;
	}

/* Subsidiary tabs */
#subsidiary .tabs ul.tabs {
	width: 170px;
	}
#subsidiary .tabs .tab-content {
	padding: 6px 0 0 0;
	background: transparent;
	border: none;
	border-top: 1px solid #e9e5d5;
	}
#subsidiary .tabs li.t {
	font: 14px verdana, arial, sans-serif;
	border: none;
	}
#subsidiary .tabs li.t a {
	display: block;
	padding: 0 12px 0 0;
	font-weight: bold;
	color: #B4A681;
	background: transparent;
	}
#subsidiary .tabs li.t a.tab-current {
	color: #708266;
	}
