
/* Links */
a:link { text-decoration: none; color: #c10201; }
a:visited { text-decoration: none; color: #c10201; }
a:hover, a:active { color: #FA4B2C; }


body  
{
	margin: 0;
	padding: 0;
	color: #222222;   
	font-family: Lucida Grande,Arial,Helvetica,sans-serif;
	font-weight: normal;
	height:100%;
	font-size: 14px;
	text-align: center; 
	background: #780303 url(images/background.gif) 0 0;
	background-repeat: repeat-y;
	
	
}


#headerbg {
    background-image: url(images/logo_Pelirrojos.gif);
	background-repeat: no-repeat;
	background-position:left;
	height:87px;
   	text-align:center;
	margin-top:0px;
}
#footer {
   clear: both;
   background-image: url(images/footer.gif);
   background-repeat: no-repeat;
   background-position:152px 0px;
   height:100px;
}
#navigation
{
    background-image: url(images/navigationBar.gif);
	background-repeat: no-repeat;
	background-position:154px 0px;
	height:45px;
  
}

#advertising{
    height:127px;
	width:1147px;
    margin-left: 56px;
}

#content-wrapper   
{
   height:100%; 
   width:100%;
   text-align:center;
   
}
#content
{  height:100%;
   text-align:center;
   margin-left: auto;
   margin-right: auto;
   padding-left: 152px;
}

.post-wrapper {
   float:left;
   width:762px;
   margin-top: -25px;
}
.post-entry {
  	background-image: url(images/postSeparator.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	text-align: left;
	width:100%;
	padding-top: 10px;
}

.post {
   background-image: url(images/backPost.gif);
   background-repeat: repeat-y;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 20px;
   text-align: left;   
   margin-left:30px;
}

.post-footer {
  text-align: left;
  padding: 30px;
  clear:both;
}

.comments {
   text-align:left; 
   padding-left:30px;
  
}

.titles { font-weight: normal; 
          border-bottom-width: 0; 
          font-size: 24px; 
          text-decoration: none; underline: none;
		}

.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
}

  
.date {
	background-image: url(images/postDate.gif);
	background-repeat: no-repeat;
	height: 65px;
	margin-bottom: 0px;
	width: 58px;
	text-align: center;
	float: left;
	margin-top: 5px;	
	margin-left: -36px;
	padding-right: 25px;
}
.date .month {
	display: block;
	color: #FFD7C2;
	padding: 8px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 6px;
	font-weight: bold;
	margin-bottom: 0px;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.2em Georgia;
	padding-top: 0px;
	padding-left: 9px;
	text-align: center;
	margin-top: -18px;
}
/* Sidebar */


#sidebar-wrapper
{
    background-color: #d6dadd;
    float:left;
   	font-size: 11px;
	font-family: Arial;
	vertical-align: top;	
}
#sidebar
{
	float: left;
	padding: 0px 0px 10px 10px;
	margin-right: 0px;
	margin-top: 0px;
	width: 210px;
}

.sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #F9F9F9;
	border: 1px solid #EBEBEB;	
	width:180px;
	text-align:left;
}

