/**
 *  Common.css
 *
 *  Contiene los elementos comunes a todos los sitios de todoblogs.com
 *
 *
 */


/* =NETWORK, Es la cabecera para todos los blogs de la red */
 
#network {background: url(../images/network-bkg.jpg) repeat-x #262626; height: 90px; position: relative}
#network .top_toolbox li {display:inline}
    #network #network-logo {position:absolute; right: 0; top:0} 
    #network #network-logo a {border:0}
#network .container_16 {position:relative}
#network .addthis_toolbox {position:absolute; top: 6px; right: 100px}
#network .banners {float:left}

/* =ESTRUCTURA BÁSICA */
 
#wrapper {position:relative; overflow:hidden}
   #wrapper > .bkg-placeholder div {width:100%}
   #header, #body, #footer { position:relative}
   
   
/* =HEADER */
#header { position: relative; z-index: 100}
    #branding { }
        #branding h1 {background: url(../images/logo.jpg) no-repeat; height: 90px; width: 400px; float:left}
        #branding a {display:block; height: 100%; width: 100%; text-indent:-999em}
        #branding p {position:absolute; left: -999em; top:0}
    
    
    #navigation {
        height: 32px; 
    }

    #breadcrumb {margin: 1em 0 0 2em}    

#content {}
    /*#gallery {height: 300px; margin-bottom: 1em; overflow:hidden; background: #eee}*/
    #gallery .slideshow {float:left}
    #gallery .otherposts {float: right; width: 200px}
        #gallery .nivo-controlNav {width: 400px; left: 0; bottom: -80px}
        #gallery .nivo-controlNav a {width:76px; height: 76px;}
		#gallery .nivo-controlNav img {width: 48px; height: 48px}
     
	

    .post-wrapper{padding: 1em}
        .wp-post-image {float:left; margin: 0em 1em 1em 0em; }
    .post .entry {text-align:justify}    
    .postmetadata {border-top: 1px dotted #817E73;}
	
   .post-meta {margin-bottom: 0.5em}
   .post-meta .post-author { line-height: 32px; float:left}
   .post-meta .post-author *{vertical-align: middle}
   .post-meta .post-date {float:right; text-align:right}
   
   
    #content-wrapper {margin-top:100px}
    
#footer  .block { min-height: 200px}
#footer-sidebar ul {padding-left: 1em}

/* =OTROS */

    .post object {padding: 1em}
    .post embed {padding: 1em}
    
/* =PUBLICIDAD */
    #top-banner {height: 100%; text-align:center;  line-height: 100%; padding-top: 15px;}
	#subheader-banner {text-align:center;}
    .banner {text-align:center; position:relative}
	.banner.post-post {text-align:left !important; margin-left: 0}
    body.single .post .banner {margin: 1em; text-align:center}
    body.front .main-loop .banner {background: #000; padding: 1em; margin-bottom: 20px }
    
    
    
/* =SIDEBAR */
    #sidebar .block {background-image:none; margin-bottom: 20px}   

/*WIDGETS*/
#sidebar .widget_sync_todoblogs_featuredblog_widget .loading {text-align:center}

/* =PLUGINS */
	
	#compartir {float:right; margin-left: 0.5em}

    #content-sidebar .widget_categoryposts {}
            #content-sidebar .widget_categoryposts p { font-size: 0.8em; margin: 1em;display:block}
			#content-sidebar .widget_categoryposts ul {margin:0 0 0 0.5em; padding:0}
            #content-sidebar .widget_categoryposts li {list-style:none; margin:0; padding:0}
            #content-sidebar .widget_categoryposts a {display:block; }
			#content-sidebar .widget_categoryposts p a {display:inline}
            #content-sidebar .widget_categoryposts img {margin: 0.5em 0.5em 0.5em 0.5em ; text-align:center; }
    
	#content-sidebar iframe {background: #fff}
	
    .wpcf7 {margin: 1em}
    .wpcf7 * {vertical-align:top}
        
		#sidebar .widget_collapscat ul li {list-style-image:none; margin-left:0}
		    #sidebar span.collapsing.categories {
				border:0;
				padding:0; 
				margin:0; 
				cursor:pointer;
		}
		#sidebar li.collapsing.categories.item a.self {font-weight:bold}
		#sidebar ul.collapsing.categories.list ul.collapsing.categories.list:before {content:'';} 
		#sidebar ul.collapsing.categories.list li.collapsing.categories.item:before {content:'';} 
		#sidebar ul.collapsing.categories.list li.collapsing.categories.item {list-style-type:none}
		#sidebar ul.collapsing.categories.list li.collapsing.categories {
			   text-indent:-1em;
			   padding-left:1em;
			   margin-bottom: 4px;
			   margin-left:0;
		}
		#sidebar ul.collapsing.categories.list li.collapsing.categories ul {margin-top: 10px}
		
		#sidebar ul.collapsing.categories.list li.collapsing.categories.item:before {} 
		#sidebar ul.collapsing.categories.list .sym {
		   font-size:1.2em;
		   font-family:Monaco, 'Andale Mono', 'FreeMono', 'Courier new', 'Courier', monospace;
			cursor:pointer;
			padding-right:5px;}
			
		#sidebar ul.collapsing.categories.list li.collapsing.categories.item {margin-left: 0}
		
		#sidebar .widget_tag_cloud > div{margin: 1em}
    
		#sidebar .todoblogs-com_social{text-align:center; padding: 1em 0 1em 0; background: transparent none}
		
	
#gallery .nivo-controlNav a { background:none }
       #gallery .nivo-controlNav a img {padding: 14px}
       
       #gallery #slider {height: 300px; width: 400px; overflow:hidden}
       #gallery #slider.nivoSlider {height: auto; overflow:visible}
       #gallery .block  {background:none}
       
       #gallery #otherposts {float:right; width: 200px; padding-top: 1em }
       #gallery #otherposts ul {margin: 1em}
       #gallery #otherposts li 
       {
            margin-bottom:0.5em; margin-left:1em;
			min-height: 3em;_height: 3em
              
       }    
    
/* =POSTS */

.post .header-image {text-align:center}
.post .header-image img {float:none}
