/* ---------------------------------------------------
			Global settings		
------------------------------------------------------ */

#navbar-iframe {
	height: 0px;
	visibility: hidden;
	display: none;
}

#space-for-ie {
	height: 0px;
	visibility: hidden;
	display: none;
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

pre {
	border: 1px solid #A2A2A2;
	background-color: #F1F1F1;
	padding: 8px;
	margin: 5px;
	color: #0150c7;
	overflow: auto;
	padding-bottom: 50px;
	width: 350px;
}

body {
	background: #ddd;
	font: 100%/12px Century Gothic, Arial, Verdana, sans-serif;
	color: #000;
	text-align: center;
	top: 0px;
}

#mini-nav {
width: 20px;
float: left;
margin: 5px;
padding-top: 30px;
position:fixed;
}

#mini-nav img {
  margin:1px 1px;
}

/* links */

a:link {
	text-decoration: none;
	color: #AA0000;
}

a:visited {
	text-decoration: none;
	color: #c30;
}

a:hover {
	text-decoration: underline;
	color: #930;
}

a:active {
	text-decoration: none;
	color: #c30;
}

a img {
	border: 0;
}

a.up {
	background: url('http://roigesfera.org/img/up.jpg') no-repeat left center;
	padding-left: 12px;
}

a.mail {
	background: url('http://roigesfera.org/img/mail.jpg') no-repeat left center;
	padding-left: 12px;
}

a.linkto {
	background: url('http://roigesfera.org/img/linkto.jpg') no-repeat left center;
	padding-left: 12px;
}

a.comment {
	background: url('http://roigesfera.org/img/comment.jpg') no-repeat left center;
	padding-left: 12px;
}

a.readmore {
	margin: 0 auto;
	display: block;
	width: 340px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

a.iphone {
	margin: 0 auto;
	padding: 10px;
	font-size: 1.4em;
	display: block;
	width: 100%;
	padding-left: 20px;
	background: url('http://roigesfera.googlepages.com/iphone.jpg') no-repeat left center;
}

a.calendar {
	margin: 0 auto;
	padding: 10px;
	font-size: 1.4em;
	display: block;
	width: 100%;
	padding-left: 20px;
	background: url('http://roigesfera.googlepages.com/calendar.jpg') no-repeat left center;
}

a.feed {
	margin: 0 auto;
	padding: 10px;
	font-size: 1.4em;
	display: block;
	width: 100%;
	padding-left: 20px;
	background: url('http://roigesfera.googlepages.com/feed.jpg') no-repeat left center;
}

a.eines {
	margin: 0 auto;
	padding: 10px;
	font-size: 1.4em;
	display: block;
	width: 100%;
	padding-left: 20px;
	background: url('http://roigesfera.googlepages.com/tools.jpg') no-repeat left center;
}


/* Images */

img {

}
img.center {
  float:none;
  margin:5px auto;
}
img.left {
  float:left;
  margin:5px;
}
img.right {
  float:right;
  margin:5px;
}



/* Headings */

h2 {
	margin: 0px;
	padding: 0px 0px 10px;
	color: #000;
	text-transform: normal;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0em;
        line-height:1em;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

h3 {
	border-bottom: 1px solid #ccc;
	margin: 10px 0px 0px;
	padding: 5px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: center;
}

h4 {
	margin: 0px;
	padding: 5px 0px 5px;
        font-size:16px;
	font-weight: normal;
	color: #999;
	text-align: center;
}


/* list styles */

ul {
	margin: 0px 0;
}

ul li {
	list-style-type: none;
}

ol {
	margin: 10px 0 0px 25px;
}

li {
	background: url('http://roigesfera.org/img/bloc.jpg') no-repeat left center;
	padding: 0px 0px 8px 28px;
}

ul.archive {
        clear:both;
	list-style: none;
	margin: 0px auto 50px;
	width: 100%;
}

li.archive {
	background: url('http://roigesfera.org/img/calendar.jpg') no-repeat left center;
	list-style: none;
	margin: 0px;
	padding: 6px 0px 6px 20px;
	float: left;
	display: inline;
	width: 100px;
	font-size: 13px;
	text-align: left;
}

li.archive a {
	display:block;
}

/* ---------------------------------------------------
			Page elements		
------------------------------------------------------ */

#page {
	width: 1020px;
	margin: 0px auto 0;
	text-align: left;
}

#container {
        background:#eee;
	height: 1%;
	margin: 0px;
       -webkit-border-radius: 8px;
       -opera-border-radius: 8px;
       -moz-border-radius: 8px;
}

#container800 {
	height: 1%;
	margin: 0px;
}

#container-top {
	height: 0px;
}

#container-bottom {
	clear: both;
	height: 30px;
}

#container-bottom800 {
	clear: both;
	height: 30px;
}

/* ---------------------------------------------------
			Header
------------------------------------------------------ */

#head {
	background: url('http://www.roigesfera.org/img/headerroigesfera.jpg') no-repeat center top #AA0000;
	width: 1020px;
        height:70px;
	text-align: center;
	margin: 0px auto 10px;
	position: relative;
	padding: 30px 0px 0px;
       -webkit-border-radius: 8px;
       -opera-border-radius: 8px;
       -moz-border-radius: 8px;
}

#head div {
	padding: 0px 0px;
}

/* ---------------------------------------------------
			Headbutton		
------------------------------------------------------ */

#headbutton {
	background: transparent;
	width: 200px;
	float: left;
	height: 76px;

	padding: 0px;
}

/* ---------------------------------------------------
			Headline		
------------------------------------------------------ */

#headline {
	background: transparent;
	padding-top: 20px;
	position: relative;
	float: left;
	display: block;
	width: 800px;
	font-weight: bold;
	height: 76px;
	margin: 0 auto;
	padding: 0px;
}

#headlinetxt {
	background: transparent;
	display: block;
	width: 800px;
	height: 31px;
	margin: 0px;
	padding: 0px;
}

/* ---------------------------------------------------
			Menu		
------------------------------------------------------ */

#menu {
	display: block;
	font-size: 14px;
	font-weight: normal;
	background: transparent;
	height: 30px;
	border-top: 4px solid #B30000;
	margin: 0 auto;
	padding: 0px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	width: auto;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0;
	background: transparent;
}

#menu ul li a {
	display: block;
	float: left;
	color: #FFC1C1;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	background: transparent;
}

#menu ul li a:hover {
	color: #fff;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

/* ---------------------------------------------------
			Main column		
------------------------------------------------------ */

#main {
	width: 410px;
	display: inline;
	float: left;
        margin:30px 0px 0px;
	font-size: 0.70em;
	text-align: justify;
}

#main-1 {
	margin: 5px;
}

#main-tv {
	width: 800px;
	display: inline;
	float: left;
	font-size: 0.70em;
	text-align: justify;
}

#destacats {
	margin: 10px 0px 0px;
	padding: 5px 0px;
	font-size: 14px;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #cdcdcd;
}


/* Post */

div.post {
        background:#fff;
	border: 1px solid #ddd;
        height:268px;
        margin: 1px 0px;
        padding: 0px 5px;
       -webkit-border-radius: 8px;
       -opera-border-radius: 8px;
       -moz-border-radius: 8px;
}

  div.post-body {
    height:180px;
    margin: 0px;
    padding:0px;
    line-height:1.4em;
    font-size:1.2em;
    color:#000;
    text-align: center;
  }

  div.post-body img {
    width:220px;
  }

#post-footer {
	border: 1px solid #ededed;
	margin: 0 auto;
	display: block;
	width: 340px;
	padding: 0px;
	font-size: 9px;
	color: #999;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
}

p.prev-next {
	height: 1%;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
}

/* Labels */

p.blogger-labels {
	display: none;
}

/* Comments */

#comments {
	background: url('http://roigesfera.org/img/line.gif') no-repeat 0 100%;
	margin: 20px 0;
	padding: 0 0 40px;
}

#comments li {
	background: url('http://roigesfera.org/img/dot.gif') 0 100% repeat-x;
}

/* ---------------------------------------------------
			Newsbox and Tabs		
------------------------------------------------------ */

#newsbox {
        display:none;
        border-bottom:1px solid #aaa;
	float: left;
	margin: 0px;
	padding: 0px 0px 5px;
	width: 590px;
}

#collaborationsbox {

}
#collaborationsbox img {
  display:inline;
  margin:0px 10px;
  width:150px;
}
#tvboxtop {
  background:url('http://roigesfera.org/img/tvboxpre.jpg') no-repeat top center;
  height:20px;
  float:right;
  width:280px;
}
#tvbox {
  background:url('http://roigesfera.org/img/apltable.jpg') repeat center left;
  border:2px solid #aaa;
  float:right;
  height:180px;
  margin:0px;
  padding:10px;
  width:280px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -moz-border-radius: 8px;
}
#tvboxbottom {
  background:url('http://roigesfera.org/img/tvboxbottom.jpg') no-repeat top center;
  height:38px;
  float:right;
  width:280px;
}
#tvboxinfo {
  border:1px solid #ddd;
  float:left;
  font-size:12px;
  margin:0px;
  padding:10px;
  width:220px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -moz-border-radius: 8px;
}
#tvboxinfo a {
  display:block;
}

#profilebox {
  border:1px solid #ddd;
  float:left;
  font-size:12px;
  line-height:1.2em;
  margin:0px;
  padding:5px;
  width:260px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -moz-border-radius: 8px;
}

#profilebox p {
  margin:5px;
  text-align:justify;
}
#contactbox {
  border:1px solid #ddd;
  float:right;
  font-size:12px;
  line-height:1.2em;
  margin:0px;
  padding:5px;
  width:260px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -moz-border-radius: 8px;
}

#dossiersbox {
  border:1px solid #ddd;
  float:left;
  font-size:12px;
  line-height:1.2em;
  margin:0px;
  padding:5px;
  width:260px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -moz-border-radius: 8px;
}

#tabs {
	margin-left: 4px;
	padding: 0;
	background: transparent;
	padding-left: 5px;
}

#tabs ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

#tabs li {
	display: inline;
        font-size:14px;
	margin: 0 2px 0 0;
	padding: 0;
}

#tabs a {
	background: #fff;
	display: inline;
	border: none;
	color: #666;
	float: left;
	margin: 5px 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
}

#tabs a span {
	border: none;
	float: left;
	display: block;
	padding: 4px 9px 2px 6px;
}

#tabs a span {
	float: none;
}

#tabs a:hover {
	color: #AA0000;
}

#tabs a:hover span {
	
}

#tabHeaderActive span, #tabHeaderActive a {
	color: #AA0000;
	border: 1px solid #eee;
	border-bottom: 2px solid #fff;
}

.tabContent {
	clear: both;
	border: 1px solid #ddd;
	padding: 10px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-moz-border-radius: 8px;
}

/* ---------------------------------------------------
			side		
------------------------------------------------------ */
div.side-sec {
  margin:20px 0px;
  clear:both;
}

#sidebar {
	background: #fff;
	display: inline;
	float: left;
	width: 180px;
	margin: 5px 5px 0px 5px;
	padding: 0px 5px;
	font-size: 0.70em;
       -webkit-border-radius: 8px;
       -opera-border-radius: 8px;
       -moz-border-radius: 8px;
}

#sidebar ul {
	
}

#sidebar li {
	font-size: 1.2em;
}

#sidebar a img {
	padding-top: 0px;
	width: 100px;
	border: 0;
}

#sidebar a img:hover {
	border: 0;
}

/* ---------------------------------------------------
			side1		
------------------------------------------------------ */

#sidebar1 {
	background: #fff;
	display: inline;
	float: left;
	width: 180px;
	margin: 5px 5px 0px 5px;
	padding: 0px 5px;
	font-size: 0.70em;
       -webkit-border-radius: 8px;
       -opera-border-radius: 8px;
       -moz-border-radius: 8px;
}

#sidebar1 ul {
	
}

#sidebar1 li {
	font-size: 1em;
}

#sidebar1 a img {
	padding-top: 0px;
	width: 100px;
	border: 0;
}

#sidebar1 a img:hover {
	border: 0;
}

/* ---------------------------------------------------
			side	2	
------------------------------------------------------ */

#sidebar2 {
	background: #fff;
	display: inline;
	float: left;
	width: 180px;
	margin: 5px 5px 0px 5px;
	padding: 0px 5px;
	font-size: 0.70em;
       -webkit-border-radius: 8px;
       -opera-border-radius: 8px;
       -moz-border-radius: 8px;
}

#sidebar2 img {
	width: 150px;
	margin: 0 auto;
	padding: 0px;
}

#sidebar2 p {
	line-height: 1.4em;
	font-size: 10px;
	text-align: justify;
}

#ads {
	height: 1200px;
}


/* ---------------------------------------------------
			RSS Google API		
------------------------------------------------------ */

#feedControl {
    padding:5px 0px 0px;
  }
  #feedControl .gf-snippet {
    color:#333;

   }
  #feedControl .gf-title {
    font-size:12px;
    height:24px;
    }
  #feedControl .gf-author {
    font-size: 9px;
    }
  #feedControl .gf-spacer {
    font-size: 9px;
    }
  #feedControl .gf-relativePublishedDate {
    font-size: 9px;
  }
  #feedControl .gfc-resultsRoot {
    border:1px solid #ddd;
    display:block;
    height:260px;
    margin:1px 0px;
    padding:4px;
       -webkit-border-radius: 8px;
       -opera-border-radius: 8px;
       -moz-border-radius: 8px;
  }

  #feedControl .gfc-result {
    background: url('http://roigesfera.org/img/arrow.jpg') no-repeat left top;
    font-size:11px;
    padding:0px 0px 0px 14px;
  }

  #feedControl .gfc-title {
    background: url('http://roigesfera.org/img/feed.jpg') no-repeat left center;
    padding:0px 0px 0px 30px;
    margin:0px;
    font-size : 14px;
    color:#000;
  }

/* ---------------------------------------------------
			Feevy		
------------------------------------------------------ */

#feevy_bar_11628 .bar_content {
	margin: 0px;
	display: block;
}

#feevy_bar_11628 {
	
}

#feevy_bar_11628 .feevy_item {
	display: block;
	height: auto;
	padding: 1px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 11px;
}

#feevy_bar_11628 .feevy_title {
	display: block;
	padding-left: 3px;
	height: auto;
	font-weight: bold;
	font-size: 10px;
}

#feevy_bar_11628 .feevy_title img {
	float: left;
	margin-right: 4px;
}

#feevy_bar_11628 .feevy_title h1 {
	line-height: 1em;
}

#feevy_bar_11628 .feevy_title a {
	color: #AA0000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#feevy_bar_11628 .feevy_content {
	font-size: 11px;
	color: #333;
	padding: 5px;
	line-height: 1.2em;
}

#feevy_bar_11628 a.blog_url {
	color: #CD7700;
	float: right;
}

#feevy_bar_11628 .footer {
	text-align: center;
	font-size: 10px;
	color: #333;
	padding-top: 3px;
}

#feevy_bar_11628 .item_content {
	display: table;
	display: block;
}

/* footer */

#footer {
	background: #fff;
	border: 1px solid #c1c1c1;
	font-size: 0.8em;
	padding: 0 0 0 1px;
	margin: 30px auto;
	width: 1020px;
	clear: both;
        -webkit-border-radius: 8px;
        -opera-border-radius: 8px;
        -moz-border-radius: 8px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 1.4em;
}

span.fullpost {
	display: none;
}

.posthidden {
	display: none
}

.postshown {
	display: inline
}
